Searched defs:test_order (Results 1 – 6 of 6) sorted by relevance
| /third_party/python/Lib/test/test_asyncio/ | ||
| D | test_queues.py | 83 async def test_order(self): member in QueueBasicTests |
| /third_party/python/Lib/test/ | ||
| D | _test_atexit.py | 26 def test_order(self): member in GeneralTest |
| D | test_decorators.py | 219 def test_order(self): member in TestDecorators |
| D | test_queue.py | 545 def test_order(self): member in BaseSimpleQueueTest |
| D | test_weakref.py | 2046 def test_order(self): member in FinalizeTestCase |
| /third_party/liburing/test/ | ||
| D | futex.c | 165 static int test_order(int vectored, int async) in test_order() function |