Home
last modified time | relevance | path

Searched refs:test_order (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/rayon-core/src/spawn/
Dtest.rs145 macro_rules! test_order { macro
170 let vec = test_order!(spawn, spawn); in lifo_order()
178 let vec = test_order!(spawn_fifo, spawn_fifo); in fifo_order()
186 let vec = test_order!(spawn, spawn_fifo); in lifo_fifo_order()
197 let vec = test_order!(spawn_fifo, spawn); in fifo_lifo_order()
/external/google-fruit/tests/
Dtest_multibindings_misc.py165 def test_order(self): member in TestMultibindingsMisc
/external/python/cpython2/Lib/test/
Dtest_decorators.py193 def test_order(self): member in TestDecorators
292 def test_order(self): member in TestClassDecorators
Dtest_atexit.py39 def test_order(self): member in TestCase
/external/llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/
Dirtranslator-amdgpu_vs.ll58 define amdgpu_vs void @test_order(float inreg %arg0, float inreg %arg1, float %arg2, float %arg3) {
59 ; CHECK-LABEL: name: test_order
/external/python/cpython3/Lib/test/
Dtest_decorators.py196 def test_order(self): member in TestDecorators
334 def test_order(self): member in TestClassDecorators
Dtest_atexit.py60 def test_order(self): member in GeneralTest
Dtest_queue.py539 def test_order(self): member in BaseSimpleQueueTest
Dtest_weakref.py2001 def test_order(self): member in FinalizeTestCase
/external/rust/crates/rayon-core/src/scope/
Dtest.rs271 macro_rules! test_order { macro
297 let vec = test_order!(scope => spawn); in lifo_order()
305 let vec = test_order!(scope_fifo => spawn_fifo); in fifo_order()
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_queues.py114 def test_order(self): member in QueueBasicTests
616 def test_order(self): member in LifoQueueTests
628 def test_order(self): member in PriorityQueueTests