Searched refs:theTime (Results 1 - 12 of 12) sorted by relevance

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTimeTest.java76 Time theTime = new Time(10, 45, 20);
79 assertNotNull(theTime);
83 Time theTime = new Time(TIME_TEST1);
86 assertNotNull(theTime);
104 Time theTime = new Time(theTimes[i]);
106 String JDBCString = theTime.toString();
143 Time theTime = new Time(TIME_TEST1);
144 assertEquals(STRING_TEST1, theTime.toString());
146 theTime.setTime(TIME_TEST2);
147 assertEquals(STRING_TEST2, theTime
[all...]
H A DTimestampTest.java37 public MockTimestamp(long theTime) { argument
38 super(theTime);
44 public void setTime(long theTime) { argument
45 super.setTime(theTime);
/external/icu/icu4c/source/i18n/
H A Dbuddhcal.cpp106 void BuddhistCalendar::timeToFields(UDate theTime, UBool quick, UErrorCode& status)
108 //Calendar::timeToFields(theTime, quick, status);
H A Dtaiwncal.cpp113 void TaiwanCalendar::timeToFields(UDate theTime, UBool quick, UErrorCode& status)
115 //Calendar::timeToFields(theTime, quick, status);
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java220 public void setTime(int parameterIndex, Time theTime, Calendar theCalendar) argument
224 public void setTime(int parameterIndex, Time theTime) throws SQLException { argument
1242 public void setTime(String parameterName, Time theTime) throws SQLException { argument
1246 public void setTime(String parameterName, Time theTime, 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 205 milliseconds