Searched refs:join (Results 26 - 50 of 154) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c++/detail/
H A Dtext_test.cpp62 ATF_TEST_CASE(join); variable
63 ATF_TEST_CASE_HEAD(join)
65 set_md_var("descr", "Tests the join function");
67 ATF_TEST_CASE_BODY(join)
69 using atf::text::join;
77 str = join(words, ",");
82 str = join(words, ",");
88 str = join(words, ",");
95 str = join(words, ",");
102 str = join(word
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c++/detail/
H A Dtext_test.cpp62 ATF_TEST_CASE(join); variable
63 ATF_TEST_CASE_HEAD(join)
65 set_md_var("descr", "Tests the join function");
67 ATF_TEST_CASE_BODY(join)
69 using atf::text::join;
77 str = join(words, ",");
82 str = join(words, ",");
88 str = join(words, ",");
95 str = join(words, ",");
102 str = join(word
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dsplit_join_fn_imps.hpp80 _GLIBCXX_DEBUG_ONLY(debug_base::join(other);)
100 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
132 _GLIBCXX_DEBUG_ONLY(debug_base::join(other);)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/this_thread/
H A D3.cc53 t.join();
H A D4.cc53 t.join();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/thread/cons/
H A D2.cc41 // thread join
42 // thread join postcondition not joinable
43 // thread join postcondition function called correctly
55 t.join();
H A D3.cc63 t1.join();
73 t2.join();
H A D4.cc60 t1.join();
69 t2.join();
H A D5.cc50 t1.join();
59 t2.join();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/thread/swap/
H A D1.cc48 t2.join();
75 t2.join();
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/rx/
H A Dexplode165 print "\033[0m$a, ", join('', @l), ", (", join("\033[31m;\033[0m", @parms), ")\n" if $t;
166 return ($a, join('',@l), @parms);
181 print "$a, <null>, (", join(';', @parms), ")\n" if $t;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/
H A Dcheck_makefile_deps.sh79 missing_deps=`LC_ALL=C join -v 1 hdrs deps`
80 unneeded_deps=`LC_ALL=C join -v 2 hdrs deps | $EGREP -v "$hidden_dep_files" || :`
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dthread.cc56 thread::join() function in class:std::thread
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/pb_ds/example/
H A Dtree_order_statistics_join.cc37 // This example shows how join operations still maintain node
77 // Now join s0 and s1.
78 s0.join(s1);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/performance/30_threads/future/
H A Dpolling.cc58 pollers[i].join();
/netbsd-6-1-5-RELEASE/share/misc/
H A Dmake.country56 join -t ' ' -o 1.5,1.1,1.2,1.3,1.4 -1 1 -2 1 $O1 $O2 | sort
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-tools/
H A Dstatslog19 die join("", @_, <<'EOM');
34 --join -j Join the inputs as if they were one big log file.
36 --no-join -J Do not --join. (Can be useful with --sort.)
37 --sort -s Sort input files by age. Implies --join.
38 --trace -t Print file names when read. Implies --no-join.
40 unreliable without --join/sort for connections spanning several log files.
76 "join|j" => \$join_files,
77 "no-join|J" => sub { $join_files = 0; },
84 usage("--trace is incompatible with --join
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dgdb-gdb.py76 return "0x%x [%s]" % (self.val, "|".join(flag_list))
122 return "\n{" + ",\n ".join(fields) + "}"
141 return "|".join(fields)
176 return label + "\n" + " {" + ",\n ".join(fields) + "}"
230 return "\n{" + ",\n ".join(fields) + "}"
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dsplit_join_fn_imps.hpp124 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
142 base_type::m_p_root = join(base_type::m_p_root, other.m_p_root);
157 join(node_pointer p_lhs, node_pointer p_rhs) const function in class:PB_DS_CLASS_C_DEC
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/performance/priority_queue/timing/
H A Djoin_test.hpp34 * Contains a join performance test.
100 c0.join(c1);
150 join(Cntnr, It b, It e) function in class:__gnu_pbds::test::join_test
155 cntnr.join(const_reference(*it));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dc-incpath.c177 struct cpp_dir *system, struct cpp_dir *join,
229 && !(cur->next == NULL && join
230 && INO_T_EQ (cur->ino, join->ino)
231 && cur->dev == join->dev
232 && cur->construct == join->construct))
246 *pcur = join;
272 join it to SYSTEM. */
277 join it to BRACKET. */
176 remove_duplicates(cpp_reader *pfile, struct cpp_dir *head, struct cpp_dir *system, struct cpp_dir *join, int verbose) argument
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dgen-map.py117 print "fooresult %s" % ",".join(x[3])
137 % (key, len(v), offsetTable[key], symbols, ",".join(tables), description))
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/contrib/
H A Dlog_accum.in172 print(FILE join("\n", @lines), "\n");
182 print(FILE join("\n", @lines), "\n");
321 $diff .= $cvsweb_base . join("/", @path) . "/$file";
482 my $subject = join("/", @path);
501 $mail_to = join(", ", @{$addr_list});
513 print(MAIL join("\n", @text));
525 # print(MAIL join("\n", @text));
603 $dir = join('/', @path[1..$#path]);
605 #print("ARGV - ", join(":", @ARGV), "\n");
606 #print("files - ", join("
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/glob/
H A DMakefile.ami36 AR = join
/netbsd-6-1-5-RELEASE/usr.bin/lorder/
H A Dlorder.sh47 : ${JOIN:=join}
99 # join on that field, and print out the file names.

Completed in 213 milliseconds

1234567