Home
last modified time | relevance | path

Searched defs:t1 (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 +()
100 timespec operator/(const timespec& t1, uint64_t t2_ns) { 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.java187 Instant t1 = Instant.ofEpochMilli(getDevice().getDeviceDate()); in testSessionCleanUp_LowStorage() local
219 Instant t1 = Instant.ofEpochMilli(getDevice().getDeviceDate()); in expireSessions() local
/test/cts-root/hostsidetests/rollback/src/com/android/cts_root/rollback/host/
DRollbackManagerHostTest.java392 Instant t1 = Instant.ofEpochMilli(getDevice().getDeviceDate()); in testExpireSession() local