HomeSort by relevance Sort by last modified time
    Searched refs:Response (Results 126 - 150 of 436) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/skia/tools/skiaserve/urlhandlers/
DataHandler.cpp 12 #include "../Response.h"
14 using namespace Response;
EnableGPUHandler.cpp 12 #include "../Response.h"
14 using namespace Response;
InfoHandler.cpp 12 #include "../Response.h"
14 using namespace Response;
OpBoundsHandler.cpp 11 #include "../Response.h"
14 using namespace Response;
OpsHandler.cpp 11 #include "../Response.h"
14 using namespace Response;
OverdrawHandler.cpp 12 #include "../Response.h"
14 using namespace Response;
  /external/skqp/tools/skiaserve/urlhandlers/
ClipAlphaHandler.cpp 12 #include "../Response.h"
14 using namespace Response;
ColorModeHandler.cpp 12 #include "../Response.h"
14 using namespace Response;
DataHandler.cpp 12 #include "../Response.h"
14 using namespace Response;
EnableGPUHandler.cpp 12 #include "../Response.h"
14 using namespace Response;
InfoHandler.cpp 12 #include "../Response.h"
14 using namespace Response;
OpBoundsHandler.cpp 11 #include "../Response.h"
14 using namespace Response;
OpsHandler.cpp 11 #include "../Response.h"
14 using namespace Response;
OverdrawHandler.cpp 12 #include "../Response.h"
14 using namespace Response;
  /external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/
igfs_client.cc 31 Response *response) {
35 if (response != nullptr) {
36 TF_RETURN_IF_ERROR(response->Read(&client_));
  /external/v8/src/inspector/
v8-value-utils.h 21 protocol::Response toProtocolValue(v8::Local<v8::Context>, v8::Local<v8::Value>,
v8-profiler-agent-impl.cc 218 Response V8ProfilerAgentImpl::enable() {
219 if (m_enabled) return Response::OK();
222 return Response::OK();
225 Response V8ProfilerAgentImpl::disable() {
226 if (!m_enabled) return Response::OK();
235 return Response::OK();
238 Response V8ProfilerAgentImpl::setSamplingInterval(int interval) {
240 return Response::Error("Cannot change sampling interval when profiling.");
243 return Response::OK();
266 Response V8ProfilerAgentImpl::start()
    [all...]
  /external/volley/src/test/java/com/android/volley/mock/
TestRequest.java 21 import com.android.volley.Response;
31 public Base(String url, Response.ErrorListener listener) {
35 public Base(int method, String url, Response.ErrorListener listener) {
40 protected Response<byte[]> parseNetworkResponse(NetworkResponse response) {
45 protected void deliverResponse(byte[] response) {}
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiCHAP.c 97 The initator checks the CHAP response replied by target against its own
101 @param[in] TargetResponse The response from target.
103 @retval EFI_SUCCESS The response from target passed authentication.
104 @retval EFI_SECURITY_VIOLATION The response from target was not expected value.
139 This function checks the received iSCSI Login Response during the security
144 @retval EFI_SUCCESS The Login Response passed the CHAP validation.
166 CHAR8 *Response;
187 // Build the key-value list from the data segment of the Login Response.
200 // The first Login Response.
269 // Calculate Response value.
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
CacheTest.java 99 * Test that response caching is consistent with the RI and the spec.
106 // We can't test 100 because it's not really a response.
178 Response response = client.newCall(request).execute(); local
179 assertEquals(responseCode, response.code());
182 response.body().string();
184 Response cached = cache.get(request);
220 Response response1 = client.newCall(request).execute();
231 Response response2 = client.newCall(request).execute();
257 Response response1 = client.newCall(request).execute()
518 Response response = get(server.url("\/")); local
605 Response response = get(server.url("\/")); local
1054 Response response = client.newCall(request).execute(); local
1072 Response response = client.newCall(request).execute(); local
1090 Response response = client.newCall(request).execute(); local
1111 Response response = client.newCall(request).execute(); local
1130 Response response = client.newCall(request).execute(); local
1141 Response response = client.newCall(request).execute(); local
1160 Response response = client.newCall(request).execute(); local
1178 Response response = client.newCall(request).execute(); local
1195 Response response = client.newCall(request).execute(); local
1218 Response response = client.newCall(request).execute(); local
1237 Response response = client.newCall(request).execute(); local
1242 MockResponse response = new MockResponse() local
1254 MockResponse response = new MockResponse() local
1276 Response response = client.newCall(request).execute(); local
1325 Response response = client.newCall(request).execute(); local
1342 Response response = client.newCall(request).execute(); local
1507 Response response = client.newCall(request).execute(); local
1846 Response response = client.newCall(request).execute(); local
1861 Response response = get(server.url("\/")); local
1874 Response response = get(server.url("\/")); local
1882 Response response = get(server.url("\/")); local
1894 Response response = get(server.url("\/")); local
1953 Response response = get(url); local
    [all...]
  /external/libbrillo/brillo/dbus/
data_serialization_unittest.cc 19 using dbus::Response;
150 std::unique_ptr<Response> message = Response::CreateEmpty();
174 std::unique_ptr<Response> message = Response::CreateEmpty();
240 std::unique_ptr<Response> message = Response::CreateEmpty();
260 std::unique_ptr<Response> message = Response::CreateEmpty();
329 std::unique_ptr<Response> message = Response::CreateEmpty()
    [all...]
dbus_method_response.h 27 // response when it is available.
33 // Sends an error response. Marshals the |error| object over D-Bus.
48 // Sends a raw D-Bus response message.
49 void SendRawResponse(std::unique_ptr<dbus::Response> response);
51 // Creates a custom response object for the current method call.
52 std::unique_ptr<dbus::Response> CreateCustomResponse() const;
54 // Checks if the response has been sent already.
60 // Aborts the method execution. Does not send any response message.
64 // A callback to be called to send the method call response message
88 auto response = CreateCustomResponse(); local
    [all...]
  /external/libbrillo/brillo/http/
http_transport.h 28 class Response;
35 base::Callback<void(RequestID, std::unique_ptr<Response>)>;
41 // http::Response classes to provide HTTP functionality to the clients.
77 // As soon as all I/O completes for the request/response, or when an error
  /external/libchrome/dbus/
mock_object_proxy.h 26 std::unique_ptr<Response>(MethodCall* method_call,
30 std::unique_ptr<Response>(MethodCall* method_call,
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Call.java 32 * canceled. As this object represents a single request/response pair (stream),
54 * Invokes the request immediately, and blocks until the response can be
57 * <p>The caller may read the response body with the response's
58 * {@link Response#body} method. To facilitate connection recycling, callers
59 * should always {@link ResponseBody#close() close the response body}.
61 * <p>Note that transport-layer success (receiving a HTTP response code,
63 * {@code response} may still indicate an unhappy HTTP response code like 404
73 public Response execute() throws IOException
171 Response response = getResponseWithInterceptorChain(forWebSocket); local
321 Response response = engine.getResponse(); local
    [all...]

Completed in 357 milliseconds

1 2 3 4 56 7 8 91011>>