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

/dalvik/tests/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());
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DLocalList.java281 * Returns whether or not this instance matches the given spec.
284 * @return {@code true} iff this instance matches
287 public boolean matches(RegisterSpec otherSpec) { method in class:LocalList.Entry
292 * Returns whether or not this instance matches the spec in
296 * @return {@code true} iff this instance's spec matches
299 public boolean matches(Entry other) { method in class:LocalList.Entry
300 return matches(other.spec);
404 if ((already != null) && e.matches(already)) {
615 if (endEntry.matches(startedLocal)) {
769 if (entry.matches(endedLoca
[all...]
/dalvik/dx/src/com/android/dx/dex/code/
H A DLocalList.java280 * Returns whether or not this instance matches the given spec.
283 * @return {@code true} iff this instance matches
286 public boolean matches(RegisterSpec otherSpec) { method in class:LocalList.Entry
291 * Returns whether or not this instance matches the spec in
295 * @return {@code true} iff this instance's spec matches
298 public boolean matches(Entry other) { method in class:LocalList.Entry
299 return matches(other.spec);
403 if ((already != null) && e.matches(already)) {
614 if (endEntry.matches(startedLocal)) {
768 if (entry.matches(endedLoca
[all...]
/dalvik/dx/src/com/android/dx/command/findusages/
H A DFindUsages.java55 if (declaredByPattern.matcher(string).matches()) {
58 if (memberNamePattern.matcher(string).matches()) {
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DDebugInfoEncoder.java303 if ((prevEntry != null) && entry.matches(prevEntry)) {
/dalvik/dx/src/com/android/dx/dex/file/
H A DDebugInfoEncoder.java311 if ((prevEntry != null) && entry.matches(prevEntry)) {
/dalvik/tools/dmtracedump/
H A DTraceDump.c2649 int matches = 0; local
2677 matches++;
2683 qsort(diffs, matches, sizeof(DiffEntry), compareDiffEntriesExculsive);
2744 qsort(diffs, matches, sizeof(DiffEntry), compareDiffEntriesInculsive);

Completed in 235 milliseconds