Home
last modified time | relevance | path

Searched defs:matcher (Results 1 – 6 of 6) sorted by relevance

/development/tools/bugreport/src/com/android/bugreport/util/
DUtils.java49 public static boolean matches(Matcher matcher, String text) { in matches()
57 public static Matcher match(Matcher matcher, String text) { in match()
70 public static int getInt(Matcher matcher, int group, int def) { in getInt()
90 public static GregorianCalendar parseCalendar(Matcher matcher, int startGroup, in parseCalendar()
/development/samples/Wiktionary/src/com/example/android/wiktionary/
DWordWidget.java103 Matcher matcher = Pattern.compile(WOTD_PATTERN).matcher(pageContent); in buildUpdate() local
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
DWordWidget.java94 Matcher matcher = pattern.matcher(pageContent); in buildUpdate() local
/development/tools/idegen/src/com/android/idegen/
DDirectorySearch.java195 Matcher matcher = EXCLUDE_PATTERN.matcher(child.getName()); in findExcludeDirs() local
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DDictionaryProvider.java56 UriMatcher matcher = new UriMatcher(UriMatcher.NO_MATCH); in buildUriMatcher() local
/development/vndk/tools/sourcedr/ninja/
Dninja.py424 def _lex_string_or_path(self, matcher, result_kind): argument