HomeSort by relevance Sort by last modified time
    Searched full:_type (Results 1 - 25 of 552) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubymacros.swg 4 #define %argfail_fmt(_type,_name,_argn) Ruby_Format_TypeError( "", _type, #_name, _argn, $input )
6 #define %argnullref_fmt(_type,_name,_argn) Ruby_Format_TypeError(%nullref_fmt(), _type, #_name, _argn, $input)
  /external/chromium_org/third_party/skia/src/svg/
SkSVGElements.h 19 #define DECLARE_SVG_INFO(_type) \
21 virtual ~SkSVG##_type(); \
26 typedef SkSVG##_type BASE_CLASS
28 #define DEFINE_SVG_INFO(_type) \
29 SkSVG##_type::~SkSVG##_type() {} \
30 int SkSVG##_type::getAttributes(const SkSVGAttribute** attrPtr) { \
34 SkSVGTypes SkSVG##_type::getType() const { return SkSVGType_##_type; }
36 #define DEFINE_SVG_NO_INFO(_type) \
    [all...]
  /external/skia/src/svg/
SkSVGElements.h 19 #define DECLARE_SVG_INFO(_type) \
21 virtual ~SkSVG##_type(); \
26 typedef SkSVG##_type BASE_CLASS
28 #define DEFINE_SVG_INFO(_type) \
29 SkSVG##_type::~SkSVG##_type() {} \
30 int SkSVG##_type::getAttributes(const SkSVGAttribute** attrPtr) { \
34 SkSVGTypes SkSVG##_type::getType() const { return SkSVGType_##_type; }
36 #define DEFINE_SVG_NO_INFO(_type) \
    [all...]
  /external/stlport/stlport/stl/
_ptrs_specialize.h 31 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type)
32 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type)
34 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type) _STLP_TEMPLATE_NULL struct __type_traits<_Type> : __type_traits_aux<__true_type> {};
35 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type) \
36 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type*) \
37 _STLP_TYPE_TRAITS_POD_SPECIALIZE(const _Type*) \
38 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type**) \
39 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type* const *) \
40 _STLP_TYPE_TRAITS_POD_SPECIALIZE(const _Type**) \
    [all...]
concept_checks.h 234 typedef _Tp _Type;
238 typedef _Tp _Type;
243 template <class _Type>
244 void __sink_unused_warning(_Type) { }
256 template <class _Type> struct __check_equal { };
362 template <class _Type>
363 static _Type
364 __default_constructor_requirement_violation(_Type) {
365 return _Type();
367 template <class _Type>
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ptrs_specialize.h 31 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type)
32 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type)
34 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type) _STLP_TEMPLATE_NULL struct __type_traits<_Type> : __type_traits_aux<__true_type> {};
35 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type) \
36 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type*) \
37 _STLP_TYPE_TRAITS_POD_SPECIALIZE(const _Type*) \
38 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type**) \
39 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type* const *) \
40 _STLP_TYPE_TRAITS_POD_SPECIALIZE(const _Type**) \
    [all...]
