Home
last modified time | relevance | path

Searched defs:TestQueue (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_eventcount.cpp41 struct TestQueue { struct
45 TestQueue() : val_() {} in TestQueue() argument
47 ~TestQueue() { VERIFY_IS_EQUAL(val_.load(), 0); } in ~TestQueue() argument
49 bool Push() { in Push()
74 const int TestQueue::kQueueSize; argument
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/
Dorder_test.go9 func TestQueue(t *testing.T) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/fuzz/
Dqueue_test.go9 func TestQueue(t *testing.T) { func
/aosp_15_r20/external/licenseclassifier/stringclassifier/internal/pq/
H A Dpriority_test.go18 func TestQueue(t *testing.T) { func
/aosp_15_r20/external/vixl/tools/
H A Dtest_runner.py95 class TestQueue(threaded_tests.TestQueue): class
H A Dthreaded_tests.py52 class TestQueue(object): class
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DSynchronizedQueueTest.java40 private static final class TestQueue<E> implements Queue<E> { class in SynchronizedQueueTest
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DSynchronizedQueueTest.java40 private static final class TestQueue<E> implements Queue<E> { class in SynchronizedQueueTest
/aosp_15_r20/external/libgav1/src/
H A Dresidual_buffer_pool_test.cc83 TEST(ResidualBufferTest, TestQueue) { in TEST() argument
/aosp_15_r20/external/angle/src/tests/test_utils/runner/
H A DTestSuite.h124 using TestQueue = std::queue<std::vector<TestIdentifier>>; variable