HomeSort by relevance Sort by last modified time
    Searched full:methodpattern (Results 1 - 1 of 1) sorted by null

  /cts/tools/vm-tests-tf/src/util/build/
BuildDalvikSuite.java 644 String methodPattern = "public\\s+void\\s+" + method + "[^\\{]+\\{";
646 String token = scanner.findWithinHorizon(methodPattern, (int) f.length());
695 String commentPattern = "/\\*\\*([^{]*)\\*/\\s*" + methodPattern;

Completed in 86 milliseconds