Searched refs:test_path (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | digraph.cc | 95 struct test_path struct 150 shortest_paths<test_graph_traits, test_path> sp (g, a, in test_shortest_paths() 153 test_path path_to_a = sp.get_shortest_path (a); in test_shortest_paths() 156 test_path path_to_b = sp.get_shortest_path (b); in test_shortest_paths() 160 test_path path_to_c = sp.get_shortest_path (c); in test_shortest_paths() 164 test_path path_to_d = sp.get_shortest_path (d); in test_shortest_paths() 169 test_path path_to_e = sp.get_shortest_path (e); in test_shortest_paths() 174 test_path path_to_f = sp.get_shortest_path (f); in test_shortest_paths() 185 shortest_paths<test_graph_traits, test_path> sp (g, b, in test_shortest_paths() 188 test_path path_to_a = sp.get_shortest_path (a); in test_shortest_paths() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | digraph.cc | 95 struct test_path struct 148 shortest_paths<test_graph_traits, test_path> sp (g, a); in test_shortest_paths() 150 test_path path_to_a = sp.get_shortest_path (a); in test_shortest_paths() 153 test_path path_to_b = sp.get_shortest_path (b); in test_shortest_paths() 157 test_path path_to_c = sp.get_shortest_path (c); in test_shortest_paths() 161 test_path path_to_d = sp.get_shortest_path (d); in test_shortest_paths() 166 test_path path_to_e = sp.get_shortest_path (e); in test_shortest_paths() 171 test_path path_to_f = sp.get_shortest_path (f); in test_shortest_paths()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/ |
H A D | generate_header_inclusion_tests.py | 11 test_path = os.path.join(src_root, 'test', 'libcxx', 'inclusions') 12 assert os.path.exists(test_path) 13 assert os.path.exists(os.path.join(test_path, 'algorithm.inclusions.compile.pass.cpp')) 14 return script_name, src_root, test_path 17 script_name, source_root, test_path = get_libcxx_paths() variable 197 out_path = os.path.join(test_path, test_name)
|
H A D | generate_header_tests.py | 166 def replace_generated_headers(test_path, test_str): argument 167 with open(test_path, 'r') as f: 175 with open(test_path, 'w', newline='\n') as f:
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
H A D | update_mca_test_checks.py | 265 def _get_block_infos(run_infos, test_path, args, common_prefix): # noqa argument 305 test_path) 434 def _write_output(test_path, input_lines, prefix_list, block_infos, # noqa argument 527 common.debug('Writing', len(output_lines), 'lines to', test_path, '..\n\n') 529 with open(test_path, 'wb') as f: 535 for test_path in test_paths: 536 sys.stderr.write('Test: {}\n'.format(test_path)) 543 if not os.path.isfile(test_path): 544 raise Error('could not find test file: {}'.format(test_path)) 546 with open(test_path) as f: [all …]
|
/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/ |
H A D | CMakeLists.txt | 189 foreach(test_path ${BENCHMARK_TESTS}) 190 get_filename_component(test_file "${test_path}" NAME)
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/unit/ |
H A D | TestRunner.py | 40 test_path = os.path.dirname(os.path.dirname(__file__)) 41 inputs = [os.path.join(test_path, 'Inputs/testrunner-custom-parsers/')]
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/ |
H A D | test_base.c | 372 test_path(void) in test_path() function 957 res |= test_path(); in main()
|