HomeSort by relevance Sort by last modified time
    Searched refs:sdf (Results 26 - 50 of 51) sorted by null

12 3

  /libcore/luni/src/test/java/libcore/java/util/
TimeZoneTest.java 62 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSSZ"); local
63 Date date = sdf.parse("1902-11-01T00:00:00.000+0800");
70 date = sdf.parse("1902-06-01T00:00:00.000+0800");
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverTransfer.java 450 SimpleDateFormat sdf = new SimpleDateFormat(format, Locale.US); local
451 String newPath = beamRoot + "beam-" + sdf.format(new Date());
455 newPath = beamRoot + "beam-" + sdf.format(new Date()) + "-" +
  /external/icu4c/test/intltest/
dtfmttst.cpp 230 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)"zzzz", status); local
238 if (sdf != NULL) {
239 delete sdf;
282 sdf->setTimeZone(*ttz);
288 sdf->format(today,fmtOffset, pos);
318 delete sdf;
847 SimpleDateFormat* sdf = (SimpleDateFormat*)DateFormat::createDateInstance(); local
848 if (sdf == NULL){
852 tryPattern(*sdf, today, 0, expected);
853 tryPattern(*sdf, today, "G yyyy DDD", expected)
3747 SimpleDateFormat *sdf = new SimpleDateFormat(pattern,override,Locale::getChina(),status); local
3778 SimpleDateFormat *sdf = new SimpleDateFormat("ZZZZ", Locale(""), status); local
3816 SimpleDateFormat *sdf = new SimpleDateFormat(UnicodeString(TestData[i][0]), status); local
    [all...]
calregts.cpp 982 SimpleDateFormat sdf(status);
    [all...]
numrgts.cpp 1303 DecimalFormat *sdf = new DecimalFormat(UnicodeString("#,##0"), status); local
1992 DecimalFormat *sdf = new DecimalFormat(status); local
    [all...]
caltest.cpp     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
Clock.java 148 SimpleDateFormat sdf; local
181 mClockFormat = sdf = new SimpleDateFormat(format);
184 sdf = mClockFormat;
186 String result = sdf.format(mCalendar.getTime());
  /libcore/luni/src/test/java/libcore/java/text/
OldDateFormatTest.java 93 SimpleDateFormat sdf = new SimpleDateFormat("M/d/yy h:mm a", Locale.US); local
94 assertTrue("Incorrect date format", sdf.format(current).equals(dtf));
113 SimpleDateFormat sdf = new SimpleDateFormat("M/d/yy h:mm a", Locale.US); local
114 assertTrue("Incorrect date format", sdf.format(current).equals(
  /packages/apps/DeskClock/src/com/android/deskclock/
Utils.java 423 SimpleDateFormat sdf = new SimpleDateFormat(fmt, l); local
424 dateDisplay.setText(sdf.format(now));
427 sdf = new SimpleDateFormat(fmt, l);
428 dateDisplay.setContentDescription(sdf.format(now));
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c     [all...]
onyx_if.c     [all...]
  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CRLTest.java 123 final SimpleDateFormat sdf = new SimpleDateFormat("MMM dd HH:mm:ss yyyy zzz"); local
134 final Date value = sdf.parse(line.substring(index + 1));
X509CertificateTest.java 173 final SimpleDateFormat sdf = new SimpleDateFormat("MMM dd HH:mm:ss yyyy zzz"); local
179 final Date startDate = sdf.parse(line.substring(index + 1));
184 final Date endDate = sdf.parse(line.substring(index + 1));
    [all...]
  /external/icu4c/i18n/
dtptngen.cpp 419 SimpleDateFormat* sdf; local
420 if (df != NULL && (sdf = dynamic_cast<SimpleDateFormat*>(df)) != NULL) {
421 addPattern(sdf->toPattern(dfPattern), FALSE, conflictingString, status);
430 if (df != NULL && (sdf = dynamic_cast<SimpleDateFormat*>(df)) != NULL) {
431 addPattern(sdf->toPattern(dfPattern), FALSE, conflictingString, status);
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp     [all...]
  /frameworks/base/services/java/com/android/server/pm/
Settings.java 2828 final SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); local
    [all...]
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 523 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); local
526 pw.print(sdf.format(new Date(now))); pw.println("):");
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 843 milliseconds

12 3