/external/opencensus-java/contrib/grpc_util/src/main/java/io/opencensus/contrib/grpc/util/ |
D | StatusConverter.java | 115 case DATA_LOSS: in opencensusStatusFromGrpcCode() 116 return io.opencensus.trace.Status.DATA_LOSS; in opencensusStatusFromGrpcCode() 156 case DATA_LOSS: in grpcStatusFromOpencensusCanonicalCode() 157 return io.grpc.Status.DATA_LOSS; in grpcStatusFromOpencensusCanonicalCode()
|
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/ |
D | MojoResult.java | 26 public static final int DATA_LOSS = 15; field in MojoResult 71 case DATA_LOSS: in describe()
|
/external/opencensus-java/api/src/main/java/io/opencensus/trace/ |
D | Status.java | 199 DATA_LOSS(15), enumConstant 376 public static final Status DATA_LOSS = CanonicalCode.DATA_LOSS.toStatus(); field in Status
|
/external/pigweed/pw_status/ |
D | status_test_c.c | 45 errors += CHECK_STATUS_FROM_CPP(DATA_LOSS); in TestStatusFromC() 72 errors += CHECK_STATUS_STRING(DATA_LOSS); in TestStatusStringsFromC()
|
D | status.cc | 38 PW_CASE_RETURN_ENUM_STRING(DATA_LOSS); in pw_StatusString()
|
/external/pigweed/pw_rpc/ts/ |
D | client.ts | 240 return Status.DATA_LOSS; 275 this.sendClientError(channelClient, packet, Status.DATA_LOSS); 281 status = Status.DATA_LOSS;
|
/external/tensorflow/tensorflow/python/framework/ |
D | errors_impl.py | 210 DATA_LOSS = error_codes_pb2.DATA_LOSS variable 494 super(DataLossError, self).__init__(node_def, op, message, DATA_LOSS, *args) 513 DATA_LOSS: DataLossError,
|
D | errors_test.py | 63 (errors.DATA_LOSS, errors_impl.DataLossError), 135 errors.DATA_LOSS,
|
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/ir/ |
D | tf_framework_ops.cc | 155 case ErrorCode::DATA_LOSS: in ConvertAttrToEnumValue() 156 return Code::DATA_LOSS; in ConvertAttrToEnumValue()
|
/external/tensorflow/tensorflow/core/data/service/ |
D | journal_test.cc | 144 EXPECT_EQ(s.code(), error::DATA_LOSS); in TEST() 165 EXPECT_EQ(s.code(), error::DATA_LOSS); in TEST()
|
/external/pigweed/pw_status/ts/ |
D | status.ts | 33 DATA_LOSS = 15, enumerator
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
D | status_code_enum.h | 135 DATA_LOSS = 15, enumerator
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
D | status_code_enum.h | 135 DATA_LOSS = 15, enumerator
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | status_code_enum.h | 134 DATA_LOSS = 15, enumerator
|
/external/pigweed/pw_status/py/pw_status/ |
D | __init__.py | 35 DATA_LOSS = 15 variable in Status
|
/external/icing/icing/absl_ports/ |
D | canonical_errors.cc | 106 return libtextclassifier3::Status(libtextclassifier3::StatusCode::DATA_LOSS, in DataLossError() 167 return status.CanonicalCode() == libtextclassifier3::StatusCode::DATA_LOSS; in IsDataLoss()
|
/external/tensorflow/tensorflow/compiler/xla/pjrt/c/ |
D | pjrt_c_api_helpers.cc | 106 return tensorflow::error::DATA_LOSS; in PjrtErrorToStatusCode() 144 case tensorflow::error::DATA_LOSS: in StatusCodeToPjrtErrorCode()
|
/external/tensorflow/tensorflow/core/lib/io/snappy/ |
D | snappy_test.cc | 347 CHECK_EQ(status.code(), error::Code::DATA_LOSS); in TEST() 359 CHECK_EQ(status.code(), error::Code::DATA_LOSS); in TEST() 380 CHECK_EQ(status.code(), error::Code::DATA_LOSS); in TEST()
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/ |
D | Status.java | 193 DATA_LOSS(15), enumConstant 292 public static final Status DATA_LOSS = Code.DATA_LOSS.toStatus(); field in Status
|
/external/pigweed/pw_rpc/py/pw_rpc/callback_client/ |
D | errors.py | 37 elif status is Status.DATA_LOSS:
|
/external/pigweed/pw_rpc/java/main/dev/pigweed/pw_rpc/ |
D | Status.java | 37 DATA_LOSS(15); enumConstant
|
/external/icing/icing/text_classifier/lib3/utils/base/ |
D | status.h | 43 DATA_LOSS = 15, enumerator
|
/external/libtextclassifier/native/utils/base/ |
D | status.h | 45 DATA_LOSS = 15, enumerator
|
/external/pigweed/pw_rpc/py/pw_rpc/ |
D | client.py | 511 return Status.DATA_LOSS 545 _send_client_error(channel_client, packet, Status.DATA_LOSS) 556 status = Status.DATA_LOSS
|
/external/pigweed/pw_protobuf/pw_protobuf_protos/ |
D | status.proto | 36 DATA_LOSS = 15; enumerator
|