Home
last modified time | relevance | path

Searched refs:HTTP_OK (Results 1 – 21 of 21) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dwps_upnp_web.c246 case HTTP_OK: in http_put_reply_code()
484 return HTTP_OK; in web_process_get_device_info()
569 return HTTP_OK; in web_process_put_message()
671 return HTTP_OK; in web_process_put_wlan_response()
731 return HTTP_OK; in web_process_set_selected_registrar()
793 if (ret == HTTP_OK) { in web_connection_send_reply()
818 if (ret == HTTP_OK) { in web_connection_send_reply()
956 if (ret != HTTP_OK) in web_connection_parse_post()
1141 http_put_reply_code(buf, HTTP_OK); in web_connection_parse_subscribe()
1318 ret = HTTP_OK; in web_connection_parse_unsubscribe()
Dhttp.h15 HTTP_OK = 200, enumerator
/external/volley/src/main/java/com/android/volley/
DNetworkResponse.java93 HttpURLConnection.HTTP_OK, in NetworkResponse()
112 HttpURLConnection.HTTP_OK, in NetworkResponse()
/external/libevent/test/
Dbench_http.c64 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_basic_cb()
78 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_ref_cb()
Dregress_http.c342 evhttp_send_reply(req, HTTP_OK, "Everything is fine", in http_basic_cb()
358 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_large_cb()
410 evhttp_send_reply_start(req, HTTP_OK, "Everything is fine"); in http_chunked_cb()
557 evhttp_send_reply(req, HTTP_OK, "Everything is fine", NULL); in http_delay_reply()
581 evhttp_send_reply(req, HTTP_OK, "OK", buf); in http_badreq_cb()
754 evhttp_send_reply(req, HTTP_OK, "Everything is fine", in http_delete_cb()
837 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_on_complete_cb()
1309 tt_int_op(evhttp_request_get_response_code(req), !=, HTTP_OK); in http_timed_out_request_done()
1579 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_request_done()
1607 if (evhttp_request_get_response_code(req) == HTTP_OK) { in http_request_expect_error()
[all …]
Dregress_rpc.c235 if (req->response_code != HTTP_OK) { in rpc_postrequest_done()
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/
DCacheStrategy.java21 import static java.net.HttpURLConnection.HTTP_OK;
54 case HTTP_OK: in isCacheable()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DCacheStrategy.java20 import static java.net.HttpURLConnection.HTTP_OK;
52 case HTTP_OK: in isCacheable()
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/io/
DRealConnection.java64 import static java.net.HttpURLConnection.HTTP_OK;
286 case HTTP_OK: in createTunnel()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/
DRealConnection.java63 import static java.net.HttpURLConnection.HTTP_OK;
282 case HTTP_OK: in createTunnel()
/external/volley/src/main/java/com/android/volley/toolbox/
DHurlStack.java147 && !(HTTP_CONTINUE <= responseCode && responseCode < HttpURLConnection.HTTP_OK) in hasResponseBody()
/external/mockwebserver/src/test/java/com/google/mockwebserver/
DMockWebServerTest.java115 assertEquals(HttpURLConnection.HTTP_OK, connection.getResponseCode()); in testRegularResponse()
/external/volley/src/test/java/com/android/volley/toolbox/
DHurlStackTest.java231 when(mMockConnection.getResponseCode()).thenReturn(HttpURLConnection.HTTP_OK); in executeRequestClosesConnection_hasResponseBody()
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
DUrlConnectionCacheTest.java1527 assertEquals(HttpURLConnection.HTTP_OK, connection2.getResponseCode()); in conditionalHitUpdatesCache()
1705 assertEquals(HttpURLConnection.HTTP_OK, connection1.getResponseCode()); in assertConditionallyCached()
1709 assertEquals(HttpURLConnection.HTTP_OK, connection2.getResponseCode()); in assertConditionallyCached()
1715 assertEquals(HttpURLConnection.HTTP_OK, connection3.getResponseCode()); in assertConditionallyCached()
1719 assertEquals(HttpURLConnection.HTTP_OK, connection4.getResponseCode()); in assertConditionallyCached()
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
DResponseCacheTest.java1609 assertEquals(HttpURLConnection.HTTP_OK, connection2.getResponseCode()); in conditionalHitDoesNotUpdateCache()
1722 assertEquals(HttpURLConnection.HTTP_OK, connection1.getResponseCode()); in assertConditionallyCached()
1726 assertEquals(HttpURLConnection.HTTP_OK, connection2.getResponseCode()); in assertConditionallyCached()
1732 assertEquals(HttpURLConnection.HTTP_OK, connection3.getResponseCode()); in assertConditionallyCached()
1736 assertEquals(HttpURLConnection.HTTP_OK, connection4.getResponseCode()); in assertConditionallyCached()
/external/libevent/include/event2/
Dhttp.h56 #define HTTP_OK 200 /**< request completed ok */ macro
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DCacheTest.java1824 assertEquals(HttpURLConnection.HTTP_OK, response2.code()); in conditionalHitUpdatesCache()
2223 assertEquals(HttpURLConnection.HTTP_OK, response1.code()); in assertConditionallyCached()
2227 assertEquals(HttpURLConnection.HTTP_OK, response2.code()); in assertConditionallyCached()
2233 assertEquals(HttpURLConnection.HTTP_OK, response3.code()); in assertConditionallyCached()
2237 assertEquals(HttpURLConnection.HTTP_OK, response4.code()); in assertConditionallyCached()
DURLConnectionTest.java3124 assertEquals(HttpURLConnection.HTTP_OK, connection2.getResponseCode());
/external/okhttp/mockwebserver/src/test/java/com/squareup/okhttp/mockwebserver/
DMockWebServerTest.java91 assertEquals(HttpURLConnection.HTTP_OK, connection.getResponseCode()); in regularResponse()
/external/libcups/cups/
Dhttp.h299 # define HTTP_OK HTTP_STATUS_OK macro
/external/libevent/
Devrpc.c488 evhttp_send_reply(req, HTTP_OK, "OK", rpc_state->rpc_data); in evrpc_request_done_closure()