Home
last modified time | relevance | path

Searched defs:t2 (Results 1 – 3 of 3) sorted by relevance

/test/dittosuite/src/
Dtimespec_utils.cpp54 bool operator==(const timespec& t1, const timespec& t2) { in operator ==()
58 bool operator!=(const timespec& t1, const timespec& t2) { in operator !=()
62 bool operator<(const timespec& t1, const timespec& t2) { in operator <()
66 bool operator<=(const timespec& t1, const timespec& t2) { in operator <=()
70 bool operator>(const timespec& t1, const timespec& t2) { in operator >()
74 bool operator>=(const timespec& t1, const timespec& t2) { in operator >=()
79 timespec operator-(const timespec& t1, const timespec& t2) { in operator -()
95 timespec operator+(const timespec& t1, const timespec& t2) { in operator +()
115 timespec operator/(const timespec& t1, const timespec& t2) { in operator /()
/test/cts-root/hostsidetests/packageinstaller/src/com/android/cts_root/packageinstaller/host/
DSessionCleanUpHostTest.java188 Instant t2 = t1.plusMillis(TimeUnit.DAYS.toMillis(1)); in testSessionCleanUp_LowStorage() local
220 Instant t2 = t1.plusMillis(MAX_TIME_SINCE_UPDATE_MILLIS); in expireSessions() local
/test/cts-root/hostsidetests/rollback/src/com/android/cts_root/rollback/host/
DRollbackManagerHostTest.java393 Instant t2 = t1.plusMillis(MAX_TIME_SINCE_UPDATE_MILLIS); in testExpireSession() local