Searched refs:FINISH (Results 1 – 16 of 16) sorted by relevance
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/helpers/ |
D | SnackbarHelper.java | 32 private enum DismissBehavior {HIDE, SHOW, FINISH} enumConstant 59 show(activity, errorMessage, DismissBehavior.FINISH); in showError() 100 if (dismissBehavior == DismissBehavior.FINISH) { in show()
|
/third_party/grpc/examples/cpp/helloworld/ |
D | greeter_async_server.cc | 110 status_ = FINISH; in Proceed() 113 GPR_ASSERT(status_ == FINISH); in Proceed() 139 enum CallStatus { CREATE, PROCESS, FINISH }; enumerator
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
D | Encoder.java | 149 encode(EncoderJNI.Operation.FINISH); in close() 171 encoder.push(EncoderJNI.Operation.FINISH, data.length); in compress() 182 encoder.push(EncoderJNI.Operation.FINISH, 0); in compress()
|
D | EncoderJNI.java | 24 FINISH enumConstant
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/ |
D | graph_data_server.h | 99 enum class STATE : int8_t { CREATE = 1, PROCESS = 2, FINISH = 3 }; enumerator 131 status_ = STATE::FINISH; in operator() 141 if (status_ == STATE::FINISH) { in JudgeFinish()
|
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/ |
D | message.h | 34 FINISH = 5, enumerator
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/ |
D | cache_grpc_server.cc | 105 } else if (rq->st_ == CacheServerRequest::STATE::FINISH) { in HandleRequest() 161 } else if (st_ == STATE::FINISH) { in operator ()()
|
D | cache_grpc_server.h | 42 enum class STATE : int8_t { CREATE = 1, PROCESS = 2, FINISH = 3 }; enumerator
|
D | cache_server.cc | 957 cache_req->st_ = CacheServerRequest::STATE::FINISH; in ProcessRequest()
|
/third_party/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/ |
D | pci-exp-tests-HOWTO | 58 ***FINISH***
|
/third_party/mindspore/mindspore/ccsrc/ps/core/protos/ |
D | comm.proto | 28 FINISH = 5; enumerator
|
/third_party/mindspore/mindspore/ccsrc/ps/core/ |
D | abstract_node.cc | 791 meta->set_cmd(NodeCommand::FINISH); in Disconnect() 1037 handlers_[NodeCommand::FINISH] = nullptr; in InitCommandHandler() 1045 server_handler_[NodeCommand::FINISH] = &AbstractNode::ProcessFinish; in InitServerHandler()
|
D | scheduler_node.cc | 107 handlers_[NodeCommand::FINISH] = &SchedulerNode::ProcessFinish; in InitCommandHandler() 369 message_meta->set_cmd(NodeCommand::FINISH); in SendFinish()
|
/third_party/ffmpeg/libavformat/ |
D | http.c | 59 FINISH enumerator 574 ch->handshake_step = FINISH; in http_handshake() 576 case FINISH: in http_handshake()
|
/third_party/boost/boost/beast/zlib/detail/ |
D | deflate_stream.ipp | 413 // User must not provide more input after the first FINISH:
|
/third_party/boost/libs/beast/include/boost/beast/zlib/detail/ |
D | deflate_stream.ipp | 413 // User must not provide more input after the first FINISH:
|