HomeSort by relevance Sort by last modified time
    Searched full:curdate (Results 1 - 9 of 9) sorted by null

  /external/autotest/contrib/
remove_old_tests_in_tko.sql 9 SET @cutoff_date = DATE_SUB(CURDATE(),INTERVAL 180 DAY);
  /libcore/luni/src/test/java/libcore/java/text/
OldDateFormatTest.java 411 char[] curDate = df.format(current).toCharArray();
412 char [] newArray = new char[curDate.length + pp.getIndex()];
413 for(int i = 0; i < curDate.length; i++) {
414 newArray[i + pp.getIndex()] = curDate[i];
  /cts/tools/vm-tests-tf/etc/
starthosttests 63 curdate=`date`
105 Generated $curdate (using the emulator)
starttests 65 curdate=`date`
112 Generated $curdate (using the emulator)
  /external/libcups/cups/
adminutil.c 84 struct tm *curdate; /* Current date */ local
169 curdate = gmtime(&curtime);
173 curdate->tm_year + 1900, curdate->tm_mon + 1, curdate->tm_mday,
174 curdate->tm_hour, curdate->tm_min, curdate->tm_sec);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatRegressionTest.java 310 Date curDate;
325 curDate = cal.getTime();
330 temp = shortdate.format(curDate);
333 String temp2 = fulldate.format(curDate);
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmrgts.cpp 438 UDate curDate;
452 curDate = date(98, 0, 1);
466 temp = shortdate->format(curDate, temp);
470 fulldate->format(curDate, temp2);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatRegressionTest.java 307 Date curDate;
322 curDate = cal.getTime();
327 temp = shortdate.format(curDate);
330 String temp2 = fulldate.format(curDate);
    [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 392 milliseconds