Home
last modified time | relevance | path

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

/test/dittosuite/src/
Dtimespec_utils.cpp47 bool operator==(const timespec& t1, const timespec& t2) { in operator ==()
51 bool operator!=(const timespec& t1, const timespec& t2) { in operator !=()
55 bool operator<(const timespec& t1, const timespec& t2) { in operator <()
59 bool operator<=(const timespec& t1, const timespec& t2) { in operator <=()
63 bool operator>(const timespec& t1, const timespec& t2) { in operator >()
67 bool operator>=(const timespec& t1, const timespec& t2) { in operator >=()
72 timespec operator-(const timespec& t1, const timespec& t2) { in operator -()
88 timespec operator+(const timespec& t1, const timespec& t2) { in operator +()
108 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