| /freebsd-13.1/contrib/subversion/ |
| H A D | win-tests.py | 297 abs_objdir = os.path.join(abs_srcdir, objdir) 347 tgt_dir = os.path.join(abs_builddir, dirname) 393 src = os.path.join(dir, name) 398 src = os.path.join(dir, name) 435 path = os.path.join(path, dir) 445 self.path = os.path.join(abs_objdir, 525 self.certfile = os.path.join(abs_builddir, 739 path = os.path.join(self.abs_builddir, 1088 log_file = os.path.join(abs_builddir, log) 1220 fn = os.path.join(root, name) [all …]
|
| H A D | gen-make.py | 44 sys.path.insert(0, os.path.join('build', 'generator')) 57 verfname = os.path.join('subversion', 'include', 'svn_version.h') 272 msg = ''.join(traceback.format_exception_only(typ, val)) 309 rest.add('--with-apr', os.path.join(val, 'srclib', 'apr'), 311 rest.add('--with-apr-util', os.path.join(val, 'srclib', 'apr-util'), 313 rest.add('--with-apr-iconv', os.path.join(val, 'srclib', 'apr-iconv'),
|
| /freebsd-13.1/sys/contrib/libsodium/packaging/dotnet-core/ |
| H A D | prepare.py | 51 self.builddir = os.path.join(BUILDDIR, libsodium_version) 52 self.tempdir = os.path.join(TEMPDIR, libsodium_version) 54 self.propsfile = os.path.join(self.builddir, '{0}.props'.format(PACKAGE)) 64 self.tempdir = os.path.join(version.tempdir, rid) 65 self.tempfile = os.path.join(self.tempdir, os.path.normpath(self.itemfile)) 88 self.tempdir = os.path.join(version.tempdir, rid) 111 self.tempdir = os.path.join(version.tempdir, rid) 112 self.tempfile = os.path.join(self.tempdir, 'libsodium.so') 118 while not os.path.exists(os.path.join('recipes', recipe)): 146 self.packfile = os.path.join(version.builddir, filename) [all …]
|
| /freebsd-13.1/contrib/atf/atf-c++/detail/ |
| H A D | text_test.cpp | 58 ATF_TEST_CASE(join); 59 ATF_TEST_CASE_HEAD(join) in ATF_TEST_CASE_HEAD() argument 63 ATF_TEST_CASE_BODY(join) in ATF_TEST_CASE_BODY() argument 65 using atf::text::join; in ATF_TEST_CASE_BODY() 73 str = join(words, ","); in ATF_TEST_CASE_BODY() 78 str = join(words, ","); in ATF_TEST_CASE_BODY() 84 str = join(words, ","); in ATF_TEST_CASE_BODY() 91 str = join(words, ","); in ATF_TEST_CASE_BODY() 98 str = join(words, ","); in ATF_TEST_CASE_BODY() 108 str = join(words, ","); in ATF_TEST_CASE_BODY() [all …]
|
| /freebsd-13.1/contrib/googletest/googletest/scripts/ |
| H A D | fuse_gtest_files.py | 71 DEFAULT_GTEST_ROOT_DIR = os.path.join(os.path.dirname(__file__), '..') 95 if not os.path.isfile(os.path.join(directory, relative_path)): 120 output_file = os.path.join(output_dir, relative_path) 152 output_file = open(os.path.join(output_dir, GTEST_H_OUTPUT), 'w') 165 for line in open(os.path.join(gtest_root, gtest_header_path), 'r'): 193 for line in open(os.path.join(gtest_root, gtest_source_file), 'r'): 224 output_file = open(os.path.join(output_dir, GTEST_ALL_CC_OUTPUT), 'w')
|
| H A D | gen_gtest_pred_impl.py | 59 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') 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)])
|
| H A D | release_docs.py | 114 r'(\[|/wiki/)(%s)([ #])' % '|'.join(page_names)) 140 source_file = os.path.join(self.wiki_dir, f) 141 versioned_file = os.path.join(self.wiki_dir, self.version_prefix + f)
|
| /freebsd-13.1/contrib/googletest/googlemock/scripts/ |
| H A D | fuse_gmock_files.py | 71 DEFAULT_GMOCK_ROOT_DIR = os.path.join(os.path.dirname(__file__), '..') 74 sys.path.append(os.path.join(DEFAULT_GMOCK_ROOT_DIR, '../googletest/scripts')) 94 return os.path.join(gmock_root, '../googletest') 122 output_file = file(os.path.join(output_dir, GMOCK_H_OUTPUT), 'w') 135 for line in file(os.path.join(gmock_root, gmock_header_path), 'r'): 174 for line in file(os.path.join(gmock_root, gmock_source_file), 'r'): 207 output_file = file(os.path.join(output_dir, GMOCK_GTEST_ALL_CC_OUTPUT), 'w')
|
| /freebsd-13.1/contrib/googletest/googlemock/scripts/generator/cpp/ |
| H A D | gmock_class.py | 71 modifiers = ' '.join(node.return_type.modifiers) + ' ' 75 return_type += '<' + ', '.join(template_args) + '>' 107 args = ', '.join(param.type.name for param in node.parameters) 151 lines.append('template <' + ', '.join(template_decls) + '>') 152 parent_name += '<' + ', '.join(template_args) + '>' 183 (filename, ', '.join(missing_class_name_list))) 193 '.'.join(map(str, _VERSION))) 223 sys.stdout.write('\n'.join(lines))
|
| H A D | gmock_class_test.py | 28 sys.path.append(os.path.join(os.path.dirname(__file__), '..')) 39 return '\n'.join([s.lstrip() for s in lines.split('\n')]) 55 return '\n'.join(method_source_lines) 324 return '\n'.join(lines)
|
| /freebsd-13.1/contrib/googletest/googletest/test/ |
| H A D | gtest_xml_outfiles_test.py | 79 self.output_dir_ = os.path.join(gtest_test_utils.GetTempDir(), 88 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_1_TEST + ".xml")) 92 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_2_TEST + ".xml")) 120 output_file1 = os.path.join(self.output_dir_, output_file_name1) 122 output_file2 = os.path.join(self.output_dir_, output_file_name2)
|
| H A D | googletest-json-outfiles-test.py | 104 self.output_dir_ = os.path.join(gtest_test_utils.GetTempDir(), 113 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_1_TEST + '.json')) 117 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_2_TEST + '.json')) 145 output_file1 = os.path.join(self.output_dir_, output_file_name1) 147 output_file2 = os.path.join(self.output_dir_, output_file_name2)
|
| H A D | googletest-output-test.py | 82 GOLDEN_PATH = os.path.join(gtest_test_utils.GetSourceDir(), GOLDEN_NAME) 302 '\n'.join(difflib.unified_diff( 314 open(os.path.join( 318 open(os.path.join(
|
| /freebsd-13.1/sys/contrib/openzfs/tests/test-runner/bin/ |
| H A D | test-runner.py.in | 511 self.pre = os.path.join(self.pathname, self.pre) 513 self.post = os.path.join(self.pathname, self.post) 515 self.post = os.path.join(self.pathname, self.post) 541 if not verify_file(os.path.join(self.pathname, test)): 573 odir = os.path.join(self.outputdir, fname) 577 odir = os.path.join(odir, os.path.basename(self.failsafe)) 694 files = ' '.join(sorted(failed)) 700 self.outputdir = os.path.join(self.outputdir, self.timestamp) 712 pathname = os.path.join(testdir, sectiondir) 834 filename = os.path.join(self.outputdir, 'log') [all …]
|
| /freebsd-13.1/contrib/ntp/sntp/unity/auto/ |
| H A D | unity_test_summary.py | 38 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)
|
| /freebsd-13.1/lib/libc/tests/stdlib/ |
| H A D | cxa_thread_atexit_test.cc | 107 t.join(); in ATF_TEST_CASE_BODY() 127 t.join(); in ATF_TEST_CASE_BODY() 149 t.join(); in ATF_TEST_CASE_BODY() 169 t.join(); in ATF_TEST_CASE_BODY()
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | build.info | 17 SOURCE[libapps.a]={- join(" ", @apps_lib_src) -} 21 SOURCE[openssl]={- join(" ", @apps_init_src) -} 22 SOURCE[openssl]={- join(" ", @apps_openssl_src) -} 71 {- join("\n ", map { (my $x = $_) =~ s|\.c$|.o|; "DEPEND[$x]=progs.h" }
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | eapol_test.py | 18 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)) 151 t[i].join()
|
| /freebsd-13.1/contrib/bmake/unit-tests/ |
| H A D | opt-touch.mk | 5 .MAKEFLAGS: -t opt-touch-phony opt-touch-join opt-touch-use opt-touch-make 10 opt-touch-join: .JOIN
|
| H A D | opt-touch-jobs.mk | 8 .MAKEFLAGS: opt-touch-join 19 opt-touch-join: .JOIN
|
| H A D | opt-no-action-touch.mk | 13 .MAKEFLAGS: opt-touch-join 25 opt-touch-join: .JOIN
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/python/ |
| H A D | createPythonInit.py | 8 importNames = ', '.join('"{}"'.format(getFileName(f)) for f in pkgFiles) 15 pkgIniFile = os.path.normpath(os.path.join(pkgRelDir, "__init__.py"))
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | thread.h | 112 inline void join(); 148 void thread::join() { in join() function 202 inline void join() { Thread.join(); } 243 void join() {} in join() function
|
| /freebsd-13.1/contrib/serf/build/ |
| H A D | check.py | 50 SERF_RESPONSE_EXE = os.path.join(test_builddir, SERF_RESPONSE_EXE) 51 TEST_ALL_EXE = os.path.join(test_builddir, TEST_ALL_EXE)
|
| /freebsd-13.1/contrib/googletest/googlemock/test/ |
| H A D | gmock_test_utils.py | 39 gtest_tests_util_dir = os.path.join(SCRIPT_DIR, '../../googletest/test') 43 GTEST_TESTS_UTIL_DIR = os.path.join(SCRIPT_DIR, '../../googletest/test')
|