concept_checks.h 234 typedef _Tp _Type;
238 typedef _Tp _Type;
243 template <class _Type>
244 void __sink_unused_warning(_Type) { }
256 template <class _Type> struct __check_equal { };
362 template <class _Type>
363 static _Type
364 __default_constructor_requirement_violation(_Type) {
365 return _Type();
367 template <class _Type>
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pydocs.swg 5 %typemap(doc) SWIGTYPE "@param $1_name $1_type";
6 %typemap(doc) SWIGTYPE * "@param $1_name $1_type";
7 %typemap(doc) const SWIGTYPE & "@param $1_name $1_type";
8 %typemap(doc) enum SWIGTYPE "@param $1_name enum $1_type";
10 %typemap(doc) SWIGTYPE *INOUT, SWIGTYPE &INOUT "@param $1_name $1_type (input/output)";
11 %typemap(doc) SWIGTYPE *INPUT, SWIGTYPE &INPUT "@param $1_name $1_type (input)";
12 %typemap(doc) SWIGTYPE *OUTPUT, SWIGTYPE &OUTPUT "@param $1_name $1_type (output)";
14 %typemap(doc) SWIGTYPE "$1_name: $1_type";
15 %typemap(doc) SWIGTYPE * "$1_name: $1_type";
16 %typemap(doc) const SWIGTYPE & "$1_name: $1_type";
    [all...]
std_carray.i 19 %fragment(SWIG_Traits_frag(std::carray<_Type, _Size >), "header",
21 fragment=SWIG_Traits_frag(_Type),
24 template <> struct traits<std::carray<_Type, _Size > > {
27 return "std::carray<" #_Type "," #_Size " >";
34 SWIG_Traits_frag(std::carray<_Type, _Size >),
35 std::carray<_Type, _Size >);
44 inline const _Type& __getitem__(size_t i) const { return (*self)[i]; }
46 inline void __setitem__(size_t i, const _Type& v) { (*self)[i] = v; }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ptrs_specialize.h 31 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type)
32 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type)
34 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type) _STLP_TEMPLATE_NULL struct __type_traits<_Type> : __type_traits_aux<__true_type> {};
35 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type) \
36 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type*) \
37 _STLP_TYPE_TRAITS_POD_SPECIALIZE(const _Type*) \
38 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type**) \
39 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type* const *) \
40 _STLP_TYPE_TRAITS_POD_SPECIALIZE(const _Type**) \
    [all...]
concept_checks.h 234 typedef _Tp _Type;
238 typedef _Tp _Type;
243 template <class _Type>
244 void __sink_unused_warning(_Type) { }
256 template <class _Type> struct __check_equal { };
362 template <class _Type>
363 static _Type
364 __default_constructor_requirement_violation(_Type) {
365 return _Type();
367 template <class _Type>
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ptrs_specialize.h 31 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type)
32 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type)
34 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type) _STLP_TEMPLATE_NULL struct __type_traits<_Type> : __type_traits_aux<__true_type> {};
35 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type) \
36 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type*) \
37 _STLP_TYPE_TRAITS_POD_SPECIALIZE(const _Type*) \
38 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type**) \
39 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type* const *) \
40 _STLP_TYPE_TRAITS_POD_SPECIALIZE(const _Type**) \
    [all...]
concept_checks.h 234 typedef _Tp _Type;
238 typedef _Tp _Type;
243 template <class _Type>
244 void __sink_unused_warning(_Type) { }
256 template <class _Type> struct __check_equal { };
362 template <class _Type>
363 static _Type
364 __default_constructor_requirement_violation(_Type) {
365 return _Type();
367 template <class _Type>
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ptrs_specialize.h 31 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type)
32 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type)
34 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type) _STLP_TEMPLATE_NULL struct __type_traits<_Type> : __type_traits_aux<__true_type> {};
35 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type) \
36 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type*) \
37 _STLP_TYPE_TRAITS_POD_SPECIALIZE(const _Type*) \
38 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type**) \
39 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type* const *) \
40 _STLP_TYPE_TRAITS_POD_SPECIALIZE(const _Type**) \
    [all...]
