Searched defs:time1 (Results 1 – 3 of 3) sorted by relevance
94 val time1 = Instant.ofEpochMilli(timeSource.currentTimeMillis()).minusSeconds(1) in <lambda>() constant160 val time1 = NOW.minusSeconds(1) in <lambda>() constant256 val time1 = NOW.minusSeconds(1) in <lambda>() constant379 val time1 = MIDNIGHT.minusSeconds(60) in <lambda>() constant431 val time1 = MIDNIGHT.plusSeconds(60) in <lambda>() constant498 val time1 = NOW.minusSeconds(1) // cluster 1, app 1 in <lambda>() constant
81 long long time1 = t1.tv_sec * 1000000000LL + t1.tv_nsec; in RunTestN() local
544 final Instant time1 = Instant.now(); in testInsertRecords_instantWithSameClientId_overwrites() local