Searched refs:_type (Results 1 - 25 of 126) sorted by relevance

123456

/external/skia/src/svg/parser/
H A DSkSVGElements.h19 #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/gmock/include/gmock/
H A 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
[all...]
H A Dgmock-generated-matchers.h1440 template <typename p0##_type>\
1446 explicit gmock_Impl(p0##_type gmock_p0)\
1456 p0##_type p0;\
1465 ::std::tr1::tuple<p0##_type>(p0)));\
1474 name##MatcherP(p0##_type gmock_p0) : p0(gmock_p0) {\
1476 p0##_type p0;\
1480 template <typename p0##_type>\
1481 inline name##MatcherP<p0##_type> name(p0##_type p0) {\
1482 return name##MatcherP<p0##_type>(p
[all...]
/external/google-breakpad/src/testing/include/gmock/
H A 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
[all...]
H A 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>(p
[all...]
/external/skia/src/animator/
H A DSkMemberInfo.h113 #define SK_MEMBER(_member, _type) \
114 { #_member, SK_OFFSETOF(BASE_CLASS, _member), SkType_##_type, \
117 #define SK_MEMBER_ALIAS(_member, _alias, _type) \
118 { #_member, SK_OFFSETOF(BASE_CLASS, _alias), SkType_##_type, \
121 #define SK_MEMBER_ARRAY(_member, _type) \
123 (int) SkType_##_type }
128 // #define SK_MEMBER_KEY_TYPE(_member, _type)
129 // {#_member, (size_t) -1, SkType_##_type, 0}
137 #define SK_MEMBER_DYNAMIC_FUNCTION(_member, _type) \
139 (int) SkType_##_type }
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugGrammarLexer.cs55 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...]
H A DProfileGrammarLexer.cs55 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/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimToken.cs42 private short _type; field in struct:Antlr.Runtime.SlimToken
50 _type = (short)type;
70 return _type;
74 _type = (short)value;
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_dump.h116 #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(
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCLexer.java50 int _type = T__21;
59 state.type = _type;
70 int _type = T__22;
79 state.type = _type;
90 int _type = T__23;
99 state.type = _type;
110 int _type = T__24;
119 state.type = _type;
130 int _type = T__25;
139 state.type = _type;
[all...]
H A 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/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCLexer.java50 int _type = T__21;
59 state.type = _type;
70 int _type = T__22;
79 state.type = _type;
90 int _type = T__23;
99 state.type = _type;
110 int _type = T__24;
119 state.type = _type;
130 int _type = T__25;
139 state.type = _type;
[all...]
H A 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/v8/testing/
H A Dgtest-support.h37 #define TRACED_FOREACH(_type, _var, _container) \
38 for (_type const _var : _container) \
48 #define TRACED_FORRANGE(_type, _var, _low, _high) \
49 for (_type _i = _low; _i <= _high; ++_i) \
51 for (_type const _var = _i; !_done;) \
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
H A 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/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
H A 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/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A 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/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
H A 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/xmlrpcpp/src/
H A DXmlRpcValue.h46 XmlRpcValue() : _type(TypeInvalid) { _value.asBinary = 0; }
47 XmlRpcValue(bool value) : _type(TypeBoolean) { _value.asBool = value; }
48 XmlRpcValue(int value) : _type(TypeInt) { _value.asInt = value; }
49 XmlRpcValue(double value) : _type(TypeDouble) { _value.asDouble = value; }
51 XmlRpcValue(std::string const& value) : _type(TypeString)
54 XmlRpcValue(const char* value) : _type(TypeString)
57 XmlRpcValue(struct tm* value) : _type(TypeDateTime)
61 XmlRpcValue(void* value, int nBytes) : _type(TypeBase64)
67 XmlRpcValue(std::string const& xml, int* offset) : _type(TypeInvalid)
68 { if ( ! fromXml(xml,offset)) _type
172 Type _type; member in class:XmlRpc::XmlRpcValue
[all...]
/external/webrtc/talk/app/webrtc/objc/
H A DRTCSessionDescription.mm37 @synthesize type = _type;
46 _type = type;
70 _type = @(type.c_str());
/external/webrtc/webrtc/api/objc/
H A DRTCStatsReport.mm22 @synthesize type = _type;
29 _type,
39 _type = [NSString stringForStdString:nativeReport.TypeToString()];
H A DRTCSessionDescription.mm21 @synthesize type = _type;
27 _type = type;
35 [[self class] stringForType:_type].c_str(),
45 webrtc::CreateSessionDescription([[self class] stringForType:_type],
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
H A DTreeRewriteLexer.m74 NSInteger _type = INT;
121 state.type = _type;
141 NSInteger _type = WS;
156 state.type = _type;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
H A DTreeRewriteLexer.m101 NSInteger _type = INT;
140 [state setType:_type];
158 NSInteger _type = WS;
171 [state setType:_type];

Completed in 532 milliseconds

123456