Home
last modified time | relevance | path

Searched refs:theTime (Results 1 – 6 of 6) sorted by relevance

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DTimeTest.java77 Time theTime = new Time(10, 45, 20); in testTimeintintint() local
80 assertNotNull(theTime); in testTimeintintint()
84 Time theTime = new Time(TIME_TEST1); in testTime() local
87 assertNotNull(theTime); in testTime()
105 Time theTime = new Time(theTimes[i]); in testToString() local
107 String JDBCString = theTime.toString(); in testToString()
144 Time theTime = new Time(TIME_TEST1); in testSetTime() local
145 assertEquals(STRING_TEST1, theTime.toString()); in testSetTime()
147 theTime.setTime(TIME_TEST2); in testSetTime()
148 assertEquals(STRING_TEST2, theTime.toString()); in testSetTime()
[all …]
DTimestampTest.java38 public MockTimestamp(long theTime) { in MockTimestamp() argument
39 super(theTime); in MockTimestamp()
45 public void setTime(long theTime){ in setTime() argument
46 super.setTime(theTime); in setTime()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DDateTest.java30 public MockDate(long theTime) { in MockDate() argument
31 super(theTime); in MockDate()
37 public void setTime(long theTime){ in setTime() argument
38 super.setTime(theTime); in setTime()
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java220 public void setTime(int parameterIndex, Time theTime, Calendar theCalendar) in setTime() argument
224 public void setTime(int parameterIndex, Time theTime) throws SQLException { in setTime() argument
1242 public void setTime(String parameterName, Time theTime) throws SQLException { in setTime() argument
1246 public void setTime(String parameterName, Time theTime, Calendar theCalendar) in setTime() argument
/external/icu4c/i18n/
Dbuddhcal.cpp104 void BuddhistCalendar::timeToFields(UDate theTime, UBool quick, UErrorCode& status)
Dtaiwncal.cpp111 void TaiwanCalendar::timeToFields(UDate theTime, UBool quick, UErrorCode& status)