Home
last modified time | relevance | path

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/
DSnackbarHelper.java32 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/
Dgreeter_async_server.cc110 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/
DEncoder.java149 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()
DEncoderJNI.java24 FINISH enumConstant
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/
Dgraph_data_server.h99 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/
Dmessage.h34 FINISH = 5, enumerator
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_grpc_server.cc105 } else if (rq->st_ == CacheServerRequest::STATE::FINISH) { in HandleRequest()
161 } else if (st_ == STATE::FINISH) { in operator ()()
Dcache_grpc_server.h42 enum class STATE : int8_t { CREATE = 1, PROCESS = 2, FINISH = 3 }; enumerator
Dcache_server.cc957 cache_req->st_ = CacheServerRequest::STATE::FINISH; in ProcessRequest()
/third_party/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/
Dpci-exp-tests-HOWTO58 ***FINISH***
/third_party/mindspore/mindspore/ccsrc/ps/core/protos/
Dcomm.proto28 FINISH = 5; enumerator
/third_party/mindspore/mindspore/ccsrc/ps/core/
Dabstract_node.cc791 meta->set_cmd(NodeCommand::FINISH); in Disconnect()
1037 handlers_[NodeCommand::FINISH] = nullptr; in InitCommandHandler()
1045 server_handler_[NodeCommand::FINISH] = &AbstractNode::ProcessFinish; in InitServerHandler()
Dscheduler_node.cc107 handlers_[NodeCommand::FINISH] = &SchedulerNode::ProcessFinish; in InitCommandHandler()
369 message_meta->set_cmd(NodeCommand::FINISH); in SendFinish()
/third_party/ffmpeg/libavformat/
Dhttp.c59 FINISH enumerator
574 ch->handshake_step = FINISH; in http_handshake()
576 case FINISH: in http_handshake()
/third_party/boost/boost/beast/zlib/detail/
Ddeflate_stream.ipp413 // User must not provide more input after the first FINISH:
/third_party/boost/libs/beast/include/boost/beast/zlib/detail/
Ddeflate_stream.ipp413 // User must not provide more input after the first FINISH: