/prebuilts/go/darwin-x86/src/net/http/ |
cookie_test.go | 364 res := &Response{Header: Header{}}
|
h2_bundle.go | 344 func (rt http2noDialH2RoundTripper) RoundTrip(req *Request) (*Response, error) { 468 http2errMixPseudoHeaderTypes = errors.New("mix of request and response pseudo headers") [all...] |
fs_test.go | 1128 func getBody(t *testing.T, testName string, req Request) (*Response, []byte) { 1183 t.Logf("For %s: Response code = %d; want %d", tt.path, rr.Code, tt.wantCode) [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
cookie_test.go | 364 res := &Response{Header: Header{}}
|
h2_bundle.go | 344 func (rt http2noDialH2RoundTripper) RoundTrip(req *Request) (*Response, error) { 468 http2errMixPseudoHeaderTypes = errors.New("mix of request and response pseudo headers") [all...] |
fs_test.go | 1128 func getBody(t *testing.T, testName string, req Request) (*Response, []byte) { 1183 t.Logf("For %s: Response code = %d; want %d", tt.path, rr.Code, tt.wantCode) [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/ |
HttpBootClient.c | 487 // Free the response header
500 // Free the response body
692 @param[in] HeaderOnly Only request the response header, it could save a lot of time if
881 // 3. Receive HTTP response message.
885 // 3.1 First step, use zero BodyLength to only receive the response headers.
902 // 3.2 Cache the response header.
920 ResponseData->Response.StatusCode,
[all...] |
/system/tpm/attestation/server/ |
attestation_service.cc | 516 LOG(ERROR) << __func__ << ": Failed to parse response from CA."; 599 LOG(ERROR) << __func__ << ": Failed to parse response from Privacy CA."; 633 std::unique_ptr<brillo::http::Response> response = PostBinaryAndBlock( local 638 if (!response || !response->IsSuccessful()) { 642 *reply = response->ExtractDataAsString();
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
cdoex.h | [all...] |
ntsecapi.h | 772 UCHAR Response[MSV1_0_NTLM3_RESPONSE_LENGTH]; [all...] |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
jsoup-1.7.2.jar | |
/prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/ |
jsoup-1.6.3.jar | |
/prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.7.3/ |
jsoup-1.7.3.jar | |
/prebuilts/tools/common/bazel/formc-deps/ |
jps-builders.jar | |
/external/v8/src/inspector/ |
v8-console.cc | 622 protocol::Response response = local 625 if (!response.isSuccess()) return; [all...] |
/system/tpm/trunks/generator/ |
generator.py | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.mortbay.jetty.server_6.1.23.v201004211559.jar | |
/external/guice/extensions/struts2/lib/ |
jetty-6.1.0.jar | |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/ |
IScsiProto.c | 58 @retval EFI_NOT_READY Response was sent due to a retransmission request.
381 Receive and process the iSCSI login response.
385 @retval EFI_SUCCESS The iSCSI login response PDU is received and processed.
399 // Receive the iSCSI login response.
406 // A Login Response is received, process it.
545 // A partial response, initiator must send an empty Login Request.
586 Process the iSCSI Login Response.
588 @param[in, out] Conn The connection on which the iSCSI login response is received.
589 @param[in, out] Pdu The iSCSI login response PDU.
591 @retval EFI_SUCCESS The iSCSI login response PDU is processed and all check are passed. [all...] |
/prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.42.2/ |
selenium-remote-driver-2.42.2.jar | |
/frameworks/support/samples/SupportLeanbackShowcase/libs/ |
picasso-2.5.2.jar | |
/prebuilts/go/darwin-x86/src/net/http/cookiejar/ |
jar_test.go | 349 cookies := (&http.Response{Header: http.Header{"Set-Cookie": {cs}}}).Cookies()
|
/prebuilts/go/darwin-x86/src/unicode/ |
maketables.go | 126 resp *http.Response [all...] |
/prebuilts/go/linux-x86/src/net/http/cookiejar/ |
jar_test.go | 349 cookies := (&http.Response{Header: http.Header{"Set-Cookie": {cs}}}).Cookies()
|
/prebuilts/go/linux-x86/src/unicode/ |
maketables.go | 126 resp *http.Response [all...] |