Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/jwt/
H A DJwtValidatorTest.java54 Clock clock2 = Clock.offset(clock1, Duration.ofMinutes(2)); in validate_expired_shouldThrow() local
118 Clock clock2 = Clock.offset(clock1, Duration.ofMinutes(2)); in validate_notBefore_success() local
H A DJwtHmacKeyManagerTest.java442 Clock clock2 = Clock.offset(clock1, Duration.ofMinutes(2)); in verify_expired_shouldThrow() local
518 Clock clock2 = Clock.offset(clock1, Duration.ofMinutes(2)); in validate_notBefore_success() local
/aosp_15_r20/external/federated-compute/fcp/base/
H A Dsimulated_clock_test.cc66 SimulatedClock clock2(t2); in TEST() local