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.java76 Time theTime = new Time(10, 45, 20); in testTimeintintint() local
79 assertNotNull(theTime); in testTimeintintint()
83 Time theTime = new Time(TIME_TEST1); in testTime() local
86 assertNotNull(theTime); in testTime()
104 Time theTime = new Time(theTimes[i]); in testToString() local
106 String JDBCString = theTime.toString(); in testToString()
143 Time theTime = new Time(TIME_TEST1); in testSetTime() local
144 assertEquals(STRING_TEST1, theTime.toString()); in testSetTime()
146 theTime.setTime(TIME_TEST2); in testSetTime()
147 assertEquals(STRING_TEST2, theTime.toString()); in testSetTime()
[all …]
DTimestampTest.java37 public MockTimestamp(long theTime) { in MockTimestamp() argument
38 super(theTime); in MockTimestamp()
44 public void setTime(long theTime) { in setTime() argument
45 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/icu/icu4c/source/i18n/
Dbuddhcal.cpp106 void BuddhistCalendar::timeToFields(UDate theTime, UBool quick, UErrorCode& status)
Dtaiwncal.cpp113 void TaiwanCalendar::timeToFields(UDate theTime, UBool quick, UErrorCode& status)
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c10266 TimeRecord theTime; in Qt_ConvertTime() local
10272 QtTimeRecord_Convert, &theTime, in Qt_ConvertTime()
10275 ConvertTime(&theTime, in Qt_ConvertTime()
10278 QtTimeRecord_New, &theTime); in Qt_ConvertTime()
10285 TimeRecord theTime; in Qt_ConvertTimeScale() local
10291 QtTimeRecord_Convert, &theTime, in Qt_ConvertTimeScale()
10294 ConvertTimeScale(&theTime, in Qt_ConvertTimeScale()
10297 QtTimeRecord_New, &theTime); in Qt_ConvertTimeScale()