Home
last modified time | relevance | path

Searched defs:formatDate (Results 1 – 10 of 10) sorted by relevance

/external/apache-http/src/org/apache/http/impl/cookie/
DDateUtils.java184 public static String formatDate(Date date) { in formatDate() method in DateUtils
201 public static String formatDate(Date date, String pattern) { in formatDate() method in DateUtils
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
DOkUrlFactoryTest.java182 private static String formatDate(long delta, TimeUnit timeUnit) { in formatDate() method in OkUrlFactoryTest
186 private static String formatDate(Date date) { in formatDate() method in OkUrlFactoryTest
DUrlConnectionCacheTest.java1662 private String formatDate(long delta, TimeUnit timeUnit) { in formatDate() method in UrlConnectionCacheTest
1666 private String formatDate(Date date) { in formatDate() method in UrlConnectionCacheTest
/external/jetty/src/java/org/eclipse/jetty/http/
DHttpFields.java99 public String formatDate(long date) in formatDate() method in HttpFields.DateGenerator
191 public static String formatDate(long date) in formatDate() method in HttpFields
/external/chromium-trace/catapult/third_party/flot/
Djquery.flot.time.min.js7 …};function floorInBase(n,base){return base*Math.floor(n/base)}function formatDate(d,fmt,monthNames… function
Djquery.flot.time.js31 function formatDate(d, fmt, monthNames, dayNames) { function
/external/icu/icu4c/source/i18n/
Dwindtfmt.cpp236 void Win32DateFormat::formatDate(const SYSTEMTIME *st, UnicodeString &appendTo) const in formatDate() function in Win32DateFormat
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
DResponseCacheTest.java1689 private String formatDate(long delta, TimeUnit timeUnit) { in formatDate() method in ResponseCacheTest
1693 private String formatDate(Date date) { in formatDate() method in ResponseCacheTest
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DCacheTest.java2165 private String formatDate(long delta, TimeUnit timeUnit) { in formatDate() method in CacheTest
2169 private String formatDate(Date date) { in formatDate() method in CacheTest
/external/v8/src/js/
Di18n.js1772 function formatDate(formatter, dateValue) { function