Home
last modified time | relevance | path

Searched refs:rep (Results 1 – 25 of 26) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__refstring46 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 …]
Dchrono47 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/
Dchrono.cpp65 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/
Dclock.h18 typedef duration::rep rep; typedef
Dminutes.pass.cpp21 typedef D::rep Rep; in main()
Dnanoseconds.pass.cpp21 typedef D::rep Rep; in main()
Dhours.pass.cpp21 typedef D::rep Rep; in main()
Dseconds.pass.cpp21 typedef D::rep Rep; in main()
Dmicroseconds.pass.cpp21 typedef D::rep Rep; in main()
Dmilliseconds.pass.cpp21 typedef D::rep Rep; in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cons/
Ddefault.pass.cpp28 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/
Dconsistency.pass.cpp29 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/
Dzero.pass.cpp25 typedef typename D::rep Rep; in test()
31 typedef typename D::rep Rep; in test()
Dmax.pass.cpp26 typedef typename D::rep Rep; in test()
32 typedef typename D::rep Rep; in test()
Dmin.pass.cpp26 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/
Dconsistency.pass.cpp29 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/
Dconsistency.pass.cpp29 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/
Dwait_until.pass.cpp27 typedef duration::rep rep; typedef
Dwait_until_pred.pass.cpp29 typedef duration::rep rep; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/
Dwait_until.pass.cpp28 typedef duration::rep rep; typedef
Dwait_until_pred.pass.cpp29 typedef duration::rep rep; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/
Dtypes.pass.cpp25 static_assert((std::is_same<D::rep, long>::value), ""); in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_limits.c272 unsigned short rep[2];
276 unsigned short rep[4];
282 unsigned short rep[8];
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0010-Add-enough-symlink-to-rename-file-path-with-replace-.patch265 +op_mod=rep.pass.cpp
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk4417 $(call gen-test, utilities/time/time.duration/time.duration.cons/rep)

12