Home
last modified time | relevance | path

Searched refs:NotFound (Results 1 – 25 of 25) 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/pdfium/third_party/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
154 : ResultKind(NotFound), in ResultKind() argument
174 : ResultKind(NotFound), in LookupResult()
393 assert(ResultKind == NotFound && Decls.empty()); in setNotFoundInCurrentInstantiation()
417 ResultKind = NotFound; in resolveKindAfterFilter()
495 ResultKind = NotFound; in clear()
/external/clang/include/clang/Serialization/
DModule.h70 NotFound = 3 enumerator
90 File.Val.setInt(NotFound); in getNotFound()
97 bool isNotFound() const { return Val.getInt() == NotFound; } in isNotFound()
/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/clang/lib/Basic/
DDiagnosticIDs.cpp533 bool NotFound = true; in getDiagnosticsInGroup() local
539 NotFound = false; in getDiagnosticsInGroup()
547 NotFound &= getDiagnosticsInGroup(Flavor, &OptionTable[(short)*SubGroups], in getDiagnosticsInGroup()
550 return NotFound; in getDiagnosticsInGroup()
/external/llvm/include/llvm/ADT/
DIntervalMap.h605 ValT safeLookup(KeyT x, ValT NotFound) const { in safeLookup() argument
607 return Traits::startLess(x, start(i)) ? NotFound : value(i); in safeLookup()
1037 ValT treeSafeLookup(KeyT x, ValT NotFound) const;
1073 ValT lookup(KeyT x, ValT NotFound = ValT()) const {
1075 return NotFound;
1076 return branched() ? treeSafeLookup(x, NotFound) :
1077 rootLeaf().safeLookup(x, NotFound);
1143 treeSafeLookup(KeyT x, ValT NotFound) const { in treeSafeLookup() argument
1149 return NR.get<Leaf>().safeLookup(x, NotFound); in treeSafeLookup()
/external/v8/src/
Dlookup.h80 void NotFound() { in NotFound() function
Dproperty.h149 void NotFound() { in NotFound() function
Dobjects-inl.h2877 if (number == DescriptorArray::kNotFound) return result->NotFound(); in LookupDescriptor()
2886 if (transition_index == TransitionArray::kNotFound) return result->NotFound(); in LookupTransition()
Dhydrogen.cc6073 lookup_.NotFound(); in LookupInPrototypes()
6079 lookup_.NotFound(); in LookupInPrototypes()
Dobjects.cc159 it->NotFound(); in GetDataProperty()
165 it->NotFound(); in GetDataProperty()
/external/clang/lib/Sema/
DSemaLookup.cpp319 assert(ResultKind != NotFound || Decls.size() == 0); in sanity()
360 assert(ResultKind == NotFound || ResultKind == NotFoundInCurrentInstantiation); in resolveKind()
3612 case LookupResult::NotFound: in resolveCorrection()
3718 case LookupResult::NotFound: in performQualifiedLookups()
DSemaTemplateVariadic.cpp841 case LookupResult::NotFound: in ActOnSizeofParameterPackExpr()
DSemaDecl.cpp134 NotFound, enumerator
149 return UnqualifiedTypeNameLookupResult::NotFound; in lookupUnqualifiedTypeNameInBase()
152 UnqualifiedTypeNameLookupResult::NotFound; in lookupUnqualifiedTypeNameInBase()
177 if (FoundTypeDecl == UnqualifiedTypeNameLookupResult::NotFound) { in lookupUnqualifiedTypeNameInBase()
184 case UnqualifiedTypeNameLookupResult::NotFound: in lookupUnqualifiedTypeNameInBase()
200 UnqualifiedTypeNameLookupResult::NotFound; in recoverFromTypeInKnownDependentBase()
202 DC && FoundTypeDecl == UnqualifiedTypeNameLookupResult::NotFound; in recoverFromTypeInKnownDependentBase()
327 case LookupResult::NotFound: in getTypeName()
770 case LookupResult::NotFound: in ClassifyName()
12350 case LookupResult::NotFound: in HandleField()
DSemaExprObjC.cpp1813 case LookupResult::NotFound: in getObjCMessageKind()
DSemaExprCXX.cpp6473 case LookupResult::NotFound: in CheckMicrosoftIfExistsSymbol()
DSemaTemplate.cpp8062 case LookupResult::NotFound: { in CheckTypenameType()
DTreeTransform.h953 case LookupResult::NotFound: in RebuildDependentNameType()
DSemaDeclCXX.cpp13710 case LookupResult::NotFound: in HandleMSProperty()
/external/pdfium/core/include/fxcrt/
Dfx_basic.h1561 NotFound, enumerator
/external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/media/
DMochiKit.packed.js575 if(e!=m.NotFound){
754 if(e!=m.NotFound){
1017 throw MochiKit.Base.NotFound;
1065 m.NotFound=new m.NamedError("MochiKit.Base.NotFound");
1124 if(e==m.NotFound){
2870 var _319=m.NotFound;
/external/jetty/
DVERSION.txt4853 + Stop and remove NotFound context for HttpServer
5698 + NotFound Handler
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...