Home
last modified time | relevance | path

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

/external/freetype/src/psnames/
Dpstables.h4010 goto NotFound; in ft_get_adobe_glyph_index()
4039 goto NotFound; in ft_get_adobe_glyph_index()
4052 goto NotFound; in ft_get_adobe_glyph_index()
4059 goto NotFound; in ft_get_adobe_glyph_index()
4082 goto NotFound; in ft_get_adobe_glyph_index()
4088 NotFound: in ft_get_adobe_glyph_index()
/external/clang/include/clang/Sema/
DLookup.h34 NotFound = 0, enumerator
132 : ResultKind(NotFound), in ResultKind() argument
152 : ResultKind(NotFound), in ResultKind() argument
170 : ResultKind(NotFound), in LookupResult()
363 assert(ResultKind == NotFound && Decls.empty()); in setNotFoundInCurrentInstantiation()
379 ResultKind = NotFound; in resolveKindAfterFilter()
450 ResultKind = NotFound; in clear()
/external/bluetooth/bluez/doc/
Dhealth-api.txt43 org.bluez.Error.NotFound
89 org.bluez.Error.NotFound
/external/llvm/include/llvm/ADT/
DIntervalMap.h584 ValT safeLookup(KeyT x, ValT NotFound) const { in safeLookup() argument
586 return Traits::startLess(x, start(i)) ? NotFound : value(i); in safeLookup()
1027 ValT treeSafeLookup(KeyT x, ValT NotFound) const;
1063 ValT lookup(KeyT x, ValT NotFound = ValT()) const {
1065 return NotFound;
1066 return branched() ? treeSafeLookup(x, NotFound) :
1067 rootLeaf().safeLookup(x, NotFound);
1133 treeSafeLookup(KeyT x, ValT NotFound) const { in treeSafeLookup() argument
1139 return NR.get<Leaf>().safeLookup(x, NotFound); in treeSafeLookup()
/external/webkit/Source/JavaScriptCore/wtf/
DCMakeLists.txt46 NotFound.h
/external/v8/src/
Dproperty.h218 void NotFound() { in NotFound() function
Dobjects.cc1821 result->NotFound(); in LookupCallbackSetterInPrototypes()
1857 result->NotFound(); in LookupInDescriptor()
1875 result->NotFound(); in LookupInDescriptors()
1957 if (proto->IsNull()) return result->NotFound(); in LocalLookupRealNamedProperty()
1985 result->NotFound(); in LocalLookupRealNamedProperty()
1997 result->NotFound(); in LocalLookupRealNamedProperty()
2018 result->NotFound(); in LookupRealNamedPropertyInPrototypes()
3154 if (proto->IsNull()) return result->NotFound(); in LocalLookup()
3191 result->NotFound(); in Lookup()
3204 result->NotFound(); in LookupCallback()
Dic.cc422 lookup->NotFound(); in LookupForRead()
Dstub-cache.cc1688 lookup->NotFound(); in LookupPostInterceptor()
/external/clang/lib/Sema/
DSemaLookup.cpp305 assert(ResultKind != NotFound || Decls.size() == 0); in sanity()
330 assert(ResultKind == NotFound || ResultKind == NotFoundInCurrentInstantiation); in resolveKind()
3663 case LookupResult::NotFound: in CorrectTypo()
3726 case LookupResult::NotFound: in CorrectTypo()
DSemaTemplateVariadic.cpp717 case LookupResult::NotFound: in ActOnSizeofParameterPackExpr()
DSemaExprObjC.cpp860 case LookupResult::NotFound: in getObjCMessageKind()
DSemaDecl.cpp145 case LookupResult::NotFound: in getTypeName()
447 case LookupResult::NotFound: in ClassifyName()
DSemaTemplate.cpp6498 case LookupResult::NotFound: in CheckTypenameType()
DTreeTransform.h837 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/sqlite/dist/
Dsqlite3.c.orig21349 /* 49 */ "NotFound",
63638 ** See also: Found, NotFound, Distinct, SeekLt, SeekGt, SeekLe
63651 ** See also: Found, NotFound, Distinct, SeekLt, SeekGe, SeekLe
63664 ** See also: Found, NotFound, Distinct, SeekGt, SeekGe, SeekLe
63677 ** See also: Found, NotFound, Distinct, SeekGt, SeekGe, SeekLt
63872 /* Opcode: NotFound P1 P2 P3 P4 *
63972 ** See also: NotFound, NotExists, Found
64044 ** The difference between this operation and NotFound is that this
64046 ** NotFound assumes key is a blob constructed from MakeRecord and
64049 ** See also: Found, NotFound, IsUnique
/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.