Searched refs:HTTP_NOT_FOUND (Results 1 – 8 of 8) sorted by relevance
37 .setResponseCode(HttpURLConnection.HTTP_NOT_FOUND); in dispatch()61 ? new MockResponse().setResponseCode(HttpURLConnection.HTTP_NOT_FOUND) in setFailFast()
37 return new MockResponse().setResponseCode(HttpURLConnection.HTTP_NOT_FOUND); in dispatch()61 ? new MockResponse().setResponseCode(HttpURLConnection.HTTP_NOT_FOUND) in setFailFast()
19 HTTP_NOT_FOUND = 404, enumerator
933 ret = HTTP_NOT_FOUND; in web_connection_parse_post()
18 import static java.net.HttpURLConnection.HTTP_NOT_FOUND;59 case HTTP_NOT_FOUND: in isCacheable()
17 import static java.net.HttpURLConnection.HTTP_NOT_FOUND;57 case HTTP_NOT_FOUND: in isCacheable()
287 case HttpURLConnection.HTTP_NOT_FOUND: // 404 in httpStatusToGrpcCode()
318 # define HTTP_NOT_FOUND HTTP_STATUS_NOT_FOUND macro