Home
last modified time | relevance | path

Searched defs:httpGet (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/shadows/httpclient/src/test/java/org/robolectric/shadows/httpclient/
DShadowDefaultRequestDirectorTest.java289 HttpGet httpGet = new HttpGet("http://example.com"); in shouldRecordExtendedRequestData() local
302 HttpGet httpGet = new HttpGet("http://example.com"); in getNextSentHttpRequestInfo_shouldRemoveHttpRequestInfos() local
305 assertSame(FakeHttp.getNextSentHttpRequestInfo().getHttpRequest(), httpGet); in getNextSentHttpRequestInfo_shouldRemoveHttpRequestInfos() local
312 HttpGet httpGet = new HttpGet("http://example.com"); in getNextSentHttpRequest_shouldRemoveHttpRequests() local
315 assertSame(FakeHttp.getNextSentHttpRequest(), httpGet); in getNextSentHttpRequest_shouldRemoveHttpRequests() local
DParamsParserTest.java43 HttpGet httpGet = new HttpGet("http://example.com/path?foo=bar"); in parseParams_shouldParseParamsFromGetRequests() local
/external/libcups/cups/
Dhttp.c732 httpGet(http_t *http, /* I - HTTP connection */ in httpGet() function