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

  /dalvik/libcore/sql/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...]
  /dalvik/libcore/sql/src/main/java/java/sql/
Timestamp.java 66 * @param theDate
82 public Timestamp(int theYear, int theMonth, int theDate, int theHour,
85 super(theYear, theMonth, theDate, theHour, theMinute, theSecond);
430 Date theDate;
432 theDate = df.parse(s, pp);
437 if (theDate == null) {
504 Timestamp theTimestamp = new Timestamp(theDate.getTime());
  /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);
  /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 65 milliseconds