Home
last modified time | relevance | path

Searched refs:test_files (Results 1 - 11 of 11) sorted by relevance

/third_party/spirv-tools/test/diff/diff_files/
H A Dgenerate_tests.py95 {test_files}
271 def generate_cmake(test_files):
275 test_files = '\n'.join(['"diff_files/{}"'.format(f) for f in test_files]))
297 test_files = generate_tests(diff_tool, test_names)
299 generate_cmake(test_files)
/third_party/python/Lib/test/test_importlib/
H A Dtest_zip.py40 def test_files(self): member in TestZip
55 def test_files(self): member in TestEgg
H A Dtest_reader.py119 def test_files(self): member in NamespaceReaderTest
/third_party/ltp/testcases/kernel/fs/fsx-linux/
H A Dfsx-linux.c375 } *test_files = NULL; variable
405 return &test_files[index % num_test_files]; in get_tf()
435 test_files = calloc(num_test_files, sizeof(*test_files)); in open_test_files()
436 if (test_files == NULL) { in open_test_files()
441 for (i = 0, tf = test_files; i < num_test_files; i++, tf++) { in open_test_files()
455 for (i = 0, tf = test_files; i < num_test_files; i++, tf++) in open_test_files()
464 for (i = 0, tf = test_files; i < num_test_files; i++, tf++) { in close_test_files()
547 sprintf(tf_buf, "%lu ", (unsigned long)(tf - test_files)); in fill_tf_buf()
/third_party/cJSON/tests/unity/test/
H A Drakefile_helper.rb190 def run_tests(test_files)
202 test_files.each do |test|
/third_party/cJSON/tests/unity/examples/example_3/
H A Drakefile_helper.rb161 def run_tests(test_files)
173 test_files.each do |test|
/third_party/unity/examples/example_3/
H A Drakefile_helper.rb167 def run_tests(test_files)
179 test_files.each do |test|
/third_party/python/Lib/test/
H A Dtest_socketserver.py82 self.test_files = []
88 for fn in self.test_files:
93 self.test_files[:] = []
103 self.test_files.append(fn)
/third_party/skia/tests/
H A DDataRefTest.cpp153 static void test_files(skiatest::Reporter* reporter) { in test_files() function
207 test_files(reporter); in DEF_TEST()
/third_party/unity/test/
H A Drakefile_helper.rb251 def run_tests(test_files)
257 test_files.each do |test|
/third_party/skia/third_party/externals/angle2/src/tests/
H A Dcapture_replay_tests.py372 test_files = []
377 test_files.append(f)
383 for f in test_files:

Completed in 8 milliseconds