Searched refs:matched (Results 1 – 18 of 18) sorted by relevance
33 SearchUtil.MatchedLine matched = SearchUtil.findMatchingLine(actual, "poten"); in testFindMatchingLine() local34 assertEquals("With potentially many lines.", matched.line); in testFindMatchingLine()35 assertEquals(5, matched.startIndex); in testFindMatchingLine()38 matched = SearchUtil.findMatchingLine(actual, "hello"); in testFindMatchingLine()39 assertEquals("hello", matched.line); in testFindMatchingLine()40 assertEquals(0, matched.startIndex); in testFindMatchingLine()43 matched = SearchUtil.findMatchingLine(actual, "this"); in testFindMatchingLine()44 assertEquals("this is a long test string.", matched.line); in testFindMatchingLine()45 assertEquals(0, matched.startIndex); in testFindMatchingLine()48 matched = SearchUtil.findMatchingLine(actual, "punc"); in testFindMatchingLine()[all …]
337 boolean matched = false; in startVerifyPassword()339 matched = true; in startVerifyPassword()344 mCredentialCheckResultTracker.setResult(matched, intent, timeoutMs, in startVerifyPassword()358 public void onChecked(boolean matched, int timeoutMs) { in startCheckPassword()360 if (matched && isInternalActivity()) { in startCheckPassword()367 mCredentialCheckResultTracker.setResult(matched, intent, timeoutMs, in startCheckPassword()401 private void onPasswordChecked(boolean matched, Intent intent, int timeoutMs, in onPasswordChecked() argument404 if (matched) { in onPasswordChecked()418 public void onCredentialChecked(boolean matched, Intent intent, int timeoutMs, in onCredentialChecked() argument420 onPasswordChecked(matched, intent, timeoutMs, effectiveUserId); in onCredentialChecked()
427 boolean matched = false;429 matched = true;434 mCredentialCheckResultTracker.setResult(matched, intent, timeoutMs,454 public void onChecked(boolean matched, int timeoutMs) {456 if (matched && isInternalActivity()) {462 mCredentialCheckResultTracker.setResult(matched, intent, timeoutMs,469 private void onPatternChecked(boolean matched, Intent intent, int timeoutMs, in onPatternChecked() argument472 if (matched) { in onPatternChecked()487 public void onCredentialChecked(boolean matched, Intent intent, int timeoutMs, in onCredentialChecked() argument489 onPatternChecked(matched, intent, timeoutMs, effectiveUserId); in onCredentialChecked()
54 public void setResult(boolean matched, Intent intent, int timeoutMs, int effectiveUserId) { in setResult() argument55 mResultMatched = matched; in setResult()76 public void onCredentialChecked(boolean matched, Intent intent, int timeoutMs, in onCredentialChecked() argument
50 final MatchedLine matched = new MatchedLine(); in findMatchingLine() local71 matched.line = contents.substring(start + 1, end); in findMatchingLine()72 matched.startIndex = index - (start + 1); in findMatchingLine()74 return matched; in findMatchingLine()
224 const bool matched = (currentCodePoints[j] == baseLowerC in getProximityType() local226 if (matched) { in getProximityType()239 const bool matched = (currentCodePoints[j] == baseLowerC in getProximityType() local241 if (matched) { in getProximityType()
1372 final SearchUtil.MatchedLine matched = SearchUtil.findMatchingLine(snippet, query); in updateSnippet() local1374 if (matched != null && matched.line != null) { in updateSnippet()1380 if (matched.line.length() > lengthThreshold) { in updateSnippet()1381 return snippetize(matched.line, matched.startIndex, lengthThreshold); in updateSnippet()1383 return matched.line; in updateSnippet()
162 boolean matched = false; in split()166 matched = true; in split()168 if (!matched) { in split()
162 bool matched = true; in findShortcutEntryAndGetPos() local165 matched = false; in findShortcutEntryAndGetPos()169 if (matched) { in findShortcutEntryAndGetPos()
177 bool matched = true; in findShortcutEntryAndGetPos() local180 matched = false; in findShortcutEntryAndGetPos()184 if (matched) { in findShortcutEntryAndGetPos()
3139 ResolveInfo matched = pm.resolveActivity(3143 if (matched == null) {
656 # certain files from those directories. Note that the wildcards are matched
1dictionary=main:en,locale=en,description=English,date=1414726273, ...