HomeSort by relevance Sort by last modified time
    Searched defs:DATA_LOSS (Results 1 - 8 of 8) sorted by null

  /external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
MojoResult.java 26 public static final int DATA_LOSS = 15;
71 case DATA_LOSS:
72 return "DATA_LOSS";
  /external/protobuf/src/google/protobuf/stubs/
status.h 61 DATA_LOSS = 15,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
status.h 61 DATA_LOSS = 15,
  /external/tensorflow/tensorflow/python/framework/
errors_impl.py 174 DATA_LOSS = error_codes_pb2.DATA_LOSS
175 tf_export("errors.DATA_LOSS").export_constant(__name__, "DATA_LOSS")
454 super(DataLossError, self).__init__(node_def, op, message, DATA_LOSS)
473 DATA_LOSS: DataLossError,
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/0.13.2/
grpc-core-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.1/
grpc-core-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.3/
grpc-core-1.0.3.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar 

Completed in 212 milliseconds