Searched refs:pat (Results 1 – 7 of 7) sorted by relevance
97 final Pattern pat = Pattern.compile("count=(\\d+)"); in testCookieManagerBlockingUiThread() local98 Matcher m = pat.matcher(cookie); in testCookieManagerBlockingUiThread()
120 final Pattern pat = Pattern.compile( in runCommand() local122 if (pat.matcher(output.trim()).find() != shouldMatch) { in runCommand()346 final Pattern pat = Pattern.compile("\\soom:\\s.* set=(\\d+)$", Pattern.MULTILINE); in assertOomAdjustment() local347 final Matcher m = pat.matcher(output); in assertOomAdjustment()
154 final Pattern pat = Pattern.compile("count=(\\d+)"); in testAcceptCookie() local155 Matcher m = pat.matcher(cookie); in testAcceptCookie()165 m = pat.matcher(cookie); in testAcceptCookie()176 m = pat.matcher(cookie); in testAcceptCookie()
285 final Pattern pat = Pattern.compile( in runCommand() local287 if (pat.matcher(output.trim()).find() != shouldMatch) { in runCommand()
402 private static Object serializeBlackLevelPattern(BlackLevelPattern pat) in serializeBlackLevelPattern() argument405 pat.copyTo(patVals, 0); in serializeBlackLevelPattern()
343 BlackLevelPattern pat, String protoName) throws Exception { in storeBlackLevelPattern() argument350 pat.copyTo(patVals, 0); in storeBlackLevelPattern()
245 private static Object serializeBlackLevelPattern(BlackLevelPattern pat) in serializeBlackLevelPattern() argument248 pat.copyTo(patVals, 0); in serializeBlackLevelPattern()