HomeSort by relevance Sort by last modified time
    Searched defs:Response (Results 26 - 42 of 42) sorted by null

12

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
CookieParser.js 99 this._addCookie(kv, WebInspector.Cookie.Type.Response);
368 Response: 1
  /cts/libs/testserver/src/android/webkit/cts/
TestWebServer.java 79 private static class Response {
86 Response(byte[] responseData, List<Pair<String, String>> responseHeaders,
100 private final Map<String, Response> mResponseMap = new HashMap<String, Response>();
184 mResponseMap.put(requestPath, new Response(
195 * This only gets the URL, you still need to set the response if you intend to access it.
205 * Sets a 404 (not found) response to be returned when a particular request path is passed in.
209 * response.
218 * Sets a response to be returned when a particular request path is passed
222 * @param responseString The response body that will be returned
407 Response response = null; local
450 HttpResponse response = new BasicHttpResponse(HttpVersion.HTTP_1_0, status, null); local
592 HttpResponse response = mServer.getResponse(request); local
    [all...]
  /external/chromium_org/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...]
  /external/chromium_org/dbus/
message.cc 397 // Response implementation.
400 Response::Response() : Message() {
403 scoped_ptr<Response> Response::FromRawMessage(DBusMessage* raw_message) {
407 scoped_ptr<Response> response(new Response);
408 response->Init(raw_message);
409 return response.Pass()
    [all...]
  /external/chromium_org/net/http/
http_cache_unittest.cc 66 // Tests the load timing values of a request that receives a cached response.
146 const net::HttpResponseInfo* response = trans->GetResponseInfo(); local
147 ASSERT_TRUE(response);
150 *response_info = *response;
189 net::HttpResponseInfo* response) {
191 response);
197 net::HttpResponseInfo* response,
201 response, log, load_timing_info, NULL);
207 net::HttpResponseInfo response; local
208 RunTransactionTestWithResponseInfo(cache, trans_info, &response);
218 net::HttpResponseInfo response; local
453 net::HttpResponseInfo response; local
4023 net::HttpResponseInfo response; local
4071 net::HttpResponseInfo response; local
4113 net::HttpResponseInfo response; local
4711 net::HttpResponseInfo response; local
4917 net::HttpResponseInfo response; local
4956 net::HttpResponseInfo response; local
5003 net::HttpResponseInfo response; local
5218 const net::HttpResponseInfo* response = c->trans->GetResponseInfo(); local
5270 net::HttpResponseInfo response; local
5323 net::HttpResponseInfo response; local
5733 net::HttpResponseInfo response; local
5758 net::HttpResponseInfo response; local
5799 net::HttpResponseInfo response; local
5834 net::HttpResponseInfo response; local
6107 net::HttpResponseInfo response; local
6159 net::HttpResponseInfo response; local
6205 net::HttpResponseInfo response; local
    [all...]
  /external/chromium_org/net/test/android/javatests/src/org/chromium/net/test/util/
TestWebServer.java 78 private static class Response {
85 Response(byte[] responseData, List<Pair<String, String>> responseHeaders,
99 private final Map<String, Response> mResponseMap = new HashMap<String, Response>();
181 mResponseMap.put(requestPath, new Response(
192 * This only gets the URL, you still need to set the response if you intend to access it.
202 * Sets a 404 (not found) response to be returned when a particular request path is passed in.
206 * response.
215 * Sets a response to be returned when a particular request path is passed
219 * @param responseString The response body that will be returned
404 Response response = null; local
445 HttpResponse response = new BasicHttpResponse(HttpVersion.HTTP_1_0, status, null); local
586 HttpResponse response = mServer.getResponse(request); local
    [all...]
  /external/chromium_org/net/websockets/
websocket_channel_test.cc 223 scoped_ptr<WebSocketHandshakeResponseInfo> response) OVERRIDE {
464 // Prepares a fake response. Fake responses will be returned from ReadFrames()
469 // |async| is SYNC, the response will be returned synchronously. |error| is
478 responses_.push_back(new Response(async, error, CreateFrameVector(frames)));
486 responses_.push_back(new Response(async, error, frames.Pass()));
489 // Prepares a fake error response (ie. there is no data).
492 new Response(async, error, ScopedVector<WebSocketFrame>()));
524 struct Response {
525 Response(IsSync async, int error, ScopedVector<WebSocketFrame> frames)
534 DISALLOW_COPY_AND_ASSIGN(Response);
    [all...]
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java 266 * @return HTTP response, see class Response for details
269 public Response serve(String uri, Method method, Map<String, String> headers, Map<String, String> parms,
271 return new Response(Response.Status.NOT_FOUND, MIME_PLAINTEXT, "Not Found");
281 * @return HTTP response, see class Response for details
283 public Response serve(IHTTPSession session) {
290 return new Response(Response.Status.INTERNAL_ERROR, MIME_PLAINTEXT, "SERVER INTERNAL ERROR: IOException: " + ioe.getMessage())
    [all...]
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/libs/
volley.jar 
  /developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/Application/libs/
volley.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
asptlb.h 58 typedef class Response Response;
60 typedef struct Response Response;
    [all...]
ntsecapi.h 751 UCHAR Response[MSV1_0_NTLM3_RESPONSE_LENGTH];
    [all...]
ntddndis.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 2230 milliseconds

12