Searched defs:responses (Results 1 - 25 of 33) sorted by relevance

12

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
H A DPacketUserauthInfoResponse.java17 String[] responses; field in class:PacketUserauthInfoResponse
19 public PacketUserauthInfoResponse(String[] responses) argument
21 this.responses = responses;
30 tw.writeUINT32(responses.length);
31 for (int i = 0; i < responses.length; i++)
32 tw.writeString(responses[i]);
/external/okhttp/src/test/java/com/squareup/okhttp/internal/
H A DRecordingReceiver.java27 * Records received HTTP responses so they can be later retrieved by tests.
32 private final List<RecordedResponse> responses = new ArrayList<RecordedResponse>(); field in class:RecordingReceiver
35 responses.add(new RecordedResponse(failure.request(), null, null, failure));
40 responses.add(new RecordedResponse(
52 for (RecordedResponse recordedResponse : responses) {
/external/openssh/
H A Dauth-bsdauth.c91 bsdauth_respond(void *ctx, u_int numresponses, char **responses) argument
105 authok = auth_userresponse(authctxt->as, responses[0], 0);
107 debug3("bsdauth_respond: <%s> = <%d>", responses[0], authok);
H A Dauth-skey.c75 skey_respond(void *ctx, u_int numresponses, char **responses) argument
82 skey_passcheck(authctxt->pw->pw_name, responses[0]) != -1)
/external/opencv/ml/src/
H A Dmltestset.cpp62 CvMat** responses,
75 if( responses )
76 *responses = NULL;
84 if( !responses )
85 CV_ERROR( CV_StsNullPtr, "responses parameter must be not NULL" );
106 CV_CALL( *responses = cvCreateMat( 1, num_samples, CV_32SC1 ) );
147 CV_MAT_ELEM( **responses, int, 0, elem.i ) = cur_class;
162 if( responses )
163 cvReleaseMat( responses );
59 cvCreateTestSet( int type, CvMat** samples, int num_samples, int num_features, CvMat** responses, int num_classes, ... ) argument
H A Dmlknearest.cpp97 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" );
H A Dmlnbayes.cpp112 CvMat* responses = 0; local
129 &nsamples, &_var_count, &_var_all, &responses,
192 responses_data = responses->data.i;
H A Dmlrtrees.cpp351 CvMat responses = cvMat(1, nsamples, CV_32FC1, true_resp_ptr); local
352 cvMinMaxLoc( &responses, &minval, &maxval );
H A Dml_inner_functions.cpp630 cvPreprocessOrderedResponses( const CvMat* responses, const CvMat* sample_idx, int sample_all ) argument
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
706 cvPreprocessCategoricalResponses( const CvMat* responses, const CvMat* sample_idx, int sample_all, CvMat** out_response_map, CvMat** class_counts ) argument
952 cvPrepareTrainData( const char* , const CvMat* train_data, int tflag, const CvMat* responses, int response_type, const CvMat* var_idx, const CvMat* sample_idx, bool always_copy_data, const float*** out_train_samples, int* _sample_count, int* _var_count, int* _var_all, CvMat** out_responses, CvMat** out_response_map, CvMat** out_var_idx, CvMat** out_sample_idx ) argument
1755 int* responses; local
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_download_unittest.cc58 // AutofillDownloadManager. Then it records responses to different initiated
61 // go over the wire, but allow calling back HTTP responses directly.
62 // The responses in test are out of order and verify: successful query request,
215 const char *responses[] = { local
234 FakeOnURLFetchComplete(fetcher, 200, std::string(responses[1]));
242 FakeOnURLFetchComplete(fetcher, 404, std::string(responses[2]));
246 FakeOnURLFetchComplete(fetcher, 200, std::string(responses[0]));
270 EXPECT_EQ(responses[0], responses_.front().response);
300 FakeOnURLFetchComplete(fetcher, 500, std::string(responses[0]));
325 FakeOnURLFetchComplete(fetcher, 503, std::string(responses[
384 const char *responses[] = { local
[all...]
/external/chromium_org/remoting/host/
H A Dpam_authorization_factory_posix.cc41 struct pam_response** responses,
126 struct pam_response** responses,
130 *responses = static_cast<struct pam_response*>(
124 PamConversation(int num_messages, const struct pam_message** messages, struct pam_response** responses, void* context) argument
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_client.h87 * responses - radiusAccClientResponses
89 u32 responses; member in struct:hostapd_radius_server
/external/wpa_supplicant_8/src/radius/
H A Dradius_client.h87 * responses - radiusAccClientResponses
89 u32 responses; member in struct:hostapd_radius_server
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_client.h87 * responses - radiusAccClientResponses
89 u32 responses; member in struct:hostapd_radius_server
/external/chromium/chrome/browser/autofill/
H A Dautofill_download_unittest.cc43 // 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[
419 const char *responses[] = { local
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_drive.cc344 FileTransferCancelStatus> > responses; local
366 responses.push_back(result);
369 responses);
/external/chromium_org/components/policy/core/common/cloud/
H A Dcloud_policy_client.h35 // Note that CloudPolicyClient doesn't do any validation of policy responses
181 // The policy responses as obtained by the last request to the cloud. These
185 const ResponseMap& responses() const { function in class:policy::CloudPolicyClient
189 // Returns the policy response for |policy_ns_key|, if found in |responses()|;
284 // The policy responses returned by the last policy fetch operation.
H A Dcomponent_cloud_policy_service.cc376 // and therefore the validation of those responses fails.
402 const CloudPolicyClient::ResponseMap& responses = local
403 core_->client()->responses();
404 for (CloudPolicyClient::ResponseMap::const_iterator it = responses.begin();
405 it != responses.end(); ++it) {
/external/chromium/webkit/glue/
H A Dmultipart_response_delegate_unittest.cc319 int responses, int received_data,
353 EXPECT_EQ(responses, client.received_response_);
318 VariousChunkSizesTest(const TestChunk chunks[], int chunks_size, int responses, int received_data, const char* completed_data, int completed_encoded_data_length) argument
/external/chromium_org/webkit/child/
H A Dmultipart_response_delegate_unittest.cc319 int responses, int received_data,
353 EXPECT_EQ(responses, client.received_response_);
318 VariousChunkSizesTest(const TestChunk chunks[], int chunks_size, int responses, int received_data, const char* completed_data, int completed_encoded_data_length) argument
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
H A DRobolectric.java1094 * @param httpResponseGenerator an HttpResponseGenerator that will provide responses
1179 * Adds an HTTP response rule. For each time the rule is matched, responses will be shifted
1180 * off the list and returned. When all responses have been given and the rule is matched again,
1184 * @param responses responses to return in order when a match is found.
1186 public static void addHttpResponseRule(RequestMatcher requestMatcher, List<? extends HttpResponse> responses) { argument
1187 getFakeHttpLayer().addHttpResponseRule(requestMatcher, responses);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
H A DFakeHttpLayer.java74 * @param responses A list of responses that are returned to matching requests in order from first to last.
76 public void addHttpResponseRule(RequestMatcher requestMatcher, List<? extends HttpResponse> responses) { argument
77 addHttpResponseRule(new RequestMatcherResponseRule(requestMatcher, responses));
110 throw new RuntimeException("Unexpected call to execute, no pending responses are available. See Robolectric.addPendingResponse(). Request was: " +
191 private List<? extends HttpResponse> responses; field in class:FakeHttpLayer.RequestMatcherResponseRule
208 public RequestMatcherResponseRule(RequestMatcher requestMatcher, List<? extends HttpResponse> responses) { argument
210 this.responses = responses;
225 if (responses
[all...]
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslsock.c2423 SSL_SetStapledOCSPResponses(PRFileDesc *fd, const SECItemArray *responses, argument
2445 if (responses) {
2446 ss->certStatusArray[kea] = SECITEM_DupArray(NULL, responses);
2448 return (ss->certStatusArray[kea] || !responses) ? SECSuccess : SECFailure;
/external/chromium_org/third_party/openssl/openssl/crypto/ocsp/
H A Docsp.h269 * responses SEQUENCE OF SingleResponse,
277 STACK_OF(OCSP_SINGLERESP) *responses; member in struct:ocsp_response_data_st
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Docsp.h269 * responses SEQUENCE OF SingleResponse,
277 STACK_OF(OCSP_SINGLERESP) *responses; member in struct:ocsp_response_data_st

Completed in 562 milliseconds

12