/aosp_15_r20/prebuilts/go/linux-x86/src/net/rpc/ |
D | server_test.go | 38 type Reply struct { struct 39 C int 46 func (t *Arith) Add(args Args, reply *Reply) error { 51 func (t *Arith) Mul(args *Args, reply *Reply) error { 56 func (t *Arith) Div(args Args, reply *Reply) error { 69 func (t *Arith) Scan(args string, reply *Reply) (err error) { 74 func (t *Arith) Error(args *Args, reply *Reply) error { 78 func (t *Arith) SleepMilli(args *Args, reply *Reply) error { 85 func (t *hidden) Exported(args Args, reply *Reply) error { 484 func (t *ReplyNotPointer) ReplyNotPointer(args *Args, reply Reply) error { [all …]
|
D | client.go | 32 Reply any // The reply from the function (*struct). member
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/rpc/jsonrpc/ |
D | all_test.go | 23 type Reply struct { struct 24 C int 35 func (t *Arith) Add(args *Args, reply *Reply) error { 40 func (t *Arith) Mul(args *Args, reply *Reply) error { 45 func (t *Arith) Div(args *Args, reply *Reply) error { 53 func (t *Arith) Error(args *Args, reply *Reply) error {
|
/aosp_15_r20/external/libchrome/base/files/ |
H A D | file_proxy.cc | 82 void Reply(FileProxy::StatusCallback callback) { in Reply() function in base::__anon901892ec0211::GenericFileHelper 103 void Reply(FileProxy::StatusCallback callback) { in Reply() function in base::__anon901892ec0211::CreateOrOpenHelper 142 void Reply(FileProxy::CreateTemporaryCallback callback) { in Reply() function in base::__anon901892ec0211::CreateTemporaryHelper 164 void Reply(FileProxy::GetFileInfoCallback callback) { in Reply() function in base::__anon901892ec0211::GetInfoHelper 189 void Reply(FileProxy::ReadCallback callback) { in Reply() function in base::__anon901892ec0211::ReadHelper 219 void Reply(FileProxy::WriteCallback callback) { in Reply() function in base::__anon901892ec0211::WriteHelper
|
/aosp_15_r20/external/cronet/base/files/ |
H A D | file_proxy.cc | 84 void Reply(FileProxy::StatusCallback callback) { in Reply() function in base::__anon9c4f39220211::GenericFileHelper 103 void Reply(FileProxy::StatusCallback callback) { in Reply() function in base::__anon9c4f39220211::CreateOrOpenHelper 140 void Reply(FileProxy::CreateTemporaryCallback callback) { in Reply() function in base::__anon9c4f39220211::CreateTemporaryHelper 162 void Reply(FileProxy::GetFileInfoCallback callback) { in Reply() function in base::__anon9c4f39220211::GetInfoHelper 195 void Reply(FileProxy::ReadCallback callback) { in Reply() function in base::__anon9c4f39220211::ReadHelper 232 void Reply(FileProxy::WriteCallback callback) { in Reply() function in base::__anon9c4f39220211::WriteHelper
|
/aosp_15_r20/device/google/cuttlefish/host/libs/audio_connector/ |
D | commands.cpp | 39 void JackInfoCommand::Reply(AudioStatus status, in Reply() function in cuttlefish::JackInfoCommand 58 void ChmapInfoCommand::Reply(AudioStatus status, in Reply() function in cuttlefish::ChmapInfoCommand 83 void StreamInfoCommand::Reply(AudioStatus status, in Reply() function in cuttlefish::StreamInfoCommand 109 void StreamControlCommand::Reply(AudioStatus status) { in Reply() function in cuttlefish::StreamControlCommand
|
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/nio/server/ |
D | Reply.java | 51 class Reply implements Sendable { class 74 Reply(Code rc, Content c) { in Reply() method in Reply 78 Reply(Code rc, Content c, Request.Action head) { in Reply() method in Reply
|
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/ |
D | Reply.java | 51 class Reply implements Sendable { class 74 Reply(Code rc, Content c) { in Reply() method in Reply 78 Reply(Code rc, Content c, Request.Action head) { in Reply() method in Reply
|
/aosp_15_r20/external/libbrillo/brillo/http/ |
H A D | http_transport_fake.h | 231 void Reply(int status_code, in Reply() function 242 void Reply(int status_code, const T& data, const std::string& mime_type) { in Reply() function
|
H A D | http_transport_fake.cc | 236 void ServerResponse::Reply(int status_code, in Reply() function in brillo::ServerResponse
|
/aosp_15_r20/external/grpc-grpc-java/services/src/test/proto/io/grpc/reflection/testing/ |
H A D | reflection_test_depth_two.proto | 30 message Reply { message
|
/aosp_15_r20/external/nanopb-c/tests/regression/issue_395/ |
H A D | test.proto | 25 message Reply message
|
/aosp_15_r20/external/googleapis/google/cloud/discoveryengine/v1/ |
H A D | conversation.proto | 79 message Reply { message
|
/aosp_15_r20/external/googleapis/google/cloud/discoveryengine/v1beta/ |
H A D | conversation.proto | 79 message Reply { message
|
/aosp_15_r20/external/googleapis/google/cloud/discoveryengine/v1alpha/ |
H A D | conversation.proto | 79 message Reply { message
|
/aosp_15_r20/external/openthread/src/core/utils/ |
H A D | ping_sender.hpp | 68 typedef otPingSenderReply Reply; typedef in ot::Utils::PingSender
|
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc_operator/ |
D | signal_handler.cpp | 94 void SignalHandler::Reply(const Json::Value& json) { in Reply() function in cuttlefish::SignalHandler
|
D | client_handler.cpp | 210 void ClientDynHandler::Reply(const Json::Value& json) { in Reply() function in cuttlefish::ClientDynHandler
|
/aosp_15_r20/external/ot-br-posix/src/dbus/server/ |
H A D | dbus_request.hpp | 116 template <typename... Args> void Reply(const std::tuple<Args...> &aReply) in Reply() function in otbr::DBus::DBusRequest
|
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
H A D | Packet.java | 33 public final static short Reply = 0x80; field in Packet
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
H A D | jsonrpc2.go | 241 func (r *Request) Reply(ctx context.Context, result interface{}, err error) error { func
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
D | jsonrpc2.go | 241 func (r *Request) Reply(ctx context.Context, result interface{}, err error) error { func
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/jsonrpc2/ |
H A D | jsonrpc2.go | 241 func (r *Request) Reply(ctx context.Context, result interface{}, err error) error { func
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/att/ |
H A D | bearer.cc | 473 bool Bearer::Reply(TransactionId tid, ByteBufferPtr pdu) { in Reply() function in bt::att::Bearer
|
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/ |
D | SimpleC2Component.cpp | 71 static void Reply(const sp<AMessage> &msg, int32_t *err = nullptr) { in Reply() function
|