Home
last modified time | relevance | path

Searched refs:_type (Results 1 – 25 of 107) sorted by relevance

12345

/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-actions.h1178 #define GMOCK_INTERNAL_DECL_TYPE_AND_1_VALUE_PARAMS(p0) , typename p0##_type
1180 typename p0##_type, typename p1##_type
1182 typename p0##_type, typename p1##_type, typename p2##_type
1184 typename p0##_type, typename p1##_type, typename p2##_type, \
1185 typename p3##_type
1187 typename p0##_type, typename p1##_type, typename p2##_type, \
1188 typename p3##_type, typename p4##_type
1190 typename p0##_type, typename p1##_type, typename p2##_type, \
1191 typename p3##_type, typename p4##_type, typename p5##_type
1193 p6) , typename p0##_type, typename p1##_type, typename p2##_type, \
[all …]
Dgmock-generated-matchers.h1460 template <typename p0##_type>\
1466 explicit gmock_Impl(p0##_type gmock_p0)\
1476 p0##_type p0;\
1485 ::std::tr1::tuple<p0##_type>(p0)));\
1494 name##MatcherP(p0##_type gmock_p0) : p0(gmock_p0) {\
1496 p0##_type p0;\
1500 template <typename p0##_type>\
1501 inline name##MatcherP<p0##_type> name(p0##_type p0) {\
1502 return name##MatcherP<p0##_type>(p0);\
1504 template <typename p0##_type>\
[all …]
/external/skia/src/animator/
DSkMemberInfo.h107 #define SK_MEMBER(_member, _type) \ argument
108 { #_member, SK_OFFSETOF(BASE_CLASS, _member), SkType_##_type, \
111 #define SK_MEMBER_ALIAS(_member, _alias, _type) \ argument
112 { #_member, SK_OFFSETOF(BASE_CLASS, _alias), SkType_##_type, \
115 #define SK_MEMBER_ARRAY(_member, _type) \ argument
117 (int) SkType_##_type }
131 #define SK_MEMBER_DYNAMIC_FUNCTION(_member, _type) \ argument
133 (int) SkType_##_type }
135 #define SK_MEMBER_DYNAMIC_PROPERTY(_member, _type) \ argument
137 (int) SkType_##_type }
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
DSimpleCLexer.java50 int _type = T__21; in mT__21() local
59 state.type = _type; in mT__21()
70 int _type = T__22; in mT__22() local
79 state.type = _type; in mT__22()
90 int _type = T__23; in mT__23() local
99 state.type = _type; in mT__23()
110 int _type = T__24; in mT__24() local
119 state.type = _type; in mT__24()
130 int _type = T__25; in mT__25() local
139 state.type = _type; in mT__25()
[all …]
DSimpleCLexer.m223 NSInteger _type = T__21;
235 [state setType:_type];
253 NSInteger _type = T__22;
265 [state setType:_type];
283 NSInteger _type = T__23;
295 [state setType:_type];
313 NSInteger _type = T__24;
325 [state setType:_type];
343 NSInteger _type = T__25;
355 [state setType:_type];
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCLexer.java50 int _type = T__21; in mT__21() local
59 state.type = _type; in mT__21()
70 int _type = T__22; in mT__22() local
79 state.type = _type; in mT__22()
90 int _type = T__23; in mT__23() local
99 state.type = _type; in mT__23()
110 int _type = T__24; in mT__24() local
119 state.type = _type; in mT__24()
130 int _type = T__25; in mT__25() local
139 state.type = _type; in mT__25()
[all …]
DSimpleCLexer.m74 NSInteger _type = K_FOR;
87 state.type = _type;
107 NSInteger _type = K_CHAR;
120 state.type = _type;
140 NSInteger _type = K_INT_TYPE;
153 state.type = _type;
173 NSInteger _type = K_VOID;
186 state.type = _type;
206 NSInteger _type = K_ID;
255 state.type = _type;
[all …]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DProfileGrammarLexer.cs55 int _type = T__10; in mT__10()
64 state.type = _type; in mT__10()
78 int _type = T__11; in mT__11()
87 state.type = _type; in mT__11()
101 int _type = T__12; in mT__12()
110 state.type = _type; in mT__12()
124 int _type = T__13; in mT__13()
133 state.type = _type; in mT__13()
147 int _type = T__14; in mT__14()
156 state.type = _type; in mT__14()
[all …]
DDebugGrammarLexer.cs55 int _type = T__10; in mT__10()
64 state.type = _type; in mT__10()
78 int _type = T__11; in mT__11()
87 state.type = _type; in mT__11()
101 int _type = T__12; in mT__12()
110 state.type = _type; in mT__12()
124 int _type = T__13; in mT__13()
133 state.type = _type; in mT__13()
147 int _type = T__14; in mT__14()
156 state.type = _type; in mT__14()
[all …]
/external/skia/src/svg/parser/
DSkSVGElements.h19 #define DECLARE_SVG_INFO(_type) \ argument
21 virtual ~SkSVG##_type(); \
26 typedef SkSVG##_type BASE_CLASS
28 #define DEFINE_SVG_INFO(_type) \ argument
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) \ argument
37 SkSVG##_type::~SkSVG##_type() {} \
38 int SkSVG##_type::getAttributes(const SkSVGAttribute** ) { return 0; } \
[all …]
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump.h116 #define trace_dump_arg(_type, _arg) \ argument
119 trace_dump_##_type(_arg); \
123 #define trace_dump_arg_struct(_type, _arg) \ argument
126 trace_dump_##_type(&_arg); \
130 #define trace_dump_ret(_type, _arg) \ argument
133 trace_dump_##_type(_arg); \
137 #define trace_dump_array(_type, _obj, _size) \ argument
143 trace_dump_##_type((_obj)[idx]); \
149 #define trace_dump_struct_array(_type, _obj, _size) \ argument
155 trace_dump_##_type(&(_obj)[idx]); \
[all …]
/external/doclava/src/com/google/doclava/parser/
DJavaLexer.java166 int _type = LONGLITERAL; in mLONGLITERAL() local
176 state.type = _type; in mLONGLITERAL()
187 int _type = INTLITERAL; in mINTLITERAL() local
196 state.type = _type; in mINTLITERAL()
988 int _type = FLOATLITERAL; in mFLOATLITERAL() local
998 state.type = _type; in mFLOATLITERAL()
1009 int _type = DOUBLELITERAL; in mDOUBLELITERAL() local
1036 state.type = _type; in mDOUBLELITERAL()
1047 int _type = CHARLITERAL; in mCHARLITERAL() local
1125 state.type = _type; in mCHARLITERAL()
[all …]
/external/linux-tools-perf/src/tools/perf/ui/
Dhist.c82 #define __HPP_HEADER_FN(_type, _str, _min_width, _unit_width) \ argument
83 static int hpp__header_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \
96 #define __HPP_WIDTH_FN(_type, _min_width, _unit_width) \ argument
97 static int hpp__width_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \
110 #define __HPP_COLOR_PERCENT_FN(_type, _field) \ argument
116 static int hpp__color_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \
123 #define __HPP_ENTRY_PERCENT_FN(_type, _field) \ argument
124 static int hpp__entry_##_type(struct perf_hpp_fmt *_fmt __maybe_unused, \
132 #define __HPP_ENTRY_RAW_FN(_type, _field) \ argument
138 static int hpp__entry_##_type(struct perf_hpp_fmt *_fmt __maybe_unused, \
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
DSimpleCLexer.m74 NSInteger _type = T__7;
86 state.type = _type;
107 NSInteger _type = T__8;
119 state.type = _type;
140 NSInteger _type = T__9;
152 state.type = _type;
173 NSInteger _type = T__10;
185 state.type = _type;
206 NSInteger _type = T__11;
218 state.type = _type;
[all …]
/external/safe-iop/include/
Dsafe_iop.h476 #define MAKE_UADD(_prefix, _bits, _type, _max) \ argument
478 int safe_add##_prefix##_bits (_type *result, _type value, _type a) { \
482 #define MAKE_SADD(_prefix, _bits, _type, _max) \ argument
484 int safe_add##_prefix##_bits(_type *result, _type value, _type a) { \
488 #define MAKE_USUB(_prefix, _bits, _type) \ argument
490 int safe_sub##_prefix##_bits(_type *result, _type value, _type a) { \
494 #define MAKE_SSUB(_prefix, _bits, _type, _min, _max) \ argument
496 int safe_sub##_prefix##_bits(_type *result, _type value, _type a) { \
500 #define MAKE_UMUL(_prefix, _bits, _type, _max) \ argument
502 int safe_mul##_prefix##_bits(_type *result, _type value, _type a) { \
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
DSymbolTableLexer.m74 NSInteger _type = T__7;
86 state.type = _type;
106 NSInteger _type = T__8;
118 state.type = _type;
138 NSInteger _type = T__9;
150 state.type = _type;
170 NSInteger _type = T__10;
182 state.type = _type;
202 NSInteger _type = T__11;
215 state.type = _type;
[all …]
/external/v8/testing/
Dgtest-support.h36 #define TRACED_FOREACH(_type, _var, _array) \ argument
39 for (_type const _var = _array[_i]; !_done;) \
48 #define TRACED_FORRANGE(_type, _var, _low, _high) \ argument
49 for (_type _i = _low; _i <= _high; ++_i) \
51 for (_type const _var = _i; !_done;) \
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimToken.cs42 private short _type; field
50 _type = (short)type; in SlimToken()
70 return _type;
74 _type = (short)value;
/external/mesa3d/src/gallium/include/pipe/
Dp_compiler.h217 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment))) argument
231 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type argument
238 #define PIPE_ALIGN_TYPE(_alignment, _type) _type argument
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
DSymbolTableLexer.m197 NSInteger _type = T__7;
209 [state setType:_type];
227 NSInteger _type = T__8;
239 [state setType:_type];
257 NSInteger _type = T__9;
269 [state setType:_type];
287 NSInteger _type = T__10;
299 [state setType:_type];
317 NSInteger _type = T__11;
329 [state setType:_type];
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
DLangLexer.m74 NSInteger _type = T__10;
86 state.type = _type;
106 NSInteger _type = INTTYPE;
119 state.type = _type;
139 NSInteger _type = FLOATTYPE;
152 state.type = _type;
172 NSInteger _type = ID;
219 state.type = _type;
239 NSInteger _type = INT;
286 state.type = _type;
[all …]
/external/llvm/include/llvm/Support/
DYAMLTraits.h1087 #define LLVM_YAML_STRONG_TYPEDEF(_base, _type) \
1088 struct _type { \
1089 _type() { } \
1090 _type(const _base v) : value(v) { } \
1091 _type(const _type &v) : value(v.value) {} \
1092 _type &operator=(const _type &rhs) { value = rhs.value; return *this; }\
1093 _type &operator=(const _base &rhs) { value = rhs; return *this; } \
1095 bool operator==(const _type &rhs) const { return value == rhs.value; } \
1097 bool operator<(const _type &rhs) const { return value < rhs.value; } \
1250 #define LLVM_YAML_IS_SEQUENCE_VECTOR(_type) \
[all …]
/external/jetty/src/java/org/eclipse/jetty/util/ajax/
DJSONPojoConvertor.java256 protected Class<?> _type; field in JSONPojoConvertor.Setter
263 _type = method.getParameterTypes()[0]; in Setter()
264 _numberType = __numberTypes.get(_type); in Setter()
265 if(_numberType==null && _type.isArray()) in Setter()
267 _componentType = _type.getComponentType(); in Setter()
289 return _type; in getType()
315 if (_type.isEnum()) in invokeObject()
320 … _setter.invoke(obj, new Object[]{Enum.valueOf((Class<? extends Enum>)_type,value.toString())}); in invokeObject()
326 else if (Character.TYPE.equals(_type) || Character.class.equals(_type)) in invokeObject()
/external/mesa3d/src/gallium/auxiliary/util/
Du_dump_state.c159 #define util_dump_arg(_stream, _type, _arg) \ argument
162 util_dump_##_type(_stream, _arg); \
166 #define util_dump_ret(_stream, _type, _arg) \ argument
169 util_dump_##_type(_stream, _arg); \
173 #define util_dump_array(_stream, _type, _obj, _size) \ argument
179 util_dump_##_type(_stream, (_obj)[idx]); \
185 #define util_dump_struct_array(_stream, _type, _obj, _size) \ argument
191 util_dump_##_type(_stream, &(_obj)[idx]); \
197 #define util_dump_member(_stream, _type, _obj, _member) \ argument
200 util_dump_##_type(_stream, (_obj)->_member); \
[all …]
/external/jmdns/src/javax/jmdns/impl/
DServiceEventImpl.java28 private final String _type; field in ServiceEventImpl
52 this._type = type; in ServiceEventImpl()
72 return _type; in getType()

12345