Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/wps/
Dwps_upnp_web.c246 case HTTP_OK: in http_put_reply_code()
461 return HTTP_OK; in web_process_get_device_info()
499 return HTTP_OK; in web_process_put_message()
601 return HTTP_OK; in web_process_put_wlan_response()
661 return HTTP_OK; in web_process_set_selected_registrar()
723 if (ret == HTTP_OK) { in web_connection_send_reply()
748 if (ret == HTTP_OK) { in web_connection_send_reply()
886 if (ret != HTTP_OK) in web_connection_parse_post()
1069 http_put_reply_code(buf, HTTP_OK); in web_connection_parse_subscribe()
1239 ret = HTTP_OK; in web_connection_parse_unsubscribe()
Dhttp.h15 HTTP_OK = 200, enumerator
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DCacheStrategy.java21 import static java.net.HttpURLConnection.HTTP_OK;
53 case HTTP_OK: in isCacheable()
DSocketConnector.java49 import static java.net.HttpURLConnection.HTTP_OK;
197 case HTTP_OK: in createTunnel()
/external/mockwebserver/src/test/java/com/google/mockwebserver/
DMockWebServerTest.java109 assertEquals(HttpURLConnection.HTTP_OK, connection.getResponseCode()); in testRegularResponse()
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
DHttpZipLocator.java189 }else if (conn.getResponseCode() == HttpURLConnection.HTTP_OK){
/external/okhttp/mockwebserver/src/test/java/com/squareup/okhttp/mockwebserver/
DMockWebServerTest.java83 assertEquals(HttpURLConnection.HTTP_OK, connection.getResponseCode()); in regularResponse()
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
DResponseCacheTest.java1620 assertEquals(HttpURLConnection.HTTP_OK, connection2.getResponseCode()); in conditionalHitDoesNotUpdateCache()
1733 assertEquals(HttpURLConnection.HTTP_OK, connection1.getResponseCode()); in assertConditionallyCached()
1737 assertEquals(HttpURLConnection.HTTP_OK, connection2.getResponseCode()); in assertConditionallyCached()
1743 assertEquals(HttpURLConnection.HTTP_OK, connection3.getResponseCode()); in assertConditionallyCached()
1747 assertEquals(HttpURLConnection.HTTP_OK, connection4.getResponseCode()); in assertConditionallyCached()
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
DUrlConnectionCacheTest.java1533 assertEquals(HttpURLConnection.HTTP_OK, connection2.getResponseCode()); in conditionalHitUpdatesCache()
1710 assertEquals(HttpURLConnection.HTTP_OK, connection1.getResponseCode()); in assertConditionallyCached()
1714 assertEquals(HttpURLConnection.HTTP_OK, connection2.getResponseCode()); in assertConditionallyCached()
1720 assertEquals(HttpURLConnection.HTTP_OK, connection3.getResponseCode()); in assertConditionallyCached()
1724 assertEquals(HttpURLConnection.HTTP_OK, connection4.getResponseCode()); in assertConditionallyCached()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DCacheTest.java1809 assertEquals(HttpURLConnection.HTTP_OK, response2.code()); in conditionalHitUpdatesCache()
2183 assertEquals(HttpURLConnection.HTTP_OK, response1.code()); in assertConditionallyCached()
2187 assertEquals(HttpURLConnection.HTTP_OK, response2.code()); in assertConditionallyCached()
2193 assertEquals(HttpURLConnection.HTTP_OK, response3.code()); in assertConditionallyCached()
2197 assertEquals(HttpURLConnection.HTTP_OK, response4.code()); in assertConditionallyCached()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
DURLConnectionTest.java3040 assertEquals(HttpURLConnection.HTTP_OK, connection2.getResponseCode());
/external/robolectric/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...