Home
last modified time | relevance | path

Searched refs:MAINLINE_REGEX (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTestMapping.java67 public static final Pattern MAINLINE_REGEX = Pattern.compile("(\\S+)\\[(\\S+)\\]"); field in TestMapping
674 Matcher matcher = MAINLINE_REGEX.matcher(info.getName()); in getMainlineTestModuleName()
/tools/tradefederation/core/javatests/com/android/tradefed/presubmit/
DTestMappingsValidation.java383 Matcher matcher = TestMapping.MAINLINE_REGEX.matcher(moduleName); in testTestSuiteSetting()