/external/libcxx/test/std/experimental/string.view/string.view.comparison/ |
oplt.string_view.pointer.pass.cpp | 13 // constexpr bool operator<(const charT* lhs, basic_string_wiew<charT,traits> rhs); 15 // constexpr bool operator<(basic_string_wiew<charT,traits> lhs, const charT* rhs); 55 constexpr SV sv1; 56 constexpr SV sv2 { "abcde", 5 };
|
opne.string_view.pointer.pass.cpp | 13 // constexpr bool operator!=(basic_string_view<charT,traits> lhs, const charT* rhs); 15 // constexpr bool operator!=(const charT* lhs, basic_string_view<charT,traits> rhs); 55 constexpr SV sv1; 56 constexpr SV sv2 { "abcde", 5 };
|
opne.string_view.string_view.pass.cpp | 13 // constexpr bool operator!=(const basic_string_view<charT,traits> lhs, 54 constexpr SV sv1; 55 constexpr SV sv2; 56 constexpr SV sv3 { "abcde", 5 };
|
/external/libcxx/test/std/iterators/iterator.container/ |
empty.pass.cpp | 11 // template <class C> constexpr auto empty(const C& c) -> decltype(c.empty()); // C++17 12 // template <class T, size_t N> constexpr bool empty(const T (&array)[N]) noexcept; // C++17 13 // template <class E> constexpr bool empty(initializer_list<E> il) noexcept; // C++17 73 static constexpr int arrA [] { 1, 2, 3 };
|
/external/libcxx/test/std/numerics/complex.number/cmplx.over/ |
imag.pass.cpp | 29 constexpr T val {x}; 31 constexpr std::complex<T> t{val, val}; 43 constexpr T val {x}; 45 constexpr std::complex<T> t{val, val};
|
real.pass.cpp | 29 constexpr T val {x}; 31 constexpr std::complex<T> t{val, val}; 43 constexpr T val {x}; 45 constexpr std::complex<T> t{val, val};
|
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/ |
values.pass.cpp | 20 // static constexpr size_t block_size = p; 21 // static constexpr size_t used_block = r; 22 // static constexpr result_type min() { return Engine::min(); } 23 // static constexpr result_type max() { return Engine::max(); }
|
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/ |
const_first_const_second.pass.cpp | 33 constexpr AC(int data) : data_(data) {} 35 constexpr bool operator==(const AC& a) const {return data_ == a.data_;} 57 constexpr P p(3.5f, 0); 63 constexpr P p(1, 2);
|
/frameworks/base/tools/aapt2/xml/ |
XmlUtil.h | 28 constexpr const char16_t* kSchemaAuto = u"http://schemas.android.com/apk/res-auto"; 29 constexpr const char16_t* kSchemaPublicPrefix = u"http://schemas.android.com/apk/res/"; 30 constexpr const char16_t* kSchemaPrivatePrefix = u"http://schemas.android.com/apk/prv/res/"; 31 constexpr const char16_t* kSchemaAndroid = u"http://schemas.android.com/apk/res/android";
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/ |
minmax.pass.cpp | 52 constexpr static int x = 1; 53 constexpr static int y = 0; 54 constexpr auto p1 = std::minmax (x, y); 57 constexpr auto p2 = std::minmax (y, x);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/cmplx.over/ |
imag.pass.cpp | 29 constexpr T val {x}; 31 constexpr std::complex<T> t{val, val}; 43 constexpr T val {x}; 45 constexpr std::complex<T> t{val, val};
|
real.pass.cpp | 29 constexpr T val {x}; 31 constexpr std::complex<T> t{val, val}; 43 constexpr T val {x}; 45 constexpr std::complex<T> t{val, val};
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/ |
values.pass.cpp | 20 // static constexpr size_t block_size = p; 21 // static constexpr size_t used_block = r; 22 // static constexpr result_type min() { return Engine::min(); } 23 // static constexpr result_type max() { return Engine::max(); }
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.assign/ |
copy.pass.cpp | 43 constexpr optional<int> opt2; 50 constexpr optional<int> opt2(2); 59 constexpr optional<int> opt2; 66 constexpr optional<int> opt2(2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/ |
copy.pass.cpp | 53 constexpr T t0(2); 54 constexpr T t = t0; 59 constexpr T t0; 60 constexpr T t = t0;
|
default.pass.cpp | 14 // constexpr tuple(); 51 constexpr std::tuple<> t; 54 constexpr std::tuple<int> t; 58 constexpr std::tuple<int, char*> t;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/ |
const_first_const_second.pass.cpp | 33 constexpr AC(int data) : data_(data) {} 35 constexpr bool operator==(const AC& a) const {return data_ == a.data_;} 57 constexpr P p(3.5f, 0); 63 constexpr P p(1, 2);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
utility | 106 static constexpr _Tp1& 111 static constexpr _Tp1&& 116 static constexpr const _Tp1& 125 static constexpr _Tp2& 130 static constexpr _Tp2&& 135 static constexpr const _Tp2& 141 constexpr typename tuple_element<_Int, std::pair<_Tp1, _Tp2>>::type& 146 constexpr typename tuple_element<_Int, std::pair<_Tp1, _Tp2>>::type&& 151 constexpr const typename tuple_element<_Int, std::pair<_Tp1, _Tp2>>::type&
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
utility | 106 static constexpr _Tp1& 111 static constexpr _Tp1&& 116 static constexpr const _Tp1& 125 static constexpr _Tp2& 130 static constexpr _Tp2&& 135 static constexpr const _Tp2& 141 constexpr typename tuple_element<_Int, std::pair<_Tp1, _Tp2>>::type& 146 constexpr typename tuple_element<_Int, std::pair<_Tp1, _Tp2>>::type&& 151 constexpr const typename tuple_element<_Int, std::pair<_Tp1, _Tp2>>::type&
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
utility | 106 static constexpr _Tp1& 111 static constexpr _Tp1&& 116 static constexpr const _Tp1& 125 static constexpr _Tp2& 130 static constexpr _Tp2&& 135 static constexpr const _Tp2& 141 constexpr typename tuple_element<_Int, std::pair<_Tp1, _Tp2>>::type& 146 constexpr typename tuple_element<_Int, std::pair<_Tp1, _Tp2>>::type&& 151 constexpr const typename tuple_element<_Int, std::pair<_Tp1, _Tp2>>::type&
|
/system/extras/simpleperf/runtest/ |
function_pthread.cpp | 6 constexpr int LOOP_COUNT = 100000000;
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/experimental/ |
string_view | 87 static constexpr size_type npos = size_type(-1); 91 constexpr 96 constexpr basic_string_view(const basic_string_view&) noexcept = default; 104 constexpr basic_string_view(const _CharT* __str) 109 constexpr basic_string_view(const _CharT* __str, size_type __len) 119 constexpr const_iterator 123 constexpr const_iterator 127 constexpr const_iterator 131 constexpr const_iterator 153 constexpr size_typ [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
tuple | 85 constexpr _Head_base() 88 constexpr _Head_base(const _Head& __h) 94 constexpr _Head_base(_UHead&& __h) 120 static constexpr _Head& 123 static constexpr const _Head& 130 constexpr _Head_base() 133 constexpr _Head_base(const _Head& __h) 139 constexpr _Head_base(_UHead&& __h) 166 static constexpr _Head& 169 static constexpr const _Head [all...] |
/art/runtime/base/ |
bit_utils.h | 31 static constexpr int CLZ(T x) { 44 static constexpr int CTZ(T x) { 59 static constexpr int POPCOUNT(T x) { 67 static constexpr ssize_t MostSignificantBit(T value) { 76 static constexpr ssize_t LeastSignificantBit(T value) { 84 static constexpr size_t MinimumBitsToStore(T value) { 89 static constexpr inline T RoundUpToPowerOfTwo(T x) { 97 static constexpr bool IsPowerOfTwo(T x) { 114 static constexpr T RoundDown(T x, typename Identity<T>::type n) WARN_UNUSED; 117 static constexpr T RoundDown(T x, typename Identity<T>::type n) [all...] |
/art/runtime/entrypoints/quick/ |
quick_trampoline_entrypoints.cc | 45 static constexpr size_t kBytesStackArgLocation = 4; 47 static constexpr size_t kQuickCalleeSaveFrame_RefAndArgs_FrameSize = 68 static constexpr bool kSplitPairAcrossRegisterAndStack = kArm32QuickCodeUseSoftFloat; 69 static constexpr bool kAlignPairRegister = !kArm32QuickCodeUseSoftFloat; 70 static constexpr bool kQuickSoftFloatAbi = kArm32QuickCodeUseSoftFloat; 71 static constexpr bool kQuickDoubleRegAlignedFloatBackFilled = !kArm32QuickCodeUseSoftFloat; 72 static constexpr bool kQuickSkipOddFpRegisters = false; 73 static constexpr size_t kNumQuickGprArgs = 3; 74 static constexpr size_t kNumQuickFprArgs = kArm32QuickCodeUseSoftFloat ? 0 : 16; 75 static constexpr bool kGprFprLockstep = false [all...] |