HomeSort by relevance Sort by last modified time
    Searched defs:HTTP_STATUS_OK (Results 1 - 5 of 5) sorted by null

  /development/samples/Wiktionary/src/com/example/android/wiktionary/
SimpleWikiHelper.java 69 private static final int HTTP_STATUS_OK = 200;
184 if (status.getStatusCode() != HTTP_STATUS_OK) {
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
SimpleWikiHelper.java 76 private static final int HTTP_STATUS_OK = 200;
191 if (status.getStatusCode() != HTTP_STATUS_OK) {
  /external/libcups/cups/
http.h 241 HTTP_STATUS_OK = 200, /* OPTIONS/GET/HEAD/POST/TRACE command was successful */
295 # define HTTP_OK HTTP_STATUS_OK
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winhttp.h 235 #define HTTP_STATUS_OK 200
wininet.h     [all...]

Completed in 292 milliseconds