HomeSort by relevance Sort by last modified time
    Searched refs:numMatches (Results 1 - 4 of 4) sorted by null

  /external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
Find.cpp 43 static void didCountStringMatches(WKPageRef page, WKStringRef string, unsigned numMatches, const void* clientInfo)
46 TEST_ASSERT(numMatches == 3);
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainService.java 222 final long numMatches = DatabaseUtils.longForQuery(db, SELECTION_COUNT_OF_MATCHING_GRANTS,
224 return numMatches > 0;
  /system/security/keystore/
IKeystoreService.cpp 169 int32_t numMatches = reply.readInt32();
170 for (int32_t i = 0; i < numMatches; i++) {
  /frameworks/base/services/java/com/android/server/accounts/
AccountManagerService.java 673 long numMatches = DatabaseUtils.longForQuery(db,
677 if (numMatches > 0) {
    [all...]

Completed in 3141 milliseconds