Home
last modified time | relevance | path

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

/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/swiftshader/third_party/subzero/pydir/
Dwasm-run-torture-tests.py188 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/
Dunit_test_server.py46 report = utils.system_output('gcov ' + ''.join(self.test_files))
49 filtered = gen_gcov_report(report, self.test_files)
/external/iptables/
Diptables-test.py283 test_files = 0
304 test_files += 1
307 (test_files, tests, passed))
/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/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/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/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/python/cpython3/Lib/test/
Dtest_socketserver.py79 self.test_files = []
85 for fn in self.test_files:
90 self.test_files[:] = []
100 self.test_files.append(fn)
/external/protobuf/ruby/
Dgoogle-protobuf.gemspec19 s.test_files = ["tests/basic.rb",
DRakefile97 t.test_files = FileList["tests/*.rb"]
/external/libvpx/libvpx/test/android/
DREADME23 adb push /path/to/test_files /data/local/tmp
/external/grpc-grpc/templates/
Dgrpc.gemspec.template29 s.test_files = Dir.glob('src/ruby/spec/**/*')
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils_test.py1838 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/
Dtest_unparse.py191 def test_files(self): member in DirectoryTestCase
/external/skia/tests/
DDataRefTest.cpp155 static void test_files(skiatest::Reporter* reporter) { in test_files() function
209 test_files(reporter); in DEF_TEST()
/external/skqp/tests/
DDataRefTest.cpp155 static void test_files(skiatest::Reporter* reporter) { in test_files() function
209 test_files(reporter); in DEF_TEST()
/external/libaom/libaom/test/
Dtest.cmake350 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)
Dtest_data_util.cmake598 # 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/
Dtest_unparse.py291 def test_files(self): member in DirectoryTestCase
/external/vulkan-validation-layers/scripts/
Dvk_validation_stats.py320 self.test_files = test_file_list
337 for test_file in self.test_files:
/external/grpc-grpc/
Dgrpc.gemspec27 s.test_files = Dir.glob('src/ruby/spec/**/*')