concept_checks.h 234 typedef _Tp _Type;
238 typedef _Tp _Type;
243 template <class _Type>
244 void __sink_unused_warning(_Type) { }
256 template <class _Type> struct __check_equal { };
362 template <class _Type>
363 static _Type
364 __default_constructor_requirement_violation(_Type) {
365 return _Type();
367 template <class _Type>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ptrs_specialize.h 31 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type)
32 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type)
34 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type) _STLP_TEMPLATE_NULL struct __type_traits<_Type> : __type_traits_aux<__true_type> {};
35 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type) \
36 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type*) \
37 _STLP_TYPE_TRAITS_POD_SPECIALIZE(const _Type*) \
38 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type**) \
39 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type* const *) \
40 _STLP_TYPE_TRAITS_POD_SPECIALIZE(const _Type**) \
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ptrs_specialize.h 31 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type)
32 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type)
34 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type) _STLP_TEMPLATE_NULL struct __type_traits<_Type> : __type_traits_aux<__true_type> {};
35 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type) \
36 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type*) \
37 _STLP_TYPE_TRAITS_POD_SPECIALIZE(const _Type*) \
38 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type**) \
39 _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type* const *) \
40 _STLP_TYPE_TRAITS_POD_SPECIALIZE(const _Type**) \
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkMemberInfo.h 107 #define SK_MEMBER(_member, _type) \
108 { #_member, SK_OFFSETOF(BASE_CLASS, _member), SkType_##_type, \
111 #define SK_MEMBER_ALIAS(_member, _alias, _type) \
112 { #_member, SK_OFFSETOF(BASE_CLASS, _alias), SkType_##_type, \
115 #define SK_MEMBER_ARRAY(_member, _type) \
117 (int) SkType_##_type }
122 // #define SK_MEMBER_KEY_TYPE(_member, _type)
123 // {#_member, (size_t) -1, SkType_##_type, 0}
131 #define SK_MEMBER_DYNAMIC_FUNCTION(_member, _type) \
133 (int) SkType_##_type }
    [all...]
  /external/skia/src/animator/
SkMemberInfo.h 107 #define SK_MEMBER(_member, _type) \
108 { #_member, SK_OFFSETOF(BASE_CLASS, _member), SkType_##_type, \
111 #define SK_MEMBER_ALIAS(_member, _alias, _type) \
112 { #_member, SK_OFFSETOF(BASE_CLASS, _alias), SkType_##_type, \
115 #define SK_MEMBER_ARRAY(_member, _type) \
117 (int) SkType_##_type }
122 // #define SK_MEMBER_KEY_TYPE(_member, _type)
123 // {#_member, (size_t) -1, SkType_##_type, 0}
131 #define SK_MEMBER_DYNAMIC_FUNCTION(_member, _type) \
133 (int) SkType_##_type }
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/octave/
std_carray.i 19 %fragment(SWIG_Traits_frag(std::carray<_Type, _Size >), "header",
21 fragment=SWIG_Traits_frag(_Type),
24 template <> struct traits<std::carray<_Type, _Size > > {
27 return "std::carray<" #_Type "," #_Size " >";
34 SWIG_Traits_frag(std::carray<_Type, _Size >),
35 std::carray<_Type, _Size >);
44 inline const _Type& __getitem__(size_t i) const { return (*self)[i]; }
46 inline void __setitem__(size_t i, const _Type& v) { (*self)[i] = v; }
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_carray.swg 19 template <class _Type, size_t _Size>
23 typedef _Type value_type;
26 typedef _Type * iterator;
27 typedef const _Type * const_iterator;
46 _Type& operator[](size_t i) { return v[i]; }
47 const _Type& operator[](size_t i) const { return v[i]; }
61 _Type v[_Size];
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_dump.h 116 #define trace_dump_arg(_type, _arg) \
119 trace_dump_##_type(_arg); \
123 #define trace_dump_arg_struct(_type, _arg) \
126 trace_dump_##_type(&_arg); \
130 #define trace_dump_ret(_type, _arg) \
133 trace_dump_##_type(_arg); \
137 #define trace_dump_array(_type, _obj, _size) \
143 trace_dump_##_type((_obj)[idx]); \
149 #define trace_dump_struct_array(_type, _obj, _size) \
155 trace_dump_##_type(&(_obj)[idx]);
    [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump.h 116 #define trace_dump_arg(_type, _arg) \
119 trace_dump_##_type(_arg); \
123 #define trace_dump_arg_struct(_type, _arg) \
126 trace_dump_##_type(&_arg); \
130 #define trace_dump_ret(_type, _arg) \
133 trace_dump_##_type(_arg); \
137 #define trace_dump_array(_type, _obj, _size) \
143 trace_dump_##_type((_obj)[idx]); \
149 #define trace_dump_struct_array(_type, _obj, _size) \
155 trace_dump_##_type(&(_obj)[idx]);
    [all...]
  /external/stlport/test/compiler/
ttei6.cpp 21 typedef T2 _Type;
29 typedef typename A<T1>:: template B<T2>::_Type ABType;
ttei7.cpp 22 typedef A<T2> _Type;
30 typedef typename A:: template B<T>::_Type _ATType;

Completed in 5746 milliseconds

1 2 3 4 5 6 7 8 91011>>