HomeSort by relevance Sort by last modified time
    Searched refs:HTTP_OK (Results 1 - 25 of 29) sorted by null

1 2

  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java 76 enqueueResponse(HTTP_OK, FILE_CONTENT);
176 int status = isFirstResponse ? HTTP_OK : HTTP_PARTIAL_CONTENT;
188 enqueueEmptyResponse(HTTP_OK);
228 enqueueResponse(HTTP_OK, "small contents");
233 enqueueResponse(HTTP_OK, "large contents large contents");
287 enqueueResponse(HTTP_OK, FILE_CONTENT);
308 enqueueEmptyResponse(HTTP_OK);
333 enqueueResponse(HTTP_OK, FILE_CONTENT);
340 enqueueResponse(HTTP_OK, FILE_CONTENT);
362 enqueueEmptyResponse(HTTP_OK).addHeader("Content-Type", "text/html; charset=ISO-8859-4")
    [all...]
ThreadingTest.java 49 enqueueResponse(HTTP_OK, FILE_CONTENT);
DownloadManagerFunctionalTest.java 45 enqueueResponse(HTTP_OK, FILE_CONTENT);
62 enqueueResponse(HTTP_OK, FILE_CONTENT);
77 enqueueResponse(HTTP_OK, FILE_CONTENT);
88 enqueueResponse(HTTP_OK, FILE_CONTENT);
AbstractDownloadManagerFunctionalTest.java 53 protected static final int HTTP_OK = 200;
  /frameworks/base/tests/CoreTests/android/core/
HttpConstants.java 21 public static final int HTTP_OK = 200;
RequestAPITest.java 345 testEventHandler.expectStatus(HttpConstants.HTTP_OK);
TestWebServer.java 791 psPrint(ps, HTTP_VERSION_STRING + " " + HTTP_OK+" OK");
  /libcore/support/src/test/java/tests/support/
Support_HttpConstants.java 21 public static final int HTTP_OK = 200;
Support_TestWebServer.java 750 psPrint(ps, HTTP_VERSION_STRING + " " + HTTP_OK+" OK");
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_web.c 616 case HTTP_OK:
818 return HTTP_OK;
846 return HTTP_OK;
869 return HTTP_OK;
892 return HTTP_OK;
915 return HTTP_OK;
938 return HTTP_OK;
961 return HTTP_OK;
984 return HTTP_OK;
1043 return HTTP_OK;
    [all...]
wps_upnp_i.h 35 HTTP_OK = 200,
wps_upnp_event.c 229 if (reply_code == HTTP_OK) {
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerIntegrationTest.java 158 MockResponse response = enqueueResponse(HTTP_OK, blobData);
176 MockResponse response = enqueueResponse(HTTP_OK, blobData);
213 enqueueResponse(HTTP_OK, blobData);
254 enqueueResponse(HTTP_OK, blobData);
296 enqueueResponse(HTTP_OK, blobData);
328 enqueueResponse(HTTP_OK, blobData);
360 enqueueResponse(HTTP_OK, blobData);
494 MockResponse response = enqueueResponse(HTTP_OK, blobData);
570 MockResponse response = enqueueResponse(HTTP_OK, blobData);
DownloadManagerStressTest.java 66 enqueueResponse(HTTP_OK, blobData);
DownloadManagerBaseTest.java 74 protected static final int HTTP_OK = 200;
    [all...]
  /external/chromium/third_party/libevent/test/
regress_http.c 239 evhttp_send_reply(req, HTTP_OK, "Everything is fine",
287 evhttp_send_reply_start(req, HTTP_OK, "Everything is fine");
387 evhttp_send_reply(req, HTTP_OK, "Everything is fine", NULL);
505 if (req->response_code != HTTP_OK) {
534 if (req->response_code != HTTP_OK) {
577 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb);
587 if (req->response_code != HTTP_OK) {
753 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb);
768 if (req->response_code != HTTP_OK) {
850 if (req == NULL || req->response_code != HTTP_OK) {
    [all...]
regress_rpc.c 239 if (req->response_code != HTTP_OK) {
  /external/chromium/third_party/libevent/
evhttp.h 55 #define HTTP_OK 200
evrpc.c 361 evhttp_send_reply(req, HTTP_OK, "OK", data);
  /libcore/luni/src/main/java/java/net/
HttpURLConnection.java 406 public final static int HTTP_OK = 200;
  /frameworks/base/core/java/android/webkit/
LoadListener.java 66 private static final int HTTP_OK = 200;
468 if ((mStatusCode == HTTP_OK ||
    [all...]
  /sdk/sdkstats/src/com/android/sdkstats/
SdkStatsService.java 284 if (conn.getResponseCode() != HttpURLConnection.HTTP_OK &&
  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
HttpURLConnectionImpl.java 325 if (responseCode != HTTP_OK && responseCode != HTTP_NOT_AUTHORITATIVE &&
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/5/
android.jar 

Completed in 981 milliseconds

1 2