Searched refs:split_methods (Results 1 – 5 of 5) sorted by relevance
| /tools/tradefederation/core/atest/test_finders/ |
| D | test_finder_utils_unittest.py | 86 test_finder_utils.split_methods('Class.Name'), 90 test_finder_utils.split_methods('Class.Name#Method'), 94 test_finder_utils.split_methods('Class.Name#Method,Method2'), 98 test_finder_utils.split_methods('Class.Name#Method,Method2'), 102 test_finder_utils.split_methods('Class.Name#Method,Method2'), 105 atest_error.TooManyMethodsError, test_finder_utils.split_methods, 110 test_finder_utils.split_methods('foo/bar/class.java'), 114 test_finder_utils.split_methods('foo/bar/class.java#Method'),
|
| D | module_finder.py | 355 class_name, methods = test_finder_utils.split_methods(class_name) 419 _, methods = test_finder_utils.split_methods(package) 476 path, methods = test_finder_utils.split_methods(path)
|
| D | tf_integration_finder.py | 195 class_name, methods = test_finder_utils.split_methods(class_name) 228 path, _ = test_finder_utils.split_methods(path)
|
| D | suite_plan_finder.py | 110 path, _ = test_finder_utils.split_methods(suite_path)
|
| D | test_finder_utils.py | 117 def split_methods(user_input): function
|