Home
last modified time | relevance | path

Searched defs:TestClock (Results 1 – 18 of 18) sorted by relevance

/external/cronet/tot/third_party/libc++/src/test/std/thread/thread.condition/thread.condition.condvar/
Dwait_until.pass.cpp30 struct TestClock { struct
34 typedef std::chrono::time_point<TestClock> time_point; argument
35 static const bool is_steady = true;
37 static time_point now() { in now()
Dwait_until_pred.pass.cpp31 struct TestClock { struct
35 typedef std::chrono::time_point<TestClock> time_point; argument
36 static const bool is_steady = true;
38 static time_point now() { in now()
/external/cronet/stable/third_party/libc++/src/test/std/thread/thread.condition/thread.condition.condvar/
Dwait_until.pass.cpp30 struct TestClock { struct
34 typedef std::chrono::time_point<TestClock> time_point; argument
35 static const bool is_steady = true;
37 static time_point now() { in now()
Dwait_until_pred.pass.cpp31 struct TestClock { struct
35 typedef std::chrono::time_point<TestClock> time_point; argument
36 static const bool is_steady = true;
38 static time_point now() { in now()
/external/cronet/tot/third_party/libc++/src/test/std/thread/thread.condition/thread.condition.condvarany/
Dwait_until.pass.cpp29 struct TestClock { struct
33 typedef std::chrono::time_point<TestClock> time_point; argument
34 static const bool is_steady = true;
36 static time_point now() { in now()
Dwait_until_pred.pass.cpp31 struct TestClock { struct
35 typedef std::chrono::time_point<TestClock> time_point; argument
36 static const bool is_steady = true;
38 static time_point now() { in now()
/external/cronet/stable/third_party/libc++/src/test/std/thread/thread.condition/thread.condition.condvarany/
Dwait_until.pass.cpp29 struct TestClock { struct
33 typedef std::chrono::time_point<TestClock> time_point; argument
34 static const bool is_steady = true;
36 static time_point now() { in now()
Dwait_until_pred.pass.cpp31 struct TestClock { struct
35 typedef std::chrono::time_point<TestClock> time_point; argument
36 static const bool is_steady = true;
38 static time_point now() { in now()
/external/libcxx/test/libcxx/input.output/filesystems/
Dconvert_file_time.sh.cpp268 struct TestClock { struct
272 typedef std::chrono::time_point<TestClock> time_point; argument
279 using TestFileTimeT = time_point<TestClock<duration<IntType, Period> > >; argument
/external/cronet/tot/third_party/libc++/src/test/libcxx/input.output/filesystems/
Dconvert_file_time.pass.cpp268 struct TestClock { struct
272 typedef std::chrono::time_point<TestClock> time_point; argument
279 using TestFileTimeT = time_point<TestClock<duration<IntType, Period> > >; argument
/external/cronet/stable/third_party/libc++/src/test/libcxx/input.output/filesystems/
Dconvert_file_time.pass.cpp268 struct TestClock { struct
272 typedef std::chrono::time_point<TestClock> time_point; argument
279 using TestFileTimeT = time_point<TestClock<duration<IntType, Period> > >; argument
/external/opencensus-java/testing/src/main/java/io/opencensus/testing/common/
DTestClock.java32 public final class TestClock extends Clock { class
38 private TestClock() {} in TestClock() method in TestClock
/external/google-auth-library-java/oauth2_http/javatests/com/google/auth/
DTestClock.java37 public class TestClock implements Clock { class
/external/threetenbp/src/test/java/org/threeten/bp/
DTestClock.java42 public class TestClock { class
/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/internal/retry/
DRateLimitingTokenBucketEndToEndTest.java121 private static class TestClock implements RateLimitingTokenBucket.Clock { class in RateLimitingTokenBucketEndToEndTest
/external/sdk-platform-java/java-core/google-cloud-core/src/test/java/com/google/cloud/
DServiceOptionsTest.java187 private static class TestClock implements ApiClock { class in ServiceOptionsTest
/external/deqp/execserver/tools/
DxsTest.cpp151 class TestClock class
154 inline TestClock(void) in TestClock() function in xs::TestClock
/external/pigweed/pw_clock_tree/
Dclock_tree_test.cc335 static void TestClock() { in TestClock() function