Home
last modified time | relevance | path

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

/cts/tools/vm-tests-tf/build/src/util/build/
DBuildUtilBase.java93 final String methodPattern = "public\\s+void\\s+" + method + "[^\\{]+\\{"; in parseTestMethod() local
97 String token = scanner.findWithinHorizon(methodPattern, content.length()); in parseTestMethod()
147 String commentPattern = "/\\*\\*([^{]*)\\*/\\s*" + methodPattern; in parseTestMethod()
/cts/hostsidetests/compilation/src/android/compilation/cts/
DAdbRootDependentCompilationTest.java358 Pattern methodPattern = in getCompiledMethods() local
385 Matcher matcher = methodPattern.matcher(response[i]); in getCompiledMethods()