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

  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DateTest.java 118 Date theDate = new Date(init1[i], init2[i], init3[i]);
119 assertNotNull(theDate);
134 Date theDate = new Date(element);
135 assertNotNull(theDate);
146 Date theDate = new Date(TIME_TESTDATE1);
148 theDate.getHours();
161 Date theDate = new Date(TIME_TESTDATE1);
163 theDate.getMinutes();
176 Date theDate = new Date(TIME_TESTDATE1);
178 theDate.getSeconds()
    [all...]
  /external/icu4c/test/intltest/
tsdate.cpp 147 void IntlTestDateFormat::tryDate(UDate theDate)
161 date[0] = theDate;
162 fFormat->format(theDate, string[0]);
204 + " iterations for the Date " + string[0] + "\t(" + theDate + ").");
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);
dtfmttst.cpp 3402 UDate thedate = date(2009-1900, UCAL_JULY, 28); local
    [all...]
  /libcore/luni/src/main/java/java/sql/
Date.java 61 * milliseconds time value {@code theDate}.
63 * @param theDate
70 public Date(long theDate) {
71 super(normalizeTime(theDate));
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());
SQLOutput.java 146 * @param theDate
152 public void writeDate(Date theDate) throws SQLException;
PreparedStatement.java 312 * @param theDate
318 public void setDate(int parameterIndex, Date theDate) throws SQLException;
331 * @param theDate
342 public void setDate(int parameterIndex, Date theDate, Calendar cal)
    [all...]
CallableStatement.java     [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
Impl_RowSet.java 151 public void setDate(int parameterIndex, Date theDate, Calendar theCalendar)
155 public void setDate(int parameterIndex, Date theDate) throws SQLException {
1105 public void setDate(String parameterName, Date theDate) throws SQLException {
1109 public void setDate(String parameterName, Date theDate, Calendar theCalendar)
  /external/clang/test/Analysis/
CFDateGC.m 22 extern CFAbsoluteTime CFDateGetAbsoluteTime(CFDateRef theDate);
retain-release-region-store.m 38 extern CFAbsoluteTime CFDateGetAbsoluteTime(CFDateRef theDate);
retain-release.mm 89 extern CFAbsoluteTime CFDateGetAbsoluteTime(CFDateRef theDate);
retain-release-gc-only.m 58 extern CFAbsoluteTime CFDateGetAbsoluteTime(CFDateRef theDate);
retain-release.m 90 extern CFAbsoluteTime CFDateGetAbsoluteTime(CFDateRef theDate);
    [all...]
  /libcore/luni/src/main/java/javax/sql/
RowSet.java 836 * @param theDate
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 2791 milliseconds