Home
last modified time | relevance | path

Searched defs:test_order (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
Dtest_queues.py83 async def test_order(self): member in QueueBasicTests
437 async def test_order(self): member in LifoQueueTests
448 async def test_order(self): member in PriorityQueueTests
/third_party/python/Lib/test/
D_test_atexit.py26 def test_order(self): member in GeneralTest
Dtest_decorators.py219 def test_order(self): member in TestDecorators
452 def test_order(self): member in TestClassDecorators
Dtest_queue.py545 def test_order(self): member in BaseSimpleQueueTest
Dtest_weakref.py2046 def test_order(self): member in FinalizeTestCase
/third_party/liburing/test/
Dfutex.c165 static int test_order(int vectored, int async) in test_order() function