HomeSort by relevance Sort by last modified time
    Searched defs:NotFound (Results 1 - 20 of 20) sorted by null

  /external/grpc-grpc/src/csharp/Grpc.Core/
StatusCode.cs 60 NotFound = 5,
  /external/grpc-grpc/src/ruby/lib/grpc/
errors.rb 61 codes[NOT_FOUND] = NotFound
119 class NotFound < BadStatus
  /external/syzkaller/vendor/google.golang.org/grpc/codes/
codes.go 58 // NotFound means some requested entity (e.g., file or directory) was
60 NotFound Code = 5
157 `"NOT_FOUND"`: NotFound,
  /external/clang/unittests/Tooling/
CompilationDatabaseTest.cpp 253 CompileCommand NotFound = findCompileArgsInJsonDatabase(
255 EXPECT_TRUE(NotFound.CommandLine.empty()) << ErrorMessage;
256 EXPECT_TRUE(NotFound.Directory.empty()) << ErrorMessage;
278 CompileCommand NotFound = findCompileArgsInJsonDatabase(
284 EXPECT_TRUE(NotFound.Directory.empty()) << ErrorMessage;
285 EXPECT_TRUE(NotFound.CommandLine.empty()) << ErrorMessage;
  /external/libbrillo/brillo/http/
http_request.h 161 static const int NotFound = 404;
  /external/swiftshader/src/Device/
SwiftConfig.hpp 82 NotFound = 404
  /external/swiftshader/src/Main/
SwiftConfig.hpp 82 NotFound = 404
  /external/tensorflow/tensorflow/compiler/xla/
util.h 253 Status NotFound(const absl::FormatSpec<Args...>& format, const Args&... args) {
255 tensorflow::errors::NotFound(absl::StrFormat(format, args...)));
  /external/v8/src/compiler/
access-info.cc 75 PropertyAccessInfo PropertyAccessInfo::NotFound(MapHandles const& receiver_maps,
527 PropertyAccessInfo::NotFound(MapHandles{receiver_map}, holder);
  /external/v8/src/
lookup.h 121 void NotFound() {
284 State NotFound(JSReceiver* const holder) const;
lookup.cc     [all...]
  /external/clang/include/clang/Sema/
Lookup.h 34 NotFound = 0,
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/
Module.h 61 NotFound = 3
81 File.Val.setInt(NotFound);
88 bool isNotFound() const { return Val.getInt() == NotFound; }
  /external/clang/lib/Sema/
SemaDecl.cpp 135 NotFound,
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/
ognl-2.6.7.jar 
hibernate-annotations.jar 
  /external/guice/extensions/struts2/lib/
ognl-3.0.jar 
core-3.1.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar 
  /external/kotlinc/lib/
kotlin-reflect.jar 

Completed in 355 milliseconds