Searched defs:Response (Results 1 - 25 of 42) sorted by last modified time

12

/external/skia/tools/skiaserve/
H A DResponse.cpp8 #include "Response.h"
42 namespace Response { namespace
114 } // namespace Response
H A DResponse.h15 namespace Response { namespace
/external/robolectric/v3/runtime/
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/pdfium/fpdfsdk/src/fpdfxfa/
H A Dfpdfxfa_app.cpp194 void CPDFXFA_App::Response(CFX_WideString& wsAnswer, function in class:CPDFXFA_App
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DResponse.java36 public final class Response { class
44 private Response networkResponse;
45 private Response cacheResponse;
46 private final Response priorResponse;
50 private Response(Builder builder) { method in class:Response
157 public Response networkResponse() {
167 public Response cacheResponse() {
177 public Response priorResponse() {
210 return "Response{protocol="
229 private Response networkRespons
[all...]
/external/nist-sip/java/javax/sip/message/
H A DResponse.java5 public interface Response extends Message { interface in inherits:Message
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
H A DNanoHTTPD.java94 import fi.iki.elonen.NanoHTTPD.Response.IStatus;
95 import fi.iki.elonen.NanoHTTPD.Response.Status;
318 * Response's HTTP Headers.
321 * The Response object to which headers the queued cookies
324 public void unloadQueue(Response response) {
596 throw new ResponseException(Response.Status.BAD_REQUEST, "BAD REQUEST: Syntax error. Usage: GET /example/file.html");
602 throw new ResponseException(Response.Status.BAD_REQUEST, "BAD REQUEST: Missing URI. Usage: GET /example/file.html");
637 throw new ResponseException(Response.Status.INTERNAL_ERROR, "SERVER INTERNAL ERROR: IOException: " + ioe.getMessage(), ioe);
648 throw new ResponseException(Response.Status.BAD_REQUEST, "BAD REQUEST: Content type is multipart/form-data but contains less than two boundary strings.");
663 throw new ResponseException(Response
1176 public static class Response implements Closeable { class in class:NanoHTTPD
1310 protected Response(IStatus status, String mimeType, InputStream data, long totalBytes) { method in class:NanoHTTPD.Response
[all...]
/external/libweave/include/weave/provider/
H A Dhttp_client.h24 // However, user code should also implement Response interface, that will be
52 // of the Response interface. For example, the following could be used as a
54 // struct ResponseImpl : public provider::HttpClient::Response {
75 class Response { class in class:weave::provider::HttpClient
81 virtual ~Response() {}
86 base::Callback<void(std::unique_ptr<Response> response, ErrorPtr error)>;
/external/libbrillo/brillo/http/
H A Dhttp_request.cc134 std::unique_ptr<Response> Request::GetResponseAndBlock(
137 return std::unique_ptr<Response>();
138 std::unique_ptr<Response> response(new Response(connection_));
291 // ********************** Response Class **********************
293 Response::Response(const std::shared_ptr<Connection>& connection) function in class:brillo::http::Response
295 VLOG(1) << "http::Response created";
298 Response::~Response() {
[all...]
/external/libchrome/dbus/
H A Dmessage.cc395 // Response implementation.
398 Response::Response() : Message() { function in class:dbus::Response
401 scoped_ptr<Response> Response::FromRawMessage(DBusMessage* raw_message) {
405 scoped_ptr<Response> response(new Response);
410 scoped_ptr<Response> Response::FromMethodCall(MethodCall* method_call) {
411 scoped_ptr<Response> respons
[all...]
H A Dmessage.h45 // sub classes such as MethodCall and Response instead.
201 // Response is a type of message used for receiving a response from a
203 class CHROME_DBUS_EXPORT Response : public Message { class in namespace:dbus
205 // Returns a newly created Response from the given raw message of the
207 static scoped_ptr<Response> FromRawMessage(DBusMessage* raw_message);
209 // Returns a newly created Response from the given method call.
212 static scoped_ptr<Response> FromMethodCall(MethodCall* method_call);
214 // Returns a newly created Response with an empty payload.
216 static scoped_ptr<Response> CreateEmpty();
219 // Creates a Response messag
[all...]
/external/jetty/src/java/org/eclipse/jetty/server/
H A DResponse.java57 /** Response.
62 public class Response implements HttpServletResponse class in inherits:HttpServletResponse
64 private static final Logger LOG = Log.getLogger(Response.class);
87 public static Response getResponse(HttpServletResponse response)
89 if (response instanceof Response)
90 return (Response)response;
111 public Response(AbstractHttpConnection connection) method in class:Response
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DTestThread.java62 private final SynchronousQueue<Response> responseQueue = new SynchronousQueue<Response>();
206 private Response getResponse(String methodName) throws Exception {
207 Response response = responseQueue.poll(TIMEOUT_MILLIS, TimeUnit.MILLISECONDS);
246 new Response(request.methodName, null, exception.getTargetException()));
249 responseQueue.put(new Response(request.methodName, null, throwable));
252 responseQueue.put(new Response(request.methodName, result, null));
273 private static class Response { class in class:TestThread
278 Response(String methodName, Object result, Throwable throwable) { method in class:TestThread.Response
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dagger2/compiler/src/it/producers-functional-tests/src/main/java/producerstest/
H A DResponse.java18 final class Response { class
21 Response(String data) { method in class:Response
/external/chromium-trace/catapult/third_party/typ/typ/
H A Dpool.py33 Response = 'Response' variable in class:_MessageType
39 values = [Request, Response, Close, Done, Error, Interrupt]
87 assert msg_type == _MessageType.Response
169 responses.put((_MessageType.Response, resp))
/external/chromium-trace/catapult/third_party/webapp2/
H A Dwebapp2.py123 #: A reference to the active :class:`Response` instance.
338 class Response(webob.Response): class in inherits:webob.Response
344 Differences from webapp.Response:
361 super(Response, self).__init__(*args, **kwargs)
366 """A reference to the Response instance itself, for compatibility with
367 webapp only: webapp uses `Response.out.write()`, so we point `out` to
368 `self` and it will use `Response.write()`.
374 # webapp uses StringIO as Response.out, so we need to convert anything
382 super(Response, sel
[all...]
/external/chromium-trace/catapult/third_party/WebOb/docs/comment-example-code/
H A Dexample.py6 from webob import Request, Response, html_escape namespace
/external/chromium-trace/catapult/third_party/WebOb/docs/jsonrpc-example-code/
H A Djsonrpc.py2 from webob import Request, Response namespace
63 return Response(
69 return Response(

Completed in 950 milliseconds

12