Searched refs:theDate (Results 1 – 14 of 14) sorted by relevance
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
D | DateTest.java | 117 Date theDate = new Date(init1[i], init2[i], init3[i]); in testDateintintint() local 118 assertNotNull(theDate); in testDateintintint() 133 Date theDate = new Date(element); in testDatelong() local 134 assertNotNull(theDate); in testDatelong() 145 Date theDate = new Date(TIME_TESTDATE1); in testGetHours() local 147 theDate.getHours(); in testGetHours() 160 Date theDate = new Date(TIME_TESTDATE1); in testGetMinutes() local 162 theDate.getMinutes(); in testGetMinutes() 175 Date theDate = new Date(TIME_TESTDATE1); in testGetSeconds() local 177 theDate.getSeconds(); in testGetSeconds() [all …]
|
/external/icu/icu4c/source/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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestDateFormat.java | 143 private void tryDate(Date theDate) { in tryDate() argument 154 if (i == 0) date[i] = theDate; in tryDate()
|
/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-gc-only.m | 58 extern CFAbsoluteTime CFDateGetAbsoluteTime(CFDateRef theDate);
|
D | retain-release.mm | 92 extern CFAbsoluteTime CFDateGetAbsoluteTime(CFDateRef theDate);
|
D | retain-release.m | 101 extern CFAbsoluteTime CFDateGetAbsoluteTime(CFDateRef theDate);
|
/external/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m | 113 extern CFAbsoluteTime CFDateGetAbsoluteTime(CFDateRef theDate);
|
D | objcmt-arc-cf-annotations.m.result | 119 extern CFAbsoluteTime CFDateGetAbsoluteTime(CFDateRef theDate);
|
/external/robolectric/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |