Searched defs:NotFound (Results 1 - 18 of 18) sorted by relevance

/external/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp253 CompileCommand NotFound = findCompileArgsInJsonDatabase( local
255 EXPECT_TRUE(NotFound.CommandLine.empty()) << ErrorMessage;
256 EXPECT_TRUE(NotFound.Directory.empty()) << ErrorMessage;
278 CompileCommand NotFound = findCompileArgsInJsonDatabase( local
284 EXPECT_TRUE(NotFound.Directory.empty()) << ErrorMessage;
285 EXPECT_TRUE(NotFound.CommandLine.empty()) << ErrorMessage;
/external/libbrillo/brillo/http/
H A Dhttp_request.h161 static const int NotFound = 404; member in namespace:brillo::http::status_code
/external/swiftshader/src/Main/
H A DSwiftConfig.hpp82 NotFound = 404 enumerator in enum:sw::SwiftConfig::Status
/external/v8/src/compiler/
H A Daccess-info.cc67 PropertyAccessInfo PropertyAccessInfo::NotFound(MapList const& receiver_maps, function in class:v8::internal::compiler::PropertyAccessInfo
408 PropertyAccessInfo::NotFound(MapList{receiver_map}, holder);
/external/v8/src/
H A Dlookup.h156 void NotFound() { function in class:v8::internal::BASE_EMBEDDED
347 State NotFound(JSReceiver* const holder) const;
H A Dlookup.cc728 LookupIterator::State LookupIterator::NotFound(JSReceiver* const holder) const { function in class:v8::internal::LookupIterator
821 if (number == DescriptorArray::kNotFound) return NotFound(holder);
827 if (number == NameDictionary::kNotFound) return NotFound(holder);
/external/clang/include/clang/Sema/
H A DLookup.h34 NotFound = 0, enumerator in enum:clang::LookupResult::LookupResultKind
132 : ResultKind(NotFound),
154 : ResultKind(NotFound),
174 : ResultKind(NotFound),
437 assert(ResultKind == NotFound && Decls.empty());
461 ResultKind = NotFound;
539 ResultKind = NotFound;
/external/clang/include/clang/Serialization/
H A DModule.h61 NotFound = 3 enumerator in enum:clang::serialization::InputFile::__anon971
81 File.Val.setInt(NotFound);
88 bool isNotFound() const { return Val.getInt() == NotFound; }
/external/v8/src/crankshaft/
H A Dhydrogen.h2568 if (number == DescriptorArray::kNotFound) return NotFound();
2576 if (target == NULL) return NotFound();
2582 void NotFound() { function in class:v8::internal::HOptimizedGraphBuilder::PropertyAccessInfo
/external/clang/lib/Sema/
H A DSemaDecl.cpp135 NotFound, member in class:__anon1445::UnqualifiedTypeNameLookupResult
143 /// \return \a NotFound if no any decls is found, \a FoundNotType if found not a
150 return UnqualifiedTypeNameLookupResult::NotFound;
153 UnqualifiedTypeNameLookupResult::NotFound;
184 if (FoundTypeDecl == UnqualifiedTypeNameLookupResult::NotFound) {
191 case UnqualifiedTypeNameLookupResult::NotFound:
207 UnqualifiedTypeNameLookupResult::NotFound;
209 DC && FoundTypeDecl == UnqualifiedTypeNameLookupResult::NotFound;
334 case LookupResult::NotFound:
813 case LookupResult::NotFound
[all...]
/external/guice/extensions/persist/lib/
H A Dognl-2.6.7.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/ASTAdd.class ASTAdd.java package ognl ...
H A Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/annotationfactory/ org/hibernate/annotations/ org/ ...
/external/guice/extensions/struts2/lib/
H A Dognl-3.0.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/enhance/ ognl/internal/ ognl/SimpleNode.class SimpleNode ...
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 614 milliseconds