Searched refs:numMatches (Results 1 – 5 of 5) sorted by relevance
134 final long numMatches = in hasEntryInUserSelectableTable() local139 return numMatches > 0; in hasEntryInUserSelectableTable()168 final long numMatches = in hasGrantInternal() local173 return numMatches > 0; in hasGrantInternal()
42 int numMatches = 0; in findAndRemoveAtomMatcherById() local46 ++numMatches; in findAndRemoveAtomMatcherById()50 if (numMatches == 1) { in findAndRemoveAtomMatcherById()
341 int numMatches(const std::string& substring) { in numMatches() function in android::os::dumpstate::BugreportSectionTest376 int numSections = numMatches("CRITICAL"); in TEST_F()381 int numSections = numMatches("HIGH"); in TEST_F()387 int criticalSections = numMatches("CRITICAL"); in TEST_F()388 int highSections = numMatches("HIGH"); in TEST_F()
768 int numMatches = matches.size(); in preferHighPriority() local769 for (int matchNum = 0; matchNum < numMatches; matchNum++) { in preferHighPriority()
3276 final int numMatches = (ri == null ? 0 : ri.size());3277 if (numMatches <= 1) {3285 for (int i = 0; i < numMatches; i++) {