HomeSort by relevance Sort by last modified time
    Searched full:response (Results 151 - 175 of 3607) sorted by null

1 2 3 4 5 67 8 91011>>

  /system/core/fastboot/
protocol.c 50 static int check_response(usb_handle *usb, unsigned int size, char *response)
76 if(response) {
77 strcpy(response, (char*) status + 4);
110 char *response)
115 if(response) {
116 response[0] = 0;
130 return check_response(usb, size, response);
164 char *response)
171 r = _command_start(usb, cmd, size, response);
190 char *response)
    [all...]
  /frameworks/base/core/java/android/net/http/
RequestHandle.java 222 * Create and queue an HTTP authentication-response (basic) request.
225 String response = computeBasicAuthResponse(username, password); local
227 HttpLog.v("setupBasicAuthResponse(): response: " + response);
229 mHeaders.put(authorizationHeader(isProxy), "Basic " + response); local
234 * Create and queue an HTTP authentication-response (digest) request.
245 String response = computeDigestAuthResponse( local
248 HttpLog.v("setupDigestAuthResponse(): response: " + response);
250 mHeaders.put(authorizationHeader(isProxy), "Digest " + response); local
316 String response = ""; local
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 82 __all__ = ['Http', 'Response', 'ProxyInfo', 'HttpLib2Error',
114 def __init__(self, desc, response, content):
115 self.response = response
153 def _get_end2end_headers(response):
155 hopbyhop.extend([x.strip() for x in response.get('connection', '').split(',')])
156 return [header for header in response.keys() if header not in hopbyhop]
343 def _decompressContent(response, new_content):
346 encoding = response.get('content-encoding', None)
352 response['content-length'] = str(len(content)
436 def response(self, response, content): member in class:Authentication
499 def response(self, response, content): member in class:DigestAuthentication
570 def response(self, response, content): member in class:HmacDigestAuthentication
    [all...]
  /frameworks/av/cmds/stagefright/
SimplePlayer.cpp 47 const sp<AMessage> &msg, sp<AMessage> *response) {
48 status_t err = msg->postAndAwaitResponse(response);
54 if (!(*response)->findInt32("err", &err)) {
63 sp<AMessage> response; local
64 return PostAndAwaitResponse(msg, &response);
78 sp<AMessage> response; local
79 return PostAndAwaitResponse(msg, &response);
84 sp<AMessage> response; local
85 return PostAndAwaitResponse(msg, &response);
90 sp<AMessage> response; local
96 sp<AMessage> response; local
102 sp<AMessage> response; local
121 sp<AMessage> response = new AMessage; local
144 sp<AMessage> response = new AMessage; local
166 sp<AMessage> response = new AMessage; local
199 sp<AMessage> response = new AMessage; local
222 sp<AMessage> response = new AMessage; local
245 sp<AMessage> response = new AMessage; local
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
DefaultProxyAuthenticationHandler.java 53 final HttpResponse response,
55 if (response == null) {
56 throw new IllegalArgumentException("HTTP response may not be null");
58 int status = response.getStatusLine().getStatusCode();
63 final HttpResponse response,
65 if (response == null) {
66 throw new IllegalArgumentException("HTTP response may not be null");
68 Header[] headers = response.getHeaders(AUTH.PROXY_AUTH);
DefaultTargetAuthenticationHandler.java 53 final HttpResponse response,
55 if (response == null) {
56 throw new IllegalArgumentException("HTTP response may not be null");
58 int status = response.getStatusLine().getStatusCode();
63 final HttpResponse response,
65 if (response == null) {
66 throw new IllegalArgumentException("HTTP response may not be null");
68 Header[] headers = response.getHeaders(AUTH.WWW_AUTH);
  /external/chromium/chrome/browser/sync/engine/
syncer_proto_util.h 47 sync_pb::ClientToServerResponse* response,
73 // Extract the name field from a commit entry response.
83 // Get a debug string representation of the client to server response.
85 const sync_pb::ClientToServerResponse& response);
103 const sync_pb::ClientToServerResponse* response);
108 const sync_pb::ClientToServerResponse* response,
112 // headers. Decode the server response.
116 sync_pb::ClientToServerResponse* response);
  /external/chromium/net/base/
dnsrr_resolver_unittest.cc 30 RRResponse response; local
36 &callback, &response, 0, BoundNetLog());
39 ASSERT_EQ(1u, response.rrdatas.size());
40 LOG(ERROR) << "result length " << response.rrdatas[0].size();
41 LOG(ERROR) << "result is " << response.rrdatas[0];
45 RRResponse response; local
51 &callback, &response, 0, BoundNetLog());
54 ASSERT_EQ(1u, response.rrdatas.size());
55 LOG(ERROR) << "result length " << response.rrdatas[0].size();
56 LOG(ERROR) << "result is " << response.rrdatas[0]
61 RRResponse response; local
174 RRResponse response; local
187 RRResponse response; local
196 RRResponse response; local
    [all...]
  /external/chromium/net/http/
proxy_client_socket.h 22 // the response to the CONNECT request.
26 // which can be used to read the response body.
  /external/kernel-headers/original/linux/netfilter/
nf_conntrack_ftp.h 10 /* PASV response from server */
14 /* EPSV response from server */
  /external/oauth/core/src/main/java/net/oauth/client/
OAuthClient.java 47 * Methods of this class return a response as an OAuthMessage, from which you
51 * response headers should tell you whether the response contains encoded
55 * response, they throw an OAuthProblemException, with properties
93 * the HTTP response status code was not 200 (OK)
113 * the HTTP response status code was not 200 (OK)
135 * the HTTP response status code was not 200 (OK)
157 OAuthMessage response = invoke(accessor, httpMethod, local
159 accessor.requestToken = response.getParameter(OAuth.OAUTH_TOKEN);
160 accessor.tokenSecret = response.getParameter(OAuth.OAUTH_TOKEN_SECRET)
194 OAuthMessage response = invoke(accessor, httpMethod, local
318 OAuthMessage response = new OAuthResponseMessage(httpResponse); local
    [all...]
  /external/smack/asmack-master/patch/
41-fix-digest-md5.patch 11 digestResponse.append("\",response=");
12 digestResponse.append(response);
  /external/smack/src/org/xbill/DNS/
ResolveThread.java 37 Message response = res.send(query); local
38 listener.receiveMessage(id, response);
  /external/webkit/LayoutTests/http/tests/appcache/
remove-cache-expected.txt 1 Test that a 404 response for manifest results in cache removal.
4 Frame 2: Manifest loading results in 404 response, so the cache group becomes obsolete, and an obsolete event is dispatched (because the document in frame was associated with a cache in the group).
  /external/webkit/Source/WebCore/platform/network/
DataURL.cpp 65 ResourceResponse response; local
66 response.setMimeType(mimeType);
67 response.setTextEncodingName(charset);
68 response.setURL(handle->firstRequest().url());
72 handle->client()->didReceiveResponse(handle, response);
76 response.setExpectedContentLength(out.size());
81 handle->client()->didReceiveResponse(handle, response);
84 response.setExpectedContentLength(encodedData.length());
  /external/chromium/webkit/glue/
multipart_response_delegate.cc 27 // The list of response headers that we do not copy from the original
28 // response when generating a WebURLResponse for a MIME payload.
40 HeaderCopier(WebURLResponse* response)
41 : response_(response) {
60 const WebURLResponse& response,
64 original_response_(response),
252 WebURLResponse response(original_response_.url());
253 response.setMIMEType(WebString::fromUTF8(mime_type));
254 response.setTextEncodingName(WebString::fromUTF8(charset));
256 HeaderCopier copier(&response);
    [all...]
image_resource_fetcher.cc 41 const WebURLResponse& response,
44 if (!response.isNull() && response.httpStatusCode() == 200) {
51 // response as an image. The delegate will see a null image, indicating
  /external/chromium/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/
contentscript.js 12 chrome.extension.sendRequest(payload, function(response) {});
  /external/chromium/chrome/common/extensions/docs/examples/api/pageAction/pageaction_by_content/
contentscript.js 11 chrome.extension.sendRequest({}, function(response) {});
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
main.css 75 #license-server-response span {
79 #license-server-response span.full {
83 #license-server-response span.free_trial {
87 #license-server-response span.no {
  /external/chromium/third_party/libjingle/source/talk/base/
httpclient.h 45 // Write cache-relevant response headers to output stream. If size is non-null,
48 bool HttpWriteCacheHeaders(const HttpResponseData* response,
50 // Read cached headers from a stream, and them merge them into the response
53 HttpResponseData* response,
91 // an http response is received. In these cases, the http server may have
114 // reset clears the server, request, and response structures. It will also
121 // Note: in order for HttpClient to retry a POST in response to
122 // an authentication challenge, a redirect response, or socket disconnection,
130 HttpResponseData& response() { return transaction_->response; } function in class:talk_base::HttpClient
131 const HttpResponseData& response() const { return transaction_->response; } function in class:talk_base::HttpClient
    [all...]
  /external/libsepol/include/sepol/
context.h 21 const char *mls2, int *response);
  /external/llvm/test/Analysis/BasicAA/
2008-11-23-NoaliasRet.ll 5 ; CHECK: 1 no alias response
  /external/nist-sip/java/javax/sip/
ClientTransaction.java 9 * For 2xx response, use {@link Dialog.createAck(long)}. The application
  /external/smack/src/org/jivesoftware/smack/util/
SyncPacketSend.java 39 PacketCollector response = connection.createPacketCollector(responseFilter); local
44 Packet result = response.nextResult(timeout);
47 response.cancel();
50 throw new XMPPException("No response from server.");

Completed in 6592 milliseconds

1 2 3 4 5 67 8 91011>>