Searched refs:METHOD2_NAME (Results 1 – 3 of 3) sorted by relevance
/tools/asuite/atest/ |
D | unittest_constants.py | 231 METHOD2_NAME = 'method2' variable 233 FULL_CLASS_NAME, frozenset([METHOD_NAME, METHOD2_NAME]) 258 FULL_CLASS_NAME, frozenset([METHOD_NAME + '*', METHOD2_NAME + '*'])
|
/tools/asuite/atest/test_runners/ |
D | atest_tf_test_runner_unittest.py | 76 uc.FULL_CLASS_NAME, frozenset([uc.METHOD2_NAME]) 84 FULL_CLASS2_NAME, frozenset([uc.METHOD_NAME, uc.METHOD2_NAME]) 171 FULL_CLASS2_NAME, frozenset([uc.METHOD_NAME, uc.METHOD2_NAME])
|
/tools/asuite/atest/test_finders/ |
D | module_finder_unittest.py | 495 class_methods = '%s,%s' % (class_with_method, uc.METHOD2_NAME) 896 class_with_methods = '%s,%s' % (class_with_method, uc.METHOD2_NAME) 1243 class_with_methods = '%s,%s' % (class_with_method, uc.METHOD2_NAME) 1309 class_methods = '%s,%s' % (class_with_method, uc.METHOD2_NAME)
|