HomeSort by relevance Sort by last modified time
    Searched refs:Response (Results 276 - 300 of 422) sorted by null

<<11121314151617

  /external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
HttpURLConnectionImpl.java 28 import com.squareup.okhttp.Response;
73 * retries, etc. to retrieve the final response body.
101 * request yet, or if the response comes from a cache.
150 HttpEngine response = getResponse(); local
151 if (HttpEngine.hasBody(response.getResponse())
152 && response.getResponse().code() >= HTTP_BAD_REQUEST) {
153 return response.getResponse().body().byteStream();
163 Response response = getResponse().getResponse(); local
164 Headers headers = response.headers()
244 HttpEngine response = getResponse(); local
411 Response response = httpEngine.getResponse(); local
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
UfsHci.c 137 Dump QUERY RESPONSE UPIU result for debugging.
149 DEBUG ((EFI_D_VERBOSE, "Query Response with Parameter Not Readable\n"));
152 DEBUG ((EFI_D_VERBOSE, "Query Response with Parameter Not Writeable\n"));
155 DEBUG ((EFI_D_VERBOSE, "Query Response with Parameter Already Written\n"));
158 DEBUG ((EFI_D_VERBOSE, "Query Response with Invalid Length\n"));
161 DEBUG ((EFI_D_VERBOSE, "Query Response with Invalid Value\n"));
164 DEBUG ((EFI_D_VERBOSE, "Query Response with Invalid Selector\n"));
167 DEBUG ((EFI_D_VERBOSE, "Query Response with Invalid Index\n"));
170 DEBUG ((EFI_D_VERBOSE, "Query Response with Invalid Idn\n"));
173 DEBUG ((EFI_D_VERBOSE, "Query Response with Invalid Opcode\n"));
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
clientserver_test.go 148 fmt.Fprintf(w, "I am a chunked response.")
172 type reqFunc func(c *Client, url string) (*Response, error)
179 CheckResponse func(proto string, res *Response) // optional
180 EarlyCheckResponse func(proto string, res *Response) // optional; pre-normalize
221 t.Errorf("Response headers to handler differed:\nhttp/1 (%v):\n\t%#v\nhttp/2 (%v):\n\t%#v",
225 t.Errorf("Response bodies to handler differed.\nhttp1: %v\nhttp2: %v\n", res1body, res2body)
234 func mostlyCopy(r *Response) *Response {
251 func (tt h12Compare) normalizeRes(t *testing.T, res *Response, wantProto string) {
255 t.Errorf("got %q response; want %q", res.Proto, wantProto
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
clientserver_test.go 148 fmt.Fprintf(w, "I am a chunked response.")
172 type reqFunc func(c *Client, url string) (*Response, error)
179 CheckResponse func(proto string, res *Response) // optional
180 EarlyCheckResponse func(proto string, res *Response) // optional; pre-normalize
221 t.Errorf("Response headers to handler differed:\nhttp/1 (%v):\n\t%#v\nhttp/2 (%v):\n\t%#v",
225 t.Errorf("Response bodies to handler differed.\nhttp1: %v\nhttp2: %v\n", res1body, res2body)
234 func mostlyCopy(r *Response) *Response {
251 func (tt h12Compare) normalizeRes(t *testing.T, res *Response, wantProto string) {
255 t.Errorf("got %q response; want %q", res.Proto, wantProto
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcDhcp.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiProto.h 226 // flag bit definitions in SCSI response
234 // iSCSI service response codes
240 /// SCSI Response
245 UINT8 Response;
294 /// iSCSI Task Management Function Response
299 UINT8 Response;
429 /// Login Response
478 /// Logout Response
483 UINT8 Response;
605 UINT32 Response;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Tcg2Protocol.h 74 // Max size (in bytes) of a response that can be provided by the TPM
163 @retval EFI_BUFFER_TOO_SMALL The ProtocolCapability variable is too small to hold the full response.
238 @retval EFI_SUCCESS The command byte stream was successfully sent to the device and a response was successfully received.
239 @retval EFI_DEVICE_ERROR The command was not successfully sent to the device or a response was not successfully received from the device.
290 @param[out] Response The response from the SetActivePcrBank request.
300 OUT UINT32 *Response
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiProto.h 175 // Flag bit definitions in SCSI response.
183 // iSCSI service response codes.
285 /// SCSI Response
290 UINT8 Response;
330 /// iSCSI Task Management Function Response.
335 UINT8 Response;
447 /// Login Response.
487 /// Logout Response.
492 UINT8 Response;
605 UINT32 Response;
    [all...]
  /system/nvram/hal/
fake_nvram.cpp 112 // |nvram_manager|, encodes the response, and writes the reply back to |socket|.
134 nvram::Response response; local
135 nvram_manager->Dispatch(request, &response);
137 if (!nvram::Encode(response, command_buffer, &response_size)) {
138 LOG(WARNING) << "Failed to encode command response!";
143 PLOG(ERROR) << "Failed to write response to client socket";
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDhcp4.c 983 @retval EFI_NO_RESPONSE No response to the following request packet.
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgSmm/
TcgSmm.c 76 mTcgNvs->PhysicalPresence.Response = 0;
82 mTcgNvs->PhysicalPresence.Response = PpData.PPResponse;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEESmm/
TrEESmm.c 93 mTcgNvs->PhysicalPresence.Response = 0;
99 mTcgNvs->PhysicalPresence.Response = PpData.PPResponse;
  /external/nist-sip/java/gov/nist/javax/sip/
EventScanner.java 295 * If the response for a request within a dialog is a 481
301 && (sipResponse.getStatusCode() == Response.CALL_OR_TRANSACTION_DOES_NOT_EXIST || sipResponse
302 .getStatusCode() == Response.REQUEST_TIMEOUT)) {
305 "Removing dialog on 408 or 481 response");
311 * The Client tx disappears after the first 2xx response
316 * INVITE request due to a forking proxy. Each response is
  /external/okhttp/okcurl/src/main/java/com/squareup/okhttp/curl/
Main.java 26 import com.squareup.okhttp.Response;
146 Response response = client.newCall(request).execute(); local
148 System.out.println(StatusLine.get(response));
149 Headers headers = response.headers();
156 // Stream the response to the System.out as it is returned from the server.
158 BufferedSource source = response.body().source();
164 response.body().close();
  /external/volley/src/main/java/com/android/volley/toolbox/
ImageLoader.java 26 import com.android.volley.Response.ErrorListener;
27 import com.android.volley.Response.Listener;
46 /** Amount of time to wait after first response arrives before delivering all responses. */
66 /** Runnable for in-flight response delivery. */
91 * of showing a default image until the network response is received, at which point
108 public void onResponse(ImageContainer response, boolean isImmediate) {
109 if (response.getBitmap() != null) {
110 view.setImageBitmap(response.getBitmap());
119 * Interface for the response handlers on image requests.
122 * 1. Upon being attached to a request, onResponse(response, true) wil
    [all...]
  /external/volley/src/test/java/com/android/volley/toolbox/
BasicNetworkTest.java 22 import com.android.volley.Response;
250 protected Response<String> parseNetworkResponse(NetworkResponse response) {
255 protected void deliverResponse(String response) {
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/fetch/
fetch.go 55 return nil, fmt.Errorf("server response: %s", resp.Status)
68 return nil, fmt.Errorf("server response: %s", resp.Status)
76 var httpGet = func(source string, timeout time.Duration) (*http.Response, error) {
  /prebuilts/go/darwin-x86/src/net/rpc/
client.go 60 // argument to force the body of the response to be read and then
65 ReadResponseHeader(*Response) error
106 var response Response
108 response = Response{}
109 err = client.codec.ReadResponseHeader(&response)
113 seq := response.Seq
123 // removed; response is a server telling us about an
130 case response.Error != ""
    [all...]
server.go 178 // Response is a header written before every RPC return. It is used internally
181 type Response struct {
185 next *Response // for free list in Server
195 freeResp *Response
351 // A value sent as a placeholder for the server's response value when the server
352 // receives an invalid request. It is never decoded by the client since the Response
358 // Encode the response header
368 log.Println("rpc: writing response:", err)
414 func (c *gobServerCodec) WriteResponse(r *Response, body interface{}) (err error) {
419 log.Println("rpc: gob error encoding response:", err
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/fetch/
fetch.go 55 return nil, fmt.Errorf("server response: %s", resp.Status)
68 return nil, fmt.Errorf("server response: %s", resp.Status)
76 var httpGet = func(source string, timeout time.Duration) (*http.Response, error) {
  /prebuilts/go/linux-x86/src/net/rpc/
client.go 60 // argument to force the body of the response to be read and then
65 ReadResponseHeader(*Response) error
106 var response Response
108 response = Response{}
109 err = client.codec.ReadResponseHeader(&response)
113 seq := response.Seq
123 // removed; response is a server telling us about an
130 case response.Error != ""
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/MMCHSDxe/
MMCHS.c 146 //Read status of command response
385 UINTN Response = 0;
425 DEBUG ((EFI_D_INFO, "CMD0 response: %x\n", MmioRead32 (MMCHS_RSP10)));
431 DEBUG ((EFI_D_INFO, "CMD5 response: %x\n", MmioRead32 (MMCHS_RSP10)));
448 Response = MmioRead32 (MMCHS_RSP10);
449 DEBUG ((EFI_D_INFO, "CMD8 success. CMD8 response: %x\n", Response));
450 if (Response != CmdArgument) {
469 DEBUG ((EFI_D_INFO, "CMD55 success. CMD55 response: %x\n", MmioRead32 (MMCHS_RSP10)));
499 Response = MmioRead32 (MMCHS_RSP10);
    [all...]
  /device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
MMCHS.c 146 //Read status of command response
385 UINTN Response = 0;
425 DEBUG ((EFI_D_INFO, "CMD0 response: %x\n", MmioRead32 (MMCHS_RSP10)));
431 DEBUG ((EFI_D_INFO, "CMD5 response: %x\n", MmioRead32 (MMCHS_RSP10)));
448 Response = MmioRead32 (MMCHS_RSP10);
449 DEBUG ((EFI_D_INFO, "CMD8 success. CMD8 response: %x\n", Response));
450 if (Response != CmdArgument) {
469 DEBUG ((EFI_D_INFO, "CMD55 success. CMD55 response: %x\n", MmioRead32 (MMCHS_RSP10)));
499 Response = MmioRead32 (MMCHS_RSP10);
    [all...]
  /prebuilts/go/darwin-x86/src/net/rpc/jsonrpc/
all_test.go 224 err := sc.WriteResponse(&rpc.Response{
233 t.Fatalf("Response didn't contain expected error %q: %s", errorText, &out)
236 t.Errorf("Response contains both an error and value: %s", &out)
  /prebuilts/go/linux-x86/src/net/rpc/jsonrpc/
all_test.go 224 err := sc.WriteResponse(&rpc.Response{
233 t.Fatalf("Response didn't contain expected error %q: %s", errorText, &out)
236 t.Errorf("Response contains both an error and value: %s", &out)

Completed in 2399 milliseconds

<<11121314151617