Home
last modified time | relevance | path

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

12345678910>>...16

/external/robolectric/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/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp116 StringExtractorGDBRemote response; in QueryNoAckModeSupported() local
135 StringExtractorGDBRemote response; in GetListThreadsInStopReplySupported() local
151 StringExtractorGDBRemote response; in GetVAttachOrWaitSupported() local
171 StringExtractorGDBRemote response; in GetSyncThreadStateSupported() local
222 StringExtractorGDBRemote response; in GetThreadSuffixSupported() local
237 StringExtractorGDBRemote response; in GetVContSupported() local
295 StringExtractorGDBRemote &response, in SendPacketAndWaitForResponse()
310 StringExtractorGDBRemote &response, in SendPacketAndWaitForResponse()
527 StringExtractorGDBRemote &response in SendContinuePacketAndWaitForResponse()
909 StringExtractorGDBRemote response; in GetCurrentProcessID() local
[all …]
DGDBRemoteCommunicationServer.cpp209 StreamString response; in Handle_qHostInfo() local
281 CreateProcessInfoResponse (const ProcessInstanceInfo &proc_info, StreamString &response) in CreateProcessInfoResponse()
314 StreamString response; in Handle_qProcessInfoPID() local
428 StreamString response; in Handle_qsProcessInfo() local
447 StreamString response; in Handle_qUserName() local
467 StreamString response; in Handle_qGroupName() local
490 StreamString response; in Handle_qSpeedTest() local
648 StreamString response; in Handle_qC() local
714 char response[256]; in Handle_qLaunchGDBServer() local
741 StreamString response; in Handle_qLaunchSuccess() local
/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/jetty/src/java/org/eclipse/jetty/server/handler/
DScopedHandler.java132 …ring target, Request baseRequest, HttpServletRequest request, HttpServletResponse response) throws… in handle()
144 …cope(String target, Request baseRequest, HttpServletRequest request, HttpServletResponse response) in doScope()
151 …cope(String target, Request baseRequest, HttpServletRequest request, HttpServletResponse response) in nextScope()
169 …ndle(String target, Request baseRequest, HttpServletRequest request, HttpServletResponse response) in doHandle()
176 …arget, final Request baseRequest, HttpServletRequest request, HttpServletResponse response) throws… in nextHandle()
/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/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DCacheTest.java181 Response response = client.newCall(request).execute(); in assertCached() local
501 Response response = get(server.getUrl("/")); in testServerPrematureDisconnect() local
588 Response response = get(server.getUrl("/")); in defaultExpirationDateFullyCachedForMoreThan24Hours() local
951 private void assertNonIdentityEncodingCached(MockResponse response) throws Exception { in assertNonIdentityEncodingCached()
1037 Response response = client.newCall(request).execute(); in requestMaxAge() local
1055 Response response = client.newCall(request).execute(); in requestMinFresh() local
1073 Response response = client.newCall(request).execute(); in requestMaxStale() local
1094 Response response = client.newCall(request).execute(); in requestMaxStaleDirectiveWithNoValue() local
1113 Response response = client.newCall(request).execute(); in requestMaxStaleNotHonoredWithMustRevalidate() local
1124 Response response = client.newCall(request).execute(); in requestOnlyIfCachedWithNoResponseCached() local
[all …]
DInterceptorTest.java75 Response response = client.newCall(request).execute(); in applicationInterceptorsCanShortCircuitResponses() local
209 Response response = client.newCall(request).execute(); in networkInterceptorsObserveNetworkHeaders() local
277 Response response = client.newCall(request).execute(); in rewriteResponseFromServer() local
321 Response response = client.newCall(request).execute(); in multipleInterceptors() local
375 Response response = client.newCall(request).execute(); in applicationInterceptorsCanMakeMultipleRequestsToServer() local
498 Response response = client.newCall(request).execute(); in networkInterceptorModifiedRequestIsReturned() local
/external/jetty/src/java/org/eclipse/jetty/servlets/
DIncludableGzipFilter.java70 …onseWrapper createWrappedResponse(HttpServletRequest request, HttpServletResponse response, final … in createWrappedResponse()
139 public IncludableResponseWrapper(HttpServletRequest request, HttpServletResponse response) in IncludableResponseWrapper()
148 HttpServletResponse response = (HttpServletResponse)getResponse(); in setHeader() local
157 HttpServletResponse response = (HttpServletResponse)getResponse(); in addHeader() local
DPutFilter.java123 HttpServletResponse response=(HttpServletResponse)res; in doFilter() local
186 …public void handlePut(HttpServletRequest request, HttpServletResponse response, String pathInConte… in handlePut()
271 …public void handleDelete(HttpServletRequest request, HttpServletResponse response, String pathInCo… in handleDelete()
292 …public void handleMove(HttpServletRequest request, HttpServletResponse response, String pathInCont… in handleMove()
322 … handleOptions(FilterChain chain, HttpServletRequest request, HttpServletResponse response) throws… in handleOptions()
349 …ed boolean passConditionalHeaders(HttpServletRequest request, HttpServletResponse response, File f… in passConditionalHeaders()
/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/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/
DOkApacheClientTest.java50 HttpResponse response = client.execute(request); in success() local
60 HttpResponse response = client.execute(request); in redirect() local
69 HttpResponse response = client.execute(request); in sessionExpired() local
165 HttpResponse response = client.execute(request); in contentTypeIsCaseInsensitive() local
176 HttpResponse response = client.execute(request); in contentEncoding() local
197 HttpResponse response = client.execute(request1); in jsonGzipResponse() local
222 HttpResponse response = client.execute(request); in jsonTransparentGzipResponse() local
/external/okhttp/mockwebserver/src/test/java/com/squareup/okhttp/mockwebserver/
DMockWebServerTest.java45 MockResponse response = new MockResponse(); in defaultMockResponse() local
51 MockResponse response = new MockResponse().setBody("ABC"); in setBodyAdjustsHeaders() local
58 MockResponse response = new MockResponse() in mockResponseAddHeader() local
66 MockResponse response = new MockResponse() in mockResponseSetHeader() local
258 private List<String> headersToList(MockResponse response) { in headersToList()
/external/robolectric/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
/external/selinux/libsemanage/src/
Dseusers_policy.c19 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()
Dfcontexts_policy.c15 semanage_fcontext_t ** response) in semanage_fcontext_query()
23 const semanage_fcontext_key_t * key, int *response) in semanage_fcontext_exists()
30 int semanage_fcontext_count(semanage_handle_t * handle, unsigned int *response) in semanage_fcontext_count()
Dnodes_policy.c15 semanage_node_t ** response) in semanage_node_query()
23 const semanage_node_key_t * key, int *response) in semanage_node_exists()
30 int semanage_node_count(semanage_handle_t * handle, unsigned int *response) in semanage_node_count()
Dbooleans_policy.c15 semanage_bool_t ** response) in semanage_bool_query()
23 const semanage_bool_key_t * key, int *response) in semanage_bool_exists()
30 int semanage_bool_count(semanage_handle_t * handle, unsigned int *response) in semanage_bool_count()
Dinterfaces_policy.c15 semanage_iface_t ** response) in semanage_iface_query()
23 const semanage_iface_key_t * key, int *response) in semanage_iface_exists()
30 int semanage_iface_count(semanage_handle_t * handle, unsigned int *response) in semanage_iface_count()
Dports_policy.c15 semanage_port_t ** response) in semanage_port_query()
23 const semanage_port_key_t * key, int *response) in semanage_port_exists()
30 int semanage_port_count(semanage_handle_t * handle, unsigned int *response) in semanage_port_count()
/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/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/mockwebserver/src/test/java/com/google/mockwebserver/
DMockWebServerTest.java64 MockResponse response = new MockResponse(); in testDefaultMockResponse() local
70 MockResponse response = new MockResponse().setBody("ABC"); in testSetBodyAdjustsHeaders() local
81 MockResponse response = new MockResponse() in testMockResponseAddHeader() local
90 MockResponse response = new MockResponse() in testMockResponseSetHeader() local
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DOkHeaders.java65 public static long contentLength(Response response) { in contentLength()
148 public static boolean hasVaryAll(Response response) { in hasVaryAll()
160 private static Set<String> varyFields(Response response) { in varyFields()
188 public static Headers varyHeaders(Response response) { in varyHeaders()
281 public static Request processAuthHeader(Authenticator authenticator, Response response, in processAuthHeader()

12345678910>>...16