HomeSort by relevance Sort by last modified time
    Searched full:nummatches (Results 1 - 12 of 12) sorted by null

  /frameworks/native/cmds/dumpstate/tests/
dumpstate_smoke_test.cpp 197 int numMatches(const std::string& substring) {
225 int numSections = numMatches("DUMPSYS CRITICAL");
230 int numSections = numMatches("DUMPSYS HIGH");
235 int allSections = numMatches("DUMPSYS");
236 int criticalSections = numMatches("DUMPSYS CRITICAL");
237 int highSections = numMatches("DUMPSYS HIGH");
245 int numSections = numMatches("proto/");
  /packages/apps/KeyChain/src/com/android/keychain/internal/
GrantsDatabase.java 101 final long numMatches =
106 return numMatches > 0;
155 final long numMatches =
160 return numMatches > 0;
  /external/deqp/scripts/
convert_case_list_to_xml.py 73 numMatches = 0
84 numMatches += 1
97 print "%d cases converted." % numMatches
  /frameworks/av/media/libmedia/
CharacterEncodingDetector.cpp 298 const UCharsetMatch** ucma, size_t nummatches,
305 ALOGV("%zu matches", nummatches);
306 for (size_t i = 0; i < nummatches; i++) {
  /external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbProfileGroupSettingsManager.java 537 int numMatches = matches.size();
538 for (int matchNum = 0; matchNum < numMatches; matchNum++) {
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 

Completed in 370 milliseconds