/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/webrtc/tools_webrtc/mb/ |
D | mb_unittest.py | 279 test_files = { 295 files=test_files, ret=0) 313 test_files = { 329 files=test_files, ret=0) 347 test_files = { 364 files=test_files, ret=0) 395 test_files = { 413 files=test_files, ret=0) 430 test_files = { 446 files=test_files, ret=0) [all …]
|
/external/toolchain-utils/ |
D | run_tests_for.py | 61 def _filter_python_tests(test_files, toolchain_utils): argument 64 for test_file in test_files: 76 test_files = ( 80 return _filter_python_tests(test_files, toolchain_utils) 120 test_files = [test_file] 124 test_files = (x for x in candidates if os.path.exists(x)) 125 return _filter_python_tests(test_files, toolchain_utils)
|
/external/iptables/ |
D | xlate-test.py | 76 test_files = total_tests = total_passed = total_error = total_failed = 0 81 test_files += 1 88 …print("%d test files, %d tests, %d tests passed, %d tests failed, %d errors" % (test_files, total_…
|
D | iptables-test.py | 349 test_files = 0 381 test_files += 1 383 print("%d test files, %d unit tests, %d passed" % (test_files, tests, passed))
|
/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/python/cpython3/Lib/test/test_importlib/ |
D | test_zip.py | 52 def test_files(self): member in TestZip 71 def test_files(self): member in TestEgg
|
/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/dagger2/ |
D | test_defs.bzl | 140 test_files = [] 145 test_files.append(src) 168 for test_file in test_files:
|
/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/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/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/protobuf/ruby/compatibility_tests/v3.0.0/ |
D | Rakefile | 22 t.test_files = FileList["tests/*.rb"]
|
/external/python/cpython3/Lib/test/ |
D | test_socketserver.py | 78 self.test_files = [] 84 for fn in self.test_files: 89 self.test_files[:] = [] 99 self.test_files.append(fn)
|
/external/deqp-deps/glslang/ |
D | BUILD.bazel | 228 name = "test_files", 252 data = [":test_files"], 286 ":test_files",
|
/external/angle/third_party/vulkan-deps/glslang/src/ |
D | BUILD.bazel | 230 name = "test_files", 254 data = [":test_files"], 288 ":test_files",
|
/external/protobuf/ruby/ |
D | google-protobuf.gemspec | 20 s.test_files = ["tests/basic.rb",
|
D | Rakefile | 143 t.test_files = FileList["tests/*.rb"].exclude("tests/gc_test.rb", "tests/common_tests.rb") 149 t.test_files = FileList["tests/gc_test.rb"]
|
/external/skia/tests/ |
D | DataRefTest.cpp | 153 static void test_files(skiatest::Reporter* reporter) { in test_files() function 207 test_files(reporter); in DEF_TEST()
|
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_adapter_audio_tests.py | 689 test_files = hfp_test_data['visqol_test_files'] 704 for test_file in test_files: 753 test_files = hfp_test_data['visqol_test_files'] 766 for test_file in test_files:
|
/external/libvpx/libvpx/test/android/ |
D | README | 24 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/**/*')
|