HomeSort by relevance Sort by last modified time
    Searched defs:notFound (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/
NotFound.h 31 const size_t notFound = static_cast<size_t>(-1);
35 using WTF::notFound;
HashMap.h 333 const_iterator notFound = b.end();
336 if (bPos == notFound || it->second != bPos->second)
  /libcore/luni/src/main/java/org/apache/harmony/security/fortress/
Engine.java 146 throw notFound(serviceName, algorithm);
151 throw notFound(serviceName, algorithm);
170 throw notFound(serviceName, algorithm);
175 private NoSuchAlgorithmException notFound(String serviceName, String algorithm)
  /external/webkit/Source/WebKit/win/
WebLocalizableStrings.cpp 167 static CFStringRef notFound = CFSTR("localized string not found");
171 return notFound;
174 CFStringRef result = CFCopyLocalizedStringWithDefaultValue(keyString.get(), 0, bundle, notFound, 0);
176 ASSERT_WITH_MESSAGE(result != notFound, "could not find localizable string %s in bundle", key);
  /external/clang/lib/ARCMigrate/
TransProperties.cpp 453 bool notFound = oneAssign.TraverseDecl(CurImplD);
454 if (!notFound)
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServer.java 288 notFound(); // return a not found error
484 private void notFound() {

Completed in 97 milliseconds