/netbsd-src/external/bsd/kyua-cli/dist/engine/ |
H A D | kyuafile_test.cpp | 105 ATF_REQUIRE_EQ(fs::path("1st"), suite.test_programs()[0]->relative_path()); in ATF_TEST_CASE_BODY() 109 ATF_REQUIRE_EQ(fs::path("2nd"), suite.test_programs()[1]->relative_path()); in ATF_TEST_CASE_BODY() 113 ATF_REQUIRE_EQ(fs::path("3rd"), suite.test_programs()[2]->relative_path()); in ATF_TEST_CASE_BODY() 117 ATF_REQUIRE_EQ(fs::path("4th"), suite.test_programs()[3]->relative_path()); in ATF_TEST_CASE_BODY() 122 suite.test_programs()[4]->relative_path()); in ATF_TEST_CASE_BODY() 127 suite.test_programs()[5]->relative_path()); in ATF_TEST_CASE_BODY() 150 ATF_REQUIRE_EQ(fs::path("1st"), suite.test_programs()[0]->relative_path()); in ATF_TEST_CASE_BODY() 160 ATF_REQUIRE_EQ(fs::path("2nd"), suite.test_programs()[1]->relative_path()); in ATF_TEST_CASE_BODY() 194 ATF_REQUIRE_EQ(fs::path("one"), suite.test_programs()[0]->relative_path()); in ATF_TEST_CASE_BODY() 197 suite.test_programs()[1]->relative_path()); in ATF_TEST_CASE_BODY() [all …]
|
H A D | test_program_test.cpp | 87 ATF_REQUIRE_EQ(fs::path("binary"), test_program.relative_path()); in ATF_TEST_CASE_BODY() 104 test_case->container_test_program().relative_path()); in ATF_TEST_CASE_BODY() 130 test_cases[0]->container_test_program().relative_path()); in ATF_TEST_CASE_BODY()
|
H A D | test_program.cpp | 301 engine::test_program::relative_path(void) const in relative_path() function in engine::test_program 368 relative_path()); in find() 480 % text::quote(object.relative_path().str(), '\'') in operator <<()
|
H A D | test_program.hpp | 74 const utils::fs::path& relative_path(void) const;
|
/netbsd-src/external/bsd/kyua-cli/dist/store/ |
H A D | testdata_v1.sql | 68 relative_path, test_suite_name, interface) 83 relative_path, test_suite_name, interface) 109 relative_path, test_suite_name, interface) 125 relative_path, test_suite_name, interface) 141 relative_path, test_suite_name, interface) 170 relative_path, test_suite_name, interface) 239 relative_path, test_suite_name, interface) 280 relative_path, test_suite_name, interface) 305 relative_path, test_suite_name, interface)
|
H A D | testdata_v2.sql | 80 relative_path, test_suite_name, metadata_id, 106 relative_path, test_suite_name, metadata_id, 143 relative_path, test_suite_name, metadata_id, 170 relative_path, test_suite_name, metadata_id, 197 relative_path, test_suite_name, metadata_id, 237 relative_path, test_suite_name, metadata_id, 319 relative_path, test_suite_name, metadata_id, 382 relative_path, test_suite_name, metadata_id, 418 relative_path, test_suite_name, metadata_id,
|
H A D | migrate_v1_v2.sql | 101 relative_path TEXT NOT NULL, field 108 root, relative_path, test_suite_name, 110 SELECT test_program_id, action_id, absolute_path, root, relative_path,
|
H A D | schema_v1.sql | 151 relative_path NOT NULL, field
|
H A D | schema_v2.sql | 185 relative_path TEXT NOT NULL, field
|
/netbsd-src/external/gpl3/gcc/dist/contrib/ |
H A D | mklog.py | 141 def append_changelog_line(out, relative_path, text): argument 238 relative_path = get_rel_path_if_prefixed(file.path, changelog) 242 out = append_changelog_line(out, relative_path, msg) 244 out = append_changelog_line(out, relative_path, 'Removed.') 251 relative_path = get_rel_path_if_prefixed(file.source_file[2:], 253 out = append_changelog_line(out, relative_path, 'Moved to...') 258 out += '\t* %s: Regenerate.\n' % (relative_path) 259 append_changelog_line(out, relative_path, 'Regenerate.') 264 extension = os.path.splitext(relative_path)[1] 301 out += '\t* %s (%s):\n' % (relative_path, functions[0]) [all …]
|
/netbsd-src/external/gpl3/gdb/dist/contrib/ |
H A D | mklog.py | 169 relative_path = file.path[len(changelog):].lstrip('/') 173 out += '\t* %s: %s.\n' % (relative_path, msg) 175 out += '\t* %s: Removed.\n' % (relative_path) 177 out += '\t* %s: Moved to...\n' % (relative_path) 188 extension = os.path.splitext(relative_path)[1] 216 out += '\t* %s (%s):\n' % (relative_path, functions[0]) 220 out += '\t* %s:\n' % relative_path
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
H A D | mklog.py | 213 relative_path = file.path[len(changelog):].lstrip('/') 217 out += '\t* %s: %s.\n' % (relative_path, msg) 219 out += '\t* %s: Removed.\n' % (relative_path) 221 out += '\t* %s: Moved to...\n' % (relative_path) 229 out += '\t* %s: Regenerate.\n' % (relative_path) 234 extension = os.path.splitext(relative_path)[1] 271 out += '\t* %s (%s):\n' % (relative_path, functions[0]) 275 out += '\t* %s:\n' % relative_path
|
/netbsd-src/external/bsd/kyua-cli/dist/engine/drivers/ |
H A D | debug_test.cpp | 76 if (!filter.matches_test_program(test_program->relative_path())) in find_test_case() 85 if (filter.matches_test_case(test_program->relative_path(), in find_test_case() 142 test_case->container_test_program().relative_path(), in drive()
|
H A D | run_tests.cpp | 119 LI(F("Processing test program '%s'") % program.relative_path()); in run_test_program() 127 if (!filters.match_test_case(program.relative_path(), in run_test_program() 196 if (!filters.match_test_program(test_program->relative_path())) in drive()
|
H A D | list_tests.cpp | 65 if (filters.match_test_case(program.relative_path(), tc->name())) in list_test_program() 103 if (!filters.match_test_program(test_program->relative_path())) in drive()
|
H A D | list_tests_test.cpp | 86 test_case.container_test_program().relative_path() % in got_test_case()
|
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/ |
H A D | relocate.cpp | 216 char *relative_path = (char *)path + INSTALLPATHLEN; in relocatep() local 217 size_t relative_path_len = strlen(relative_path); in relocatep() 220 strcat(relocated_path, relative_path); in relocatep()
|
/netbsd-src/external/bsd/pkg_install/dist/lib/ |
H A D | pkg_io.c | 305 int relative_path; in process_pkg_path() local 323 relative_path = !IS_FULLPATH(start) && !IS_URL(start); in process_pkg_path() 326 relative_path ? cwd : "", len && relative_path ? "/" : "", in process_pkg_path()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
H A D | gtest-filepath.cc | 196 const FilePath& relative_path) { in ConcatPaths() argument 198 return relative_path; in ConcatPaths() 200 return FilePath(dir.string() + kPathSeparator + relative_path.string()); in ConcatPaths()
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | dict_proxy.c | 424 char *relative_path; in dict_proxy_open() local 458 relative_path = concatenate(MAIL_CLASS_PRIVATE "/", in dict_proxy_open() 460 if (access(relative_path, F_OK) == 0) in dict_proxy_open() 470 myfree(relative_path); in dict_proxy_open()
|
/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/ |
H A D | pic.y | 265 %type <pth> path label_path relative_path 1345 relative_path: 1360 relative_path 1362 | '(' relative_path ',' relative_path ')' 1368 | ORDINAL LAST object_type relative_path 1374 | LAST object_type relative_path 1380 | ORDINAL object_type relative_path 1386 | LABEL relative_path
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/ |
H A D | gtest-filepath.h | 99 const FilePath& relative_path);
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | Experiment.h | 268 int hide_msg, const char *common_archive, int relative_path = 0); 270 char *common_archive = NULL, int relative_path = 0);
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | Experiment.h | 268 int hide_msg, const char *common_archive, int relative_path = 0); 270 char *common_archive = NULL, int relative_path = 0);
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | ModuleDependencyCollector.cpp | 170 path::append(CacheDst, path::relative_path(Paths.CopyFrom)); in copyToRoot()
|