Home
last modified time | relevance | path

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/
DDateTest.java117 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/
Dtsdate.cpp149 void IntlTestDateFormat::tryDate(UDate theDate) in tryDate() argument
163 date[0] = theDate; in tryDate()
164 fFormat->format(theDate, string[0]); in tryDate()
206 + " iterations for the Date " + string[0] + "\t(" + theDate + ")."); in tryDate()
Dcallimts.cpp60 UnicodeString theDate; in test() local
64 fmt->format(millis, theDate); in test()
65 UDate dt = fmt->parse(theDate, status); in test()
70 logln(UnicodeString(" ") + theDate + " " + CalendarTest::calToStr(*cal)); in test()
73 logln(UnicodeString(" ") + theDate); in test()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDateFormat.java148 private void tryDate(Date theDate) { in tryDate() argument
159 if (i == 0) date[i] = theDate; in tryDate()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDateFormat.java149 private void tryDate(Date theDate) { in tryDate() argument
160 if (i == 0) date[i] = theDate; in tryDate()
/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-gc-only.m58 extern CFAbsoluteTime CFDateGetAbsoluteTime(CFDateRef theDate);
Dretain-release.mm92 extern CFAbsoluteTime CFDateGetAbsoluteTime(CFDateRef theDate);
Dretain-release.m101 extern CFAbsoluteTime CFDateGetAbsoluteTime(CFDateRef theDate);
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m113 extern CFAbsoluteTime CFDateGetAbsoluteTime(CFDateRef theDate);
Dobjcmt-arc-cf-annotations.m.result119 extern CFAbsoluteTime CFDateGetAbsoluteTime(CFDateRef theDate);