Searched defs:response (Results 276 - 300 of 710) sorted by relevance

<<11121314151617181920>>

/external/libsepol/src/
H A Dnodes.c148 const sepol_policydb_t * p, unsigned int *response)
163 *response = count;
172 const sepol_node_key_t * key, int *response)
194 *response = 1;
209 *response = 1;
220 *response = 0;
232 const sepol_node_key_t * key, sepol_node_t ** response)
256 response) < 0)
275 response) < 0)
285 *response
147 sepol_node_count(sepol_handle_t * handle __attribute__ ((unused)), const sepol_policydb_t * p, unsigned int *response) argument
170 sepol_node_exists(sepol_handle_t * handle, const sepol_policydb_t * p, const sepol_node_key_t * key, int *response) argument
230 sepol_node_query(sepol_handle_t * handle, const sepol_policydb_t * p, const sepol_node_key_t * key, sepol_node_t ** response) argument
[all...]
H A Dports.c144 const sepol_policydb_t * p, unsigned int *response)
155 *response = count;
164 const sepol_port_key_t * key, int *response)
185 *response = 1;
190 *response = 0;
202 const sepol_port_key_t * key, sepol_port_t ** response)
223 if (port_to_record(handle, policydb, c, response) < 0)
229 *response = NULL;
143 sepol_port_count(sepol_handle_t * handle __attribute__ ((unused)), const sepol_policydb_t * p, unsigned int *response) argument
162 sepol_port_exists(sepol_handle_t * handle, const sepol_policydb_t * p, const sepol_port_key_t * key, int *response) argument
200 sepol_port_query(sepol_handle_t * handle, const sepol_policydb_t * p, const sepol_port_key_t * key, sepol_port_t ** response) argument
H A Dusers.c289 const sepol_user_key_t * key, int *response)
297 *response = (hashtab_search(policydb->p_users.table,
305 const sepol_policydb_t * p, unsigned int *response)
309 *response = policydb->p_users.nprim;
317 const sepol_user_key_t * key, sepol_user_t ** response)
330 *response = NULL;
334 if (user_to_record(handle, policydb, usrdatum->s.value - 1, response) <
287 sepol_user_exists(sepol_handle_t * handle __attribute__ ((unused)), const sepol_policydb_t * p, const sepol_user_key_t * key, int *response) argument
304 sepol_user_count(sepol_handle_t * handle __attribute__ ((unused)), const sepol_policydb_t * p, unsigned int *response) argument
315 sepol_user_query(sepol_handle_t * handle, const sepol_policydb_t * p, const sepol_user_key_t * key, sepol_user_t ** response) argument
/external/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp193 ThreadGDBRemote::PrivateSetRegisterValue (uint32_t reg, StringExtractor &response) argument
197 return gdb_reg_ctx->PrivateSetRegisterValue (reg, response);
/external/nanohttpd/core/src/test/java/fi/iki/elonen/
H A DHttpServerTest.java98 public Response response = new Response(""); field in class:HttpServerTest.TestServer
134 return response;
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAuthenticationInfo.java194 * AuthenticationInfoHeader to the new <var>response</var>
197 * @param response - the new response String of this
203 public void setResponse(String response) throws ParseException { argument
204 this.setParameter(ParameterNames.RESPONSE_AUTH, response);
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
H A DNettyHttpClient.java173 void receive(HttpResponse response) { argument
178 // Consume the response body.
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DCacheStrategy.java17 * Given a request and cached response, this figures out whether to use the
22 * response (if the cached data is potentially stale).
52 /** The cached response to return or validate; or null if this call doesn't use a cache. */
65 * Returns true if this response can be stored to later serve another
68 public static boolean isCacheable(Response response, Request request) { argument
69 // Always go to network for uncacheable response codes (RFC 2616, 13.4),
71 int responseCode = response.code();
82 CacheControl responseCaching = response.cacheControl();
102 /** The server's time when the cached response was served, if known. */
106 /** The last modified date of the cached response, i
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/macrom/
H A DSDL_romaudio.c368 long response; local
373 if ( Gestalt(gestaltSoundAttr, &response) == noErr ) {
374 if ( (response & (1 << gestaltSndPlayDoubleBuffer)) ) {
379 if ( Gestalt(gestaltSoundAttr, &response) == noErr ) {
380 if ( (response & (1 << gestaltHasASC)) ) {
/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultRequestDirector.java307 HttpResponse response = null;
380 response = ex.getResponse();
433 response = requestExec.execute(wrapper, managedConn, context);
467 // Run response protocol interceptors
468 response.setParams(params);
469 requestExec.postProcess(response, httpProcessor, context);
473 reuse = reuseStrategy.keepAlive(response, context);
476 long duration = keepAliveStrategy.getKeepAliveDuration(response, context);
480 RoutedRequest followup = handleResponse(roureq, response, context);
486 // Make sure the response bod
909 handleResponse(RoutedRequest roureq, HttpResponse response, HttpContext context) argument
1052 processChallenges( final Map<String, Header> challenges, final AuthState authState, final AuthenticationHandler authHandler, final HttpResponse response, final HttpContext context) argument
[all...]
/external/apache-http/src/org/apache/http/impl/conn/
H A DAbstractClientConnAdapter.java243 public void receiveResponseEntity(HttpResponse response) argument
251 conn.receiveResponseEntity(response);
/external/chromium-libpac/test/
H A Dproxy_resolver_v8_unittest.cc119 std::vector<std::string> string16ToProxyList(String16 response) { argument
121 String8 response8(response);
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DWebKitHitTestTest.java52 private void setServerResponseAndLoad(String response) throws Throwable { argument
53 String url = mWebServer.setResponse("/hittest.html", response, null);
/external/chromium_org/chrome/browser/
H A Dchrome_quota_permission_context.cc315 QuotaPermissionResponse response) {
322 this, callback, response));
326 callback.Run(response);
313 DispatchCallbackOnIOThread( const PermissionCallback& callback, QuotaPermissionResponse response) argument
/external/chromium_org/chrome/browser/chromeos/geolocation/
H A Dsimple_geolocation_unittest.cc41 const std::string& response,
45 response_(response),
110 const std::string& response,
114 url, require_retries, response, provider));
39 TestGeolocationAPIURLFetcherCallback(const GURL& url, const size_t require_retries, const std::string& response, SimpleGeolocationProvider* provider) argument
109 GeolocationAPIFetcherFactory(const GURL& url, const std::string& response, const size_t require_retries, SimpleGeolocationProvider* provider) argument
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dauto_enrollment_client_unittest.cc95 em::DeviceManagementResponse response; local
97 response.mutable_auto_enrollment_response();
113 .WillOnce(service_->SucceedJob(response));
119 em::DeviceManagementResponse response; local
121 response.mutable_device_state_retrieval_response();
127 .WillOnce(service_->SucceedJob(response));
270 // Network changes don't trigger retries after obtaining a response from
285 // Network changes don't trigger retries after obtaining a response from
491 // Then reply with a valid response and include the hash.
H A Dblocking_login_browsertest.cc193 // uses a canned response in |responses_| if the request path matches one
197 scoped_ptr<net::test_server::HttpResponse> response; local
205 response.reset(responses_.back());
210 return response.Pass();
213 // Creates a new canned response that will respond with the given HTTP
214 // status |code|. That response is appended to |responses_| and will be the
215 // next response used.
216 // Returns a reference to that response, so that it can be further customized.
218 net::test_server::BasicHttpResponse* response = local
220 response
227 em::DeviceManagementResponse response; local
240 em::DeviceManagementResponse response; local
[all...]
H A Ddevice_local_account_policy_service_unittest.cc397 em::DeviceManagementResponse response; local
398 response.mutable_policy_response()->add_response()->CopyFrom(
402 .WillOnce(mock_device_management_service_.SucceedJob(response));
465 em::DeviceManagementResponse response; local
466 response.mutable_policy_response()->add_response()->CopyFrom(
469 .WillOnce(mock_device_management_service_.SucceedJob(response));
962 // When the response comes in, it should propagate and fire the notification.
966 em::DeviceManagementResponse response; local
968 response.mutable_policy_response()->add_response()->CopyFrom(
970 request_job->SendResponse(DM_STATUS_SUCCESS, response);
[all...]
H A Duser_cloud_policy_store_chromeos_unittest.cc100 // |session_manager_client_| and sends |response|.
101 void PerformPolicyLoad(const std::string& response) { argument
113 retrieve_callback.Run(response);
/external/chromium_org/chrome/browser/chromeos/timezone/
H A Dtimezone_unittest.cc79 const std::string& response,
83 response_(response),
148 const std::string& response,
152 url, require_retries, response, provider));
77 TestTimeZoneAPIURLFetcherCallback(const GURL& url, const size_t require_retries, const std::string& response, TimeZoneProvider* provider) argument
147 TimeZoneAPIFetcherFactory(const GURL& url, const std::string& response, const size_t require_retries, TimeZoneProvider* provider) argument
/external/chromium_org/chrome/browser/devtools/device/adb/
H A Dadb_client_socket.cc62 void SendLocalAbstract(int result, const std::string& response) { argument
70 void OnSocketAvailable(int result, const std::string& response) { argument
123 void OnResponse(int result, const std::string& response) {
127 callback_.Run(result, response);
263 const std::string& response,
274 response + std::string(response_buffer->data(), result);
261 OnResponseData( const CommandCallback& callback, const std::string& response, scoped_refptr<net::IOBuffer> response_buffer, int bytes_left, int result) argument
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_protocol.cc99 base::DictionaryValue* response = new base::DictionaryValue(); local
101 response->SetInteger(kIdParam, id_);
105 response->Set(kErrorParam, error_object);
111 response->Set(kResultParam, result_->DeepCopy());
113 response->Set(kResultParam, new base::DictionaryValue());
116 return response;
/external/chromium_org/chrome/browser/drive/
H A Ddrive_uploader.cc358 const UploadRangeResponse& response,
362 if (response.code == HTTP_CREATED || response.code == HTTP_SUCCESS) {
382 if (response.code == HTTP_PRECONDITION) {
390 if (response.code != HTTP_RESUME_INCOMPLETE ||
391 response.start_position_received != 0) {
393 << "UploadNextChunk http code=" << response.code
394 << ", start_position_received=" << response.start_position_received
395 << ", end_position_received=" << response.end_position_received;
398 response
356 OnUploadRangeResponseReceived( scoped_ptr<UploadFileInfo> upload_file_info, const UploadRangeResponse& response, scoped_ptr<FileResource> entry) argument
[all...]
H A Ddrive_uploader_unittest.cc181 // Callback with response.
182 UploadRangeResponse response; local
188 response = UploadRangeResponse(response_code, -1, -1);
193 response = UploadRangeResponse(
198 base::Bind(callback, response, base::Passed(&entry)));
H A Dfake_drive_service_unittest.cc1804 UploadRangeResponse response; local
1810 test_util::CreateCopyResultCallback(&response, &entry),
1814 EXPECT_EQ(GDATA_NO_CONNECTION, response.code);
1834 UploadRangeResponse response; local
1840 test_util::CreateCopyResultCallback(&response, &entry),
1844 EXPECT_EQ(HTTP_NOT_FOUND, response.code);
1876 UploadRangeResponse response; local
1883 test_util::CreateCopyResultCallback(&response, &entry),
1888 EXPECT_EQ(HTTP_RESUME_INCOMPLETE, response.code);
1901 test_util::CreateCopyResultCallback(&response,
1944 UploadRangeResponse response; local
[all...]

Completed in 590 milliseconds

<<11121314151617181920>>