Home
last modified time | relevance | path

Searched refs:replies (Results 1 – 25 of 135) sorted by relevance

123456

/external/ppp/pppd/
Dsession.c127 int replies = 0; in conversation() local
133 for (replies = 0; replies < num_msg; replies++) { in conversation()
134 switch (msg[replies]->msg_style) { in conversation()
136 reply[replies].resp_retcode = PAM_SUCCESS; in conversation()
137 reply[replies].resp = COPY_STRING(PAM_username); in conversation()
141 reply[replies].resp_retcode = PAM_SUCCESS; in conversation()
142 reply[replies].resp = COPY_STRING(PAM_password); in conversation()
149 reply[replies].resp_retcode = PAM_SUCCESS; in conversation()
150 reply[replies].resp = NULL; in conversation()
/external/libtextclassifier/notification/src/com/android/textclassifier/notification/
DSmartSuggestions.java26 private final ImmutableList<CharSequence> replies; field in SmartSuggestions
29 public SmartSuggestions(List<CharSequence> replies, List<Notification.Action> actions) { in SmartSuggestions() argument
30 this.replies = ImmutableList.copyOf(replies); in SmartSuggestions()
36 return replies; in getReplies()
DSmartSuggestionsHelper.java133 ArrayList<CharSequence> replies = new ArrayList<>(); in onNotificationEnqueued() local
140 replies.add(textReply); in onNotificationEnqueued()
179 statusBarNotification, !actions.isEmpty(), !replies.isEmpty())) { in onNotificationEnqueued()
187 return new SmartSuggestions(replies, actions); in onNotificationEnqueued()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DPacketDispatcher.java196 private Hashtable<Integer, ReplyPacket> replies; field in PacketDispatcher.CommandsSynchronyzer
203 replies = new Hashtable<Integer, ReplyPacket>(); in CommandsSynchronyzer()
246 synchronized (replies) { in notifyThread()
247 replies.put(new Integer(replyPacket.getId()), in notifyThread()
315 synchronized (replies) { in waitForReply()
316 currentReply = replies.remove(Id); in waitForReply()
407 synchronized (replies) { in receiveReply()
409 ReplyPacket currentReply = replies.remove(new Integer(commandId)); in receiveReply()
421 replies.wait(100); in receiveReply()
/external/libpcap/
Drpcap-protocol.c167 static const char *replies[] = variable
182 #define NUM_REPLY_TYPES (sizeof replies / sizeof replies[0])
191 return replies[type]; in rpcap_msg_type_string()
/external/libcap/tests/
Dpsx_test.c41 int replies = 0; variable
61 replies++; in say_hello()
91 replies = 0; in main()
105 while (replies < launched) { in main()
/external/grpc-grpc/src/ruby/lib/grpc/generic/
Dbidi_call.rb93 replies = nil
97 replies = gen_each_reply.call(requests)
99 replies = gen_each_reply.call(requests, @req_view)
104 write_loop(replies, is_client: false)
Drpc_desc.rb94 replies = mth.call(req, call)
95 replies.each { |r| active_call.remote_send(r) }
Dactive_call.rb462 replies = enum_for(:each_remote_read_then_finish)
463 return replies unless block_given?
464 replies.each { |r| yield r }
/external/libtextclassifier/native/actions/
Dtflite-sensitive-model.cc105 const std::vector<tflite::StringRef> replies = in EvalConversation() local
110 for (int i = 0; i < replies.size(); ++i) { in EvalConversation()
111 const auto reply = replies[i]; in EvalConversation()
/external/openscreen/cast/streaming/
Dsession_messager.cc23 replies) { in ReplyIfTimedOut()
24 auto it = replies->begin(); in ReplyIfTimedOut()
25 for (; it != replies->end(); ++it) { in ReplyIfTimedOut()
31 replies->erase(it); in ReplyIfTimedOut()
/external/libcups/scheduler/
Dauth.c2023 struct pam_response *replies; /* Replies */ in pam_func() local
2031 if ((replies = malloc(sizeof(struct pam_response) * (size_t)num_msg)) == NULL) in pam_func()
2045 replies[i].resp_retcode = PAM_SUCCESS; in pam_func()
2046 replies[i].resp = strdup(data->username); in pam_func()
2050 replies[i].resp_retcode = PAM_SUCCESS; in pam_func()
2051 replies[i].resp = strdup(data->password); in pam_func()
2055 replies[i].resp_retcode = PAM_SUCCESS; in pam_func()
2056 replies[i].resp = NULL; in pam_func()
2060 replies[i].resp_retcode = PAM_SUCCESS; in pam_func()
2061 replies[i].resp = NULL; in pam_func()
[all …]
/external/python/cpython2/Demo/rpc/
Drpc.py431 replies = []
453 replies.append((reply, fromaddr))
456 return replies
626 self.replies.append((result, fromaddr))
639 self.replies = []
643 return self.replies
849 replies = pmap.Getport((100002, 1, IPPROTO_UDP, 0))
/external/mockftpserver/tags/2.0-rc1/
DCHANGELOG.txt9 …valid user accounts and credentials. The FakeFtpServer then responds with appropriate replies and …
23 - BUG FIX: Terminate replies with <CRLF> (\r\n).
/external/pigweed/pw_rpc/py/tests/
Dcallback_client_test.py178 replies: list = []
179 enqueue_replies = lambda _, reply: replies.append(reply)
186 self.assertEqual([payload_1, Status.ABORTED], replies)
200 replies)
/external/curl/tests/data/
Dtest12626 FTP download with multiple replies at once in RETR
/external/wpa_supplicant_8/src/wps/
Dwps_upnp_ssdp.c454 int replies; in msearchreply_state_machine_start() local
456 replies = dl_list_len(&sm->msearch_replies); in msearchreply_state_machine_start()
458 "outstanding)", replies); in msearchreply_state_machine_start()
459 if (replies >= MAX_MSEARCH) { in msearchreply_state_machine_start()
/external/autotest/client/site_tests/network_DhcpRenewWithOptionSubset/
Dcontrol12 this test replies to a DHCPREQUEST method with a subset of the
/external/strace/xlat/
Dnbd_ioctl_flags.in22 /* The server supports NBD_CMD_FLAG_DF (don't fragment replies) */
/external/mockftpserver/tags/1.2.1/src/site/apt/
Dstubftpserver-getting-started.apt138 * LIST - replies with a predefined directory listing
140 * PWD - replies with a predefined directory pathname
142 * DELE - replies with an error reply code (450)
144 * RETR - replies with predefined contents for a retrieved file
/external/mockftpserver/tags/1.2/src/site/apt/
Dstubftpserver-getting-started.apt138 * LIST - replies with a predefined directory listing
140 * PWD - replies with a predefined directory pathname
142 * DELE - replies with an error reply code (450)
144 * RETR - replies with predefined contents for a retrieved file
/external/mockftpserver/tags/1.2.3/src/site/apt/
Dstubftpserver-getting-started.apt138 * LIST - replies with a predefined directory listing
140 * PWD - replies with a predefined directory pathname
142 * DELE - replies with an error reply code (450)
144 * RETR - replies with predefined contents for a retrieved file
/external/openssh/
DPROTOCOL.mux15 field. This field is returned in replies as "client request id" to
145 The server replies with:
183 For dynamically allocated listen port the server replies with
288 XXX inject packet (what about replies)
/external/mockftpserver/tags/1.2.2/src/site/apt/
Dstubftpserver-getting-started.apt138 * LIST - replies with a predefined directory listing
140 * PWD - replies with a predefined directory pathname
142 * DELE - replies with an error reply code (450)
144 * RETR - replies with predefined contents for a retrieved file
/external/mockftpserver/tags/1.1/src/site/apt/
Dstubftpserver-getting-started.apt138 * LIST - replies with a predefined directory listing
140 * PWD - replies with a predefined directory pathname
142 * DELE - replies with an error reply code (450)
144 * RETR - replies with predefined contents for a retrieved file

123456