/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.nonmember/ |
op_mod_rep.pass.cpp | 10 // <chrono> 19 #include <chrono> 25 std::chrono::nanoseconds ns(15); 31 constexpr std::chrono::nanoseconds ns(15); 32 constexpr std::chrono::nanoseconds ns2 = ns % 6;
|
/external/libcxx/include/ |
chrono | 2 //===---------------------------- chrono ----------------------------------===// 15 chrono synopsis 19 namespace chrono 136 } // chrono 140 struct common_type<chrono::duration<Rep1, Period1>, chrono::duration<Rep2, Period2>>; 143 struct common_type<chrono::time_point<Clock, Duration1>, chrono::time_point<Clock, Duration2>>; 145 namespace chrono { 238 typedef chrono::time_point<system_clock> time_point [all...] |
__mutex_base | 15 #include <chrono> 122 unique_lock(mutex_type& __m, const chrono::time_point<_Clock, _Duration>& __t) 126 unique_lock(mutex_type& __m, const chrono::duration<_Rep, _Period>& __d) 163 bool try_lock_for(const chrono::duration<_Rep, _Period>& __d); 165 bool try_lock_until(const chrono::time_point<_Clock, _Duration>& __t); 220 unique_lock<_Mutex>::try_lock_for(const chrono::duration<_Rep, _Period>& __d) 233 unique_lock<_Mutex>::try_lock_until(const chrono::time_point<_Clock, _Duration>& __t) 294 const chrono::time_point<_Clock, _Duration>& __t); 299 const chrono::time_point<_Clock, _Duration>& __t, 305 const chrono::duration<_Rep, _Period>& __d) [all...] |
shared_mutex | 58 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time); 60 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time); 68 try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time); 71 try_lock_shared_until(const chrono::time_point<Clock, Duration>& abs_time); 89 const chrono::time_point<Clock, Duration>& abs_time); 92 const chrono::duration<Rep, Period>& rel_time); 104 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time); 106 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time); 218 try_lock_for(const chrono::duration<_Rep, _Period>& __rel_time) 220 return try_lock_until(chrono::steady_clock::now() + __rel_time) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
chrono | 2 //===---------------------------- chrono ----------------------------------===// 15 chrono synopsis 19 namespace chrono 136 } // chrono 140 struct common_type<chrono::duration<Rep1, Period1>, chrono::duration<Rep2, Period2>>; 143 struct common_type<chrono::time_point<Clock, Duration1>, chrono::time_point<Clock, Duration2>>; 145 namespace chrono { 238 typedef chrono::time_point<system_clock> time_point [all...] |
__mutex_base | 15 #include <chrono> 124 unique_lock(mutex_type& __m, const chrono::time_point<_Clock, _Duration>& __t) 128 unique_lock(mutex_type& __m, const chrono::duration<_Rep, _Period>& __d) 165 bool try_lock_for(const chrono::duration<_Rep, _Period>& __d); 167 bool try_lock_until(const chrono::time_point<_Clock, _Duration>& __t); 222 unique_lock<_Mutex>::try_lock_for(const chrono::duration<_Rep, _Period>& __d) 235 unique_lock<_Mutex>::try_lock_until(const chrono::time_point<_Clock, _Duration>& __t) 297 const chrono::time_point<_Clock, _Duration>& __t); 302 const chrono::time_point<_Clock, _Duration>& __t, 308 const chrono::duration<_Rep, _Period>& __d) [all...] |
shared_mutex | 35 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time); 37 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time); 45 try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time); 48 try_lock_shared_until(const chrono::time_point<Clock, Duration>& abs_time); 66 const chrono::time_point<Clock, Duration>& abs_time); 69 const chrono::duration<Rep, Period>& rel_time); 81 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time); 83 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time); 141 try_lock_for(const chrono::duration<_Rep, _Period>& __rel_time) 143 return try_lock_until(chrono::steady_clock::now() + __rel_time) [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
chrono | 2 //===---------------------------- chrono ----------------------------------===// 15 chrono synopsis 19 namespace chrono 136 } // chrono 140 struct common_type<chrono::duration<Rep1, Period1>, chrono::duration<Rep2, Period2>>; 143 struct common_type<chrono::time_point<Clock, Duration1>, chrono::time_point<Clock, Duration2>>; 145 namespace chrono { 238 typedef chrono::time_point<system_clock> time_point [all...] |
__mutex_base | 15 #include <chrono> 124 unique_lock(mutex_type& __m, const chrono::time_point<_Clock, _Duration>& __t) 128 unique_lock(mutex_type& __m, const chrono::duration<_Rep, _Period>& __d) 165 bool try_lock_for(const chrono::duration<_Rep, _Period>& __d); 167 bool try_lock_until(const chrono::time_point<_Clock, _Duration>& __t); 222 unique_lock<_Mutex>::try_lock_for(const chrono::duration<_Rep, _Period>& __d) 235 unique_lock<_Mutex>::try_lock_until(const chrono::time_point<_Clock, _Duration>& __t) 297 const chrono::time_point<_Clock, _Duration>& __t); 302 const chrono::time_point<_Clock, _Duration>& __t, 308 const chrono::duration<_Rep, _Period>& __d) [all...] |
shared_mutex | 35 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time); 37 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time); 45 try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time); 48 try_lock_shared_until(const chrono::time_point<Clock, Duration>& abs_time); 66 const chrono::time_point<Clock, Duration>& abs_time); 69 const chrono::duration<Rep, Period>& rel_time); 81 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time); 83 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time); 141 try_lock_for(const chrono::duration<_Rep, _Period>& __rel_time) 143 return try_lock_until(chrono::steady_clock::now() + __rel_time) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
mutex | 39 #include <chrono> 206 typedef chrono::steady_clock __clock_t; 208 typedef chrono::high_resolution_clock __clock_t; 239 try_lock_for(const chrono::duration<_Rep, _Period>& __rtime) 244 try_lock_until(const chrono::time_point<_Clock, _Duration>& __atime) 261 _M_try_lock_for(const chrono::duration<_Rep, _Period>& __rtime) 263 auto __rt = chrono::duration_cast<__clock_t::duration>(__rtime); 272 _M_try_lock_until(const chrono::time_point<__clock_t, 275 chrono::time_point<__clock_t, chrono::seconds> __s [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
mutex | 39 #include <chrono> 206 typedef chrono::steady_clock __clock_t; 208 typedef chrono::high_resolution_clock __clock_t; 239 try_lock_for(const chrono::duration<_Rep, _Period>& __rtime) 244 try_lock_until(const chrono::time_point<_Clock, _Duration>& __atime) 261 _M_try_lock_for(const chrono::duration<_Rep, _Period>& __rtime) 263 auto __rt = chrono::duration_cast<__clock_t::duration>(__rtime); 272 _M_try_lock_until(const chrono::time_point<__clock_t, 275 chrono::time_point<__clock_t, chrono::seconds> __s [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
mutex | 39 #include <chrono> 206 typedef chrono::steady_clock __clock_t; 208 typedef chrono::high_resolution_clock __clock_t; 239 try_lock_for(const chrono::duration<_Rep, _Period>& __rtime) 244 try_lock_until(const chrono::time_point<_Clock, _Duration>& __atime) 261 _M_try_lock_for(const chrono::duration<_Rep, _Period>& __rtime) 263 auto __rt = chrono::duration_cast<__clock_t::duration>(__rtime); 272 _M_try_lock_until(const chrono::time_point<__clock_t, 275 chrono::time_point<__clock_t, chrono::seconds> __s [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
condition_variable | 38 #include <chrono> 66 typedef chrono::system_clock __clock_t; 104 const chrono::time_point<__clock_t, _Duration>& __atime) 110 const chrono::time_point<_Clock, _Duration>& __atime) 124 const chrono::time_point<_Clock, _Duration>& __atime, 136 const chrono::duration<_Rep, _Period>& __rtime) 142 const chrono::duration<_Rep, _Period>& __rtime, 154 const chrono::time_point<__clock_t, _Dur>& __atime) 156 auto __s = chrono::time_point_cast<chrono::seconds>(__atime) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/ |
wait.exception.pass.cpp | 4 #include <chrono> 36 std::this_thread::sleep_for(std::chrono::milliseconds(500));
|
/external/libcxx/test/std/experimental/utilities/time/header.chrono.synop/ |
treat_as_floating_point_v.pass.cpp | 12 // <experimental/chrono> 16 #include <experimental/chrono> 19 namespace ex = std::chrono::experimental; 20 namespace cr = std::chrono;
|
/external/libcxx/test/std/utilities/time/time.clock/time.clock.hires/ |
consistency.pass.cpp | 15 // <chrono> 21 #include <chrono> 28 typedef std::chrono::high_resolution_clock C; 33 test(std::chrono::high_resolution_clock::is_steady);
|
now.pass.cpp | 10 // <chrono> 16 #include <chrono> 21 typedef std::chrono::high_resolution_clock C;
|
/external/libcxx/test/std/utilities/time/time.clock/time.clock.steady/ |
consistency.pass.cpp | 16 // <chrono> 22 #include <chrono> 29 typedef std::chrono::steady_clock C; 34 test(std::chrono::steady_clock::is_steady);
|
now.pass.cpp | 12 // <chrono> 18 #include <chrono> 23 typedef std::chrono::steady_clock C;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.clock/time.clock.hires/ |
consistency.pass.cpp | 15 // <chrono> 21 #include <chrono> 28 typedef std::chrono::high_resolution_clock C; 33 test(std::chrono::high_resolution_clock::is_steady);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.clock/time.clock.steady/ |
consistency.pass.cpp | 15 // <chrono> 21 #include <chrono> 28 typedef std::chrono::steady_clock C; 33 test(std::chrono::steady_clock::is_steady);
|
/external/libcxx/test/std/utilities/time/ |
clock.h | 13 #include <chrono> 17 typedef std::chrono::nanoseconds duration; 20 typedef std::chrono::time_point<Clock, duration> time_point;
|
/external/libcxx/test/std/utilities/time/time.clock/time.clock.system/ |
from_time_t.pass.cpp | 10 // <chrono> 16 #include <chrono> 21 typedef std::chrono::system_clock C;
|
now.pass.cpp | 10 // <chrono> 16 #include <chrono> 21 typedef std::chrono::system_clock C;
|