/external/freetype/src/psnames/ |
D | pstables.h | 4010 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/ |
D | Lookup.h | 34 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/ |
D | health-api.txt | 43 org.bluez.Error.NotFound 89 org.bluez.Error.NotFound
|
/external/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 584 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/ |
D | CMakeLists.txt | 46 NotFound.h
|
/external/v8/src/ |
D | property.h | 218 void NotFound() { in NotFound() function
|
D | objects.cc | 1821 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()
|
D | ic.cc | 422 lookup->NotFound(); in LookupForRead()
|
D | stub-cache.cc | 1688 lookup->NotFound(); in LookupPostInterceptor()
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 305 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()
|
D | SemaTemplateVariadic.cpp | 717 case LookupResult::NotFound: in ActOnSizeofParameterPackExpr()
|
D | SemaExprObjC.cpp | 860 case LookupResult::NotFound: in getObjCMessageKind()
|
D | SemaDecl.cpp | 145 case LookupResult::NotFound: in getTypeName() 447 case LookupResult::NotFound: in ClassifyName()
|
D | SemaTemplate.cpp | 6498 case LookupResult::NotFound: in CheckTypenameType()
|
D | TreeTransform.h | 837 case LookupResult::NotFound: in RebuildDependentNameType()
|
/external/webkit/Source/JavaScriptCore/ |
D | JavaScriptCore.gypi | 175 'wtf/NotFound.h',
|
D | GNUmakefile.list.am | 463 Source/JavaScriptCore/wtf/NotFound.h \
|
D | ChangeLog-2009-06-16 | 3704 * 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/ |
D | project.pbxproj | 579 …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/ |
D | sqlite3.c.orig | 21349 /* 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/ |
D | ChangeLog-2009-06-16 | 20683 * ForwardingHeaders/wtf/NotFound.h: 97535 Add a ForwardingHeader for wtf/NotFound.h 97539 * ForwardingHeaders/wtf/NotFound.h: Added.
|