HomeSort by: relevance | last modified time | path
    Searched refs:test_path (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
riscv-tdesc-loading.exp 26 set test_path [remote_download host $filename]
28 set test_path $filename
34 gdb_test_no_output "set tdesc filename $test_path" \
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
riscv-tdesc-loading.exp 26 set test_path [remote_download host $filename]
28 set test_path $filename
34 gdb_test_no_output "set tdesc filename $test_path" \
  /src/external/gpl3/gcc/dist/gcc/
digraph.cc 95 struct test_path struct in namespace:selftest
150 shortest_paths<test_graph_traits, test_path> sp (g, a,
153 test_path path_to_a = sp.get_shortest_path (a);
156 test_path path_to_b = sp.get_shortest_path (b);
160 test_path path_to_c = sp.get_shortest_path (c);
164 test_path path_to_d = sp.get_shortest_path (d);
169 test_path path_to_e = sp.get_shortest_path (e);
174 test_path path_to_f = sp.get_shortest_path (f);
185 shortest_paths<test_graph_traits, test_path> sp (g, b,
188 test_path path_to_a = sp.get_shortest_path (a)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
digraph.cc 95 struct test_path struct in namespace:selftest
150 shortest_paths<test_graph_traits, test_path> sp (g, a,
153 test_path path_to_a = sp.get_shortest_path (a);
156 test_path path_to_b = sp.get_shortest_path (b);
160 test_path path_to_c = sp.get_shortest_path (c);
164 test_path path_to_d = sp.get_shortest_path (d);
169 test_path path_to_e = sp.get_shortest_path (e);
174 test_path path_to_f = sp.get_shortest_path (f);
185 shortest_paths<test_graph_traits, test_path> sp (g, b,
188 test_path path_to_a = sp.get_shortest_path (a)
    [all...]
  /src/external/apache2/llvm/dist/libcxx/utils/
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()
197 out_path = os.path.join(test_path, test_name)
generate_header_tests.py 166 def replace_generated_headers(test_path, test_str):
167 with open(test_path, 'r') as f:
175 with open(test_path, 'w', newline='\n') as f:
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.xml/
maint-xml-dump.exp 112 set test_path [remote_download host $filename]
114 set test_path $filename
119 gdb_test "maint print xml-tdesc $test_path" \
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.xml/
maint-xml-dump.exp 112 set test_path [remote_download host $filename]
114 set test_path $filename
119 gdb_test "maint print xml-tdesc $test_path" \
  /src/external/apache2/llvm/dist/llvm/utils/
update_mca_test_checks.py 265 def _get_block_infos(run_infos, test_path, args, common_prefix): # noqa
305 test_path)
434 def _write_output(test_path, input_lines, prefix_list, block_infos, # noqa
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...]
  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/unit/
TestRunner.py 40 test_path = os.path.dirname(os.path.dirname(__file__))
41 inputs = [os.path.join(test_path, 'Inputs/testrunner-custom-parsers/')]
  /src/crypto/external/bsd/heimdal/dist/lib/base/
test_base.c 372 test_path(void) function
957 res |= test_path();

Completed in 27 milliseconds