/external/wpa_supplicant_8/src/wps/ |
D | wps_upnp_web.c | 246 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()
|
D | http.h | 15 HTTP_OK = 200, enumerator
|
/external/volley/src/main/java/com/android/volley/ |
D | NetworkResponse.java | 93 HttpURLConnection.HTTP_OK, in NetworkResponse() 112 HttpURLConnection.HTTP_OK, in NetworkResponse()
|
/external/libevent/test/ |
D | bench_http.c | 64 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()
|
D | regress_http.c | 342 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 …]
|
D | regress_rpc.c | 235 if (req->response_code != HTTP_OK) { in rpc_postrequest_done()
|
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/ |
D | CacheStrategy.java | 21 import static java.net.HttpURLConnection.HTTP_OK; 54 case HTTP_OK: in isCacheable()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
D | CacheStrategy.java | 20 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/ |
D | RealConnection.java | 64 import static java.net.HttpURLConnection.HTTP_OK; 286 case HTTP_OK: in createTunnel()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/ |
D | RealConnection.java | 63 import static java.net.HttpURLConnection.HTTP_OK; 282 case HTTP_OK: in createTunnel()
|
/external/volley/src/main/java/com/android/volley/toolbox/ |
D | HurlStack.java | 147 && !(HTTP_CONTINUE <= responseCode && responseCode < HttpURLConnection.HTTP_OK) in hasResponseBody()
|
/external/mockwebserver/src/test/java/com/google/mockwebserver/ |
D | MockWebServerTest.java | 115 assertEquals(HttpURLConnection.HTTP_OK, connection.getResponseCode()); in testRegularResponse()
|
/external/volley/src/test/java/com/android/volley/toolbox/ |
D | HurlStackTest.java | 231 when(mMockConnection.getResponseCode()).thenReturn(HttpURLConnection.HTTP_OK); in executeRequestClosesConnection_hasResponseBody()
|
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/ |
D | UrlConnectionCacheTest.java | 1527 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/ |
D | ResponseCacheTest.java | 1609 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/ |
D | http.h | 56 #define HTTP_OK 200 /**< request completed ok */ macro
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | CacheTest.java | 1824 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()
|
D | URLConnectionTest.java | 3124 assertEquals(HttpURLConnection.HTTP_OK, connection2.getResponseCode());
|
/external/okhttp/mockwebserver/src/test/java/com/squareup/okhttp/mockwebserver/ |
D | MockWebServerTest.java | 91 assertEquals(HttpURLConnection.HTTP_OK, connection.getResponseCode()); in regularResponse()
|
/external/libcups/cups/ |
D | http.h | 299 # define HTTP_OK HTTP_STATUS_OK macro
|
/external/libevent/ |
D | evrpc.c | 488 evhttp_send_reply(req, HTTP_OK, "OK", rpc_state->rpc_data); in evrpc_request_done_closure()
|