HomeSort by relevance Sort by last modified time
    Searched defs:responses (Results 1 - 25 of 28) sorted by null

1 2

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
PacketUserauthInfoResponse.java 17 String[] responses; field in class:PacketUserauthInfoResponse
19 public PacketUserauthInfoResponse(String[] responses)
21 this.responses = responses;
30 tw.writeUINT32(responses.length);
31 for (int i = 0; i < responses.length; i++)
32 tw.writeString(responses[i]);
  /system/security/keystore/
keystore_cli.cpp 27 static const char* responses[] = { variable
74 printf("%d %s\n", code , responses[code] ? responses[code] : "Unknown");
  /packages/apps/Calendar/src/com/android/calendar/alerts/
QuickResponseActivity.java 37 * This presents the user with list if quick responses to be populated in an email
67 // Populate responses
68 String[] responses = Utils.getQuickResponses(this); local
69 Arrays.sort(responses);
72 mResponses = new String[responses.length + 1];
74 for (i = 0; i < responses.length; i++) {
75 mResponses[i] = responses[i];
  /external/chromium/chrome/browser/autofill/
autofill_download_unittest.cc 43 // AutofillDownloadManager. Then it records responses to different initiated
46 // go over the wire, but allow calling back HTTP responses directly.
47 // The responses in test are out of order and verify: successful query request,
222 const char *responses[] = { local
244 std::string(responses[1]));
254 std::string(responses[2]));
260 std::string(responses[0]));
284 EXPECT_EQ(responses[0], helper.responses_.front().response);
319 std::string(responses[0]));
346 std::string(responses[2]))
419 const char *responses[] = { local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_client.h 39 u32 responses; /* radiusAccClientResponses */ member in struct:hostapd_radius_server
40 u32 malformed_responses; /* @ClientMalformed{Access,}Responses */
  /external/wpa_supplicant_8/src/radius/
radius_client.h 87 * responses - radiusAccClientResponses
89 u32 responses; member in struct:hostapd_radius_server
  /cts/tests/tests/net/src/android/net/http/cts/
ApacheHttpClientTest.java 104 List<HttpResponse> responses = new ArrayList<HttpResponse>(); local
109 responses.add(response);
113 assertDownloadResponse("Download " + i, SMALL_DOWNLOAD_SIZE, responses.get(i));
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/auth/
AuthenticationManager.java 383 String[] responses; local
387 responses = cb.replyToChallenge(pui.getName(), pui.getInstruction(), pui.getNumPrompts(), pui
395 if (responses == null)
398 PacketUserauthInfoResponse puir = new PacketUserauthInfoResponse(responses);
  /external/opencv/ml/src/
mlknearest.cpp 97 CvMat* responses = 0; local
111 // Treat categorical responses as ordered - to prevent class label compression and
115 &_count, &_dims, &_dims_all, &responses, 0, 0 ));
139 memcpy( _samples + 1, responses->data.fl, _rsize );
346 "The neighbor responses (if present) must be floating-point matrix of <num_samples> x <k> size" );
mlnbayes.cpp 112 CvMat* responses = 0; local
129 &nsamples, &_var_count, &_var_all, &responses,
192 responses_data = responses->data.i;
mlrtrees.cpp 351 CvMat responses = cvMat(1, nsamples, CV_32FC1, true_resp_ptr); local
352 cvMinMaxLoc( &responses, &minval, &maxval );
ml_inner_functions.cpp 630 cvPreprocessOrderedResponses( const CvMat* responses, const CvMat* sample_idx, int sample_all )
643 if( !CV_IS_MAT(responses) )
646 if( responses->rows != 1 && responses->cols != 1 )
649 if( responses->rows + responses->cols - 1 != sample_count )
653 r_type = CV_MAT_TYPE(responses->type);
657 r_step = responses->step ? responses->step / CV_ELEM_SIZE(responses->type) : 1
1755 int* responses; local
    [all...]
mlboost.cpp 169 // store the responses for the corresponding training samples
248 const int* responses = data->get_class_labels(node); local
264 rcw[responses[idx]] -= w;
280 idx = responses[idx];
304 idx = responses[idx];
335 const int* responses = data->get_class_labels(node); local
359 k = responses[i];
444 const float* responses = data->get_ord_responses(node); local
457 rsum -= responses[idx]*w;
466 double t = responses[idx]*w
492 const float* responses = data->get_ord_responses(node); local
711 const int* responses = data->get_class_labels(node); local
984 float* responses = data->get_ord_responses(data->data_root); local
1146 float* responses = data->get_ord_responses(data->data_root); local
    [all...]
