Home
last modified time | relevance | path

Searched refs:AlreadyExists (Results 1 – 24 of 24) sorted by relevance

/external/syzkaller/vendor/google.golang.org/grpc/codes/
Dcodes.go64 AlreadyExists Code = 6 const
158 `"ALREADY_EXISTS"`: AlreadyExists,
Dcode_string.go37 case AlreadyExists:
/external/grpc-grpc/src/ruby/lib/grpc/
Derrors.rb62 codes[ALREADY_EXISTS] = AlreadyExists
126 class AlreadyExists < BadStatus class
/external/grpc-grpc/src/csharp/Grpc.Core/
DStatusCode.cs63 AlreadyExists = 6, enumerator
/external/tensorflow/tensorflow/core/framework/
Dop.cc145 return errors::AlreadyExists( in SetWatcher()
228 s = errors::AlreadyExists("Op with name ", op_reg_data->op_def.name()); in RegisterAlreadyLocked()
Dresource_mgr.cc85 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/
Dgpu_id_manager.cc45 return errors::AlreadyExists( in Insert()
/external/tensorflow/tensorflow/core/graph/
Dvalidate.cc122 return errors::AlreadyExists("Node already exists: ", node.name()); in VerifyNoDuplicateNodeNames()
/external/tensorflow/tensorflow/core/lib/core/
Derrors.h106 DECLARE_ERROR(AlreadyExists, ALREADY_EXISTS) in DECLARE_ERROR()
/external/tensorflow/tensorflow/core/platform/posix/
Dposix_file_system.cc266 return errors::AlreadyExists(name); in CreateDir()
/external/tensorflow/tensorflow/core/kernels/data/
Dcache_dataset_ops.cc346 return errors::AlreadyExists("Existing cache files found: \n", in EnsureLockFileExists()
362 return errors::AlreadyExists( in EnsureLockFileExists()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.cpp3036 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/
Dwindows_file_system.cc453 return errors::AlreadyExists(name); in CreateDir()
/external/tensorflow/tensorflow/core/kernels/
Dbatch_kernels.cc951 return errors::AlreadyExists( in Compute()
972 return errors::AlreadyExists( in Compute()
/external/tensorflow/tensorflow/core/platform/
Denv.cc69 return errors::AlreadyExists("File factory for ", scheme, in Register()
/external/tensorflow/tensorflow/cc/framework/
Dscope.cc365 errors::AlreadyExists(prefix, " already exists in the current scope"); in GetUniqueName()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph.cc92 return errors::AlreadyExists("Node name is not unique in graph: " + in BuildNodeMap()
Dconvert_nodes.cc1141 return errors::AlreadyExists("tensor/weights ", name, " already exist."); in AddTensorOrWeights()
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp3820 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/
DCodeGenDAGPatterns.cpp4483 bool AlreadyExists = false; in GenerateVariants() local
4493 AlreadyExists = true; in GenerateVariants()
4498 if (AlreadyExists) continue; in GenerateVariants()
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.cc1457 return errors::AlreadyExists(dirname); in CreateDir()
Dgcs_file_system_test.cc2837 EXPECT_EQ(errors::AlreadyExists("gs://bucket/subpath/"), in TEST()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc1267 return errors::AlreadyExists( in FoldMergeNode()
1377 return errors::AlreadyExists(strings::StrCat( in FoldNode()
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc394 return errors::AlreadyExists( in Create()