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/ |
D | DateTest.java | 118 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/ |
D | tsdate.cpp | 147 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()
|
D | callimts.cpp | 56 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/ |
D | Impl_RowSet.java | 151 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/ |
D | CFDateGC.m | 21 extern CFAbsoluteTime CFDateGetAbsoluteTime(CFDateRef theDate);
|
D | retain-release-region-store.m | 38 extern CFAbsoluteTime CFDateGetAbsoluteTime(CFDateRef theDate);
|
D | retain-release-inline.m | 68 extern CFAbsoluteTime CFDateGetAbsoluteTime(CFDateRef theDate);
|
D | retain-release.mm | 89 extern CFAbsoluteTime CFDateGetAbsoluteTime(CFDateRef theDate);
|
D | retain-release-gc-only.m | 58 extern CFAbsoluteTime CFDateGetAbsoluteTime(CFDateRef theDate);
|
D | retain-release.m | 94 extern CFAbsoluteTime CFDateGetAbsoluteTime(CFDateRef theDate);
|