Searched refs:test_batch (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/tests/ |
D | capture_replay_tests.py | 736 test_batch = job_queue.get() 738 len(test_batch.tests), worker_id, job_queue.qsize())) 740 test_batch.SetWorkerId(worker_id) 742 success = test_batch.RunWithCapture(args, child_processes_manager) 744 result_list.append(test_batch.GetResults()) 745 logger.info(str(test_batch.GetResults())) 747 continued_tests = test_batch.RemoveTestsThatDoNotProduceAppropriateTraceFiles() 749 result_list.append(test_batch.GetResults()) 750 logger.info(str(test_batch.GetResults())) 752 success = test_batch.BuildReplay(replay_build_dir, composite_file_id, continued_tests, [all …]
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_streaming_writes.c | 234 static void test_batch(int fd, int mode, int reverse) in test_batch() function 391 test_batch(fd, 0, 0); 393 test_batch(fd, 1, 0); 395 test_batch(fd, 2, 0); 397 test_batch(fd, 0, 1); 399 test_batch(fd, 1, 1); 401 test_batch(fd, 2, 1);
|
/external/tensorflow/tensorflow/python/kernel_tests/signal/ |
D | reconstruction_ops_test.py | 137 def test_batch(self): member in ReconstructionOpsTest
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | linalg_ops_test.py | 433 def test_batch(self): member in _LUReconstruct 475 def test_batch(self): member in _LUMatrixInverse
|
/external/python/jinja/tests/ |
D | test_filters.py | 63 def test_batch(self, env): member in TestFilter
|
/external/rust/crates/rusqlite/src/ |
D | lib.rs | 1983 fn test_batch() -> Result<()> { in test_batch() function
|