Searched refs:reply (Results 51 - 75 of 250) sorted by relevance

12345678910

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
H A DProxyThisObjectTest.java46 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
47 checkReplyPacket(reply, "StackFrame.ThisObject");
48 TaggedObject taggedObject = reply.getNextValueAsTaggedObject();
49 assertAllDataRead(reply);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DClassUnloadTest.java59 ReplyPacket reply = null;
67 reply = debuggeeWrapper.vmMirror.getClassBySignature(TESTED_CLASS_SIGNATURE);
68 foundClasses = reply.getNextValueAsInt();
77 reply = debuggeeWrapper.vmMirror.setClassUnload(TESTED_CLASS_NAME);
78 checkReplyPacket(reply, "Set CLASS_UNLOAD event");
79 int requestID = reply.getNextValueAsInt();
98 reply = debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.CLASS_UNLOAD, requestID);
101 reply = debuggeeWrapper.vmMirror.getClassBySignature(TESTED_CLASS_SIGNATURE);
102 foundClasses = reply.getNextValueAsInt();
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
H A DAttachConnectorTest.java62 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
63 checkReplyPacket(reply, "VirtualMachine::Version command");
65 String description = reply.getNextValueAsString();
66 int jdwpMajor = reply.getNextValueAsInt();
67 int jdwpMinor = reply.getNextValueAsInt();
68 String vmVersion = reply.getNextValueAsString();
69 String vmName = reply.getNextValueAsString();
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
H A DClassesBySignatureTest.java55 * <BR>&nbsp;&nbsp; - there are no extra data in the reply packet;
65 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
66 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command");
74 int classes = reply.getNextValueAsInt();
84 refTypeTag = reply.getNextValueAsByte();
85 typeID = reply.getNextValueAsReferenceTypeID();
86 status = reply.getNextValueAsInt();
114 assertAllDataRead(reply);
H A DAllClassesTest.java63 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
64 checkReplyPacket(reply, "VirtualMachine::AllClasses command");
70 int classes = reply.getNextValueAsInt();
76 reply.getNextValueAsByte();
77 typeID = reply.getNextValueAsReferenceTypeID();
78 signature = reply.getNextValueAsString();
79 status = reply.getNextValueAsInt();
124 * <BR>&nbsp;&nbsp; - All data were read from reply packet;
135 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
136 checkReplyPacket(reply, "VirtualMachin
[all...]
H A DAllThreadsTest.java64 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
65 checkReplyPacket(reply, "VirtualMachine::AllThreads command");
72 int threads = reply.getNextValueAsInt();
78 threadID = reply.getNextValueAsThreadID();
102 assertAllDataRead(reply);
122 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
123 checkReplyPacket(reply, "VirtualMachine::AllThreads command");
131 int threads = reply.getNextValueAsInt();
138 threadID = reply.getNextValueAsThreadID();
172 assertAllDataRead(reply);
[all...]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_old_handlers_wps.c70 DBusMessage *reply = NULL; local
103 reply = dbus_message_new_method_return(message);
104 if (reply == NULL)
111 dbus_message_append_args(reply, DBUS_TYPE_STRING, &pin,
113 return reply;
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_das.c38 struct radius_msg *reply; local
169 reply = radius_msg_new(error ? RADIUS_CODE_DISCONNECT_NAK :
171 if (reply == NULL)
175 if (!radius_msg_add_attr_int32(reply, RADIUS_ATTR_ERROR_CAUSE,
177 radius_msg_free(reply);
182 return reply;
201 struct radius_msg *msg, *reply = NULL; local
267 reply = radius_das_disconnect(das, msg, abuf, from_port);
271 reply = radius_msg_new(RADIUS_CODE_COA_NAK,
273 if (reply
[all...]
/external/wpa_supplicant_8/src/radius/
H A Dradius_das.c38 struct radius_msg *reply; local
169 reply = radius_msg_new(error ? RADIUS_CODE_DISCONNECT_NAK :
171 if (reply == NULL)
175 if (!radius_msg_add_attr_int32(reply, RADIUS_ATTR_ERROR_CAUSE,
177 radius_msg_free(reply);
182 return reply;
201 struct radius_msg *msg, *reply = NULL; local
267 reply = radius_das_disconnect(das, msg, abuf, from_port);
271 reply = radius_msg_new(RADIUS_CODE_COA_NAK,
273 if (reply
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_das.c38 struct radius_msg *reply; local
169 reply = radius_msg_new(error ? RADIUS_CODE_DISCONNECT_NAK :
171 if (reply == NULL)
175 if (!radius_msg_add_attr_int32(reply, RADIUS_ATTR_ERROR_CAUSE,
177 radius_msg_free(reply);
182 return reply;
201 struct radius_msg *msg, *reply = NULL; local
267 reply = radius_das_disconnect(das, msg, abuf, from_port);
271 reply = radius_msg_new(RADIUS_CODE_COA_NAK,
273 if (reply
[all...]
/external/iputils/ninfod/
H A Dninfod_core.c253 if (reply) {
254 p->reply.ni_type = ICMP6_NI_REPLY;
255 p->reply.ni_code = ICMP6_NI_SUCCESS;
256 p->reply.ni_cksum = 0;
257 p->reply.ni_qtype = htons(NI_QTYPE_NOOP);
258 p->reply.ni_flags = flags;
279 if (reply) {
280 p->reply.ni_type = ICMP6_NI_REPLY;
281 p->reply.ni_code = ICMP6_NI_SUCCESS;
282 p->reply
[all...]
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri.c179 xcb_dri2_get_buffers_reply_t *reply; local
187 reply = vl_dri2_get_flush_reply(scrn);
188 if (!reply) {
191 reply = xcb_dri2_get_buffers_reply(scrn->conn, cookie, NULL);
193 if (!reply)
196 buffers = xcb_dri2_get_buffers_buffers(reply);
198 free(reply);
202 for (i = 0; i < reply->count; ++i) {
209 if (i == reply->count) {
210 free(reply);
261 xcb_dri2_get_msc_reply_t *reply; local
[all...]
/external/mesa3d/src/glx/
H A Dsinglepix.c43 xGLXGetSeparableFilterReply reply; local
58 compsize = reply.length << 2;
64 width = reply.width;
65 height = reply.height;
134 xGLXGetSeparableFilterReply reply; local
146 (void) _XReply(dpy, (xReply *) & reply, 0, False);
148 compsize = reply.length << 2;
151 const GLint width = reply.width;
152 const GLint height = reply.height;
H A Dpacksingle.h113 (void) _XReply(dpy, (xReply*) &reply, 0, False)
116 a = (cast) reply.retval
119 a = (GLint) reply.size
123 *p = *(GLbyte *)&reply.pad3;
126 *p = *(GLshort *)&reply.pad3;
129 *p = *(GLint *)&reply.pad3;
132 *p = *(GLfloat *)&reply.pad3;
136 *p = reply.pad3 >> 24;
139 {int t = reply.pad3 >> 16; \
143 {int t = reply
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DFrameCountTest.java73 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
74 checkReplyPacket(reply, "ThreadReference::FrameCount command");
76 int frameCount = reply.getNextValueAsInt();
100 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
101 err = reply.getErrorCode();
107 int framesCount = reply.getNextValueAsInt();
H A DStopTest.java80 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
81 checkReplyPacket(reply, "ReferenceType::GetValues command");
83 int values = reply.getNextValueAsInt();
89 Value fieldValue = reply.getNextValueAsValue();
98 reply = debuggeeWrapper.vmMirror.performCommand(packet);
99 checkReplyPacket(reply, "ThreadReference::Stop command");
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/core/session/
H A DStubSession.groovy154 * @return the reply code for the session reply at the specified index
161 * @return the reply message for the session reply at the specified index
180 def reply = sentReplies[replyIndex]
181 assert reply, "No reply for index [$replyIndex] sent for ${this}"
182 return reply
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/core/session/
H A DStubSession.groovy146 * @return the reply code for the session reply at the specified index
153 * @return the reply message for the session reply at the specified index
172 def reply = sentReplies[replyIndex]
173 assert reply, "No reply for index [$replyIndex] sent for ${this}"
174 return reply
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/core/session/
H A DStubSession.groovy146 * @return the reply code for the session reply at the specified index
153 * @return the reply message for the session reply at the specified index
172 def reply = sentReplies[replyIndex]
173 assert reply, "No reply for index [$replyIndex] sent for ${this}"
174 return reply
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/core/session/
H A DStubSession.groovy146 * @return the reply code for the session reply at the specified index
153 * @return the reply message for the session reply at the specified index
172 def reply = sentReplies[replyIndex]
173 assert reply, "No reply for index [$replyIndex] sent for ${this}"
174 return reply
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/core/session/
H A DStubSession.groovy146 * @return the reply code for the session reply at the specified index
153 * @return the reply message for the session reply at the specified index
172 def reply = sentReplies[replyIndex]
173 assert reply, "No reply for index [$replyIndex] sent for ${this}"
174 return reply
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/core/session/
H A DStubSession.groovy146 * @return the reply code for the session reply at the specified index
153 * @return the reply message for the session reply at the specified index
172 def reply = sentReplies[replyIndex]
173 assert reply, "No reply for index [$replyIndex] sent for ${this}"
174 return reply
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/core/session/
H A DStubSession.groovy146 * @return the reply code for the session reply at the specified index
153 * @return the reply message for the session reply at the specified index
172 def reply = sentReplies[replyIndex]
173 assert reply, "No reply for index [$replyIndex] sent for ${this}"
174 return reply
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/core/session/
H A DStubSession.groovy146 * @return the reply code for the session reply at the specified index
153 * @return the reply message for the session reply at the specified index
172 def reply = sentReplies[replyIndex]
173 assert reply, "No reply for index [$replyIndex] sent for ${this}"
174 return reply
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/core/session/
H A DStubSession.groovy146 * @return the reply code for the session reply at the specified index
153 * @return the reply message for the session reply at the specified index
172 def reply = sentReplies[replyIndex]
173 assert reply, "No reply for index [$replyIndex] sent for ${this}"
174 return reply

Completed in 486 milliseconds

12345678910