Home
last modified time | relevance | path

Searched refs:already_exists (Results 1 – 9 of 9) sorted by relevance

/external/zopfli/src/zopflipng/
Dzopflipng_bin.cc341 bool already_exists = true; in main() local
342 if (origoutfilesize == 0) already_exists = false; in main()
349 bool keep_earlier_output_file = already_exists && in main()
363 if (!yes && !dryrun && already_exists) { in main()
/external/grpc-grpc/src/python/grpcio/grpc/
D_common.py46 cygrpc.StatusCode.already_exists: grpc.StatusCode.ALREADY_EXISTS,
D__init__.py221 ALREADY_EXISTS = (_cygrpc.StatusCode.already_exists, 'already exists')
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Drecords.pyx.pxi70 already_exists = GRPC_STATUS_ALREADY_EXISTS variable in StatusCode
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h890 already_exists = 183 // ERROR_ALREADY_EXISTS
/external/tensorflow/tensorflow/core/graph/
Dgraph_constructor.cc374 bool already_exists = !existing_nodes_.insert({n->name(), n}).second; in EnsureNoNameCollisions() local
375 if (already_exists) { in EnsureNoNameCollisions()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc103 bool already_exists = false; in MaybeAddControlInput() local
106 already_exists = true; in MaybeAddControlInput()
110 if (!already_exists) { in MaybeAddControlInput()
116 return !already_exists; in MaybeAddControlInput()
Darithmetic_optimizer.cc114 bool already_exists = false; in MaybeAddControlInput() local
117 already_exists = true; in MaybeAddControlInput()
121 if (!already_exists) { in MaybeAddControlInput()
127 return !already_exists; in MaybeAddControlInput()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DPathV2.inc215 if (ec == windows_error::already_exists)