Home
last modified time | relevance | path

Searched refs:test_condition (Results 1 – 3 of 3) sorted by relevance

/external/fmtlib/test/
Dassert-test.cc24 bool test_condition = false; variable
28 if (test_condition) in TEST()
/external/python/cpython2/Doc/includes/
Dmp_synchronize.py82 def test_condition(): function
240 for func in [ test_value, test_queue, test_condition,
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py5333 def test_condition(self): member in TestSyncManagerTypes