/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
HttpDate.java | 38 DateFormat rfc1123 = new SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss zzz", Locale.US); 39 rfc1123.setTimeZone(TimeZone.getTimeZone("UTC")); 40 return rfc1123;
|
/libcore/luni/src/main/java/libcore/net/http/ |
HttpDate.java | 38 DateFormat rfc1123 = new SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss zzz", Locale.US); 39 rfc1123.setTimeZone(TimeZone.getTimeZone("UTC")); 40 return rfc1123;
|
/frameworks/volley/src/com/android/volley/toolbox/ |
HttpHeaderParser.java | 105 * Parse date in RFC1123 format, and return its value as epoch 109 // Parse date in RFC1123 format if this header contains one
|
/external/dhcpcd/ |
dhcpcd-run-hooks.in | 150 # Check for a valid domain name as per RFC1123 with the exception of
|
/libcore/luni/src/main/java/java/net/ |
IDN.java | 38 * <a href="http://www.ietf.org/rfc/rfc1123.txt">RFC 1123</a>.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
_parseaddr.py | 31 # in RFC822, other than Z. According to RFC1123, the description in 33 # zones. RFC1123 recommends that numeric timezone indicators be used
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
_parseaddr.py | 31 # in RFC822, other than Z. According to RFC1123, the description in 33 # zones. RFC1123 recommends that numeric timezone indicators be used
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
RSSPullService.java | 140 * modification date. Formats the date according to the RFC1123 format.
|
/external/chromium/third_party/libjingle/source/talk/base/ |
httpcommon.h | 180 // Convert RFC1123 date (DoW, DD Mon YYYY HH:MM:SS TZ) to unix timestamp
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
httpcommon.h | 180 // Convert RFC1123 date (DoW, DD Mon YYYY HH:MM:SS TZ) to unix timestamp
|
/frameworks/base/core/java/android/net/http/ |
AndroidHttpClient.java | 498 * <a href="http://www.ietf.org/rfc/rfc1123.txt">RFC 1123</a> and
|
/external/wpa_supplicant_8/src/wps/ |
wps_upnp_web.c | 299 * Date: <rfc1123-date> 840 * Date: <rfc1123-date> [all...] |
/external/okhttp/src/test/java/com/squareup/okhttp/internal/http/ |
HttpResponseCacheTest.java | 1728 DateFormat rfc1123 = new SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss zzz", Locale.US); local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
rfc822.py | 836 # in RFC822, other than Z. According to RFC1123, the description in 838 # zones. RFC1123 recommends that numeric timezone indicators be used [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
rfc822.py | 836 # in RFC822, other than Z. According to RFC1123, the description in 838 # zones. RFC1123 recommends that numeric timezone indicators be used [all...] |
/external/libpng/ |
CHANGES | 220 changed all references to RFC1152 to read RFC1123 and changed the [all...] |