Searched refs:pat (Results 1 – 7 of 7) sorted by relevance
118 final Pattern pat = Pattern.compile( in runCommand() local120 if (pat.matcher(output.trim()).find() != shouldMatch) { in runCommand()331 final Pattern pat = Pattern.compile("\\soom:\\s.* set=(\\d+)$", Pattern.MULTILINE); in assertOomAdjustment() local332 final Matcher m = pat.matcher(output); in assertOomAdjustment()
128 final Pattern pat = Pattern.compile("count=(\\d+)"); in testAcceptCookie() local129 Matcher m = pat.matcher(cookie); in testAcceptCookie()139 m = pat.matcher(cookie); in testAcceptCookie()150 m = pat.matcher(cookie); in testAcceptCookie()
114 final Pattern pat = Pattern.compile("count=(\\d+)"); in testCookieManagerBlockingUiThread() local115 Matcher m = pat.matcher(cookie); in testCookieManagerBlockingUiThread()
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()
278 BlackLevelPattern pat, String protoName) throws Exception { in storeBlackLevelPattern() argument285 pat.copyTo(patVals, 0); in storeBlackLevelPattern()
245 private static Object serializeBlackLevelPattern(BlackLevelPattern pat) in serializeBlackLevelPattern() argument248 pat.copyTo(patVals, 0); in serializeBlackLevelPattern()