Home
last modified time | relevance | path

Searched defs:theTime (Results 1 – 4 of 4) 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
83 Time theTime = new Time(TIME_TEST1); in testTime() local
104 Time theTime = new Time(theTimes[i]); in testToString() local
143 Time theTime = new Time(TIME_TEST1); in testSetTime() local
152 Time theTime = new Time(TIME_TEST1); in testSetDate() local
164 Time theTime = new Time(TIME_TEST1); in testSetMonth() local
176 Time theTime = new Time(TIME_TEST1); in testSetYear() local
188 Time theTime = new Time(TIME_TEST1); in testGetDate() local
200 Time theTime = new Time(TIME_TEST1); in testGetDay() local
212 Time theTime = new Time(TIME_TEST1); in testGetMonth() local
[all …]
DTimestampTest.java37 public MockTimestamp(long theTime) { in MockTimestamp()
44 public void setTime(long 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()
224 public void setTime(int parameterIndex, Time theTime) throws SQLException { in setTime()
1242 public void setTime(String parameterName, Time theTime) throws SQLException { in setTime()
1246 public void setTime(String parameterName, Time theTime, Calendar theCalendar) in setTime()
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c10266 TimeRecord theTime; in Qt_ConvertTime() local
10285 TimeRecord theTime; in Qt_ConvertTimeScale() local