Home
last modified time | relevance | path

Searched refs:test_files (Results 1 – 25 of 37) sorted by relevance

12

/external/autotest/client/deps/fakegudev/src/
Dtest-gudev.sh48 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/
Dmb_unittest.py279 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/
Drun_tests_for.py61 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/
Dxlate-test.py76 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_…
Diptables-test.py349 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/
Dunit_test_server.py46 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/
Dtest_zip.py52 def test_files(self): member in TestZip
71 def test_files(self): member in TestEgg
/external/autotest/client/site_tests/desktopui_MediaAudioFeedback/
Ddesktopui_MediaAudioFeedback.py22 def run_once(self, test_files, test_duration): argument
39 for media_file in test_files:
Dcontrol41 test_files=TEST_FILES,
/external/dagger2/
Dtest_defs.bzl140 test_files = []
145 test_files.append(src)
168 for test_file in test_files:
/external/python/cpython2/Lib/test/
Dtest_socketserver.py94 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/
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()
/external/grpc-grpc/test/core/json/
Djson_rewrite_test.cc261 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/
Dexample_UnitTestServer.py10 test_files = ['main.cc'] variable in example_UnitTestServer
/external/antlr/runtime/Perl5/
DBuild.PL18 test_files => 't/*.t t/examples/*.t',
/external/protobuf/ruby/compatibility_tests/v3.0.0/
DRakefile22 t.test_files = FileList["tests/*.rb"]
/external/python/cpython3/Lib/test/
Dtest_socketserver.py78 self.test_files = []
84 for fn in self.test_files:
89 self.test_files[:] = []
99 self.test_files.append(fn)
/external/deqp-deps/glslang/
DBUILD.bazel228 name = "test_files",
252 data = [":test_files"],
286 ":test_files",
/external/angle/third_party/vulkan-deps/glslang/src/
DBUILD.bazel230 name = "test_files",
254 data = [":test_files"],
288 ":test_files",
/external/protobuf/ruby/
Dgoogle-protobuf.gemspec20 s.test_files = ["tests/basic.rb",
DRakefile143 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/
DDataRefTest.cpp153 static void test_files(skiatest::Reporter* reporter) { in test_files() function
207 test_files(reporter); in DEF_TEST()
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_audio_tests.py689 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/
DREADME24 adb push /path/to/test_files /data/local/tmp
/external/grpc-grpc/templates/
Dgrpc.gemspec.template29 s.test_files = Dir.glob('src/ruby/spec/**/*')

12