Home
last modified time | relevance | path

Searched defs:reply (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DSuperClassTest.java48 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/perfetto/src/ipc/test/
Dipc_integrationtest.cc53 DeferredGreeterReplyMsg reply) override { in SayHello()
60 DeferredGreeterReplyMsg reply) override { in WaveGoodbye()
95 [on_reply](AsyncResult<GreeterReplyMsg> reply) { in TEST_F()
105 auto reply = AsyncResult<GreeterReplyMsg>::Create(); in TEST_F() local
118 [on_reply](AsyncResult<GreeterReplyMsg> reply) { in TEST_F()
128 auto reply = AsyncResult<GreeterReplyMsg>::Create(); in TEST_F() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DJDWPStackFrameTestCase.java75 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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPTestCase.java195 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/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBinderTest.java20 Parcel reply = Parcel.obtain(); in transactCallsOnTransact() local
34 Parcel reply; field in ShadowBinderTest.TestBinder
38 …protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteExceptio… in onTransact()
54 Parcel reply = Parcel.obtain(); in thrownExceptionIsParceled() local
67 …protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteExceptio… in onTransact()
/external/libxkbcommon/src/x11/
Dkeymap.c74 #define FAIL_IF_BAD_REPLY(reply, request_name) do { \ argument
323 xcb_xkb_get_map_reply_t *reply, xcb_xkb_get_map_map_t *map) in get_types()
398 xcb_xkb_get_map_reply_t *reply, xcb_xkb_get_map_map_t *map) in get_sym_maps()
475 xcb_xkb_get_map_reply_t *reply, xcb_xkb_get_map_map_t *map) in get_actions()
526 xcb_xkb_get_map_reply_t *reply, xcb_xkb_get_map_map_t *map) in get_vmods()
550 xcb_xkb_get_map_reply_t *reply, xcb_xkb_get_map_map_t *map) in get_explicits()
595 xcb_xkb_get_map_reply_t *reply, xcb_xkb_get_map_map_t *map) in get_modmaps()
622 xcb_xkb_get_map_reply_t *reply, xcb_xkb_get_map_map_t *map) in get_vmodmaps()
662 xcb_xkb_get_map_reply_t *reply = xcb_xkb_get_map_reply(conn, cookie, NULL); in get_map() local
702 xcb_xkb_get_indicator_map_reply_t *reply) in get_indicators()
[all …]
Dutil.c47 const xcb_query_extension_reply_t *reply = in xkb_x11_setup_xkb_extension() local
67 xcb_xkb_use_extension_reply_t *reply = in xkb_x11_setup_xkb_extension() local
116 xcb_xkb_get_device_info_reply_t *reply = in xkb_x11_get_core_keyboard_device_id() local
131 xcb_get_atom_name_reply_t *reply; in get_atom_name() local
215 xcb_get_atom_name_reply_t *reply; in adopt_atoms() local
/external/libchrome/base/task_scheduler/
Dpost_task.h102 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/curl/tests/
DFILEFORMAT.md156 ### `<data [nocheck="yes"] [sendzero="yes"] [base64="yes"] [hex="yes"]>`
187 ### `<dataNUM>`
206 ### `<connect>`
211 ### `<datacheck [mode="text"] [nonewline="yes"]>`
219 ### `<datacheckNUM [nonewline="yes"] [mode="text"]>`
223 ### `<size>`
226 ### `<mdtm>`
230 ### `<postcmd>`
237 ### `<servercmd>`
/external/adhd/cras/src/server/
Dcras_bt_profile.c49 DBusMessage *reply; in cras_bt_profile_handle_release() local
80 DBusMessage *reply; in cras_bt_profile_handle_new_connection() local
151 DBusMessage *reply; in cras_bt_profile_handle_request_disconnection() local
192 DBusMessage *reply; in cras_bt_profile_handle_cancel() local
223 DBusMessage *reply; in cras_bt_handle_profile_messages() local
265 DBusMessage *reply; in cras_bt_on_register_profile() local
371 DBusMessage *reply; in cras_bt_unregister_profile() local
Dcras_bt_endpoint.c73 DBusMessage *reply; in cras_bt_endpoint_set_configuration() local
139 DBusMessage *reply; in cras_bt_endpoint_select_configuration() local
196 DBusMessage *reply; in cras_bt_endpoint_clear_configuration() local
236 DBusMessage *reply; in cras_bt_endpoint_release() local
268 DBusMessage *reply; in cras_bt_handle_endpoint_message() local
316 DBusMessage *reply; in cras_bt_on_register_endpoint() local
446 DBusMessage *reply; in cras_bt_on_unregister_endpoint() local
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp321 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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DInvokeMethodTest.java72 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/perfetto/src/ipc/
Dhost_impl_unittest.cc64 std::unique_ptr<ProtoMessage> reply(new RequestProto()); in RequestDecoder() local
204 .WillOnce(Invoke([on_bind_failure](const Frame::BindServiceReply& reply) { in TEST_F()
216 .WillOnce(Invoke([on_bind_success](const Frame::BindServiceReply& reply) { in TEST_F()
235 Invoke([on_invoke_failure](const Frame::InvokeMethodReply& reply) { in TEST_F()
257 Invoke([on_reply_sent](const RequestProto& req, DeferredBase* reply) { in TEST_F()
270 Invoke([on_reply_received](const Frame::InvokeMethodReply& reply) { in TEST_F()
294 .WillRepeatedly(Invoke([](const RequestProto& req, DeferredBase* reply) { in TEST_F()
306 Invoke([on_reply_received](const Frame::InvokeMethodReply& reply) { in TEST_F()
344 [on_reply_sent, &tx_file](const RequestProto&, DeferredBase* reply) { in TEST_F()
448 [on_invoke, &moved_reply](const RequestProto&, DeferredBase* reply) { in TEST_F()
[all …]
Dclient_impl_unittest.cc59 std::unique_ptr<ProtoMessage> reply(new ReplyProto()); in GetDescriptor() local
150 Frame reply; in OnFrameReceived() local
164 Frame reply; in OnFrameReceived() local
239 [](const Frame::InvokeMethod& req, Frame::InvokeMethodReply* reply) { in TEST_F()
252 [on_invoke_reply](AsyncResult<ProtoMessage> reply) { in TEST_F()
262 [on_invalid_invoke](AsyncResult<ProtoMessage> reply) { in TEST_F()
319 Frame::InvokeMethodReply* reply) { in TEST_F()
332 [on_last_reply, &replies_seen](AsyncResult<ProtoMessage> reply) { in TEST_F()
365 [](const Frame::InvokeMethod&, Frame::InvokeMethodReply* reply) { in TEST_F()
374 [on_reply](AsyncResult<ProtoMessage> reply) { in TEST_F()
[all …]
/external/libwebsockets/minimal-examples/dbus-server/minimal-dbus-server/
Dmain.c82 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/mesa3d/src/glx/
Dsingle2.c129 xGLXGetErrorReply reply; in __indirect_glGetError() local
321 xGLXSingleReply reply; in __indirect_glGetBooleanv() local
372 xGLXSingleReply reply; in __indirect_glGetDoublev() local
423 xGLXSingleReply reply; in __indirect_glGetFloatv() local
474 xGLXSingleReply reply; in __indirect_glGetIntegerv() local
577 xGLXRenderModeReply reply; in __indirect_glRenderMode() local
616 xGLXSingleReply reply; in __indirect_glFinish() local
797 xGLXSingleReply reply; in __indirect_glIsEnabled() local
889 xcb_glx_are_textures_resident_reply_t *reply; in __indirect_glAreTexturesResident() local
/external/cros/system_api/dbus/cryptohome/
Drpc.proto145 optional MountReply reply = 1000; field
193 optional SignBootLockboxReply reply = 1001; field
219 optional GetKeyDataReply reply = 1002; field
230 optional GetBootAttributeReply reply = 1003; field
249 optional ListKeysReply reply = 1004; field
259 optional GetLoginStatusReply reply = 1005; field
270 optional GetTpmStatusReply reply = 1006; field
327 optional GetEndorsementInfoReply reply = 1007; field
356 optional GetFirmwareManagementParametersReply reply = 1008; field
375 optional GetAccountDiskUsageReply reply = 1009; field
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DAllThreadsTest.java65 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testAllThreads003() local
123 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testAllThreads002() local
196 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); in testAllThreads001() local
/external/libese/apps/boot/
Dboot.c199 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/
DVmMirror.java94 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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DClassPrepareTest.java58 ReplyPacket reply = debuggeeWrapper.vmMirror.setClassPrepared(class2prepareRegexp); in testClassPrepareEvent() local
96 …ReplyPacket reply = debuggeeWrapper.vmMirror.setClassPreparedForSourceNameMatch(expectedSourceName… in testClassPrepareEventWithoutSourceDebugExtension() local
159 …ReplyPacket reply = debuggeeWrapper.vmMirror.setClassPreparedForSourceNameMatch(expectedSourceName… in testClassPrepareEventWithSourceDebugExtension() local
/external/libchrome/base/
Dtask_runner_util.h37 OnceCallback<void(ReplyArgType)> reply) { in PostTaskAndReplyWithResult()
59 Callback<void(ReplyArgType)> reply) { in PostTaskAndReplyWithResult()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/
D2-2.c95 char reply; in parent_process() local
145 char reply; in child_process() local
179 int send_receive(int read_pipe, int write_pipe, char send, char *reply) in send_receive()
D2-1.c100 char reply; in parent_process() local
143 char reply; in child_process() local
163 int send_receive(int read_pipe, int write_pipe, char send, char *reply) in send_receive()

12345678910>>...14