Home
last modified time | relevance | path

Searched refs:test_methods (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/art/tools/
H A Dbisect_profile.py186 test_methods = list(meth_list[0:len(meth_list) // 2])
187 result = run_test(test_methods, args)
189 meth_list = test_methods
/aosp_15_r20/tools/asuite/atest/
H A Dresult_reporter.py568 test_methods = []
572 test_methods = re.findall(test_re, f.read())
577 test_methods.insert(0, str(first_line).strip())
582 if stripped_line in test_methods:
/aosp_15_r20/external/python/mobly/mobly/
Dbase_test.py1016 test_methods = []
1029 test_methods.append((test_name, test_method))
1030 return test_methods
/aosp_15_r20/external/angle/build/android/pylib/instrumentation/
H A Dinstrumentation_test_instance.py432 test_methods = []
445 test_methods.append({
450 return test_methods
/aosp_15_r20/external/cronet/build/android/pylib/instrumentation/
H A Dinstrumentation_test_instance.py405 test_methods = []
418 test_methods.append({
423 return test_methods
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_linuxaudiodev.py24 def test_methods(self): member in LinuxAudioDevTests
Dtest_weakset.py55 def test_methods(self): member in TestWeakSet
Dtest_xml_etree.py783 def test_methods(self): member in ElementTreeTest
Dtest_descr.py1788 def test_methods(self): member in ClassPropertiesAndMethods
/aosp_15_r20/external/pytorch/torch/testing/_internal/optests/
H A Dgenerate_tests.py197 test_methods = [
276 for attr in test_methods:
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_crypt.py55 def test_methods(self): member in CryptTestCase
Dtest_weakset.py44 def test_methods(self): member in TestWeakSet
Dtest_embed.py1809 def test_methods(self): member in StdPrinterTests
Dtest_types.py1049 def test_methods(self): member in MappingProxyTests
Dtest_xml_etree.py1099 def test_methods(self): member in ElementTreeTest
Dtest_descr.py1987 def test_methods(self): member in ClassPropertiesAndMethods
/aosp_15_r20/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_calltips.py115 def test_methods(self): member in Get_signatureTest
/aosp_15_r20/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_calltip.py182 def test_methods(self): member in Get_argspecTest
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
Dgnss_test_utils.py1957 test_methods=None, argument
1970 if test_methods is None:
1971 test_methods = {}
1980 for class_name, test_method in test_methods.items():
/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/
Dtest_structures.py378 def test_methods(self): member in StructureTestCase
/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/
Dtest_structures.py378 def test_methods(self): member in StructureTestCase
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/
H A Dtest_structures.py378 def test_methods(self): member in StructureTestCase
/aosp_15_r20/external/libevent/test/
H A Dregress.c2565 test_methods(void *ptr) in test_methods() function
3480 { "methods", test_methods, TT_FORK, NULL, NULL },
/aosp_15_r20/external/pytorch/test/quantization/fx/
H A Dtest_numeric_suite_fx.py546 def test_methods(self): member in TestFXGraphMatcher