/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | cstdint.hpp | 396 # define INT8_C(value) value##i8 argument 399 # define INT16_C(value) value##i16 argument 402 # define INT32_C(value) value##i32 argument 405 # define INT64_C(value) value##i64 argument 409 # define UINT8_C(value) static_cast<unsigned char>(value##u) argument 411 # define UINT8_C(value) value##ui8 argument 414 # define UINT16_C(value) value##ui16 argument 417 # define UINT32_C(value) value##ui32 argument 420 # define UINT64_C(value) value##ui64 argument 423 # define INTMAX_C(value) value##i64 argument [all …]
|
D | is_placeholder.hpp | 26 enum _vt { value = 0 }; enumerator
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
D | xml_printer.hpp | 44 print_escaped( std::ostream& where_to, const_string value ) in print_escaped() 69 print_escaped( std::ostream& where_to, std::string const& value ) in print_escaped() 78 print_escaped( std::ostream& where_to, T const& value ) in print_escaped() 89 operator<<( custom_printer<attr_value> const& p, T const& value ) in operator <<() 103 operator<<( custom_printer<cdata> const& p, const_string value ) in operator <<()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/ |
D | ice_eq.hpp | 29 template <int b1, int b2> bool const ice_eq<b1,b2>::value; member in boost::type_traits::ice_eq<b1,b2> 30 template <int b1, int b2> bool const ice_ne<b1,b2>::value; member in boost::type_traits::ice_ne<b1,b2>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/detail/ |
D | error_info_impl.hpp | 53 value() const in value() function in boost::error_info 59 value() in value() function in boost::error_info
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | Registers.hpp | 50 void setSP(uint32_t value) { _registers.__esp = value; } in setSP() 52 void setIP(uint32_t value) { _registers.__eip = value; } in setIP() 54 void setEBP(uint32_t value) { _registers.__ebp = value; } in setEBP() 56 void setEBX(uint32_t value) { _registers.__ebx = value; } in setEBX() 58 void setECX(uint32_t value) { _registers.__ecx = value; } in setECX() 60 void setEDX(uint32_t value) { _registers.__edx = value; } in setEDX() 62 void setESI(uint32_t value) { _registers.__esi = value; } in setESI() 64 void setEDI(uint32_t value) { _registers.__edi = value; } in setEDI() 137 inline void Registers_x86::setRegister(int regNum, uint32_t value) { in setRegister() 238 void setSP(uint64_t value) { _registers.__rsp = value; } in setSP() [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/ |
D | arg.hpp | 50 enum _vt { value = I }; enumerator 55 enum _vt { value = I }; enumerator
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
D | is_convertible.hpp | 73 enum { value = sizeof( _m_check(_m_from) ) == sizeof(yes_type) }; enumerator 82 enum { value = ::boost::is_void<To>::value }; enumerator 280 enum { value = enumerator 381 # define TT_AUX_BOOL_CV_VOID_TRAIT_SPEC2_PART1(trait,spec1,spec2,value) \ argument 388 # define TT_AUX_BOOL_CV_VOID_TRAIT_SPEC2(trait,spec1,spec2,value) \ argument
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
D | arg.hpp | 56 # define AUX778076_ARG_N_DEFAULT_PARAMS(param,value) \ argument
|
D | bool.hpp | 34 bool const bool_<C_>::value; member in bool_<C_>
|
D | apply_fwd.hpp | 54 # define AUX778076_APPLY_DEF_PARAMS(param, value) \ argument
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/ |
D | variable.hpp | 63 T const& value() const in value() function in boost::BOOST_RT_PARAM_NAMESPACE::environment::variable_base 69 void value( boost::optional<T>& res ) const in value() function in boost::BOOST_RT_PARAM_NAMESPACE::environment::variable_base 105 T const& value() const { return variable_base::value<T>(); } in value() function in boost::BOOST_RT_PARAM_NAMESPACE::environment::variable 110 void value( boost::optional<T>& res ) const { variable_base::value( res ); } in value() function in boost::BOOST_RT_PARAM_NAMESPACE::environment::variable
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest-printers.h | 135 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() 149 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() 168 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() 218 void DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) { in DefaultPrintNonContainerTo() 337 const T& value, ::std::ostream* os) { in DefaultPrintTo() 353 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo() 566 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) { in PrintTo() 591 static void Print(const T& value, ::std::ostream* os) { in Print() 662 static void Print(const T& value, ::std::ostream* os) { in Print() 683 static void Print(const T& value, ::std::ostream* os) { in Print() [all …]
|
/ndk/tests/device/test-stlport-copy_vector_into_a_set/jni/ |
D | copy_vector_into_a_set.cpp | 52 const PasswordForm* value = *iter; in main() local 57 const PasswordForm* value = *iter; in main() local
|
/ndk/tests/device/test-gnustl-copy_vector_into_a_set/jni/ |
D | copy_vector_into_a_set.cpp | 52 const PasswordForm* value = *iter; in main() local 57 const PasswordForm* value = *iter; in main() local
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
D | na_fwd.hpp | 25 enum { value = 0 }; enumerator
|
D | msvc_never_true.hpp | 27 enum { value = false }; enumerator
|
D | integral_wrapper.hpp | 34 # define AUX_WRAPPER_INST(value) AUX_WRAPPER_NAME< value > argument 36 # define AUX_WRAPPER_INST(value) BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::AUX_WRAPPER_NAME< value… argument
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | config.h | 38 # define __sync_swap(address, value) \ argument
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | gabixx_config.h | 90 # define __gabixx_sync_swap(address,value) __sync_swap((address),(value)) argument 92 # define __gabixx_sync_swap(address, value) \ argument
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/ |
D | config.hpp | 78 putenv_impl( cstring name, cstring value ) in putenv_impl() 86 putenv_impl( cstring name, cstring value ) in putenv_impl()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/logical.operations/ |
D | transparent.pass.cpp | 21 static const bool value = sizeof(__test<_Tp>(0)) == 1; member
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/arithmetic.operations/ |
D | transparent.pass.cpp | 21 static const bool value = sizeof(__test<_Tp>(0)) == 1; member
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bitwise.operations/ |
D | transparent.pass.cpp | 21 static const bool value = sizeof(__test<_Tp>(0)) == 1; member
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/comparisons/ |
D | transparent.pass.cpp | 21 static const bool value = sizeof(__test<_Tp>(0)) == 1; member
|