Home
last modified time | relevance | path

Searched refs:indirect_test (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dregrtest.py1319 indirect_test = getattr(the_module, "test_main", None)
1321 refleak = dash_R(the_module, test, indirect_test,
1324 if indirect_test is not None:
1325 indirect_test()
1413 def dash_R(the_module, test, indirect_test, huntrleaks): argument
1445 if indirect_test:
1447 indirect_test()
/external/llvm-project/openmp/runtime/src/
Dkmp_lock.cpp2990 static int (*indirect_test[])(kmp_user_lock_p, variable
3244 __kmp_indirect_test = indirect_test; in __kmp_init_dynamic_user_locks()