Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 114) sorted by relevance

12345

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dcstdint.hpp396 # 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 …]
Dis_placeholder.hpp26 enum _vt { value = 0 }; enumerator
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
Dxml_printer.hpp44 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/
Dice_eq.hpp29 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/
Derror_info_impl.hpp53 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/
DRegisters.hpp50 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 …]
DUnwindLevel1.c463 uintptr_t value = 0; in _Unwind_GetGR() local
471 uintptr_t value) { in _Unwind_SetGR()
479 uintptr_t value = _Unwind_GetGR(context, 15) & (~(uintptr_t)0x1); in _Unwind_GetIP() local
486 uintptr_t value) { in _Unwind_SetIP()
508 uintptr_t value) { in _Unwind_SetGR()
530 uintptr_t value) { in _Unwind_SetIP()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
Darg.hpp50 enum _vt { value = I }; enumerator
55 enum _vt { value = I }; enumerator
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
Dis_convertible.hpp73 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/
Darg.hpp56 # define AUX778076_ARG_N_DEFAULT_PARAMS(param,value) \ argument
Dbool.hpp34 bool const bool_<C_>::value; member in bool_<C_>
Dbind_fwd.hpp55 # define AUX778076_BIND_DEFAULT_PARAMS(param, value) \ argument
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
Dvariable.hpp63 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/
Dgtest-printers.h135 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-gnustl-copy_vector_into_a_set/jni/
Dcopy_vector_into_a_set.cpp52 const PasswordForm* value = *iter; in main() local
57 const PasswordForm* value = *iter; in main() local
/ndk/tests/device/test-stlport-copy_vector_into_a_set/jni/
Dcopy_vector_into_a_set.cpp52 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_/
Dna_fwd.hpp25 enum { value = 0 }; enumerator
Dmsvc_never_true.hpp27 enum { value = false }; enumerator
Dintegral_wrapper.hpp34 # 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/gabi++/include/
Dgabixx_config.h90 # 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/
Dconfig.hpp78 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/arithmetic.operations/
Dtransparent.pass.cpp21 static const bool value = sizeof(__test<_Tp>(0)) == 1; member
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bitwise.operations/
Dtransparent.pass.cpp21 static const bool value = sizeof(__test<_Tp>(0)) == 1; member
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/logical.operations/
Dtransparent.pass.cpp21 static const bool value = sizeof(__test<_Tp>(0)) == 1; member
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/comparisons/
Dtransparent.pass.cpp21 static const bool value = sizeof(__test<_Tp>(0)) == 1; member

12345