HomeSort by relevance Sort by last modified time
    Searched defs:theDate (Results 1 - 10 of 10) sorted by null

  /libcore/luni/src/test/java/org/apache/harmony/sql/tests/java/sql/
DateTest.java 129 Date theDate = new Date(init1[i], init2[i], init3[i]);
130 assertNotNull(theDate);
151 Date theDate = new Date(element);
152 assertNotNull(theDate);
169 Date theDate = new Date(TIME_TESTDATE1);
171 theDate.getHours();
190 Date theDate = new Date(TIME_TESTDATE1);
192 theDate.getMinutes();
211 Date theDate = new Date(TIME_TESTDATE1);
213 theDate.getSeconds()
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
callimts.cpp 56 UnicodeString theDate;
60 fmt->format(millis, theDate);
61 UDate dt = fmt->parse(theDate, status);
66 logln(UnicodeString(" ") + theDate + " " + CalendarTest::calToStr(*cal));
69 logln(UnicodeString(" ") + theDate);
  /external/icu4c/test/intltest/
callimts.cpp 56 UnicodeString theDate;
60 fmt->format(millis, theDate);
61 UDate dt = fmt->parse(theDate, status);
66 logln(UnicodeString(" ") + theDate + " " + CalendarTest::calToStr(*cal));
69 logln(UnicodeString(" ") + theDate);
  /libcore/luni/src/main/java/java/sql/
Timestamp.java 64 * @param theDate
80 public Timestamp(int theYear, int theMonth, int theDate, int theHour,
83 super(theYear, theMonth, theDate, theHour, theMinute, theSecond);
426 Date theDate;
428 theDate = df.parse(s, pp);
433 if (theDate == null) {
499 Timestamp theTimestamp = new Timestamp(theDate.getTime());
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 1082 milliseconds