Home
last modified time | relevance | path

Searched refs:METHOD2_NAME (Results 1 – 3 of 3) sorted by relevance

/tools/asuite/atest/
Dunittest_constants.py231 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/
Datest_tf_test_runner_unittest.py76 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/
Dmodule_finder_unittest.py495 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)