Home
last modified time | relevance | path

Searched refs:test_batch (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/tests/
Dcapture_replay_tests.py736 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/
Dgem_streaming_writes.c234 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/
Dreconstruction_ops_test.py137 def test_batch(self): member in ReconstructionOpsTest
/external/tensorflow/tensorflow/python/kernel_tests/
Dlinalg_ops_test.py433 def test_batch(self): member in _LUReconstruct
475 def test_batch(self): member in _LUMatrixInverse
/external/python/jinja/tests/
Dtest_filters.py63 def test_batch(self, env): member in TestFilter
/external/rust/crates/rusqlite/src/
Dlib.rs1983 fn test_batch() -> Result<()> { in test_batch() function