Home
last modified time | relevance | path

Searched refs:theDate (Results 1 – 10 of 10) sorted by relevance

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DDateTest.java118 Date theDate = new Date(init1[i], init2[i], init3[i]); in testDateintintint() local
119 assertNotNull(theDate); in testDateintintint()
134 Date theDate = new Date(element); in testDatelong() local
135 assertNotNull(theDate); in testDatelong()
146 Date theDate = new Date(TIME_TESTDATE1); in testGetHours() local
148 theDate.getHours(); in testGetHours()
161 Date theDate = new Date(TIME_TESTDATE1); in testGetMinutes() local
163 theDate.getMinutes(); in testGetMinutes()
176 Date theDate = new Date(TIME_TESTDATE1); in testGetSeconds() local
178 theDate.getSeconds(); in testGetSeconds()
[all …]
/external/icu4c/test/intltest/
Dtsdate.cpp147 void IntlTestDateFormat::tryDate(UDate theDate) in tryDate() argument
161 date[0] = theDate; in tryDate()
162 fFormat->format(theDate, string[0]); in tryDate()
204 + " iterations for the Date " + string[0] + "\t(" + theDate + ")."); in tryDate()
Dcallimts.cpp56 UnicodeString theDate; in test() local
60 fmt->format(millis, theDate); in test()
61 UDate dt = fmt->parse(theDate, status); in test()
66 logln(UnicodeString(" ") + theDate + " " + CalendarTest::calToStr(*cal)); in test()
69 logln(UnicodeString(" ") + theDate); in test()
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java151 public void setDate(int parameterIndex, Date theDate, Calendar theCalendar) in setDate() argument
155 public void setDate(int parameterIndex, Date theDate) throws SQLException { in setDate() argument
1105 public void setDate(String parameterName, Date theDate) throws SQLException { in setDate() argument
1109 public void setDate(String parameterName, Date theDate, Calendar theCalendar) in setDate() argument
/external/clang/test/Analysis/
DCFDateGC.m21 extern CFAbsoluteTime CFDateGetAbsoluteTime(CFDateRef theDate);
Dretain-release-region-store.m38 extern CFAbsoluteTime CFDateGetAbsoluteTime(CFDateRef theDate);
Dretain-release-inline.m68 extern CFAbsoluteTime CFDateGetAbsoluteTime(CFDateRef theDate);
Dretain-release.mm89 extern CFAbsoluteTime CFDateGetAbsoluteTime(CFDateRef theDate);
Dretain-release-gc-only.m58 extern CFAbsoluteTime CFDateGetAbsoluteTime(CFDateRef theDate);
Dretain-release.m94 extern CFAbsoluteTime CFDateGetAbsoluteTime(CFDateRef theDate);