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

12345678910

/external/libvncserver/webclients/java-applet/ssl/
H A DVncViewer.jar ... .Dialog dialog java.awt.TextField entry String reply void " href="/6.0.0_r1/s?defs ...
H A DSignedUltraViewerSSL.jar ... .Dialog dialog java.awt.TextField entry String reply void " href="/6.0.0_r1/s?defs ...
H A DUltraViewerSSL.jar ... .Dialog dialog java.awt.TextField entry String reply void " href="/6.0.0_r1/s?defs ...
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DSpdyStream.java61 /** Headers sent in the stream reply. Null if reply is either not sent or not sent yet. */
158 * Sends a reply to an incoming stream.
163 public void reply(List<Header> responseHeaders, boolean out) throws IOException { method in class:SpdyStream
171 throw new IllegalStateException("reply already sent");
203 * and a {@link #reply} has not yet been sent.
208 throw new IllegalStateException("reply before requesting the sink");
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwnm_sta.c788 int reply)
805 wpa_s->wnm_reply = reply;
914 } else if (reply) {
786 ieee802_11_rx_bss_trans_mgmt_req(struct wpa_supplicant *wpa_s, const u8 *pos, const u8 *end, int reply) argument
/external/libvncserver/x11vnc/
H A Dsslhelper.c1865 rfbLog("check_vnc_tls_mode: reply: %d (%s)\n", (int) buf[0], stype);
3647 char reply[] = "HTTP/1.0 200 OK\r\n" local
3663 write(s_out, reply, strlen(reply));
3665 SSL_write(ssl, reply, strlen(reply));
3691 char reply[] = "HTTP/1.0 200 OK\r\n" local
3701 write(s_out, reply, strlen(reply));
3703 SSL_write(ssl, reply, strle
[all...]
/external/kernel-headers/original/uapi/drm/
H A Ddrm.h499 struct drm_wait_vblank_reply reply; member in union:drm_wait_vblank
/external/libdrm/include/drm/
H A Ddrm.h501 struct drm_wait_vblank_reply reply; member in union:drm_wait_vblank
/external/openssh/
H A Dclientloop.c569 packet_put_char(1); /* boolean: want reply */
2048 int exitval, id, reply, success = 0; local
2053 reply = packet_get_char();
2055 debug("client_input_channel_req: channel %d rtype %s reply %d",
2056 id, rtype, reply);
2082 if (reply && c != NULL && !(c->flags & CHAN_CLOSE_SENT)) {
2430 (r = sshpkt_put_u8(ssh, 1)) != 0) /* bool: want reply */
2521 /* XXX wait for reply */
2607 /* global request reply messages */
H A Dsshconnect2.c384 char *reply = packet_get_string(NULL); local
385 debug2("service_accept: %s", reply);
386 free(reply);
455 debug2("we sent a %s packet, wait for reply", method->name);
1532 error("%s: no reply", __func__);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DApplicationTest.java294 public boolean transact(int code, Parcel data, Parcel reply, int flags) throws RemoteException { argument
/external/mdnsresponder/mDNSCore/
H A DuDNS.c255 // negative response so that applications get a reply. We also need to reinitialize the DNS servers
1055 // It's perfectly fine for this socket to close after the first reply. The server might
1057 // We'll only log this event if we've never received a reply before.
1083 tcpInfo->reply = mDNSPlatformMemAllocate(tcpInfo->replylen);
1084 if (!tcpInfo->reply) { LogMsg("ERROR: tcpCallback - malloc failed"); err = mStatus_NoMemoryErr; goto exit; }
1087 n = mDNSPlatformReadTCP(sock, ((char *)tcpInfo->reply) + (tcpInfo->nread - 2), tcpInfo->replylen - (tcpInfo->nread - 2), &closed);
1119 DNSMessage *reply = tcpInfo->reply; local
1120 mDNSu8 *end = (mDNSu8 *)tcpInfo->reply + tcpInfo->replylen;
1125 tcpInfo->reply
[all...]
H A DmDNSEmbeddedAPI.h489 DNSMessage *reply; member in struct:tcpInfo_t
739 mDNSu16 err; // Or UDP reply port, in setup request
983 mDNSu8 *Reply; // xml reply from router
1112 regState_Pending = 1, // update sent, reply not received
1113 regState_Registered = 2, // update sent, reply received
1114 regState_DeregPending = 3, // dereg sent, reply not received
1578 mDNSu8 TimeoutQuestion; // Timeout this question if there is no reply in configured time
/external/libdrm/
H A Dxf86drm.h334 drmVBlankReply reply; member in union:_drmVBlank
/external/valgrind/include/vki/
H A Dvki-linux-drm.h284 struct vki_drm_wait_vblank_reply reply; member in union:vki_drm_wait_vblank
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
H A DMockWebServer.java897 stream.reply(spdyHeaders, closeStreamAfterHeaders);
/external/toybox/toys/pending/
H A Dip.c1061 char *dev = NULL,*label = NULL, reply[8192]; local
1213 length = recv(TT.sockfd, reply, sizeof(reply), 0);
1214 addr_ptr = (struct nlmsghdr *) reply;
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex108 namely, we are not allowed to use received address for reply directly
H A Dip-cref.tex2717 reply. If the source is selected incorrectly, in the best case,
2720 are administratively scoped, the reply may be lost entirely.
/external/lldb/tools/debugserver/source/
H A DRNBRemote.cpp189 t.push_back (Packet (set_list_threads_in_stop_reply,&RNBRemote::HandlePacket_QListThreadsInStopReply , NULL, "QListThreadsInStopReply", "Set if the 'threads' key should be added to the stop reply packets with a list of all thread IDs."));
324 std::string reply;
326 err = GetPacket (reply, packet, true);
330 DNBLogThreadedIf (LOG_RNB_REMOTE, "%8d RNBRemote::%s (%s) got error trying to get reply...", (uint32_t)m_comm.Timer().ElapsedMicroSeconds(true), __FUNCTION__, sendpacket.c_str());
334 DNBLogThreadedIf (LOG_RNB_MAX, "%8d RNBRemote::%s (%s) got reply: '%s'", (uint32_t)m_comm.Timer().ElapsedMicroSeconds(true), __FUNCTION__, sendpacket.c_str(), reply.c_str());
506 // get a packet that we don't know about or support. We just reply
848 int expedite; // expedite delivery of this register in last stop reply packets
2195 // pair in the stop reply packets where we will list all of the thread IDs
2200 // This will get included in the stop reply packe
[all...]
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
H A Dssvnc.tcl5817 set reply [tk_messageBox -type okcancel -default cancel -parent $w -icon warning -message $msg -title "CA Signed Certificate"]
5818 if {$reply == "cancel"} {
6321 set reply [tk_messageBox -type okcancel -default ok -icon warning -message $msg -title "Anonymous Diffie-Hellman Detected"]
6323 if {$reply == "cancel"} {
6974 set reply [tk_messageBox -type okcancel -default ok -icon warning -message $msg -title $msg]
6975 if {$reply == "cancel"} {
9322 set reply [tk_messageBox -parent $parent -type yesno -icon question -title "Delete Cert" -message "Delete $f"]
9323 if {$reply == "yes"} {
9337 set reply [tk_messageBox -parent $parent -type yesno -icon question -title "Delete Cert" -message "Delete $f2"]
9338 if {$reply
[all...]
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlogback-core-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/core/ ...
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-linux.c7105 PRE_MEM_WRITE("ioctl(DRM_WAIT_VBLANK).reply", (Addr)&data->reply, sizeof(data->reply));
9531 POST_MEM_WRITE((Addr)&data->reply, sizeof(data->reply));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1029 milliseconds

12345678910