Home
last modified time | relevance | path

Searched refs:matches (Results 1 – 5 of 5) sorted by relevance

/art/test/094-pattern/
Dexpected.txt1 str1 matches: true
2 str2 matches: false
3 str3 matches: true
/art/runtime/
Dvmap_table.h99 uint32_t matches = 0; in ComputeRegister() local
104 matches++; in ComputeRegister()
106 matches++; in ComputeRegister()
108 CHECK_LT(vmap_offset - matches, static_cast<uint32_t>(POPCOUNT(spill_mask))); in ComputeRegister()
110 while (matches != (vmap_offset + 1)) { in ComputeRegister()
112 matches += spill_mask & 1; // Add 1 if the low bit is set in ComputeRegister()
/art/test/094-pattern/src/
DMain.java81 System.out.println("str1 matches: " + WEB_URL.matcher(testStr1).matches()); in main()
82 System.out.println("str2 matches: " + WEB_URL.matcher(testStr2).matches()); in main()
83 System.out.println("str3 matches: " + WEB_URL.matcher(testStr3).matches()); in main()
/art/tools/
Dchecker.py250 def __firstMatch(self, matches, string): argument
251 starts = map(lambda m: len(string) if m is None else m.start(), matches)
/art/test/100-reflect2/
Dexpected.txt36 …), public int java.lang.String.length(), public boolean java.lang.String.matches(java.lang.String)…