Home
last modified time | relevance | path

Searched refs:test_function_name (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/tools/asuite/atest/
H A Datest_integration_tests.py120 test_function_name = 'test_%s' % testcase.replace(' ', '_')
130 return test_function_name, template_test_method
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/scripts/
H A Dgenerate_test_code.py984 test_function_name = 'test_' + function_name
985 if test_function_name not in func_info:
987 (line_no, test_function_name))
988 return func_info[test_function_name]
/aosp_15_r20/external/mbedtls/tests/scripts/
H A Dgenerate_test_code.py984 test_function_name = 'test_' + function_name
985 if test_function_name not in func_info:
987 (line_no, test_function_name))
988 return func_info[test_function_name]
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/
H A Dgenerate_examples_lib.py318 test_function_name = "make_%s_tests" % test_name
319 test_function = get_test_function(test_function_name)
322 (out, test_function_name))
H A Dzip_test_utils.py64 def get_test_function(test_function_name): argument
67 if test_function_name not in _MAKE_TEST_FUNCTIONS_MAP:
69 return _MAKE_TEST_FUNCTIONS_MAP[test_function_name]
/aosp_15_r20/external/python/timeout-decorator/tests/
Dtest_timeout_decorator.py78 def test_function_name(use_signals): function
/aosp_15_r20/packages/modules/Connectivity/remoteauth/service/jni/src/
Dremoteauth_jni_android_platform.rs295 fn test_function_name() { in test_function_name() function
/aosp_15_r20/tools/test/connectivity/acts/framework/tests/
Dacts_test_decorators_test.py158 def test_function_name(self): member in TestDecoratorUnitTests
/aosp_15_r20/packages/modules/Uwb/service/uci/jni/src/
Duci_jni_android_new.rs1791 fn test_function_name() { in test_function_name() function