Home
last modified time | relevance | path

Searched refs:TestQueue (Results 1 – 12 of 12) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_eventcount.cpp41 struct TestQueue { struct
45 TestQueue() : val_() {} in TestQueue() argument
47 ~TestQueue() { VERIFY_IS_EQUAL(val_.load(), 0); } in ~TestQueue() argument
74 const int TestQueue::kQueueSize; argument
88 TestQueue queues[kQueues]; in test_stress_eventcount()
/external/vixl/tools/
Dtest_runner.py95 class TestQueue(threaded_tests.TestQueue): class
97 super(TestQueue, self).__init__('test_runner: ')
120 return super(TestQueue, self).Run(jobs, verbose, RunTest)
Dclang_tidy.py35 from threaded_tests import Test, TestQueue
157 queue = TestQueue(prefix = progress_prefix)
Dclang_format.py37 from threaded_tests import Test, TestQueue
163 queue = TestQueue(prefix = progress_prefix)
Dthreaded_tests.py52 class TestQueue(object): class
Dtest.py362 tests = test_runner.TestQueue()
/external/guava/android/guava-tests/test/com/google/common/collect/
DSynchronizedQueueTest.java33 TestQueue<String> inner = new TestQueue<>(); in create()
39 private static final class TestQueue<E> implements Queue<E> { class in SynchronizedQueueTest
/external/guava/guava-tests/test/com/google/common/collect/
DSynchronizedQueueTest.java33 TestQueue<String> inner = new TestQueue<>(); in create()
40 private static final class TestQueue<E> implements Queue<E> { class in SynchronizedQueueTest
/external/angle/src/tests/test_utils/runner/
DTestSuite.h124 using TestQueue = std::queue<std::vector<TestIdentifier>>; variable
172 TestQueue mTestQueue;
DTestSuite.cpp905 TestQueue BatchTests(const std::vector<TestIdentifier> &tests, int batchSize) in BatchTests()
916 TestQueue testQueue; in BatchTests()
1745 TestQueue emptyTestQueue; in run()
/external/llvm-project/lldb/test/API/commands/expression/import-std-module/queue/
DTestQueueFromStdModule.py10 class TestQueue(TestBase): class
/external/llvm-project/clang/utils/analyzer/
DSATestBuild.py227 TestQueue = Queue[TestInfo] # this is only processed by mypy variable
229 TestQueue = Queue # this will be executed at runtime variable
283 tasks_queue = TestQueue()
668 def __init__(self, tasks_queue: TestQueue, argument