/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/ |
WebSocketEcho.java | 6 import com.squareup.okhttp.Response; 35 @Override public void onOpen(final WebSocket webSocket, Response response) { 67 @Override public void onFailure(IOException e, Response response) {
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/ |
OpalHii.c | 673 CHAR8 Response[DEFAULT_RESPONSE_SIZE];
705 AsciiSPrint( Response, DEFAULT_RESPONSE_SIZE, "%a", "PSID Revert: Success" );
707 AsciiSPrint( Response, DEFAULT_RESPONSE_SIZE, "%a", "PSID Revert: Failure" );
710 HiiSetFormString(STRING_TOKEN(STR_ACTION_STATUS), Response);
732 CHAR8 Response[DEFAULT_RESPONSE_SIZE];
770 AsciiSPrint(Response, DEFAULT_RESPONSE_SIZE, "%a", "Set Password: Failure");
778 AsciiSPrint(Response, DEFAULT_RESPONSE_SIZE, "%a", "Set Password: Success");
781 HiiSetFormString(STRING_TOKEN(STR_ACTION_STATUS), Response);
857 AsciiSPrint(Response, DEFAULT_RESPONSE_SIZE, "%a", "Set Password: Success");
866 HiiSetFormString(STRING_TOKEN(STR_ACTION_STATUS), Response);
[all...] |
/external/nanohttpd/core/src/test/java/fi/iki/elonen/ |
HttpChunkedResponseTest.java | 36 import static fi.iki.elonen.NanoHTTPD.Response.Status.OK; 88 this.testServer.response = new NanoHTTPD(0) { 90 this.testServer.response.setChunkedTransfer(true);
|
/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/ |
ShutdownTest.java | 57 public Response serve(IHTTPSession session) {
|
/external/nanohttpd/samples/src/main/java/fi/iki/elonen/ |
HelloServer.java | 60 public Response serve(IHTTPSession session) {
|
/external/nist-sip/java/javax/sip/message/ |
Response.java | 5 public interface Response extends Message {
|
/external/skia/tools/skiaserve/urlhandlers/ |
ImgHandler.cpp | 12 #include "../Response.h" 14 using namespace Response;
|
/external/skqp/tools/skiaserve/urlhandlers/ |
ImgHandler.cpp | 12 #include "../Response.h" 14 using namespace Response;
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
grpc_state.h | 38 template <class Response> 44 Response* response, StatusCallback done, CallOptions* call_opts, 46 : RPCState(stub, cq, method, request, response, std::move(done), 53 Response* response, StatusCallback done, CallOptions* call_opts, 65 response_ = response; 104 // Since this function is only being used for processing the response 144 s.Update(errors::Internal("could not parse rpc response")); 155 Response* response_ [all...] |
/external/v8/src/inspector/ |
v8-inspector-session-impl.h | 29 using protocol::Response; 48 Response findInjectedScript(int contextId, InjectedScript*&); 49 Response findInjectedScript(RemoteObjectIdBase*, InjectedScript*&); 61 Response unwrapObject(const String16& objectId, v8::Local<v8::Value>*,
|
/external/adhd/scripts/audio_tuning/frontend/ |
google_drive_picker.js | 69 if (data[google.picker.Response.ACTION] == google.picker.Action.PICKED) { 70 var file = data[google.picker.Response.DOCUMENTS][0];
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
ServerMethods.cs | 27 /// <typeparam name="TResponse">Response message type for this method.</typeparam> 36 /// <typeparam name="TResponse">Response message type for this method.</typeparam> 45 /// <typeparam name="TResponse">Response message type for this method.</typeparam> 54 /// <typeparam name="TResponse">Response message type for this method.</typeparam>
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
StatusLine.java | 4 import com.squareup.okhttp.Response; 8 /** An HTTP response status line like "HTTP/1.1 200 OK". */ 25 public static StatusLine get(Response response) { 26 return new StatusLine(response.protocol(), response.code(), response.message()); 57 // Parse response code like "200". Always 3 digits. 68 // Parse an optional response message like "OK" or "Not Modified". If it 69 // exists, it is separated from the response code by a space [all...] |
HttpEngine.java | 30 import com.squareup.okhttp.Response; 70 * Handles a single HTTP request/response pair. Each HTTP engine follows this 78 * <li>The HTTP response message is read with readResponse(). After the 79 * response has been read the response headers and body can be read. 80 * All responses have a response body input stream, though in some 84 * <p>The request and response may be served by the HTTP response cache, by the 109 private final Response priorResponse; 143 * The cached response, or null if the cache doesn't exist or cannot be use 722 Response response = readNetworkResponse(); local [all...] |
OkHeaders.java | 7 import com.squareup.okhttp.Response; 43 * Synthetic response header: the local time when the request was sent. 48 * Synthetic response header: the local time when the response was received. 53 * Synthetic response header: the selected 58 /** Synthetic response header: the location from which the response was loaded. */ 59 public static final String RESPONSE_SOURCE = PREFIX + "-Response-Source"; 68 public static long contentLength(Response response) { [all...] |
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/ |
StatusLine.java | 5 import com.android.okhttp.Response; 9 /** An HTTP response status line like "HTTP/1.1 200 OK". 27 public static StatusLine get(Response response) { 28 return new StatusLine(response.protocol(), response.code(), response.message()); 59 // Parse response code like "200". Always 3 digits. 70 // Parse an optional response message like "OK" or "Not Modified". If it 71 // exists, it is separated from the response code by a space [all...] |
HttpEngine.java | 31 import com.android.okhttp.Response; 71 * Handles a single HTTP request/response pair. Each HTTP engine follows this 79 * <li>The HTTP response message is read with readResponse(). After the 80 * response has been read the response headers and body can be read. 81 * All responses have a response body input stream, though in some 85 * <p>The request and response may be served by the HTTP response cache, by the 112 private final Response priorResponse; 149 * The cached response, or null if the cache doesn't exist or cannot be use 735 Response response = readNetworkResponse(); local [all...] |
OkHeaders.java | 8 import com.android.okhttp.Response; 45 * Synthetic response header: the local time when the request was sent. 50 * Synthetic response header: the local time when the response was received. 55 * Synthetic response header: the selected 60 /** Synthetic response header: the location from which the response was loaded. */ 61 public static final String RESPONSE_SOURCE = PREFIX + "-Response-Source"; 70 public static long contentLength(Response response) { [all...] |
/external/python/google-api-python-client/tests/ |
test_json_model.py | 151 resp = httplib2.Response({'status': '401'}) 156 content = model.response(resp, content) 164 content = model.response(resp, content) 171 resp = httplib2.Response({'status': '200'}) 175 content = model.response(resp, content) 180 resp = httplib2.Response({'status': '200'}) 184 content = model.response(resp, content) 189 resp = httplib2.Response({'status': '200'}) 193 content = model.response(resp, content) 198 resp = httplib2.Response({'status': '204'} [all...] |
/external/python/oauth2client/tests/ |
http_mock.py | 29 headers: dict, header to return with response 51 return httplib2.Response(self.response_headers), self.data 58 call. Create an instance initialized with the desired response headers 71 * 'echo_request_headers' means return the request headers in the response 73 * 'echo_request_body' means return the request body in the response body 102 return httplib2.Response(resp), content
|
/external/volley/src/main/java/com/android/volley/ |
Request.java | 36 * @param <T> The type of parsed response this request expects. 59 /** Callback when a network response has been received. */ 60 void onResponseReceived(Request<?> request, Response<?> response); 62 /** Callback when request returns from network without valid response. */ 87 private Response.ErrorListener mErrorListener; 103 /** Whether or not a response has been delivered for this request yet. */ 115 * entry will be stored here so that in the event of a "Not Modified" response, we can be sure 123 /** Listener that will be notified when a response has been delivered. */ 128 * Creates a new request with the given URL and error listener. Note that the normal response [all...] |
/external/libbrillo/brillo/http/ |
http_request.h | 82 // HTTP response header names 164 // No response acceptable to client found 191 // Error response received from gateway 201 class Response; // Just a forward declaration. 211 // and obtain the server response. The returned Response object can be 212 // used to inspect the response code, HTTP headers and/or response body. 249 // Adds a stream for the response. Otherwise a MemoryStream will be used. 278 // Sends the request to the server and blocks until the response is received [all...] |
/external/libbrillo/brillo/dbus/ |
dbus_method_invoker_unittest.cc | 27 using dbus::Response; 94 Response* CreateResponse(dbus::MethodCall* method_call, 104 auto response = Response::CreateEmpty(); local 105 MessageWriter writer(response.get()); 107 return response.release(); 117 auto response = Response::CreateEmpty(); local 118 MessageWriter writer(response.get()); 120 return response.release() 127 auto response = Response::CreateEmpty(); local 140 std::unique_ptr<dbus::Response> response = local 153 std::unique_ptr<dbus::Response> response = local 167 std::unique_ptr<dbus::Response> response = local 189 std::unique_ptr<dbus::Response> response = local 264 auto response = Response::CreateEmpty(); local [all...] |
/external/syzkaller/vendor/golang.org/x/net/context/ctxhttp/ |
ctxhttp_pre17.go | 26 // Do sends an HTTP request with the provided http.Client and returns an HTTP response. 29 func Do(ctx context.Context, client *http.Client, req *http.Request) (*http.Response, error) { 39 resp *http.Response 55 var resp *http.Response 83 // The response's Body is closed. 92 func Get(ctx context.Context, client *http.Client, url string) (*http.Response, error) { 101 func Head(ctx context.Context, client *http.Client, url string) (*http.Response, error) { 110 func Post(ctx context.Context, client *http.Client, url string, bodyType string, body io.Reader) (*http.Response, error) { 120 func PostForm(ctx context.Context, client *http.Client, url string, data url.Values) (*http.Response, error) {
|
/external/libchrome/dbus/ |
message.h | 45 // sub classes such as MethodCall and Response instead. 197 // Response is a type of message used for receiving a response from a 199 class CHROME_DBUS_EXPORT Response : public Message { 201 // Returns a newly created Response from the given raw message of the 203 static std::unique_ptr<Response> FromRawMessage(DBusMessage* raw_message); 205 // Returns a newly created Response from the given method call. 208 static std::unique_ptr<Response> FromMethodCall(MethodCall* method_call); 210 // Returns a newly created Response with an empty payload. 212 static std::unique_ptr<Response> CreateEmpty() [all...] |