Searched refs:theDate (Results 1 - 13 of 13) sorted by relevance

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DDateTest.java117 Date theDate = new Date(init1[i], init2[i], init3[i]);
118 assertNotNull(theDate);
133 Date theDate = new Date(element);
134 assertNotNull(theDate);
145 Date theDate = new Date(TIME_TESTDATE1);
147 theDate.getHours();
160 Date theDate = new Date(TIME_TESTDATE1);
162 theDate.getMinutes();
175 Date theDate = new Date(TIME_TESTDATE1);
177 theDate
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtsdate.cpp149 void IntlTestDateFormat::tryDate(UDate theDate) argument
163 date[0] = theDate;
164 fFormat->format(theDate, string[0]);
206 + " iterations for the Date " + string[0] + "\t(" + theDate + ").");
H A Dcallimts.cpp60 UnicodeString theDate; local
64 fmt->format(millis, theDate);
65 UDate dt = fmt->parse(theDate, status);
70 logln(UnicodeString(" ") + theDate + " " + CalendarTest::calToStr(*cal));
73 logln(UnicodeString(" ") + theDate);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DIntlTestDateFormat.java149 private void tryDate(Date theDate) { argument
160 if (i == 0) date[i] = theDate;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDateFormat.java148 private void tryDate(Date theDate) { argument
159 if (i == 0) date[i] = theDate;
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java151 public void setDate(int parameterIndex, Date theDate, Calendar theCalendar) argument
155 public void setDate(int parameterIndex, Date theDate) throws SQLException { argument
1105 public void setDate(String parameterName, Date theDate) throws SQLException { argument
1109 public void setDate(String parameterName, Date theDate, Calendar theCalendar) argument
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 255 milliseconds