/external/ppp/pppd/ |
D | session.c | 127 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/ |
D | SmartSuggestions.java | 26 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()
|
D | SmartSuggestionsHelper.java | 133 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/ |
D | PacketDispatcher.java | 196 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/ |
D | rpcap-protocol.c | 167 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/ |
D | psx_test.c | 41 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/ |
D | bidi_call.rb | 93 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)
|
D | rpc_desc.rb | 94 replies = mth.call(req, call) 95 replies.each { |r| active_call.remote_send(r) }
|
D | active_call.rb | 462 replies = enum_for(:each_remote_read_then_finish) 463 return replies unless block_given? 464 replies.each { |r| yield r }
|
/external/libtextclassifier/native/actions/ |
D | tflite-sensitive-model.cc | 105 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/ |
D | session_messager.cc | 23 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/ |
D | auth.c | 2023 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/ |
D | rpc.py | 431 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/ |
D | CHANGELOG.txt | 9 …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/ |
D | callback_client_test.py | 178 replies: list = [] 179 enqueue_replies = lambda _, reply: replies.append(reply) 186 self.assertEqual([payload_1, Status.ABORTED], replies) 200 replies)
|
/external/curl/tests/data/ |
D | test126 | 26 FTP download with multiple replies at once in RETR
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_upnp_ssdp.c | 454 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/ |
D | control | 12 this test replies to a DHCPREQUEST method with a subset of the
|
/external/strace/xlat/ |
D | nbd_ioctl_flags.in | 22 /* The server supports NBD_CMD_FLAG_DF (don't fragment replies) */
|
/external/mockftpserver/tags/1.2.1/src/site/apt/ |
D | stubftpserver-getting-started.apt | 138 * 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/ |
D | stubftpserver-getting-started.apt | 138 * 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/ |
D | stubftpserver-getting-started.apt | 138 * 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/ |
D | PROTOCOL.mux | 15 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/ |
D | stubftpserver-getting-started.apt | 138 * 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/ |
D | stubftpserver-getting-started.apt | 138 * 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
|