Home
last modified time | relevance | path

Searched defs:response (Results 1 – 25 of 563) sorted by relevance

12345678910>>...23

/external/libmicrohttpd/src/microhttpd/
Dresponse.c51 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/
DGZipIntegrationTest.java60 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/
DDefaultRequestDirectorTest.java66 … 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/
DHttpLoggingInterceptorTest.java147 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/
Dhttp_utils_unittest.cc28 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/
Ddbus_object_unittest.cc87 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 …]
Dexported_property_set_unittest.cc135 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/
DTestNanolets.java111 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/
DHttpRequestExecutor.java85 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/
Dtlcl.c64 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/
DAuthenticationHandler.java54 HttpResponse response, in isAuthenticationRequested()
58 HttpResponse response, in getChallenges()
63 HttpResponse response, in selectScheme()
DRedirectHandler.java69 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/
DTestCorsHttpServer.java99 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
DTestHttpServer.java94 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/
DExecutorDelivery.java54 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/
DResponse.cpp47 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/
DCacheTest.java178 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/
DMockEseInterface.h39 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/
DTunnelRefusedException.java47 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/
DAuthenticator.java41 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/
DOkApacheClientTest.java51 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/
DTestHttpResponseTest.java105 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
DParamsParserTest.java19 TestHttpResponse response = new TestHttpResponse(); in parseParams_shouldParsePostEntitiesIntoParams() local
31 TestHttpResponse response = new TestHttpResponse(); in parseParams_shouldNotParseNonPostEntitiesIntoParams() local
/external/webrtc/webrtc/base/
Dhttpcommon_unittest.cc124 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/
DHttpServerConnection.java82 void sendResponseHeader(HttpResponse response) in sendResponseHeader()
91 void sendResponseEntity(HttpResponse response) in sendResponseEntity()

12345678910>>...23