mlsvm.cpp 1529 CvMat* responses = 0; local
1596 CvMat* responses = 0; local
    [all...]
  /external/webkit/Source/WebCore/loader/
DocumentLoader.h 163 const ResponseVector& responses() const { return m_responses; } function in class:WebCore::DocumentLoader
315 // We retain all the received responses so we can play back the
  /frameworks/base/services/java/com/android/server/
NativeDaemonConnector.java 258 * {@link NativeDaemonEvent#isClassContinue()} responses, including the
272 * {@link NativeDaemonEvent#isClassContinue()} responses, including the
287 * {@linke NativeDaemonEvent@isClassContinue()} responses, including the
352 * Issue a command to the native daemon and return the raw responses.
487 public LinkedList<NativeDaemonEvent> responses = new LinkedList<NativeDaemonEvent>(); field in class:NativeDaemonConnector.ResponseQueue.Response
524 found.responses.add(response);
543 switch (response.responses.size()) {
550 return response.responses.remove();
  /packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java 291 * Read and return all of the responses from the most recent command sent to the server
298 ArrayList<ImapResponse> responses = new ArrayList<ImapResponse>(); local
302 responses.add(response);
310 return responses;
398 // Special case to handle malformed OK responses and ignore them.
423 // Special case to handle malformed OK responses and ignore them.
478 // Special case to handle malformed OK responses and ignore them.
ImapStore.java 76 * Further, the server may return the information in separate FETCH responses
397 List<ImapResponse> responses = connection.executeSimpleCommand(imapCommand); local
398 for (ImapResponse response : responses) {
527 * Save a {@link ImapConnection} in the pool for reuse. Any responses associated with the
ImapFolder.java 270 // All "BAD" responses are bad. Only "NO", tagged responses are bad.
275 // Skip untagged responses; they're just status
346 List<ImapResponse> responses = mConnection.executeSimpleCommand(String.format( local
350 for (ImapResponse response : responses) {
369 String[] getSearchUids(List<ImapResponse> responses) {
372 for (ImapResponse response : responses) {
712 * Handle any untagged responses that the caller doesn't care to handle themselves.
713 * @param responses
715 private void handleUntaggedResponses(List<ImapResponse> responses) {
1076 List<ImapResponse> responses = mConnection.executeSimpleCommand( local
    [all...]
  /packages/apps/Phone/src/com/android/phone/
RespondViaSmsManager.java 68 * The popup showing the list of canned responses.
77 /** The array of "canned responses"; see loadCannedResponses(). */
83 // Preference keys for the 4 "canned responses"; see RespondViaSmsManager$Settings.
122 // Refresh the array of "canned responses".
125 // Build the list: start with the canned responses, but manually add
363 * canned responses; see respond_via_sms_settings.xml
375 // <EditTextPreference>s, one for each of the 4 "canned responses".
441 * Read the (customizable) canned responses from SharedPreferences,
458 String[] responses = new String[NUM_CANNED_RESPONSES]; local
463 responses[0] = prefs.getString(KEY_CANNED_RESPONSE_PREF_1
    [all...]
  /external/qemu/hw/
bt-hci.c 47 int responses; member in struct:bt_hci_s::__anon10995
510 * nearby Bluetooth devices that responded [so hci->responses].", but
561 hci->lm.responses ++;
611 hci->lm.responses_left += hci->lm.responses;
612 hci->lm.responses = 0;
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiWatchdogStateMachine.java 871 int responses = 0; local
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c 321 RIL_Data_Call_Response_v6 *responses = local
326 responses[i].status = -1;
327 responses[i].suggestedRetryTime = -1;
328 responses[i].cid = -1;
329 responses[i].active = -1;
330 responses[i].type = "";
331 responses[i].ifname = "";
332 responses[i].addresses = "";
333 responses[i].dnses = "";
334 responses[i].gateways = ""
    [all...]
  /external/openssl/crypto/ocsp/
ocsp.h 269 * responses SEQUENCE OF SingleResponse,
277 STACK_OF(OCSP_SINGLERESP) *responses; member in struct:ocsp_response_data_st
  /external/openssl/include/openssl/
ocsp.h 269 * responses SEQUENCE OF SingleResponse,
277 STACK_OF(OCSP_SINGLERESP) *responses; member in struct:ocsp_response_data_st

Completed in 1352 milliseconds

1 2