Home
last modified time | relevance | path

Searched refs:NotFound (Results 1 – 22 of 22) sorted by relevance

/external/freetype/src/psnames/
Dpstables.h4085 goto NotFound; in ft_get_adobe_glyph_index()
4114 goto NotFound; in ft_get_adobe_glyph_index()
4127 goto NotFound; in ft_get_adobe_glyph_index()
4134 goto NotFound; in ft_get_adobe_glyph_index()
4157 goto NotFound; in ft_get_adobe_glyph_index()
4163 NotFound: in ft_get_adobe_glyph_index()
/external/clang/include/clang/Sema/
DLookup.h34 NotFound = 0, enumerator
132 : ResultKind(NotFound), in ResultKind() argument
153 : ResultKind(NotFound), in ResultKind() argument
172 : ResultKind(NotFound), in LookupResult()
390 assert(ResultKind == NotFound && Decls.empty()); in setNotFoundInCurrentInstantiation()
406 ResultKind = NotFound; in resolveKindAfterFilter()
477 ResultKind = NotFound; in clear()
/external/clang/unittests/Tooling/
DCompilationDatabaseTest.cpp207 CompileCommand NotFound = findCompileArgsInJsonDatabase( in TEST() local
209 EXPECT_TRUE(NotFound.CommandLine.empty()) << ErrorMessage; in TEST()
210 EXPECT_TRUE(NotFound.Directory.empty()) << ErrorMessage; in TEST()
232 CompileCommand NotFound = findCompileArgsInJsonDatabase( in TEST() local
238 EXPECT_TRUE(NotFound.Directory.empty()) << ErrorMessage; in TEST()
239 EXPECT_TRUE(NotFound.CommandLine.empty()) << ErrorMessage; in TEST()
/external/llvm/include/llvm/ADT/
DIntervalMap.h604 ValT safeLookup(KeyT x, ValT NotFound) const { in safeLookup() argument
606 return Traits::startLess(x, start(i)) ? NotFound : value(i); in safeLookup()
1047 ValT treeSafeLookup(KeyT x, ValT NotFound) const;
1083 ValT lookup(KeyT x, ValT NotFound = ValT()) const {
1085 return NotFound;
1086 return branched() ? treeSafeLookup(x, NotFound) :
1087 rootLeaf().safeLookup(x, NotFound);
1153 treeSafeLookup(KeyT x, ValT NotFound) const { in treeSafeLookup() argument
1159 return NR.get<Leaf>().safeLookup(x, NotFound); in treeSafeLookup()
/external/llvm/utils/obj2yaml/
Dcoff2yaml.cpp233 unsigned long Val, const char *NotFound = NULL) { in nameLookup() argument
238 return NotFound; in nameLookup()
/external/webkit/Source/JavaScriptCore/wtf/
DCMakeLists.txt46 NotFound.h
/external/v8/src/
Dproperty.h254 void NotFound() { in NotFound() function
Dobjects.cc2066 result->NotFound(); in LookupCallbackSetterInPrototypes()
2160 result->NotFound(); in LookupInDescriptor()
2179 result->NotFound(); in LookupInDescriptors()
2481 if (proto->IsNull()) return result->NotFound(); in LocalLookupRealNamedProperty()
2510 result->NotFound(); in LocalLookupRealNamedProperty()
2522 result->NotFound(); in LocalLookupRealNamedProperty()
2543 result->NotFound(); in LookupRealNamedPropertyInPrototypes()
4263 if (proto->IsNull()) return result->NotFound(); in LocalLookup()
4307 result->NotFound(); in Lookup()
4320 result->NotFound(); in LookupCallback()
Dstub-cache.cc1315 lookup->NotFound(); in LookupPostInterceptor()
Dic.cc447 lookup->NotFound(); in LookupForRead()
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp815 case LookupResult::NotFound: in ActOnSizeofParameterPackExpr()
DSemaLookup.cpp311 assert(ResultKind != NotFound || Decls.size() == 0); in sanityImpl()
342 assert(ResultKind == NotFound || ResultKind == NotFoundInCurrentInstantiation); in resolveKind()
3936 case LookupResult::NotFound: in CorrectTypo()
4027 case LookupResult::NotFound: in CorrectTypo()
DSemaExprObjC.cpp1689 case LookupResult::NotFound: in getObjCMessageKind()
DSemaDecl.cpp211 case LookupResult::NotFound: in getTypeName()
620 case LookupResult::NotFound: in ClassifyName()
10284 case LookupResult::NotFound: in HandleField()
DSemaExprCXX.cpp5544 case LookupResult::NotFound: in CheckMicrosoftIfExistsSymbol()
DSemaTemplate.cpp7123 case LookupResult::NotFound: { in CheckTypenameType()
DTreeTransform.h884 case LookupResult::NotFound: in RebuildDependentNameType()
/external/webkit/Source/JavaScriptCore/
DJavaScriptCore.gypi175 'wtf/NotFound.h',
DGNUmakefile.list.am463 Source/JavaScriptCore/wtf/NotFound.h \
DChangeLog-2009-06-163704 * wtf/NotFound.h: Added the usual "using WTF" to this header to match the
39963 Added NotFound.h to the project.
39964 * wtf/NotFound.h: Added. Moved the notFound constant here...
/external/webkit/Source/JavaScriptCore/JavaScriptCore.xcodeproj/
Dproject.pbxproj579 …C0A272630E50A06300E96E15 /* NotFound.h in Headers */ = {isa = PBXBuildFile; fileRef = C0A2723F0E50…
1216 …F0E509F1E00E96E15 /* NotFound.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
1666 C0A2723F0E509F1E00E96E15 /* NotFound.h */,
2394 C0A272630E50A06300E96E15 /* NotFound.h in Headers */,
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1620683 * ForwardingHeaders/wtf/NotFound.h:
97535 Add a ForwardingHeader for wtf/NotFound.h
97539 * ForwardingHeaders/wtf/NotFound.h: Added.