HomeSort by relevance Sort by last modified time
    Searched full:__value (Results 251 - 275 of 928) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_construct.h 70 _Construct(_T1* __p, const _T2& __value)
74 ::new(static_cast<void*>(__p)) _T1(__value);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
type_traits 240 static const bool __value = sizeof(__test(__makeFrom())) == 1;
247 static const bool __value = (is_integral<_Tp>::value
259 && __is_int_or_cref<_To>::__value))>
263 static const bool __value = (__is_convertible_simple<typename
265 _To>::__value);
270 { static const bool __value = (is_void<_To>::value
271 || (__is_int_or_cref<_To>::__value
280 __is_convertible_helper<_From, _To>::__value>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
sigthread.h 41 const union sigval __value) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
vlimit.h 63 extern int vlimit (enum __vlimit_resource __resource, int __value) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/profile/
deque 72 deque(size_type __n, const _Tp& __value,
74 : _Base(__n, __value, __a) { }
77 deque(size_type __n, const _Tp& __value = _Tp(),
79 : _Base(__n, __value, __a) { }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/profile/impl/
profiler_list_to_vector.h 242 * _GLIBCXX_PROFILE_DATA(__vector_shift_cost_factor).__value
244 * _GLIBCXX_PROFILE_DATA(__vector_iterate_cost_factor).__value);
251 * _GLIBCXX_PROFILE_DATA(__list_shift_cost_factor).__value
253 * _GLIBCXX_PROFILE_DATA(__list_iterate_cost_factor).__value);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
sigthread.h 41 const union sigval __value) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
vlimit.h 63 extern int vlimit (enum __vlimit_resource __resource, int __value) __THROW;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
deque 72 deque(size_type __n, const _Tp& __value,
74 : _Base(__n, __value, __a) { }
77 deque(size_type __n, const _Tp& __value = _Tp(),
79 : _Base(__n, __value, __a) { }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_list_to_vector.h 242 * _GLIBCXX_PROFILE_DATA(__vector_shift_cost_factor).__value
244 * _GLIBCXX_PROFILE_DATA(__vector_iterate_cost_factor).__value);
251 * _GLIBCXX_PROFILE_DATA(__list_shift_cost_factor).__value
253 * _GLIBCXX_PROFILE_DATA(__list_iterate_cost_factor).__value);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
deque 72 deque(size_type __n, const _Tp& __value,
74 : _Base(__n, __value, __a) { }
77 deque(size_type __n, const _Tp& __value = _Tp(),
79 : _Base(__n, __value, __a) { }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_list_to_vector.h 242 * _GLIBCXX_PROFILE_DATA(__vector_shift_cost_factor).__value
244 * _GLIBCXX_PROFILE_DATA(__vector_iterate_cost_factor).__value);
251 * _GLIBCXX_PROFILE_DATA(__list_shift_cost_factor).__value
253 * _GLIBCXX_PROFILE_DATA(__list_iterate_cost_factor).__value);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events.l 16 static int __value(YYSTYPE *yylval, char *str, int base, int token)
34 return __value(yylval, text, base, PE_VALUE);
42 return __value(yylval, text + 1, 16, PE_RAW);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
type_traits.h 67 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
110 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
161 template<typename _Tp, bool = std::__is_integer<_Tp>::__value>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
ptr_traits.h 86 static const bool __value = _S_chk<_Ptr, _Up>(nullptr); member in class:__ptrtr_rebind_helper
90 const bool __ptrtr_rebind_helper<_Ptr, _Up>::__value; member in class:__ptrtr_rebind_helper
93 bool = __ptrtr_rebind_helper<_Tp, _Up>::__value>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
type_traits.h 66 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
109 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
160 template<typename _Tp, bool = std::__is_integer<_Tp>::__value>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ptr_traits.h 86 static const bool __value = _S_chk<_Ptr, _Up>(nullptr); member in class:__ptrtr_rebind_helper
90 const bool __ptrtr_rebind_helper<_Ptr, _Up>::__value; member in class:__ptrtr_rebind_helper
93 bool = __ptrtr_rebind_helper<_Tp, _Up>::__value>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
type_traits.h 66 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
109 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
160 template<typename _Tp, bool = std::__is_integer<_Tp>::__value>
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_sequence.h 50 _Type __value; member in class:__gnu_debug::_Not_equal_to
53 explicit _Not_equal_to(const _Type& __v) : __value(__v) { }
57 { return __value != __x; }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
type_traits.h 64 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
107 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
158 template<typename _Tp, bool = std::__is_integer<_Tp>::__value>
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_sequence.h 50 _Type __value; member in class:__gnu_debug::_Not_equal_to
53 explicit _Not_equal_to(const _Type& __v) : __value(__v) { }
57 { return __value != __x; }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
type_traits.h 64 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
107 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
158 template<typename _Tp, bool = std::__is_integer<_Tp>::__value>
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_sequence.h 50 _Type __value; member in class:__gnu_debug::_Not_equal_to
53 explicit _Not_equal_to(const _Type& __v) : __value(__v) { }
57 { return __value != __x; }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
type_traits.h 64 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
107 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
158 template<typename _Tp, bool = std::__is_integer<_Tp>::__value>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
safe_sequence.h 50 _Type __value; member in class:__gnu_debug::_Not_equal_to
53 explicit _Not_equal_to(const _Type& __v) : __value(__v) { }
57 { return __value != __x; }

Completed in 574 milliseconds

<<11121314151617181920>>