HomeSort by relevance Sort by last modified time
    Searched refs:HTTP_STATUS_OK (Results 1 - 15 of 15) 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/
getdevices.c 113 if (status != HTTP_STATUS_OK)
156 if (status != HTTP_STATUS_OK)
ppd-util.c 66 sizeof(pg->ppd_filename)) == HTTP_STATUS_OK)
97 sizeof(pg->ppd_filename)) == HTTP_STATUS_OK)
117 * On success, @code HTTP_STATUS_OK@ is returned for a new PPD file and
279 return (HTTP_STATUS_OK);
388 if (status == HTTP_STATUS_OK)
getputfile.c 33 * This function returns @code HTTP_STATUS_OK@ when the file is successfully retrieved.
160 if (status == HTTP_STATUS_OK)
188 * This function returns @code HTTP_STATUS_OK@ when the file is successfully retrieved.
241 if (status != HTTP_STATUS_OK)
request.c 240 if (status <= HTTP_STATUS_CONTINUE || status == HTTP_STATUS_OK)
383 if (status == HTTP_STATUS_OK)
812 case HTTP_STATUS_OK :
http.h 241 HTTP_STATUS_OK = 200, /* OPTIONS/GET/HEAD/POST/TRACE command was successful */
295 # define HTTP_OK HTTP_STATUS_OK
testhttp.c 757 if (status == HTTP_STATUS_OK)
849 if (status == HTTP_STATUS_OK)
adminutil.c 935 sizeof(cupsdconf), &remote)) == HTTP_STATUS_OK)
    [all...]
dest-localization.c 388 if (status == HTTP_STATUS_OK)
testcups.c 178 buffer, sizeof(buffer))) != HTTP_STATUS_OK)
http-support.c 1344 case HTTP_STATUS_OK :
    [all...]
http.c     [all...]
  /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 318 milliseconds