Home
last modified time | relevance | path

Searched defs:test_func_name (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/cpython2/Tools/scripts/
Dfind_recursionlimit.py90 def check_limit(n, test_func_name): argument
/aosp_15_r20/tools/asuite/atest/
H A Datest_integration_tests.py162 test_func_name, test_func = create_test_method(test.strip(), LOG_PATH) variable
/aosp_15_r20/external/python/cpython3/Tools/scripts/
Dfind_recursionlimit.py98 def check_limit(n, test_func_name): argument
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_funcattrs.py87 def test_func_name(self): member in FunctionPropertiesTest