Home
last modified time | relevance | path

Searched refs:already_exists (Results 1 – 7 of 7) 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/tensorflow/tensorflow/core/common_runtime/
Dgraph_constructor.cc580 bool already_exists = !existing_nodes_.insert({n->name(), n}).second; in EnsureNoNameCollisions() local
581 if (already_exists) { in EnsureNoNameCollisions()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc116 bool already_exists = false; in MaybeAddControlInput() local
119 already_exists = true; in MaybeAddControlInput()
123 if (!already_exists) { in MaybeAddControlInput()
129 return !already_exists; in MaybeAddControlInput()
Dconstant_folding.cc86 bool already_exists = false; in MaybeAddControlInput() local
89 already_exists = true; in MaybeAddControlInput()
93 if (!already_exists) { in MaybeAddControlInput()
99 return !already_exists; in MaybeAddControlInput()