Searched defs:notFound (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A DNotFound.h31 const size_t notFound = static_cast<size_t>(-1); member in namespace:WTF
35 using WTF::notFound;
H A DHashMap.h333 const_iterator notFound = b.end(); local
336 if (bPos == notFound || it->second != bPos->second)
/external/webkit/Source/WebKit/win/
H A DWebLocalizableStrings.cpp167 static CFStringRef notFound = CFSTR("localized string not found"); local
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/apache-harmony/support/src/test/java/tests/support/
H A DSupport_HttpServer.java288 notFound(); // return a not found error
484 private void notFound() { method in class:Support_HttpServer.ServerThread
/external/clang/lib/ARCMigrate/
H A DTransProperties.cpp453 bool notFound = oneAssign.TraverseDecl(CurImplD); local
454 if (!notFound)

Completed in 205 milliseconds