Home
last modified time | relevance | path

Searched refs:spec (Results 1 – 13 of 13) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/
Dtype_trait_def.hpp28 #define BOOST_TT_AUX_TYPE_TRAIT_SPEC1(trait,spec,result) \ argument
29 template<> struct trait<spec> \
33 BOOST_MPL_AUX_LAMBDA_SUPPORT_SPEC(1,trait,(spec)) \
37 #define BOOST_TT_AUX_TYPE_TRAIT_IMPL_SPEC1(trait,spec,result) \ argument
38 template<> struct trait##_impl<spec> \
45 #define BOOST_TT_AUX_TYPE_TRAIT_PARTIAL_SPEC1_1(param,trait,spec,result) \ argument
46 template< param > struct trait<spec> \
53 #define BOOST_TT_AUX_TYPE_TRAIT_PARTIAL_SPEC1_2(param1,param2,trait,spec,result) \ argument
54 template< param1, param2 > struct trait<spec> \
61 #define BOOST_TT_AUX_TYPE_TRAIT_IMPL_PARTIAL_SPEC1_1(param,trait,spec,result) \ argument
[all …]
Dsize_t_trait_def.hpp45 #define BOOST_TT_AUX_SIZE_T_TRAIT_SPEC1(trait,spec,C) \ argument
46 template<> struct trait<spec> \
51 BOOST_MPL_AUX_LAMBDA_SUPPORT_SPEC(1,trait,(spec)) \
55 #define BOOST_TT_AUX_SIZE_T_TRAIT_PARTIAL_SPEC1_1(param,trait,spec,C) \ argument
56 template< param > struct trait<spec> \
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
Dbroken_compiler_spec.hpp37 # define BOOST_TT_AUX_BROKEN_TYPE_TRAIT_SPEC1(trait,spec,result) \ argument
38 template<> struct trait##_impl<spec> \
/ndk/sources/host-tools/make-3.81/glob/
DChangeLog96 spec. Disallow wildcards in the drive spec. Prevent recursion
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dnew111 _LIBCPP_FUNC_VIS void __throw_bad_alloc(); // not in C++ spec
Datomic729 // FIXME: Haven't figured out what the spec says about using arrays with
Dlocale2050 // Note: ignoring case comes from the POSIX strptime spec
2064 // Note: ignoring case comes from the POSIX strptime spec
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_demangle.cpp141 static constexpr const char* spec = "%af"; member
144 constexpr const char* float_data<float>::spec; member in __cxxabiv1::__anon1106586f0111::float_data<float>
151 static constexpr const char* spec = "%a"; member
154 constexpr const char* float_data<double>::spec; member in __cxxabiv1::__anon1106586f0111::float_data<double>
165 static constexpr const char* spec = "%LaL"; member
168 constexpr const char* float_data<long double>::spec; member in __cxxabiv1::__anon1106586f0111::float_data<long double>
202 int n = snprintf(num, sizeof(num), float_data<Float>::spec, value); in parse_floating_number()
/ndk/sources/host-tools/sed-4.2.1/testsuite/
DSPENCER.tests159 # actually, this next one probably ought to fail, but the spec is unclear
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk792 $(call gen-test, containers/sequences/forwardlist/forwardlist.spec/equal)
793 $(call gen-test, containers/sequences/forwardlist/forwardlist.spec/member_swap)
794 $(call gen-test, containers/sequences/forwardlist/forwardlist.spec/non_member_swap)
795 $(call gen-test, containers/sequences/forwardlist/forwardlist.spec/relational)
796 $(call gen-test, containers/sequences/forwardlist/forwardlist.spec/swap_noexcept)
4166 $(call gen-test, utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec/swap)
4184 $(call gen-test, utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec/swap)
4548 $(call gen-test, utilities/utility/pairs/pairs.spec/comparison)
4549 $(call gen-test, utilities/utility/pairs/pairs.spec/make_pair)
4550 $(call gen-test, utilities/utility/pairs/pairs.spec/non_member_swap)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk783 $(call gen-test, containers/sequences/forwardlist/forwardlist.spec/equal)
784 $(call gen-test, containers/sequences/forwardlist/forwardlist.spec/member_swap)
785 $(call gen-test, containers/sequences/forwardlist/forwardlist.spec/non_member_swap)
786 $(call gen-test, containers/sequences/forwardlist/forwardlist.spec/relational)
787 $(call gen-test, containers/sequences/forwardlist/forwardlist.spec/swap_noexcept)
4157 $(call gen-test, utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec/swap)
4175 $(call gen-test, utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec/swap)
4539 $(call gen-test, utilities/utility/pairs/pairs.spec/comparison)
4540 $(call gen-test, utilities/utility/pairs/pairs.spec/make_pair)
4541 $(call gen-test, utilities/utility/pairs/pairs.spec/non_member_swap)
/ndk/docs/text/
DCHANGES.text277 > 1. Fixed ARM's WCHAR_MIN / WCHAR_MAX to be unsigned according to spec. (X86/MIPS'
1063 - Fixed ARM EHABI support in clang conforming to spec.
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog2801 /bin/sed's and the spec is hard to read so i'm not sure).