/external/autotest/client/deps/fakegudev/src/ |
D | test-gudev.sh | 48 generate_output_file test_files/empty.output 65 generate_output_file test_files/fake.output 66 run_test /dev/fake test_files/fake.dat 70 run_test /dev/null test_files/fake.dat 73 generate_output_file test_files/fake_name.output 74 run_test /dev/fake test_files/fake_name.dat 77 generate_output_file test_files/fake_driver.output 78 run_test /dev/fake test_files/fake_driver.dat 81 generate_output_file test_files/fake_subsystem.output 82 run_test /dev/fake test_files/fake_subsystem.dat [all …]
|
/external/swiftshader/third_party/subzero/pydir/ |
D | wasm-run-torture-tests.py | 188 test_files = args.tests variable 190 test_files = glob.glob("./emwasm-torture-out/*.wasm") variable 208 for test_file in test_files:
|
/external/autotest/server/bin/ |
D | unit_test_server.py | 46 report = utils.system_output('gcov ' + ''.join(self.test_files)) 49 filtered = gen_gcov_report(report, self.test_files)
|
/external/iptables/ |
D | iptables-test.py | 283 test_files = 0 304 test_files += 1 307 (test_files, tests, passed))
|
/external/ltp/testcases/kernel/fs/fsx-linux/ |
D | fsx-linux.c | 375 } *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()
|
/external/python/cpython2/Lib/test/ |
D | test_socketserver.py | 94 self.test_files = [] 100 for fn in self.test_files: 105 self.test_files[:] = [] 129 self.test_files.append(fn)
|
/external/autotest/client/site_tests/desktopui_MediaAudioFeedback/ |
D | desktopui_MediaAudioFeedback.py | 22 def run_once(self, test_files, test_duration): argument 39 for media_file in test_files:
|
D | control | 41 test_files=TEST_FILES,
|
/external/grpc-grpc/test/core/json/ |
D | json_rewrite_test.cc | 261 static test_file test_files[] = { variable 275 for (i = 0; i < GPR_ARRAY_SIZE(test_files); i++) { in test_rewrites() 276 test_file* test = test_files + i; in test_rewrites()
|
/external/autotest/server/site_tests/example_UnitTestServer/ |
D | example_UnitTestServer.py | 10 test_files = ['main.cc'] variable in example_UnitTestServer
|
/external/antlr/runtime/Perl5/ |
D | Build.PL | 18 test_files => 't/*.t t/examples/*.t',
|
/external/python/cpython3/Lib/test/ |
D | test_socketserver.py | 79 self.test_files = [] 85 for fn in self.test_files: 90 self.test_files[:] = [] 100 self.test_files.append(fn)
|
/external/protobuf/ruby/ |
D | google-protobuf.gemspec | 19 s.test_files = ["tests/basic.rb",
|
D | Rakefile | 97 t.test_files = FileList["tests/*.rb"]
|
/external/libvpx/libvpx/test/android/ |
D | README | 23 adb push /path/to/test_files /data/local/tmp
|
/external/grpc-grpc/templates/ |
D | grpc.gemspec.template | 29 s.test_files = Dir.glob('src/ruby/spec/**/*')
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_utils_test.py | 1838 test_files = [] 1840 self.device._PushChangedFilesIndividually(test_files) 1843 test_files = [('/test/host/path', '/test/device/path')] 1844 with self.assertCalls(self.call.adb.Push(*test_files[0])): 1845 self.device._PushChangedFilesIndividually(test_files) 1848 test_files = [ 1852 self.call.adb.Push(*test_files[0]), 1853 self.call.adb.Push(*test_files[1])): 1854 self.device._PushChangedFilesIndividually(test_files) 1860 test_files = [('/test/host/path/file1', '/test/device/path/file1')] [all …]
|
/external/python/cpython2/Demo/parser/ |
D | test_unparse.py | 191 def test_files(self): member in DirectoryTestCase
|
/external/skia/tests/ |
D | DataRefTest.cpp | 155 static void test_files(skiatest::Reporter* reporter) { in test_files() function 209 test_files(reporter); in DEF_TEST()
|
/external/skqp/tests/ |
D | DataRefTest.cpp | 155 static void test_files(skiatest::Reporter* reporter) { in test_files() function 209 test_files(reporter); in DEF_TEST()
|
/external/libaom/libaom/test/ |
D | test.cmake | 350 make_test_data_lists("${AOM_UNIT_TEST_DATA_LIST_FILE}" test_files 352 list(LENGTH test_files num_test_files) 357 list(GET test_files ${test_index} test_file)
|
D | test_data_util.cmake | 598 # Appends each file name in $test_files to $test_dir and adds the result path to 600 function(expand_test_file_paths test_files test_dir out_path_list) 601 foreach(filename ${${test_files}})
|
/external/python/cpython3/Lib/test/test_tools/ |
D | test_unparse.py | 291 def test_files(self): member in DirectoryTestCase
|
/external/vulkan-validation-layers/scripts/ |
D | vk_validation_stats.py | 320 self.test_files = test_file_list 337 for test_file in self.test_files:
|
/external/grpc-grpc/ |
D | grpc.gemspec | 27 s.test_files = Dir.glob('src/ruby/spec/**/*')
|