Home
last modified time | relevance | path

Searched defs:testClock (Results 1 – 25 of 25) sorted by relevance

/external/aws-sdk-java-v2/services/ec2/src/main/java/software/amazon/awssdk/services/ec2/transform/internal/
DGeneratePreSignUrlInterceptor.java66 private final Clock testClock; // for testing only field in GeneratePreSignUrlInterceptor
73 GeneratePreSignUrlInterceptor(Clock testClock) { in GeneratePreSignUrlInterceptor()
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/trace/export/
DNoopInProcessRunningSpanStoreTest.java53 private final TestClock testClock = TestClock.create(timestamp); field in NoopInProcessRunningSpanStoreTest
DNoopSampledSpanStoreImplTest.java58 private final TestClock testClock = TestClock.create(timestamp); field in NoopSampledSpanStoreImplTest
DInProcessSampledSpanStoreImplTest.java67 private final TestClock testClock = TestClock.create(Timestamp.create(12345, 54321)); field in InProcessSampledSpanStoreImplTest
/external/google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/
DServiceAccountJwtAccessCredentialsTest.java243 TestClock testClock = new TestClock(); in getRequestMetadata_blocking_cached() local
268 TestClock testClock = new TestClock(); in getRequestMetadata_blocking_cache_expired() local
350 TestClock testClock = new TestClock(); in getRequestMetadata_async_cache_expired() local
378 TestClock testClock = new TestClock(); in getRequestMetadata_async_cached() local
DOAuth2CredentialsTest.java497 TestClock testClock = new TestClock(); in getRequestMetadata_staleTemporaryToken() local
568 TestClock testClock = new TestClock(); in getRequestMetadata_staleTemporaryToken_expirationWaits() local
637 TestClock testClock = new TestClock(); in getRequestMetadata_singleFlightErrorSharing() local
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/metrics/
DDerivedLongGaugeImplTest.java61 private final TestClock testClock = TestClock.create(TEST_TIME); field in DerivedLongGaugeImplTest
DDerivedDoubleGaugeImplTest.java61 private final TestClock testClock = TestClock.create(TEST_TIME); field in DerivedDoubleGaugeImplTest
DDerivedDoubleCumulativeImplTest.java64 private final TestClock testClock = TestClock.create(); field in DerivedDoubleCumulativeImplTest
DDerivedLongCumulativeImplTest.java64 private final TestClock testClock = TestClock.create(); field in DerivedLongCumulativeImplTest
DMetricRegistryImplTest.java81 private final TestClock testClock = TestClock.create(TEST_TIME); field in MetricRegistryImplTest
DDoubleGaugeImplTest.java65 private final TestClock testClock = TestClock.create(TEST_TIME); field in DoubleGaugeImplTest
DLongCumulativeImplTest.java68 private final TestClock testClock = TestClock.create(); field in LongCumulativeImplTest
DLongGaugeImplTest.java65 private final TestClock testClock = TestClock.create(TEST_TIME); field in LongGaugeImplTest
DDoubleCumulativeImplTest.java68 private final TestClock testClock = TestClock.create(); field in DoubleCumulativeImplTest
/external/aws-sdk-java-v2/core/auth/src/test/java/software/amazon/awssdk/auth/signer/
DAwsSignerExecutionAttributeTest.java57 private Clock testClock; field in AwsSignerExecutionAttributeTest
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/
DStatsRecorderImplTest.java85 private final TestClock testClock = TestClock.create(); field in StatsRecorderImplTest
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/trace/
DSpanBuilderImplTest.java52 private final TestClock testClock = TestClock.create(); field in SpanBuilderImplTest
DRecordEventsSpanImplTest.java63 private final TestClock testClock = TestClock.create(timestamp); field in RecordEventsSpanImplTest
/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/internal/http/pipeline/stages/
DSigningStageTest.java406 public static Clock testClock() { in testClock() method in SigningStageTest
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/internal/
DMddIsolatedStructuresTest.java92 private FakeTimeSource testClock; field in MddIsolatedStructuresTest
DFileGroupsMetadataTest.java101 private FakeTimeSource testClock; field in FileGroupsMetadataTest
DMobileDataDownloadManagerTest.java150 private FakeTimeSource testClock; field in MobileDataDownloadManagerTest
DExpirationHandlerTest.java94 private FakeTimeSource testClock; field in ExpirationHandlerTest
DFileGroupManagerTest.java166 private FakeTimeSource testClock; field in FileGroupManagerTest