/external/freetype/src/psnames/ |
D | pstables.h | 4085 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/ |
D | Lookup.h | 34 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/ |
D | CompilationDatabaseTest.cpp | 207 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/ |
D | IntervalMap.h | 604 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/ |
D | coff2yaml.cpp | 233 unsigned long Val, const char *NotFound = NULL) { in nameLookup() argument 238 return NotFound; in nameLookup()
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | CMakeLists.txt | 46 NotFound.h
|
/external/v8/src/ |
D | property.h | 254 void NotFound() { in NotFound() function
|
D | objects.cc | 2066 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()
|
D | stub-cache.cc | 1315 lookup->NotFound(); in LookupPostInterceptor()
|
D | ic.cc | 447 lookup->NotFound(); in LookupForRead()
|
/external/clang/lib/Sema/ |
D | SemaTemplateVariadic.cpp | 815 case LookupResult::NotFound: in ActOnSizeofParameterPackExpr()
|
D | SemaLookup.cpp | 311 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()
|
D | SemaExprObjC.cpp | 1689 case LookupResult::NotFound: in getObjCMessageKind()
|
D | SemaDecl.cpp | 211 case LookupResult::NotFound: in getTypeName() 620 case LookupResult::NotFound: in ClassifyName() 10284 case LookupResult::NotFound: in HandleField()
|
D | SemaExprCXX.cpp | 5544 case LookupResult::NotFound: in CheckMicrosoftIfExistsSymbol()
|
D | SemaTemplate.cpp | 7123 case LookupResult::NotFound: { in CheckTypenameType()
|
D | TreeTransform.h | 884 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/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.
|