Searched refs:numMatches (Results 1 – 3 of 3) sorted by relevance
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()
794 int numMatches = matches.size(); in preferHighPriority() local795 for (int matchNum = 0; matchNum < numMatches; matchNum++) { in preferHighPriority()
3793 final int numMatches = (ri == null ? 0 : ri.size());3794 if (numMatches < 1) {3802 for (int i = 0; i < numMatches; i++) {