HomeSort by relevance Sort by last modified time
    Searched refs:__type (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium/base/third_party/nspr/
prtypes.h 92 #define PR_EXPORT(__type) extern __type
93 #define PR_EXPORT_DATA(__type) extern __type
94 #define PR_IMPORT(__type) extern __type
95 #define PR_IMPORT_DATA(__type) extern __type
97 #define PR_EXTERN(__type) extern __type
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
type_traits.h 46 { typedef _Tp __type; }; typedef in struct:__enable_if
52 { typedef _Iftrue __type; }; typedef in struct:__conditional_type
56 { typedef _Iffalse __type; }; typedef in struct:__conditional_type
67 typedef typename __if_type::__type __type; typedef in struct:__add_unsigned
72 { typedef unsigned char __type; }; typedef in struct:__add_unsigned
76 { typedef unsigned char __type; }; typedef in struct:__add_unsigned
80 { typedef unsigned short __type; }; typedef in struct:__add_unsigned
84 { typedef unsigned int __type; }; typedef in struct:__add_unsigned
88 { typedef unsigned long __type; }; typedef in struct:__add_unsigned
92 { typedef unsigned long long __type; }; typedef in struct:__add_unsigned
110 typedef typename __if_type::__type __type; typedef in struct:__remove_unsigned
115 { typedef signed char __type; }; typedef in struct:__remove_unsigned
119 { typedef signed char __type; }; typedef in struct:__remove_unsigned
123 { typedef short __type; }; typedef in struct:__remove_unsigned
127 { typedef int __type; }; typedef in struct:__remove_unsigned
131 { typedef long __type; }; typedef in struct:__remove_unsigned
135 { typedef long long __type; }; typedef in struct:__remove_unsigned
160 { typedef double __type; }; typedef in struct:__promote
164 { typedef _Tp __type; }; typedef in struct:__promote
174 typedef __typeof__(__type1() + __type2()) __type; typedef in struct:__promote_2
186 typedef __typeof__(__type1() + __type2() + __type3()) __type; typedef in struct:__promote_3
199 typedef __typeof__(__type1() + __type2() + __type3() + __type4()) __type; typedef in struct:__promote_4
    [all...]
numeric_traits.h 125 __numeric_traits_floating<_Value> >::__type
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
cpp_type_traits.h 83 { typedef __false_type __type; }; typedef in struct:__truth_type
87 { typedef __true_type __type; }; typedef in struct:__truth_type
95 typedef typename __truth_type<__value>::__type __type; typedef in struct:__traitor
103 typedef __false_type __type; typedef in struct:__are_same
110 typedef __true_type __type; typedef in struct:__are_same
118 typedef __false_type __type; typedef in struct:__is_void
125 typedef __true_type __type; typedef in struct:__is_void
135 typedef __false_type __type; typedef in struct:__is_integer
145 typedef __true_type __type; typedef in struct:__is_integer
152 typedef __true_type __type; typedef in struct:__is_integer
159 typedef __true_type __type; typedef in struct:__is_integer
166 typedef __true_type __type; typedef in struct:__is_integer
174 typedef __true_type __type; typedef in struct:__is_integer
183 typedef __true_type __type; typedef in struct:__is_integer
190 typedef __true_type __type; typedef in struct:__is_integer
198 typedef __true_type __type; typedef in struct:__is_integer
205 typedef __true_type __type; typedef in struct:__is_integer
212 typedef __true_type __type; typedef in struct:__is_integer
219 typedef __true_type __type; typedef in struct:__is_integer
226 typedef __true_type __type; typedef in struct:__is_integer
233 typedef __true_type __type; typedef in struct:__is_integer
240 typedef __true_type __type; typedef in struct:__is_integer
247 typedef __true_type __type; typedef in struct:__is_integer
257 typedef __false_type __type; typedef in struct:__is_floating
265 typedef __true_type __type; typedef in struct:__is_floating
272 typedef __true_type __type; typedef in struct:__is_floating
279 typedef __true_type __type; typedef in struct:__is_floating
289 typedef __false_type __type; typedef in struct:__is_pointer
296 typedef __true_type __type; typedef in struct:__is_pointer
306 typedef __false_type __type; typedef in struct:__is_normal_iterator
314 typedef __true_type __type; typedef in struct:__is_normal_iterator
348 typedef __false_type __type; typedef in struct:__is_char
355 typedef __true_type __type; typedef in struct:__is_char
363 typedef __true_type __type; typedef in struct:__is_char
371 typedef __false_type __type; typedef in struct:__is_byte
378 typedef __true_type __type; typedef in struct:__is_byte
385 typedef __true_type __type; typedef in struct:__is_byte
392 typedef __true_type __type; typedef in struct:__is_byte
402 typedef __false_type __type; typedef in struct:__is_move_iterator
413 typedef __true_type __type; typedef in struct:__is_move_iterator
    [all...]
stl_pair.h 225 typedef _Tp __type; typedef in struct:__strip_reference_wrapper
231 typedef _Tp& __type; typedef in struct:__strip_reference_wrapper
237 typedef _Tp& __type; typedef in struct:__strip_reference_wrapper
244 typename decay<_Tp>::type>::__type __type; typedef in struct:__decay_and_strip
249 inline pair<typename __decay_and_strip<_T1>::__type,
250 typename __decay_and_strip<_T2>::__type>
253 return pair<typename __decay_and_strip<_T1>::__type,
254 typename __decay_and_strip<_T2>::__type>
streambuf_iterator.h 62 ostreambuf_iterator<_CharT2> >::__type
68 _CharT2*>::__type
74 istreambuf_iterator<_CharT2> >::__type
214 ostreambuf_iterator<_CharT2> >::__type
275 ostreambuf_iterator<_CharT> >::__type
292 ostreambuf_iterator<_CharT> >::__type
304 ostreambuf_iterator<_CharT> >::__type
316 _CharT*>::__type
351 istreambuf_iterator<_CharT> >::__type
stl_algobase.h 413 ostreambuf_iterator<_CharT, char_traits<_CharT> > >::__type
419 ostreambuf_iterator<_CharT, char_traits<_CharT> > >::__type
425 _CharT*>::__type
686 __gnu_cxx::__enable_if<!__is_scalar<_Tp>::__value, void>::__type
696 __gnu_cxx::__enable_if<__is_scalar<_Tp>::__value, void>::__type
708 __gnu_cxx::__enable_if<__is_byte<_Tp>::__value, void>::__type
743 __gnu_cxx::__enable_if<!__is_scalar<_Tp>::__value, _OutputIterator>::__type
753 __gnu_cxx::__enable_if<__is_scalar<_Tp>::__value, _OutputIterator>::__type
764 __gnu_cxx::__enable_if<__is_byte<_Tp>::__value, _Tp*>::__type
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
klog.h 30 extern int klogctl (int __type, char *__bufp, int __len) __THROW;
socket.h 101 extern int socket (int __domain, int __type, int __protocol) __THROW;
107 extern int socketpair (int __domain, int __type, int __protocol,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/
standard_policies.hpp 66 __gnu_pbds::quadratic_probe_fn<size_type> >::__type
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdio_ext.h 83 extern int __fsetlocking (FILE *__fp, int __type) __THROW;
netdb.h 132 int __type);
167 int __type,
212 extern struct netent *getnetbyaddr (uint32_t __net, int __type);
236 extern int getnetbyaddr_r (uint32_t __net, int __type,
  /external/stlport/stlport/stl/
_function.h 126 # define __UNARY_ARG(__Operation,__type) __unary_fun_aux<__Operation>::__type
127 # define __BINARY_ARG(__Operation,__type) __binary_fun_aux<__Operation>::__type
128 # define __PAIR_ARG(__Pair,__type) __pair_aux<__Pair>::__type
130 # define __UNARY_ARG(__Operation,__type) __Operation::__type
131 # define __BINARY_ARG(__Operation,__type) __Operation::__type
    [all...]
_cmath.h 188 #define _STLP_MATH_INLINEX(__type,func,cfunc) \
189 inline __type func (__type x) \
190 { return __STATIC_CAST(__type, _STLP_CMATH_FUNC_NAMESPACE::cfunc((double)x)); }
194 #define _STLP_MATH_INLINE2PX(__type,func,cfunc) \
195 inline __type func (__type x, __type *y) { \
198 *y = __STATIC_CAST(__type, tmp2); \
199 return __STATIC_CAST(__type, tmp1);
    [all...]
_limits.c 36 # define __declare_numeric_base_member(__type, __mem) \
38 const __type _Numeric_limits_base<__number>:: __mem
65 # define __declare_integer_limits_member(__type, __mem) \
67 const __type _Integer_limits<_Int, __imin, __imax, __idigits, __ismod>:: __mem
102 # define __declare_float_limits_member(__type, __mem) \
110 const __type _Floating_limits< __number, __Digits, __Digits10, \
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function.h 126 # define __UNARY_ARG(__Operation,__type) __unary_fun_aux<__Operation>::__type
127 # define __BINARY_ARG(__Operation,__type) __binary_fun_aux<__Operation>::__type
128 # define __PAIR_ARG(__Pair,__type) __pair_aux<__Pair>::__type
130 # define __UNARY_ARG(__Operation,__type) __Operation::__type
131 # define __BINARY_ARG(__Operation,__type) __Operation::__type
    [all...]
_cmath.h 188 #define _STLP_MATH_INLINEX(__type,func,cfunc) \
189 inline __type func (__type x) \
190 { return __STATIC_CAST(__type, _STLP_CMATH_FUNC_NAMESPACE::cfunc((double)x)); }
194 #define _STLP_MATH_INLINE2PX(__type,func,cfunc) \
195 inline __type func (__type x, __type *y) { \
198 *y = __STATIC_CAST(__type, tmp2); \
199 return __STATIC_CAST(__type, tmp1);
    [all...]
_limits.c 36 # define __declare_numeric_base_member(__type, __mem) \
38 const __type _Numeric_limits_base<__number>:: __mem
65 # define __declare_integer_limits_member(__type, __mem) \
67 const __type _Integer_limits<_Int, __imin, __imax, __idigits, __ismod>:: __mem
102 # define __declare_float_limits_member(__type, __mem) \
110 const __type _Floating_limits< __number, __Digits, __Digits10, \
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
standard_policies.hpp 90 typedef typename cond_type::__type size_policy_type;
116 typedef typename cond_type::__type type;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cxxabi.h 260 const std::type_info* __type)
261 : std::type_info(__n), __flags(__quals), __pointee(__type)
299 const std::type_info* __type)
300 : __pbase_type_info (__n, __quals, __type) { }
326 const std::type_info* __type,
328 : __pbase_type_info(__n, __quals, __type), __context(__klass) { }
  /external/stlport/stlport/stl/config/
features.h 786 # define __TRIVIAL_CONSTRUCTOR(__type) __type() {}
788 # define __TRIVIAL_CONSTRUCTOR(__type)
792 # define __TRIVIAL_DESTRUCTOR(__type) ~__type() {}
794 # define __TRIVIAL_DESTRUCTOR(__type)
797 #define __TRIVIAL_STUFF(__type) \
798 __TRIVIAL_CONSTRUCTOR(__type) __TRIVIAL_DESTRUCTOR(__type)
801 # define _STLP_STATIC_CONSTANT(__type, __assignment) enum { __assignment
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
features.h 786 # define __TRIVIAL_CONSTRUCTOR(__type) __type() {}
788 # define __TRIVIAL_CONSTRUCTOR(__type)
792 # define __TRIVIAL_DESTRUCTOR(__type) ~__type() {}
794 # define __TRIVIAL_DESTRUCTOR(__type)
797 #define __TRIVIAL_STUFF(__type) \
798 __TRIVIAL_CONSTRUCTOR(__type) __TRIVIAL_DESTRUCTOR(__type)
801 # define _STLP_STATIC_CONSTANT(__type, __assignment) enum { __assignment
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
in.h 473 int __type) __THROW __attribute_deprecated__;
484 uint8_t **__tptrp, int __type)
491 uint8_t __type, socklen_t __len, uint8_t __align,
501 uint8_t __type, socklen_t *__lenp,
508 extern socklen_t inet6_rth_space (int __type, int __segments) __THROW;
509 extern void *inet6_rth_init (void *__bp, socklen_t __bp_len, int __type,
  /external/elfutils/libelf/
libelfP.h 398 extern size_t __elf32_msize (Elf_Type __type, size_t __count,
400 extern size_t __elf64_msize (Elf_Type __type, size_t __count,
495 extern size_t __gelf_fsize_internal (Elf *__elf, Elf_Type __type,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
functions.h 136 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
306 typedef typename std::__are_same<_ValueType1, _ValueType2>::__type
323 typedef typename std::__are_same<_ValueType1, _ValueType2>::__type

Completed in 1128 milliseconds

1 2