/external/libmicrohttpd/src/microhttpd/ |
D | response.c | 51 add_response_entry (struct MHD_Response *response, in add_response_entry() 100 MHD_add_response_header (struct MHD_Response *response, in MHD_add_response_header() 120 MHD_add_response_footer (struct MHD_Response *response, in MHD_add_response_footer() 140 MHD_del_response_header (struct MHD_Response *response, in MHD_del_response_header() 183 MHD_get_response_headers (struct MHD_Response *response, in MHD_get_response_headers() 210 MHD_get_response_header (struct MHD_Response *response, in MHD_get_response_header() 247 struct MHD_Response *response; in MHD_create_response_from_callback() local 280 MHD_set_response_options (struct MHD_Response *response, in MHD_set_response_options() 318 struct MHD_Response *response = cls; in file_reader() local 340 struct MHD_Response *response = cls; in free_callback() local [all …]
|
/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/ |
D | GZipIntegrationTest.java | 60 public Response response; field in GZipIntegrationTest.TestServer 87 HttpResponse response = httpclient.execute(request); in contentEncodingShouldBeAddedToFixedLengthResponses() local 99 HttpResponse response = httpclient.execute(request); in contentEncodingShouldBeAddedToChunkedResponses() local 110 HttpResponse response = httpclient.execute(request); in shouldFindCorrectAcceptEncodingAmongMany() local 121 HttpResponse response = httpclient.execute(request); in contentLengthShouldBeRemovedFromZippedResponses() local 131 HttpResponse response = new DecompressingHttpClient(httpclient).execute(request); in fixedLengthContentIsEncodedProperly() local 141 HttpResponse response = new DecompressingHttpClient(httpclient).execute(request); in chunkedContentIsEncodedProperly() local 149 HttpResponse response = httpclient.execute(request); in noGzipWithoutAcceptEncoding() local 161 HttpResponse response = httpclient.execute(request); in contentShouldNotBeGzippedIfContentLengthIsAddedManually() local
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | DefaultRequestDirectorTest.java | 66 … HttpResponse response = requestDirector.execute(null, new HttpGet("http://example.com"), null); in shouldGetHttpResponseFromExecute() local 80 HttpResponse response = requestDirector.execute(null, new HttpGet("http://some.uri"), null); in shouldPreferPendingResponses() local 92 HttpResponse response = requestDirector.execute(null, new HttpGet("http://some.uri"), null); in shouldReturnRequestsByRule() local 105 HttpResponse response = requestDirector.execute(null, new HttpGet("http://some.uri"), null); in shouldReturnRequestsByRule_MatchingMethod() local 154 HttpResponse response = requestDirector.execute(null, new HttpGet("http://some.uri"), null); in shouldReturnRequestsByRule_WithTextResponse() local 167 HttpResponse response = requestDirector.execute(null, new HttpGet("http://some.uri"), null); in clearHttpResponseRules_shouldRemoveAllRules() local 180 HttpResponse response = requestDirector.execute(null, new HttpGet("http://some.uri"), null); in clearPendingHttpResponses() local 197 … HttpResponse response = requestDirector.execute(null, new HttpGet("http://matching.uri"), null); in shouldReturnRequestsByRule_WithCustomRequestMatcher() local 211 … HttpResponse response = requestDirector.execute(null, new HttpGet("http://example.com"), null); in shouldGetHttpResponseFromExecuteSimpleApi() local 275 HttpResponse response = client.execute(new HttpGet("http://www.nowhere.org")); in shouldSupportBasicResponseHandlerHandleResponse() local [all …]
|
/external/okhttp/okhttp-logging-interceptor/src/test/java/com/squareup/okhttp/logging/ |
D | HttpLoggingInterceptorTest.java | 147 Response response = client.newCall(request().build()).execute(); in basicResponseBody() local 165 Response response = client.newCall(request().build()).execute(); in headersGet() local 198 Response response = client.newCall(request).execute(); in headersPost() local 235 Response response = client.newCall(request).execute(); in headersPostNoContentType() local 278 Response response = client.newCall(request().post(body).build()).execute(); in headersPostNoLength() local 315 Response response = client.newCall(request().build()).execute(); in headersResponseBody() local 349 Response response = client.newCall(request().build()).execute(); in bodyGet() local 390 Response response = client.newCall(request().build()).execute(); in bodyGetNoBody() local 423 Response response = client.newCall(request).execute(); in bodyPost() local 465 Response response = client.newCall(request().build()).execute(); in bodyResponseBody() local [all …]
|
/external/libbrillo/brillo/http/ |
D | http_utils_unittest.cc | 28 fake::ServerResponse* response) { in EchoDataHandler() 36 fake::ServerResponse* response) { in EchoMethodHandler() 49 auto response = in TEST() local 73 std::unique_ptr<http::Response> response) { in TEST() 101 auto response = in TEST() local 119 auto response = http::SendRequestAndBlock(request_type::kGet, in TEST() local 136 auto response = http::SendRequestAndBlock(request_type::kPut, in TEST() local 152 auto response = http::SendRequestWithNoDataAndBlock( in TEST() local 162 [](RequestID /* request_id */, std::unique_ptr<http::Response> response) { in TEST() 183 [](const fake::ServerRequest& request, fake::ServerResponse* response) { in TEST() [all …]
|
/external/libbrillo/brillo/dbus/ |
D | dbus_object_unittest.cc | 87 std::unique_ptr<DBusMethodResponse<std::string>> response, in TestWithMessageAsync() 143 void ExpectError(dbus::Response* response, const std::string& expected_code) { in ExpectError() 160 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F() local 173 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F() local 186 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F() local 199 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F() local 209 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F() local 224 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F() local 237 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F() local 250 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F() local [all …]
|
D | exported_property_set_unittest.cc | 135 auto response = testing::CallMethod(p_->dbus_object_, method_call); in AssertMethodReturnsError() local 231 auto response = testing::CallMethod(p_->dbus_object_, &method_call); in TEST_F() local 257 auto response = testing::CallMethod(p_->dbus_object_, &method_call); in TEST_F() local 340 auto response = GetPropertyOnInterface(kTestInterface1, kBoolPropName); in TEST_F() local 348 auto response = GetPropertyOnInterface(kTestInterface1, kUint8PropName); in TEST_F() local 356 auto response = GetPropertyOnInterface(kTestInterface1, kInt16PropName); in TEST_F() local 364 auto response = GetPropertyOnInterface(kTestInterface2, kUint16PropName); in TEST_F() local 372 auto response = GetPropertyOnInterface(kTestInterface2, kInt32PropName); in TEST_F() local 380 auto response = GetPropertyOnInterface(kTestInterface3, kUint32PropName); in TEST_F() local 388 auto response = GetPropertyOnInterface(kTestInterface3, kInt64PropName); in TEST_F() local [all …]
|
/external/nanohttpd/nanolets/src/test/java/fi/iki/elonen/router/ |
D | TestNanolets.java | 111 CloseableHttpResponse response = httpclient.execute(httpget); in doSomeBasicMethodTest() local 148 CloseableHttpResponse response = httpclient.execute(httpget); in doNonRouterRequest() local 160 CloseableHttpResponse response = httpclient.execute(httpget); in doExceptionRequest() local 172 CloseableHttpResponse response = httpclient.execute(httpget); in doDeletedRoute() local 184 CloseableHttpResponse response = httpclient.execute(httpget); in doUriSelection1() local 196 CloseableHttpResponse response = httpclient.execute(httpget); in doStreamOfData() local 241 CloseableHttpResponse response = httpclient.execute(httpget); in doGeneralParams() local 253 CloseableHttpResponse response = httpclient.execute(httpget); in doIndexHandler() local 265 CloseableHttpResponse response = httpclient.execute(httpget); in doMissingHandler() local 284 CloseableHttpResponse response = httpclient.execute(httphead); in doOtherMethod() local [all …]
|
/external/apache-http/src/org/apache/http/protocol/ |
D | HttpRequestExecutor.java | 85 final HttpResponse response) { in canResponseHaveBody() 124 HttpResponse response = doSendRequest(request, conn, context); in execute() local 203 HttpResponse response = null; in doSendRequest() local 279 HttpResponse response = null; in doReceiveResponse() local 311 final HttpResponse response, in postProcess()
|
/external/vboot_reference/firmware/lib/tpm_lite/ |
D | tlcl.c | 64 uint8_t* response, int max_length) { in TlclSendReceiveNoRetry() 108 uint32_t TlclSendReceive(const uint8_t* request, uint8_t* response, in TlclSendReceive() 141 uint8_t response[TPM_LARGE_ENOUGH_COMMAND_SIZE]; in Send() local 176 uint8_t response[TPM_LARGE_ENOUGH_COMMAND_SIZE]; in TlclContinueSelfTest() local 195 uint8_t response[TPM_LARGE_ENOUGH_COMMAND_SIZE]; in TlclWrite() local 213 uint8_t response[TPM_LARGE_ENOUGH_COMMAND_SIZE]; in TlclRead() local 235 uint8_t response[TPM_LARGE_ENOUGH_COMMAND_SIZE]; in TlclPCRRead() local 280 uint8_t response[TPM_LARGE_ENOUGH_COMMAND_SIZE]; in TlclAssertPhysicalPresenceResult() local 295 uint8_t response[TPM_LARGE_ENOUGH_COMMAND_SIZE + TPM_PUBEK_SIZE]; in TlclIsOwned() local 326 uint8_t response[TPM_LARGE_ENOUGH_COMMAND_SIZE]; in TlclGetPermanentFlags() local [all …]
|
/external/apache-http/src/org/apache/http/client/ |
D | AuthenticationHandler.java | 54 HttpResponse response, in isAuthenticationRequested() 58 HttpResponse response, in getChallenges() 63 HttpResponse response, in selectScheme()
|
D | RedirectHandler.java | 69 boolean isRedirectRequested(HttpResponse response, HttpContext context); in isRedirectRequested() 81 URI getLocationURI(HttpResponse response, HttpContext context) in getLocationURI()
|
/external/nanohttpd/webserver/src/test/java/fi/iki/elonen/ |
D | TestCorsHttpServer.java | 99 CloseableHttpResponse response = httpclient.execute(httpOption); in doTestOption() local 110 CloseableHttpResponse response = httpclient.execute(httpget); in doSomeBasicTest() local 127 CloseableHttpResponse response = httpclient.execute(httpOption); in testAccessControlAllowHeaderUsesDefaultsWithoutSystemProperty() local 145 CloseableHttpResponse response = httpclient.execute(httpOption); in testAccessControlAllowHeaderUsesSystemPropertyWhenSet() local
|
D | TestHttpServer.java | 94 CloseableHttpResponse response = httpclient.execute(httpget); in doTest404() local 103 CloseableHttpResponse response = httpclient.execute(httpget); in doPlugin() local 119 CloseableHttpResponse response = httpclient.execute(httpget); in doSomeBasicTest() local
|
/external/volley/src/main/java/com/android/volley/ |
D | ExecutorDelivery.java | 54 public void postResponse(Request<?> request, Response<?> response) { in postResponse() 59 public void postResponse(Request<?> request, Response<?> response, Runnable runnable) { in postResponse() 68 Response<?> response = Response.error(error); in postError() local 82 public ResponseDeliveryRunnable(Request request, Response response, Runnable runnable) { in ResponseDeliveryRunnable()
|
/external/skia/tools/skiaserve/ |
D | Response.cpp | 47 MHD_Response* response = MHD_create_response_from_buffer(strlen(data), in SendOK() local 56 MHD_Response* response = MHD_create_response_from_buffer(strlen(msg), in SendError() local 66 MHD_Response* response = MHD_create_response_from_buffer(data->size(), in SendData() local 83 MHD_Response* response = MHD_create_response_from_buffer( in SendTemplate() local
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | CacheTest.java | 178 Response response = client.newCall(request).execute(); in assertCached() local 518 Response response = get(server.url("/")); in testServerPrematureDisconnect() local 605 Response response = get(server.url("/")); in defaultExpirationDateFullyCachedForMoreThan24Hours() local 968 private void assertNonIdentityEncodingCached(MockResponse response) throws Exception { in assertNonIdentityEncodingCached() 1054 Response response = client.newCall(request).execute(); in requestMaxAge() local 1072 Response response = client.newCall(request).execute(); in requestMinFresh() local 1090 Response response = client.newCall(request).execute(); in requestMaxStale() local 1111 Response response = client.newCall(request).execute(); in requestMaxStaleDirectiveWithNoValue() local 1130 Response response = client.newCall(request).execute(); in requestMaxStaleNotHonoredWithMustRevalidate() local 1141 Response response = client.newCall(request).execute(); in requestOnlyIfCachedWithNoResponseCached() local [all …]
|
/external/libese/libese-cpp/tests/include/esecpp/ |
D | MockEseInterface.h | 39 inline auto EseReceive(const std::vector<uint8_t>& response) { in EseReceive() 52 const std::vector<uint8_t>& command, const std::vector<uint8_t>& response) { in singleCommandEseMock()
|
/external/apache-http/src/org/apache/http/impl/client/ |
D | TunnelRefusedException.java | 47 private final HttpResponse response; field in TunnelRefusedException 49 public TunnelRefusedException(final String message, final HttpResponse response) { in TunnelRefusedException()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | Authenticator.java | 41 Request authenticate(Proxy proxy, Response response) throws IOException; in authenticate() 59 Request authenticateProxy(Proxy proxy, Response response) throws IOException; in authenticateProxy()
|
/external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/ |
D | OkApacheClientTest.java | 51 HttpResponse response = client.execute(request); in success() local 61 HttpResponse response = client.execute(request); in redirect() local 70 HttpResponse response = client.execute(request); in sessionExpired() local 184 HttpResponse response = client.execute(request); in contentTypeIsCaseInsensitive() local 195 HttpResponse response = client.execute(request); in contentEncoding() local 216 HttpResponse response = client.execute(request1); in jsonGzipResponse() local 241 HttpResponse response = client.execute(request); in jsonTransparentGzipResponse() local
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/tester/org/apache/http/ |
D | TestHttpResponseTest.java | 105 TestHttpResponse response = new TestHttpResponse(200, "abc"); in canAddNewBasicHeader() local 114 TestHttpResponse response = new TestHttpResponse(200, "abc", new BasicHeader("foo", "bar")); in canOverrideExistingHeaderValue() local 122 …TestHttpResponse response = new TestHttpResponse(200, "abc", new BasicHeader("foo", "bar"), new Ba… in onlyOverridesFirstHeaderValue() local
|
D | ParamsParserTest.java | 19 TestHttpResponse response = new TestHttpResponse(); in parseParams_shouldParsePostEntitiesIntoParams() local 31 TestHttpResponse response = new TestHttpResponse(); in parseParams_shouldNotParseNonPostEntitiesIntoParams() local
|
/external/webrtc/webrtc/base/ |
D | httpcommon_unittest.cc | 124 HttpResponseData response; in TEST() local 133 HttpResponseData response; in TEST() local 142 HttpResponseData response; in TEST() local 151 HttpResponseData response; in TEST() local 160 HttpResponseData response; in TEST() local
|
/external/apache-http/src/org/apache/http/ |
D | HttpServerConnection.java | 82 void sendResponseHeader(HttpResponse response) in sendResponseHeader() 91 void sendResponseEntity(HttpResponse response) in sendResponseEntity()
|