/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/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/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/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/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/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 …]
|
D | dbus_method_invoker_unittest.cc | 72 auto response = Response::CreateEmpty(); in CreateResponse() local 85 auto response = Response::CreateEmpty(); in CreateResponse() local 95 auto response = Response::CreateEmpty(); in CreateResponse() local 109 std::unique_ptr<dbus::Response> response = in CallTestMethod() local 122 std::unique_ptr<dbus::Response> response = in CallProtobufTestMethod() local 135 std::unique_ptr<dbus::Response> response = in EchoFD() local 158 std::unique_ptr<dbus::Response> response = in TEST_F() local 230 auto response = Response::CreateEmpty(); in HandleCall() local
|
/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/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/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 …]
|
D | InterceptorTest.java | 74 Response response = client.newCall(request).execute(); in applicationInterceptorsCanShortCircuitResponses() local 208 Response response = client.newCall(request).execute(); in networkInterceptorsObserveNetworkHeaders() local 305 Response response = client.newCall(request).execute(); in rewriteResponseFromServer() local 349 Response response = client.newCall(request).execute(); in multipleInterceptors() local 404 Response response = client.newCall(request).execute(); in applicationInterceptorsCanMakeMultipleRequestsToServer() local 519 Response response = client.newCall(request).execute(); in networkInterceptorModifiedRequestIsReturned() local
|
/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/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/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/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()
|
/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/v8/src/inspector/ |
D | injected-script.cc | 140 Response response = createExceptionDetails( in getProperties() local 149 Response response = toProtocolValue(context, resultValue, &protocolValue); in getProperties() local 178 Response response = wrapValue(value, groupName, forceValueType, in wrapObject() local 202 Response response = wrapValue(property, groupName, forceValueType, in wrapObjectProperty() local 260 Response response = toProtocolValue(context, r, &protocolValue); in wrapTable() local 308 Response response = in resolveCallArgument() local 368 Response response = in createExceptionDetails() local 387 Response response = wrapObject(resultValue, objectGroup, returnByValue, in wrapEvaluateResult() local 394 Response response = in wrapEvaluateResult() local 431 Response response = findInjectedScript(session); in initialize() local [all …]
|
/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/v8/src/debug/ |
D | debug.js | 1343 DebugCommandProcessor.prototype.continueRequest_ = function(request, response) { argument 1374 DebugCommandProcessor.prototype.breakRequest_ = function(request, response) { argument 1380 function(request, response) { argument 1494 request, response) { argument 1529 request, response) { argument 1564 request, response) { argument 1589 request, response) { argument 1629 function(request, response) { argument 1636 function(request, response) { argument 1681 request, response) { argument [all …]
|
/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
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
D | OkHeaders.java | 68 public static long contentLength(Response response) { in contentLength() 151 public static boolean hasVaryAll(Response response) { in hasVaryAll() 163 private static Set<String> varyFields(Response response) { in varyFields() 191 public static Headers varyHeaders(Response response) { in varyHeaders() 284 public static Request processAuthHeader(Authenticator authenticator, Response response, in processAuthHeader()
|
/external/selinux/libsemanage/src/ |
D | seusers_policy.c | 19 semanage_seuser_t ** response) in semanage_seuser_query() 27 const semanage_seuser_key_t * key, int *response) in semanage_seuser_exists() 34 int semanage_seuser_count(semanage_handle_t * handle, unsigned int *response) in semanage_seuser_count()
|