/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | __refstring | 46 data_from_rep(_Rep_base *rep) _NOEXCEPT 48 char *data = reinterpret_cast<char *>(rep); 49 return data + sizeof(*rep); 90 _Rep_base* rep = static_cast<_Rep_base *>(::operator new(sizeof(*rep) + len + 1)); 91 rep->len = len; 92 rep->cap = len; 93 rep->count = 0; 94 char *data = data_from_rep(rep); 126 _Rep_base* rep = rep_from_data(str_); 127 if (__sync_add_and_fetch(&rep->count, count_t(-1)) < 0) [all …]
|
D | chrono | 47 typedef Rep rep; 55 is_convertible<Rep2, rep>::value && 56 (treat_as_floating_point<rep>::value || 57 !treat_as_floating_point<rep>::value && !treat_as_floating_point<Rep2>::value) 65 treat_as_floating_point<rep>::value || 71 constexpr rep count() const; 85 duration& operator*=(const rep& rhs); 86 duration& operator/=(const rep& rhs); 108 typedef typename duration::rep rep; 236 typedef duration::rep rep; [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | chrono.cpp | 65 steady_clock::rep 68 return static_cast<steady_clock::rep>(mach_absolute_time()); in steady_simplified() 81 steady_clock::rep 85 return static_cast<steady_clock::rep>(mach_absolute_time() * factor); in steady_full() 88 typedef steady_clock::rep (*FP)();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/ |
D | clock.h | 18 typedef duration::rep rep; typedef
|
D | minutes.pass.cpp | 21 typedef D::rep Rep; in main()
|
D | nanoseconds.pass.cpp | 21 typedef D::rep Rep; in main()
|
D | hours.pass.cpp | 21 typedef D::rep Rep; in main()
|
D | seconds.pass.cpp | 21 typedef D::rep Rep; in main()
|
D | microseconds.pass.cpp | 21 typedef D::rep Rep; in main()
|
D | milliseconds.pass.cpp | 21 typedef D::rep Rep; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cons/ |
D | default.pass.cpp | 28 assert(d.count() == typename D::rep()); in test() 31 static_assert(d2.count() == typename D::rep(), ""); in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.clock/time.clock.steady/ |
D | consistency.pass.cpp | 29 static_assert((std::is_same<C::rep, C::duration::rep>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.special/ |
D | zero.pass.cpp | 25 typedef typename D::rep Rep; in test() 31 typedef typename D::rep Rep; in test()
|
D | max.pass.cpp | 26 typedef typename D::rep Rep; in test() 32 typedef typename D::rep Rep; in test()
|
D | min.pass.cpp | 26 typedef typename D::rep Rep; in test() 32 typedef typename D::rep Rep; in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.clock/time.clock.hires/ |
D | consistency.pass.cpp | 29 static_assert((std::is_same<C::rep, C::duration::rep>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.clock/time.clock.system/ |
D | consistency.pass.cpp | 29 static_assert((std::is_same<C::rep, C::duration::rep>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/ |
D | wait_until.pass.cpp | 27 typedef duration::rep rep; typedef
|
D | wait_until_pred.pass.cpp | 29 typedef duration::rep rep; typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/ |
D | wait_until.pass.cpp | 28 typedef duration::rep rep; typedef
|
D | wait_until_pred.pass.cpp | 29 typedef duration::rep rep; typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/ |
D | types.pass.cpp | 25 static_assert((std::is_same<D::rep, long>::value), ""); in main()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _limits.c | 272 unsigned short rep[2]; 276 unsigned short rep[4]; 282 unsigned short rep[8];
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0010-Add-enough-symlink-to-rename-file-path-with-replace-.patch | 265 +op_mod=rep.pass.cpp
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 4417 $(call gen-test, utilities/time/time.duration/time.duration.cons/rep)
|