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

123456789

/freebsd-12-stable/contrib/ntp/sntp/unity/auto/
H A Dunity_test_summary.py38 if len(failures) > 0: failure_output.append('\n'.join(failures))
39 if len(ignores) > 0: ignore_output.append('n'.join(ignores))
40 tests,failures,ignored = self.parse_test_summary('\n'.join(lines))
50 self.report += "\n".join(ignore_output)
57 self.report += '\n'.join(failure_output)
H A Dcolour_reporter.rb15 message = message.join('\n') if (message.class == Array)
H A Dunity_test_summary.rb56 @report += ignore_output.flatten.join("\n")
64 @report += failure_output.flatten.join("\n")
/freebsd-12-stable/contrib/googletest/googletest/scripts/
H A Dgen_gtest_pred_impl.py59 HEADER = os.path.join(SCRIPT_DIR, '../include/gtest/gtest_pred_impl.h')
62 UNIT_TEST = os.path.join(SCRIPT_DIR, '../test/gtest_pred_impl_unittest.cc')
191 the join of n strings, each formatted with the format string on an
201 return sep.join([format % (spec_count * (i,)) for i in OneTo(n)])
321 + ''.join([ImplementationForArity(i) for i in OneTo(n)])
527 tests += ''.join(["""
688 tests += ''.join([GenTest(use_format, use_assert, expect_failure,
711 + ''.join([TestsForArity(i) for i in OneTo(n)])
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Deapol_test.py18 sys.path.append(os.path.join(dir, '..', 'wpaspy'))
25 self.ctrl = wpaspy.Ctrl(os.path.join(wpas_ctrl, ifname))
28 self.mon = wpaspy.Ctrl(os.path.join(wpas_ctrl, ifname))
134 t[i].join()
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/pyzfs/
H A Dpyzfs.py50 zfs.ioctl.set_cmdstr(" ".join(["zfs"] + sys.argv[1:]))
/freebsd-12-stable/sys/contrib/zstd/contrib/pzstd/utils/
H A DThreadPool.h43 thread.join();
/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgoogletest-throw-on-failure-test.py71 print 'Running "%s". . .' % ' '.join(command)
122 (THROW_ON_FAILURE, env_var_value_msg, ' '.join(command),
/freebsd-12-stable/sys/contrib/zstd/contrib/pzstd/utils/test/
H A DWorkQueueTest.cpp89 thread.join();
107 thread.join();
137 thread.join();
142 thread.join();
177 pusher.join();
198 pusher.join();
226 thread.join();
233 thread.join();
/freebsd-12-stable/usr.bin/lorder/
H A Dlorder.sh89 # join on that field, and print out the file names.
92 join -j 2 -o 1.1 2.1 $R $S
/freebsd-12-stable/sys/contrib/zstd/tests/fuzz/
H A Dfuzz.py23 return os.path.abspath(os.path.join(a, *p))
105 help='Fuzz target(s) to build {{{}}}'.format(', '.join(ALL_TARGETS)))
118 san_flags = ','.join(re.findall('-fsanitize=((?:[a-z]+,?)+)', flags))
119 nosan_flags = ','.join(re.findall('-fno-sanitize=((?:[a-z]+,?)+)', flags))
320 help='Fuzz target(s) to build {{{}}}'.format(', '.join(ALL_TARGETS))
323 args = parse_env_flags(args, ' '.join(
414 cppflags_str = "CPPFLAGS={}".format(' '.join(cppflags))
415 cflags_str = "CFLAGS={}".format(' '.join(cflags))
416 cxxflags_str = "CXXFLAGS={}".format(' '.join(cxxflags))
417 ldflags_str = "LDFLAGS={}".format(' '.join(ldflag
[all...]
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dsplit_join_fn_imps.hpp130 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
148 base_type::m_p_root = join(base_type::m_p_root, other.m_p_root);
163 join(node_pointer p_lhs, node_pointer p_rhs) const function in class:PB_DS_CLASS_C_DEC
/freebsd-12-stable/tests/sys/netinet6/frag6/
H A Dfrag6_07.py136 sniffer.join()
166 sniffer.join()
173 sniffer2.join()
H A Dfrag6_03.py102 sniffer.join()
129 sniffer.join()
H A Dfrag6_08.py142 sniffer.join()
147 sniffer2.join()
/freebsd-12-stable/contrib/gcc/
H A Dc-incpath.c186 struct cpp_dir *system, struct cpp_dir *join,
238 && !(cur->next == NULL && join
239 && INO_T_EQ (cur->ino, join->ino)
240 && cur->dev == join->dev
241 && cur->construct == join->construct))
255 *pcur = join;
281 join it to SYSTEM. */
286 join it to BRACKET. */
185 remove_duplicates(cpp_reader *pfile, struct cpp_dir *head, struct cpp_dir *system, struct cpp_dir *join, int verbose) argument
/freebsd-12-stable/contrib/wpa/wpa_supplicant/examples/
H A Ddpp-qrcode.py16 sys.path.append(os.path.join(scriptsdir, '..', '..', 'wpaspy'))
26 ifaces = [os.path.join(wpas_ctrl, i) for i in os.listdir(wpas_ctrl)]
/freebsd-12-stable/contrib/nvi/common/
H A Dutil.c128 * join --
131 * PUBLIC: char *join(char *, char *);
134 join( function
194 return (join(h, t));
/freebsd-12-stable/tests/sys/acl/
H A Drun118 print "[$prog_line] \$ ", join(' ',
176 my $groups = join(" ", ($gid, $gid, @groups));
204 #print STDERR "<<", join("/", keys %groups), ">>\n";
205 my $groups = join(" ", ($gid, $gid, keys %groups));
229 my $needs_shell = (join('', @$prog) =~ /[][|<>"'`\$\*\?]/);
318 or die "Can't join STDOUT and STDERR: $!";
321 exec ('/bin/sh', '-c', join(" ", @$prog));
/freebsd-12-stable/crypto/heimdal/lib/wind/
H A Dgen-map.py117 print "fooresult %s" % ",".join(x[3])
137 % (key, len(v), offsetTable[key], symbols, ",".join(tables), description))
/freebsd-12-stable/tools/tools/commitsdb/
H A Dmake_commit_db63 my $log = join "", @log;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DSubtargetFeature.cpp53 return join(Features.begin(), Features.end(), ",");
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DIntEqClasses.cpp13 // passing a representative member of each class to join().
31 unsigned IntEqClasses::join(unsigned a, unsigned b) { function in class:IntEqClasses
32 assert(NumClasses == 0 && "join() called after compress().");
/freebsd-12-stable/contrib/wpa/wpa_supplicant/utils/
H A Dlog2pcap.py50 data = ''.join([chr(int(x, 16)) for x in hexdata])
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dgenctype.py113 flags = ' | '.join(bits)

Completed in 278 milliseconds

123456789