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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/android/ext/
fake_hash.h 13 #define DEFINE_HASH(_type) \
15 struct hash<_type> { \
16 std::size_t operator()(_type val) const { \
17 return std::hash<_type>(val); \
  /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/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...]
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...]
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-actions.h     [all...]
gmock-generated-matchers.h     [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...]
  /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;
  /external/chromium/build/
grit_target.gypi 17 ['_type=="executable" or _type=="shared_library" or \
18 _type=="loadable_module" or _type=="static_library"', {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarLexer.cs 55 int _type = T__10;
64 state.type = _type;
78 int _type = T__11;
87 state.type = _type;
101 int _type = T__12;
110 state.type = _type;
124 int _type = T__13;
133 state.type = _type;
147 int _type = T__14;
156 state.type = _type;
    [all...]
ProfileGrammarLexer.cs 55 int _type = T__10;
64 state.type = _type;
78 int _type = T__11;
87 state.type = _type;
101 int _type = T__12;
110 state.type = _type;
124 int _type = T__13;
133 state.type = _type;
147 int _type = T__14;
156 state.type = _type;
    [all...]
  /external/clang/lib/Driver/
InputInfo.h 46 InputInfo(types::ID _Type, const char *_BaseInput)
47 : Kind(Nothing), Type(_Type), BaseInput(_BaseInput) {
49 InputInfo(const char *_Filename, types::ID _Type, const char *_BaseInput)
50 : Kind(Filename), Type(_Type), BaseInput(_BaseInput) {
53 InputInfo(const Arg *_InputArg, types::ID _Type, const char *_BaseInput)
54 : Kind(InputArg), Type(_Type), BaseInput(_BaseInput) {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.java 50 int _type = T__21; local
59 state.type = _type;
70 int _type = T__22; local
79 state.type = _type;
90 int _type = T__23; local
99 state.type = _type;
110 int _type = T__24; local
119 state.type = _type;
130 int _type = T__25; local
139 state.type = _type;
150 int _type = T__26; local
170 int _type = FOR; local
191 int _type = INT_TYPE; local
212 int _type = CHAR; local
233 int _type = VOID; local
254 int _type = ID; local
315 int _type = INT; local
373 int _type = EQ; local
393 int _type = EQEQ; local
414 int _type = LT; local
434 int _type = PLUS; local
454 int _type = WS; local
    [all...]
  /development/testrunner/coverage/
coverage_target.py 21 self._type = None
38 return self._type
41 self._type = buildtype

Completed in 535 milliseconds

1 2 3 4 5 6 7 8 91011>>