/external/syzkaller/vendor/google.golang.org/grpc/codes/ |
D | codes.go | 64 AlreadyExists Code = 6 const 158 `"ALREADY_EXISTS"`: AlreadyExists,
|
D | code_string.go | 37 case AlreadyExists:
|
/external/grpc-grpc/src/ruby/lib/grpc/ |
D | errors.rb | 62 codes[ALREADY_EXISTS] = AlreadyExists 126 class AlreadyExists < BadStatus class
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | StatusCode.cs | 63 AlreadyExists = 6, enumerator
|
/external/tensorflow/tensorflow/core/framework/ |
D | op.cc | 145 return errors::AlreadyExists( in SetWatcher() 228 s = errors::AlreadyExists("Op with name ", op_reg_data->op_def.name()); in RegisterAlreadyLocked()
|
D | resource_mgr.cc | 85 return errors::AlreadyExists("Duplicate hash code found for type ", in InsertDebugTypeName() 160 return errors::AlreadyExists("Resource ", container, "/", name, "/", in DoCreate()
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_id_manager.cc | 45 return errors::AlreadyExists( in Insert()
|
/external/tensorflow/tensorflow/core/graph/ |
D | validate.cc | 122 return errors::AlreadyExists("Node already exists: ", node.name()); in VerifyNoDuplicateNodeNames()
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | errors.h | 106 DECLARE_ERROR(AlreadyExists, ALREADY_EXISTS) in DECLARE_ERROR()
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | posix_file_system.cc | 266 return errors::AlreadyExists(name); in CreateDir()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | cache_dataset_ops.cc | 346 return errors::AlreadyExists("Existing cache files found: \n", in EnsureLockFileExists() 362 return errors::AlreadyExists( in EnsureLockFileExists()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 3036 bool AlreadyExists = false; in CombineChildVariants() local 3044 AlreadyExists = true; in CombineChildVariants() 3048 if (AlreadyExists) in CombineChildVariants() 3263 bool AlreadyExists = false; in GenerateVariants() local 3273 AlreadyExists = true; in GenerateVariants() 3278 if (AlreadyExists) continue; in GenerateVariants()
|
/external/tensorflow/tensorflow/core/platform/windows/ |
D | windows_file_system.cc | 453 return errors::AlreadyExists(name); in CreateDir()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | batch_kernels.cc | 951 return errors::AlreadyExists( in Compute() 972 return errors::AlreadyExists( in Compute()
|
/external/tensorflow/tensorflow/core/platform/ |
D | env.cc | 69 return errors::AlreadyExists("File factory for ", scheme, in Register()
|
/external/tensorflow/tensorflow/cc/framework/ |
D | scope.cc | 365 errors::AlreadyExists(prefix, " already exists in the current scope"); in GetUniqueName()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_graph.cc | 92 return errors::AlreadyExists("Node name is not unique in graph: " + in BuildNodeMap()
|
D | convert_nodes.cc | 1141 return errors::AlreadyExists("tensor/weights ", name, " already exist."); in AddTensorOrWeights()
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 3820 bool AlreadyExists = false; in GenerateVariants() local 3830 AlreadyExists = true; in GenerateVariants() 3835 if (AlreadyExists) continue; in GenerateVariants()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 4483 bool AlreadyExists = false; in GenerateVariants() local 4493 AlreadyExists = true; in GenerateVariants() 4498 if (AlreadyExists) continue; in GenerateVariants()
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | gcs_file_system.cc | 1457 return errors::AlreadyExists(dirname); in CreateDir()
|
D | gcs_file_system_test.cc | 2837 EXPECT_EQ(errors::AlreadyExists("gs://bucket/subpath/"), in TEST()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | constant_folding.cc | 1267 return errors::AlreadyExists( in FoldMergeNode() 1377 return errors::AlreadyExists(strings::StrCat( in FoldNode()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | direct_session.cc | 394 return errors::AlreadyExists( in Create()
|