HomeSort by relevance Sort by last modified time
    Searched refs:replies (Results 1 - 25 of 27) sorted by null

1 2

  /external/ppp/pppd/
session.c 127 int replies = 0; local
133 for (replies = 0; replies < num_msg; replies++) {
134 switch (msg[replies]->msg_style) {
136 reply[replies].resp_retcode = PAM_SUCCESS;
137 reply[replies].resp = COPY_STRING(PAM_username);
141 reply[replies].resp_retcode = PAM_SUCCESS;
142 reply[replies].resp = COPY_STRING(PAM_password);
149 reply[replies].resp_retcode = PAM_SUCCESS
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
PacketDispatcher.java 51 * of sent JDWP commands and received replies for these commands:
188 * through connection and returns replies.
196 private Hashtable<Integer, ReplyPacket> replies; field in class:PacketDispatcher.CommandsSynchronyzer
203 replies = new Hashtable<Integer, ReplyPacket>();
245 // put the reply in replies queue
246 synchronized (replies) {
247 replies.put(new Integer(replyPacket.getId()),
315 synchronized (replies) {
316 currentReply = replies.remove(Id);
407 synchronized (replies) {
    [all...]
  /prebuilts/go/darwin-x86/src/net/
dnsmsg_test.go 203 replies := []string{dnsTXTReply1, dnsTXTReply2}
206 for i := range replies {
207 data, err := hex.DecodeString(replies[i])
238 replies := []string{dnsTXTCorruptDataLengthReply1, dnsTXTCorruptDataLengthReply2}
240 for i := range replies {
241 data, err := hex.DecodeString(replies[i])
255 replies := []string{dnsTXTCorruptTXTLengthReply1, dnsTXTCorruptTXTLengthReply2}
257 for i := range replies {
258 data, err := hex.DecodeString(replies[i])
  /prebuilts/go/linux-x86/src/net/
dnsmsg_test.go 203 replies := []string{dnsTXTReply1, dnsTXTReply2}
206 for i := range replies {
207 data, err := hex.DecodeString(replies[i])
238 replies := []string{dnsTXTCorruptDataLengthReply1, dnsTXTCorruptDataLengthReply2}
240 for i := range replies {
241 data, err := hex.DecodeString(replies[i])
255 replies := []string{dnsTXTCorruptTXTLengthReply1, dnsTXTCorruptTXTLengthReply2}
257 for i := range replies {
258 data, err := hex.DecodeString(replies[i])
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTest.java 87 final Address[] replies = Address.fromHeader(replyToList); local
95 message.setReplyTo(replies);
129 final Address[] replies = Address.fromHeader(replyToList); local
137 message.setReplyTo(replies);
  /prebuilts/tools/darwin-x86/bazel/
bazel-complete.bash 437 local replies="$1"
442 done < <(echo "${replies}")
    [all...]
  /prebuilts/tools/linux-x86/bazel/
bazel-complete.bash 437 local replies="$1"
442 done < <(echo "${replies}")
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 30 #define MAX_MSEARCH 20 /* max simultaneous M-SEARCH replies ongoing */
359 * M-SEARCH replies
454 int replies; local
456 replies = dl_list_len(&sm->msearch_replies);
458 "outstanding)", replies);
459 if (replies >= MAX_MSEARCH) {
461 "M-SEARCH replies");
  /frameworks/support/compat/java/android/support/v4/provider/
FontsContractCompat.java 256 final ArrayList<ReplyCallback<Typeface>> replies;
258 replies = sPendingReplies.get(id);
261 for (int i = 0; i < replies.size(); ++i) {
262 replies.get(i).onReply(typeface);
    [all...]
  /external/ipsec-tools/
setup.c 188 int replies = 0; local
197 for (p = NULL; replies < 2 && (p = pfkey_recv(key)) != NULL; free(p)) {
204 replies += !p->sadb_msg_seq;
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 152 int no_reply; // don't send asynchronous replies to client
155 struct reply_state *replies; // corresponding (active) reply list member in struct:request_state
237 struct reply_state *next; // If there are multiple unsent replies
321 // Now, if this request_state is not subordinate to some other primary, close file descriptor and discard replies
329 while (req->replies) // free pending replies
331 reply_state *ptr = req->replies;
332 req->replies = req->replies->next;
390 reply_state **ptr = &r->replies;
    [all...]
  /external/nanohttpd/
README.md 79 If it started ok, point your browser at <http://localhost:8080/> and enjoy a web server that asks your name and replies with a greeting.
  /external/nanohttpd/src/site/markdown/
index.md 79 If it started ok, point your browser at <http://localhost:8080/> and enjoy a web server that asks your name and replies with a greeting.
  /prebuilts/go/darwin-x86/src/net/http/httptrace/
trace.go 106 // Got100Continue is called if the server replies with a "100
  /prebuilts/go/linux-x86/src/net/http/httptrace/
trace.go 106 // Got100Continue is called if the server replies with a "100
  /prebuilts/go/darwin-x86/src/net/http/
fs.go 98 // ServeContent replies to the request using the content in the
623 // ServeFile replies to the request with the contents of the named
server.go     [all...]
client.go 481 // If the server replies with a redirect, the Client first uses the
request.go 59 // replies with a Trailer header, but without a chunked reply.
    [all...]
transport_test.go 1045 // golang.org/issue/7750: request fails when server replies with
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
fs.go 98 // ServeContent replies to the request using the content in the
623 // ServeFile replies to the request with the contents of the named
server.go     [all...]
client.go 481 // If the server replies with a redirect, the Client first uses the
request.go 59 // replies with a Trailer header, but without a chunked reply.
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_xauth.c 586 int replies = 0; local
    [all...]

Completed in 912 milliseconds

1 2