/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/ |
D | clock.h | 19 typedef duration::period period; typedef
|
D | seconds.pass.cpp | 22 typedef D::period Period; in main()
|
D | minutes.pass.cpp | 22 typedef D::period Period; in main()
|
D | nanoseconds.pass.cpp | 22 typedef D::period Period; in main()
|
D | microseconds.pass.cpp | 22 typedef D::period Period; in main()
|
D | milliseconds.pass.cpp | 22 typedef D::period Period; in main()
|
D | hours.pass.cpp | 22 typedef D::period Period; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.clock/time.clock.steady/ |
D | consistency.pass.cpp | 30 static_assert((std::is_same<C::period, C::duration::period>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.clock/time.clock.hires/ |
D | consistency.pass.cpp | 30 static_assert((std::is_same<C::period, C::duration::period>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.clock/time.clock.system/ |
D | consistency.pass.cpp | 30 static_assert((std::is_same<C::period, C::duration::period>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/ |
D | wait_until.pass.cpp | 29 typedef duration::period period; typedef
|
D | wait_until_pred.pass.cpp | 30 typedef duration::period period; typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/ |
D | wait_until.pass.cpp | 28 typedef duration::period period; typedef
|
D | wait_until_pred.pass.cpp | 30 typedef duration::period period; typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/ |
D | types.pass.cpp | 26 static_assert((std::is_same<D::period, std::ratio<3, 2> >::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | chrono | 45 static_assert(Period::num > 0, "duration period must be positive"); 48 typedef Period period; 66 ratio_divide<Period2, period>::type::den == 1 109 typedef typename duration::period period; 237 typedef duration::period period; 251 typedef duration::period period; 327 …s _Period = typename ratio_divide<typename _FromDuration::period, typename _ToDuration::period>::t… 411 static_assert(_Period::num > 0, "duration period must be positive"); 445 typedef _Period period; 474 __no_overflow<_Period2, period>::value && ( [all …]
|
/ndk/tests/device/issue39680-chrono-resolution/jni/ |
D | issue39680-chrono-resolution.cpp | 45 typedef typename C::period P;// type of time unit in printClockData()
|
/ndk/sources/host-tools/make-3.81/ |
D | readme.vms | 131 only shows up during the daylight saving time period (DST): stat()
|
D | ABOUT-NLS | 136 transition period, while some message catalogs for this language are
|
/ndk/sources/host-tools/nawk-20071023/ |
D | FIXES | 256 and period was accepted as a valid number if it started with a period.
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 603 % period following counts as ending a sentence. (Idea found in latex.) 642 % @. is an end-of-sentence period. 1087 % We do .5em per period so that it has the same spacing in a typewriter 1088 % font as three actual period characters. 2649 % Call \doitemize, adding a period to the first argument and supplying the 2772 % we'll always have a period there to be parsed.
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-1 | 1569 exceptions: a target starting with a period is not a default unless it 5451 contains a period, the suffix is everything starting with the last 5452 period. Otherwise, the suffix is the empty string. This 5465 file name contains a period, the basename is everything starting 5466 up to (and not including) the last period. Periods in the 5467 directory part are ignored. If there is no period, the basename 6121 counting targets that start with a period). Therefore, makefiles are
|
D | make-stds.texi | 577 a period followed by the appropriate digit; it should normally be @samp{.1}.
|
D | make.texi | 1826 exceptions: a target starting with a period is not a default unless it 6678 contains a period, the suffix is everything starting with the last 6679 period. Otherwise, the suffix is the empty string. This frequently 6698 file name contains a period, the basename is everything starting up to 6699 (and not including) the last period. Periods in the directory part are 6700 ignored. If there is no period, the basename is the entire file name. 7478 targets that start with a period). Therefore, makefiles are usually
|
D | make.info-2 | 1661 contain a period followed by the appropriate digit; it should
|