/external/freetype/src/psnames/ |
D | pstables.h | 4152 goto NotFound; in ft_get_adobe_glyph_index() 4181 goto NotFound; in ft_get_adobe_glyph_index() 4194 goto NotFound; in ft_get_adobe_glyph_index() 4201 goto NotFound; in ft_get_adobe_glyph_index() 4224 goto NotFound; in ft_get_adobe_glyph_index() 4230 NotFound: in ft_get_adobe_glyph_index()
|
/external/pdfium/third_party/freetype/include/ |
D | pstables.h | 4152 goto NotFound; in ft_get_adobe_glyph_index() 4181 goto NotFound; in ft_get_adobe_glyph_index() 4194 goto NotFound; in ft_get_adobe_glyph_index() 4201 goto NotFound; in ft_get_adobe_glyph_index() 4224 goto NotFound; in ft_get_adobe_glyph_index() 4230 NotFound: in ft_get_adobe_glyph_index()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_proto_util.cc | 55 return NotFound("HloProto missing HloModuleProto."); in EntryComputationParameterShapes() 58 return NotFound("HloProto missing program shape."); in EntryComputationParameterShapes() 72 return NotFound("HloProto missing HloModuleProto."); in EntryComputationOutputShape() 75 return NotFound("HloProto missing program shape."); in EntryComputationOutputShape() 78 return NotFound("HloProto missing result in its program shape"); in EntryComputationOutputShape()
|
D | execution_tracker.cc | 69 return NotFound("no execution record for execution handle: %d", in Unregister() 81 return NotFound("no execution record for execution handle: %d", in Resolve()
|
D | channel_tracker.cc | 76 return NotFound("channel handle not found: %d", handle.handle()); in RegisterSendInternal() 98 return NotFound("channel handle not found: %d", handle.handle()); in RegisterRecvInternal()
|
D | platform_util.cc | 89 return NotFound("no platforms found"); in GetSolePlatform() 112 return NotFound("no platforms found"); in GetDefaultPlatform() 216 return NotFound("no %s devices found", platform->Name()); in GetStreamExecutors()
|
/external/tensorflow/tensorflow/contrib/android/ |
D | asset_manager_filesystem.cc | 95 return errors::NotFound("File ", file_name_, " not found."); in Read() 132 return errors::NotFound("File ", fname, " not found."); in FileExists() 143 return errors::NotFound("File ", fname, " not found."); in NewRandomAccessFile() 155 return errors::NotFound("File ", fname, " not found."); in NewReadOnlyMemoryRegionFromFile() 192 return errors::NotFound("Directory ", prefixed_dir, " not found."); in GetChildren() 213 return errors::NotFound("File ", fname, " not found."); in GetFileSize()
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | google_auth_provider.cc | 90 return errors::NotFound(strings::StrCat("$", kGoogleApplicationCredentials, in GetEnvironmentVariableFileName() 116 return errors::NotFound( in GetWellKnownFileName() 205 return errors::NotFound("Could not locate the credentials file."); in GetTokenFromFiles() 248 return errors::NotFound("The env variable for testing was not set."); in GetTokenForTesting()
|
D | retrying_utils_test.cc | 58 {errors::Unavailable("Failed."), errors::NotFound("Not found.")}); in TEST() 135 {errors::Unavailable(""), errors::NotFound("")}); in TEST() 146 std::vector<Status> delete_results({errors::NotFound("")}); in TEST()
|
D | gcs_file_system_test.cc | 913 "", errors::NotFound("important HTTP error 410"), in TEST() 1154 "", errors::NotFound("404"), 404), in TEST() 1211 "", errors::NotFound("404"), 404), in TEST() 1240 "", errors::NotFound("404"), 404), in TEST() 1245 "", errors::NotFound("404"), 404)}); in TEST() 1276 "", errors::NotFound("404"), 404), in TEST() 1869 "", errors::NotFound("404"), 404), in TEST() 2344 "", errors::NotFound("404"), 404)}); in TEST() 2437 "", errors::NotFound("404"), 404), in TEST() 2471 "", errors::NotFound("404"), 404), in TEST() [all …]
|
/external/clang/include/clang/Sema/ |
D | Lookup.h | 34 NotFound = 0, enumerator 132 : ResultKind(NotFound), in ResultKind() argument 154 : ResultKind(NotFound), in ResultKind() argument 174 : ResultKind(NotFound), in LookupResult() 437 assert(ResultKind == NotFound && Decls.empty()); in setNotFoundInCurrentInstantiation() 461 ResultKind = NotFound; in resolveKindAfterFilter() 539 ResultKind = NotFound; in clear()
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | load_library.cc | 29 return errors::NotFound(dlerror()); in LoadLibrary() 38 return errors::NotFound(dlerror()); in GetSymbolFromLibrary()
|
/external/tensorflow/tensorflow/lite/toco/ |
D | toco_port.cc | 183 return tensorflow::errors::NotFound("not writable"); in Writable() 193 return tensorflow::errors::NotFound("not readable"); in Readable() 201 return tensorflow::errors::NotFound("file doesn't exist"); in Exists() 212 return tensorflow::errors::NotFound("can't open() for read"); in GetContents()
|
/external/syzkaller/vendor/google.golang.org/grpc/codes/ |
D | codes.go | 60 NotFound Code = 5 const 157 `"NOT_FOUND"`: NotFound,
|
/external/clang/include/clang/Serialization/ |
D | Module.h | 61 NotFound = 3 enumerator 81 File.Val.setInt(NotFound); in getNotFound() 88 bool isNotFound() const { return Val.getInt() == NotFound; } in isNotFound()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerInfo.cpp | 472 case NotFound: in findAction() 483 return {NotFound, LLT()}; in findScalarLegalAction() 488 return {NotFound, LLT()}; in findScalarLegalAction() 497 return {NotFound, LLT()}; in findScalarLegalAction() 514 return {NotFound, Aspect.Type}; in findVectorLegalAction() 518 return {NotFound, Aspect.Type}; in findVectorLegalAction() 533 return {NotFound, IntermediateType}; in findVectorLegalAction()
|
/external/tensorflow/tensorflow/core/util/ |
D | memmapped_file_system.cc | 97 return errors::NotFound(fname, " not found"); in FileExists() 107 return errors::NotFound("Region ", filename, " is not found"); in NewRandomAccessFile() 122 return errors::NotFound("Region ", filename, " is not found"); in NewReadOnlyMemoryRegionFromFile() 136 return errors::NotFound("Region ", filename, " is not found"); in GetFileSize()
|
/external/tensorflow/tensorflow/contrib/session_bundle/ |
D | signature.cc | 102 return errors::NotFound( in GetNamedClassificationSignature() 234 return errors::NotFound( in GetNamedSignature() 251 return errors::NotFound( in BindGenericInputs() 268 return errors::NotFound( in BindGenericNames()
|
/external/tensorflow/tensorflow/core/framework/ |
D | op_segment.cc | 45 return errors::NotFound("Session ", session_handle, " is not found."); in FindOrCreate() 61 return errors::NotFound("Session ", session_handle, " is not found."); in FindOrCreate()
|
D | resource_mgr.cc | 169 return errors::NotFound("Container ", container, in DoLookup() 175 return errors::NotFound("Resource ", container, "/", name, "/", type.name(), in DoLookup() 191 return errors::NotFound("Container ", container, " does not exist."); in DoDelete() 195 return errors::NotFound("Resource ", container, "/", resource_name, "/", in DoDelete()
|
/external/grpc-grpc/src/ruby/lib/grpc/ |
D | errors.rb | 61 codes[NOT_FOUND] = NotFound 119 class NotFound < BadStatus class
|
/external/clang/unittests/Tooling/ |
D | CompilationDatabaseTest.cpp | 253 CompileCommand NotFound = findCompileArgsInJsonDatabase( in TEST() local 255 EXPECT_TRUE(NotFound.CommandLine.empty()) << ErrorMessage; in TEST() 256 EXPECT_TRUE(NotFound.Directory.empty()) << ErrorMessage; in TEST() 278 CompileCommand NotFound = findCompileArgsInJsonDatabase( in TEST() local 284 EXPECT_TRUE(NotFound.Directory.empty()) << ErrorMessage; in TEST() 285 EXPECT_TRUE(NotFound.CommandLine.empty()) << ErrorMessage; in TEST()
|
/external/grpc-grpc/src/csharp/Grpc.Reflection/ |
D | ReflectionServiceImpl.cs | 97 return CreateErrorResponse(StatusCode.NotFound, "File not found."); in FileByFilename() 114 return CreateErrorResponse(StatusCode.NotFound, "Symbol not found."); in FileContainingSymbol()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | device_factory.cc | 99 return errors::NotFound( in AddDevices() 105 return errors::NotFound("No CPU devices are available in this process"); in AddDevices()
|
/external/grpc-grpc/src/csharp/Grpc.Reflection.Tests/ |
D | ReflectionClientServerTest.cs | 72 Assert.AreEqual((int)StatusCode.NotFound, response.ErrorResponse.ErrorCode); in FileByFilename_NotFound() 104 Assert.AreEqual((int)StatusCode.NotFound, response.ErrorResponse.ErrorCode); in FileContainingSymbol_NotFound()
|