/external/chromium/base/third_party/nspr/ |
D | prtypes.h | 92 #define PR_EXPORT(__type) extern __type argument 93 #define PR_EXPORT_DATA(__type) extern __type argument 94 #define PR_IMPORT(__type) extern __type argument 95 #define PR_IMPORT_DATA(__type) extern __type argument 97 #define PR_EXTERN(__type) extern __type argument 98 #define PR_IMPLEMENT(__type) __type argument 99 #define PR_EXTERN_DATA(__type) extern __type argument 100 #define PR_IMPLEMENT_DATA(__type) __type argument 108 #define PR_EXPORT(__type) extern __declspec(dllexport) __type argument 109 #define PR_EXPORT_DATA(__type) extern __declspec(dllexport) __type argument [all …]
|
/external/stlport/stlport/stl/ |
D | _cmath.h | 188 #define _STLP_MATH_INLINEX(__type,func,cfunc) \ argument 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) \ argument 195 inline __type func (__type x, __type *y) { \ 198 *y = __STATIC_CAST(__type, tmp2); \ 199 return __STATIC_CAST(__type, tmp1); \ 201 #define _STLP_MATH_INLINE2XX(__type,func,cfunc) \ argument 202 inline __type func (__type x, __type y) \ 203 { return __STATIC_CAST(__type, _STLP_CMATH_FUNC_NAMESPACE::cfunc((double)x, (double)y)); }
|
D | _function.h | 126 # define __UNARY_ARG(__Operation,__type) __unary_fun_aux<__Operation>::__type argument 127 # define __BINARY_ARG(__Operation,__type) __binary_fun_aux<__Operation>::__type argument 128 # define __PAIR_ARG(__Pair,__type) __pair_aux<__Pair>::__type argument 130 # define __UNARY_ARG(__Operation,__type) __Operation::__type argument 131 # define __BINARY_ARG(__Operation,__type) __Operation::__type argument 132 # define __PAIR_ARG(__Pair,__type) __Pair::__type argument
|
D | _limits.c | 36 # define __declare_numeric_base_member(__type, __mem) \ argument 38 const __type _Numeric_limits_base<__number>:: __mem 65 # define __declare_integer_limits_member(__type, __mem) \ argument 67 const __type _Integer_limits<_Int, __imin, __imax, __idigits, __ismod>:: __mem 102 # define __declare_float_limits_member(__type, __mem) \ argument 110 const __type _Floating_limits< __number, __Digits, __Digits10, \
|
/external/stlport/stlport/stl/config/ |
D | features.h | 786 # define __TRIVIAL_CONSTRUCTOR(__type) __type() {} argument 788 # define __TRIVIAL_CONSTRUCTOR(__type) argument 792 # define __TRIVIAL_DESTRUCTOR(__type) ~__type() {} argument 794 # define __TRIVIAL_DESTRUCTOR(__type) argument 797 #define __TRIVIAL_STUFF(__type) \ argument 798 __TRIVIAL_CONSTRUCTOR(__type) __TRIVIAL_DESTRUCTOR(__type) 801 # define _STLP_STATIC_CONSTANT(__type, __assignment) enum { __assignment } argument 803 # define _STLP_STATIC_CONSTANT(__type, __assignment) static const __type __assignment argument
|
/external/elfutils/libelf/ |
D | libelf.h | 336 Elf_Type __type); 340 Elf_Type __type); 378 extern size_t elf32_fsize (Elf_Type __type, size_t __count, 382 extern size_t elf64_fsize (Elf_Type __type, size_t __count,
|
D | libelfP.h | 473 extern size_t __elf32_msize (Elf_Type __type, size_t __count, 475 extern size_t __elf64_msize (Elf_Type __type, size_t __count, 585 extern size_t __gelf_fsize_internal (Elf *__elf, Elf_Type __type,
|
D | gelf.h | 177 extern size_t gelf_fsize (Elf *__elf, Elf_Type __type, size_t __count,
|
/external/clang/test/CodeGenCXX/ |
D | mangle.cpp | 190 typedef T __type; typedef 194 template<typename T> typename __enable_if<__is_scalar_type<T>::__value, void>::__type ft7() { } in ft7() 225 template<typename T> typename __enable_if<(__is_scalar_type<T>::__value), void>::__type ft8() { } in ft8() 238 template<typename T> struct __enable_if<true, T> { typedef T __type; }; typedef 242 typename __enable_if<!__is_scalar_type<T>::__value, void>::__type __fill_a() { }; in __fill_a()
|
/external/valgrind/main/VEX/auxprogs/ |
D | genoffsets.c | 59 #define my_offsetof(__type,__field) (&((__type*)0)->__field) argument
|
/external/elfutils/ |
D | android.patch | 468 Elf_Type __type); 472 + Elf_Type __type);
|