/external/toolchain-utils/automation/clients/report/dejagnu/ |
D | report.py | 71 for test_run_id, test_run in enumerate(test_runs): 72 logging.info('Generating report for: %s.', test_run) 74 test_run.CleanUpTestResults() 75 test_run.SuppressTestResults(manifests) 81 summary_all = _PrepareSummary(res_types, test_run.summary) 82 tests_all = _PrepareTestList(res_types, test_run.results) 93 'name': '%s @%s' % (test_run.tool, test_run.board),
|
D | manifest.py | 42 def FromDejaGnuTestRun(cls, test_run): argument 44 for result in test_run.results 47 return cls(test_run.tool, test_run.board, results)
|
D | main.py | 51 test_run = DejaGnuTestRun.FromFile(filename) 53 manifest = Manifest.FromDejaGnuTestRun(test_run) 54 manifest_filename = '%s-%s.xfail' % (test_run.tool, test_run.board)
|
D | summary.py | 132 test_run = cls() 133 test_run.FromDejaGnuOutput(filename) 134 test_run.CleanUpTestResults() 135 return test_run
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_kmod.sh | 15 test_run() function 56 test_run 0 0 57 test_run 1 0 58 test_run 1 1 59 test_run 1 2
|
/external/kmod/testsuite/ |
D | testsuite.h | 121 int test_run(const struct test *t); 170 return test_run(t); \ 174 if (test_run(t) != 0) \
|
/external/linux-kselftest/tools/testing/selftests/sparc64/drivers/ |
D | drivers_test.sh | 6 test_run() function 29 test_run
|
/external/toolchain-utils/crosperf/ |
D | machine_manager_unittest.py | 456 test_run = MockBenchmarkRun('test run', bench, LABEL_LUMPY, 1, [], self.mm, 464 self.mock_lumpy1.test_run = test_run 465 self.mock_lumpy2.test_run = test_run 466 self.mock_lumpy3.test_run = test_run 467 self.mock_daisy1.test_run = test_run 468 self.mock_daisy2.test_run = test_run
|
D | machine_manager.py | 56 self.test_run = None 420 m.test_run = threading.current_thread() 425 m.test_run = threading.current_thread() 440 m.test_run = threading.current_thread() 485 if m.test_run: 486 test_name = m.test_run.name 487 test_status = m.test_run.timeline.GetLastEvent() 621 self.test_run = None
|
D | download_images_unittest.py | 157 def test_run(self): member in ImageDownloaderTestcast
|
/external/ltp/testcases/kernel/device-drivers/block/block_dev_user/ |
D | block_dev.c | 72 static void test_run(void) in test_run() function 99 test_run(); in main()
|
/external/ltp/testcases/kernel/firmware/fw_load_user/ |
D | fw_load.c | 75 static void test_run(void); 88 test_run(); in main() 150 static void test_run(void) in test_run() function
|
/external/autotest/client/bin/result_tools/ |
D | delete_file_throttler_unittest.py | 99 test_run = os.path.join(self.test_dir, 'test_run_details.txt') 100 unittest_lib.create_file(test_run, LARGE_SIZE_BYTE) 101 self.files_not_deleted.append(test_run)
|
/external/ltp/testcases/kernel/device-drivers/pci/tpci_user/ |
D | tpci.c | 78 static void test_run(void) in test_run() function 112 test_run(); in main()
|
/external/ltp/testcases/kernel/device-drivers/acpi/ |
D | ltp_acpi.c | 125 static void test_run(void) in test_run() function 165 test_run(); in main()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureViewTests.cpp | 2674 _test_run& test_run = *it; in deinit() local 2676 if (test_run.parent_texture_object_id != 0) in deinit() 2678 gl.deleteTextures(1, &test_run.parent_texture_object_id); in deinit() 2680 test_run.parent_texture_object_id = 0; in deinit() 2683 if (test_run.texture_view_object_created_from_immutable_to_id != 0) in deinit() 2685 gl.deleteTextures(1, &test_run.texture_view_object_created_from_immutable_to_id); in deinit() 2687 test_run.texture_view_object_created_from_immutable_to_id = 0; in deinit() 2690 if (test_run.texture_view_object_created_from_view_to_id != 0) in deinit() 2692 gl.deleteTextures(1, &test_run.texture_view_object_created_from_view_to_id); in deinit() 2694 test_run.texture_view_object_created_from_view_to_id = 0; in deinit() [all …]
|
/external/ltp/testcases/kernel/device-drivers/cpufreq/ |
D | cpufreq_boost.c | 143 static void test_run(void) in test_run() function 172 test_run(); in main()
|
/external/ltp/testcases/kernel/controllers/cgroup_xattr/ |
D | cgroup_xattr.c | 108 static void test_run(void); 127 test_run(); in main() 186 static void test_run(void) in test_run() function
|
/external/toolchain-utils/automation/clients/report/ |
D | validate_failures.py | 151 test_run = DejaGnuTestRun.FromFile(summary) 152 failures = set(Manifest.FromDejaGnuTestRun(test_run))
|
/external/ltp/testcases/kernel/security/prot_hsymlinks/ |
D | prot_hsymlinks.c | 167 static int test_run(void); 183 test_run(); in main() 235 static int test_run(void) in test_run() function
|
/external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/ |
D | trainer_hooks_test.py | 52 def test_run(self): member in FeatureImportanceSummarySaverTest
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_build_clib.py | 106 def test_run(self): member in BuildCLibTestCase
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_build_clib.py | 106 def test_run(self): member in BuildCLibTestCase
|
/external/autotest/server/site_tests/provision_CheetsUpdate/ |
D | README.md | 38 …://atp.googleplex.com/tests/arc++/presubmit?state=COMPLETED&testLabelName=PRESUBMIT&tabId=test_run)
|
/external/python/cpython3/Lib/test/ |
D | test_profile.py | 88 def test_run(self): member in ProfileTest
|