Searched refs:matches (Results 1 - 3 of 3) sorted by relevance

/art/test/094-pattern/src/
H A DMain.java81 System.out.println("str1 matches: " + WEB_URL.matcher(testStr1).matches());
82 System.out.println("str2 matches: " + WEB_URL.matcher(testStr2).matches());
83 System.out.println("str3 matches: " + WEB_URL.matcher(testStr3).matches());
/art/tools/checker/file_format/checker/
H A Dparser.py97 def __firstMatch(matches, string):
99 them. If there aren't any successful matches it returns the length of
102 starts = map(lambda m: len(string) if m is None else m.start(), matches)
/art/tools/dmtracedump/
H A Dtracedump.cc2351 int32_t matches = 0; local
2381 matches++;
2387 qsort(diffs, matches, sizeof(DiffEntry), compareDiffEntriesExculsive);
2445 qsort(diffs, matches, sizeof(DiffEntry), compareDiffEntriesInculsive);

Completed in 151 milliseconds