| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
| D | SuperClassTest.java | 48 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in jdwpGetSuperClassReply() local 53 private void asserSuperClassReplyIsValid(ReplyPacket reply, String expectedSignature) { in asserSuperClassReplyIsValid() 89 ReplyPacket reply = jdwpGetSuperClassReply(classID, JDWPConstants.Error.NONE); in testSuperClass001() local 99 ReplyPacket reply = jdwpGetSuperClassReply(classID, JDWPConstants.Error.NONE); in testSuperClass001() local 109 ReplyPacket reply = jdwpGetSuperClassReply(classID, JDWPConstants.Error.NONE); in testSuperClass001() local 118 ReplyPacket reply = jdwpGetSuperClassReply(classID, JDWPConstants.Error.NONE); in testSuperClass001() local 128 ReplyPacket reply = jdwpGetSuperClassReply(classID, JDWPConstants.Error.NONE); in testSuperClass001() local 153 ReplyPacket reply = jdwpGetSuperClassReply(interfaceID, JDWPConstants.Error.NONE); in testSuperClass002() local
|
| /external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/server/ |
| D | reply.hpp | 23 struct reply struct 26 enum status_type 44 } status; 47 std::vector<header> headers; 50 std::string content;
|
| /external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/server4/ |
| D | reply.hpp | 23 struct reply struct 26 enum status_type 44 } status; 47 std::vector<header> headers; 50 std::string content;
|
| /external/sdv/vsomeip/third_party/boost/asio/example/cpp11/http/server/ |
| D | reply.hpp | 23 struct reply struct 26 enum status_type 44 } status; 47 std::vector<header> headers; 50 std::string content;
|
| /external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/server2/ |
| D | reply.hpp | 23 struct reply struct 26 enum status_type 44 } status; 47 std::vector<header> headers; 50 std::string content;
|
| /external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/server3/ |
| D | reply.hpp | 23 struct reply struct 26 enum status_type 44 } status; 47 std::vector<header> headers; 50 std::string content;
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
| D | JDWPTestCase.java | 195 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(command); in getObjectReferenceType() local 274 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(command); in getClassSignature() local 293 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in getClassIDBySignature() local 322 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in getReferenceTypeID() local 348 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in resumeDebuggee() local 365 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in createString() local 383 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in getStringValue() local 586 protected void checkReplyPacket(ReplyPacket reply, String message, in checkReplyPacket() 600 protected void checkReplyPacket(ReplyPacket reply, String message) { in checkReplyPacket() 615 protected void checkReplyPacket(ReplyPacket reply, String message, in checkReplyPacket() [all …]
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
| D | JDWPStackFrameTestCase.java | 75 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in jdwpGetFrameCount() local 90 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in jdwpGetFrames() local 119 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in jdwpGetAllThreads() local 138 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in jdwpGetThreadName() local 151 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in jdwpSuspendThread() local 161 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in jdwpResumeThread() local 172 ReplyPacket reply = debuggeeWrapper.vmMirror in jdwpPopFrames() local
|
| /external/libxkbcommon/src/x11/ |
| D | keymap.c | 74 #define FAIL_IF_BAD_REPLY(reply, request_name) do { \ argument 350 xcb_xkb_get_map_reply_t *reply, xcb_xkb_get_map_map_t *map) in get_types() 425 xcb_xkb_get_map_reply_t *reply, xcb_xkb_get_map_map_t *map) in get_sym_maps() 502 xcb_xkb_get_map_reply_t *reply, xcb_xkb_get_map_map_t *map) in get_actions() 553 xcb_xkb_get_map_reply_t *reply, xcb_xkb_get_map_map_t *map) in get_vmods() 577 xcb_xkb_get_map_reply_t *reply, xcb_xkb_get_map_map_t *map) in get_explicits() 622 xcb_xkb_get_map_reply_t *reply, xcb_xkb_get_map_map_t *map) in get_modmaps() 649 xcb_xkb_get_map_reply_t *reply, xcb_xkb_get_map_map_t *map) in get_vmodmaps() 678 xcb_xkb_get_map_reply_t *reply = xcb_xkb_get_map_reply(conn, cookie, NULL); in get_map() local 718 xcb_xkb_get_indicator_map_reply_t *reply) in get_indicators() [all …]
|
| /external/perfetto/src/ipc/test/ |
| D | ipc_integrationtest.cc | 54 DeferredGreeterReplyMsg reply) override { in SayHello() 62 DeferredGreeterReplyMsg reply) override { in WaveGoodbye() 115 [on_reply](AsyncResult<GreeterReplyMsg> reply) { in TEST_F() 125 auto reply = AsyncResult<GreeterReplyMsg>::Create(); in TEST_F() local 138 [on_reply](AsyncResult<GreeterReplyMsg> reply) { in TEST_F() 148 auto reply = AsyncResult<GreeterReplyMsg>::Create(); in TEST_F() local
|
| /external/libchrome/base/task_scheduler/ |
| D | post_task.h | 102 OnceCallback<void(ReplyArgType)> reply) { in PostTaskAndReplyWithResult() 115 Callback<void(ReplyArgType)> reply) { in PostTaskAndReplyWithResult() 154 OnceCallback<void(ReplyArgType)> reply) { in PostTaskWithTraitsAndReplyWithResult() 173 Callback<void(ReplyArgType)> reply) { in PostTaskWithTraitsAndReplyWithResult()
|
| /external/obex/src/com/android/obex/ |
| D | ServerRequestHandler.java | 130 public int onConnect(HeaderSet request, HeaderSet reply) { in onConnect() 145 public void onDisconnect(HeaderSet request, HeaderSet reply) { in onDisconnect() 174 public int onSetPath(HeaderSet request, HeaderSet reply, boolean backup, boolean create) { in onSetPath() 198 public int onDelete(HeaderSet request, HeaderSet reply) { in onDelete() 205 public int onAbort(HeaderSet request, HeaderSet reply) { in onAbort()
|
| /external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
| D | ShadowBinderTest.java | 37 Parcel reply = Parcel.obtain(); in transactCallsOnTransact() local 51 Parcel reply; field in ShadowBinderTest.TestBinder 55 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) { in onTransact() 71 Parcel reply = Parcel.obtain(); in thrownExceptionIsParceled() local 84 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) { in onTransact()
|
| /external/wmediumd/wmediumd_server/ |
| D | wmediumd_server.cc | 149 Empty* reply) override { in LoadConfig() 169 Empty* reply) override { in ReloadConfig() 180 Empty* reply) override { in SetCivicloc() 207 Empty* reply) override { in SetLci() 234 Empty* reply) override { in SetPosition() 259 Empty* reply) override { in SetSnr() 285 Empty* reply) override { in SetTxpower() 309 Empty* reply) override { in StartPcap() 329 Empty* reply) override { in StopPcap()
|
| /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
| D | peers.cpp | 321 char reply[100]; in enter_pin() local 352 char reply[20]; in ctx_p2p_start() local 367 char reply[20]; in ctx_p2p_stop() local 376 char reply[20]; in ctx_p2p_listen() local 391 char reply[20]; in ctx_p2p_start_group() local 456 char reply[2048]; in add_stations() local 489 char reply[2048]; in add_single_station() local 576 char reply[2048]; in add_bss() local 679 char reply[100]; in add_persistent() local 771 char reply[20]; in update_peers() local [all …]
|
| /external/mesa3d/src/glx/ |
| D | single2.c | 106 xGLXGetErrorReply reply; in __indirect_glGetError() local 298 xGLXSingleReply reply; in __indirect_glGetBooleanv() local 349 xGLXSingleReply reply; in __indirect_glGetDoublev() local 400 xGLXSingleReply reply; in __indirect_glGetFloatv() local 451 xGLXSingleReply reply; in __indirect_glGetIntegerv() local 554 xGLXRenderModeReply reply; in __indirect_glRenderMode() local 593 xGLXSingleReply reply; in __indirect_glFinish() local 736 xGLXSingleReply reply; in __indirect_glIsEnabled() local 828 xcb_glx_are_textures_resident_reply_t *reply; in __indirect_glAreTexturesResident() local
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
| D | InvokeMethodTest.java | 72 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in setEventRequest() local 115 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in clearEvent() local 137 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in makeNewInstance() local 214 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod001() local 330 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testInvokeMethod002() local
|
| /external/libwebsockets/minimal-examples/dbus-server/minimal-dbus-server/ |
| D | main.c | 82 dmh_introspect(DBusConnection *c, DBusMessage *m, DBusMessage **reply, void *d) in dmh_introspect() 91 dmh_get(DBusConnection *c, DBusMessage *m, DBusMessage **reply, void *d) in dmh_get() 118 dmh_getall(DBusConnection *c, DBusMessage *m, DBusMessage **reply, void *d) in dmh_getall() 140 dmh_ping(DBusConnection *c, DBusMessage *m, DBusMessage **reply, void *d) in dmh_ping() 151 dmh_echo(DBusConnection *c, DBusMessage *m, DBusMessage **reply, void *d) in dmh_echo() 174 dmh_emit_signal(DBusConnection *c, DBusMessage *m, DBusMessage **reply, void *d) in dmh_emit_signal() 191 dmh_emit_quit(DBusConnection *c, DBusMessage *m, DBusMessage **reply, void *d) in dmh_emit_quit() 217 DBusMessage *reply = NULL; in server_message_handler() local
|
| /external/perfetto/src/ipc/ |
| D | host_impl_unittest.cc | 71 std::unique_ptr<ProtoMessage> reply(new RequestProto()); in RequestDecoder() local 252 .WillOnce(Invoke([on_bind_failure](const Frame::BindServiceReply& reply) { in TEST_F() 264 .WillOnce(Invoke([on_bind_success](const Frame::BindServiceReply& reply) { in TEST_F() 283 Invoke([on_invoke_failure](const Frame::InvokeMethodReply& reply) { in TEST_F() 305 Invoke([on_reply_sent](const RequestProto& req, DeferredBase* reply) { in TEST_F() 318 Invoke([on_reply_received](const Frame::InvokeMethodReply& reply) { in TEST_F() 342 .WillRepeatedly(Invoke([](const RequestProto& req, DeferredBase* reply) { in TEST_F() 354 Invoke([on_reply_received](const Frame::InvokeMethodReply& reply) { in TEST_F() 393 [on_reply_sent, &tx_file](const RequestProto&, DeferredBase* reply) { in TEST_F() 497 [on_invoke, &moved_reply](const RequestProto&, DeferredBase* reply) { in TEST_F() [all …]
|
| D | client_impl_unittest.cc | 59 std::unique_ptr<ProtoMessage> reply(new ReplyProto()); in GetDescriptor() local 157 Frame reply; in OnFrameReceived() local 171 Frame reply; in OnFrameReceived() local 266 [](const Frame::InvokeMethod& req, Frame::InvokeMethodReply* reply) { in TEST_F() 279 [on_invoke_reply](AsyncResult<ProtoMessage> reply) { in TEST_F() 289 [on_invalid_invoke](AsyncResult<ProtoMessage> reply) { in TEST_F() 346 Frame::InvokeMethodReply* reply) { in TEST_F() 359 [on_last_reply, &replies_seen](AsyncResult<ProtoMessage> reply) { in TEST_F() 393 [](const Frame::InvokeMethod&, Frame::InvokeMethodReply* reply) { in TEST_F() 402 [on_reply](AsyncResult<ProtoMessage> reply) { in TEST_F() [all …]
|
| /external/federated-compute/fcp/client/ |
| D | grpc_bidi_stream_test.cc | 84 ServerStreamMessage reply; in TEST_F() local 103 ServerStreamMessage reply; in TEST_F() local 137 ServerStreamMessage reply; in TEST_F() local 150 ServerStreamMessage reply; in TEST_F() local
|
| /external/pigweed/pw_rpc/raw/ |
| D | synchronous_call_test.cc | 112 auto CopyReply(InlineString<32>& reply) { in CopyReply() 125 InlineString<32> reply; in TEST_F() local 135 InlineString<32> reply; in TEST_F() local 159 InlineString<32> reply; in TEST_F() local 197 InlineString<32> reply; in TEST_F() local 207 InlineString<32> reply; in TEST_F() local
|
| /external/libese/apps/boot/ |
| D | boot.c | 199 uint8_t reply[2]; // App reply or APDU error. in ese_boot_lock_xget() local 251 uint8_t reply[6]; in ese_boot_lock_get() local 299 uint8_t reply[4]; // App reply or APDU error. in ese_boot_meta_clear() local 347 uint8_t reply[4]; // App reply or APDU error. in ese_boot_meta_append() local 421 uint8_t reply[4]; // App reply or APDU error. in ese_boot_lock_xset() local 471 uint8_t reply[4]; // App reply or APDU error. in ese_boot_lock_set() local 648 uint8_t reply[4]; // App reply or APDU error. in ese_boot_carrier_lock_test() local 689 uint8_t reply[4]; // App reply or APDU error. in ese_boot_set_production() local 730 uint8_t reply[4]; // App reply or APDU error. in ese_boot_reset_locks() local 779 uint8_t reply[2]; // App reply or APDU error. in ese_boot_get_state() local
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
| D | VmMirror.java | 94 public ReplyPacket checkReply(ReplyPacket reply) { in checkReply() 203 ReplyPacket reply = setBreakpoint(breakpointLocation, suspendPolicy); in setBreakpointAtMethodBegin() local 1239 ReplyPacket reply = performCommand(commandPacket); in getMethods() local 1296 ReplyPacket reply = performCommand(packet); in getFieldsInfo() local 1828 ReplyPacket reply = checkReply(performCommand(command)); in getFrameCount() local 1844 ReplyPacket reply = getThreadFrames(threadID, 0, -1); in getAllThreadFrames() local 1901 ReplyPacket reply = performCommand(command); in getVariableTable() local 1955 ReplyPacket reply = checkReply(performCommand(command)); in getFrameValues() local 1978 ReplyPacket reply = checkReply(performCommand(command)); in getSuperclassId() local 1994 ReplyPacket reply = checkReply(performCommand(command)); in getReferenceType() local [all …]
|
| /external/grpc-grpc-java/examples/example-hostname/src/test/java/io/grpc/examples/hostname/ |
| D | HostnameGreeterTest.java | 54 HelloReply reply = in sayHello_fixedHostname() local 66 HelloReply reply = in sayHello_dynamicHostname() local
|