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

1 2 3 4 5

  /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/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...]
SkDisplayInclude.cpp 16 #define SK_MEMBER(_member, _type) \
17 { #_member, SK_OFFSETOF(BASE_CLASS::_A, _member), SkType_##_type, \
  /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/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...]
SimpleCLexer.m 74 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/
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...]
SimpleCLexer.m 223 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/chromium_org/v8/testing/
gtest-support.h 36 #define TRACED_FOREACH(_type, _var, _array) \
39 for (_type const _var = _array[_i]; !_done;) \
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/
SimpleCLexer.m 74 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/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimToken.cs 42 private short _type; field in struct:Antlr.Runtime.SlimToken
50 _type = (short)type;
70 return _type;
74 _type = (short)value;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableLexer.m 74 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...]
  /development/testrunner/coverage/
coverage_target.py 21 self._type = None
38 return self._type
41 self._type = buildtype
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangLexer.m 74 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/
SymbolTableLexer.m 197 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/linux-tools-perf/perf-3.12.0/tools/perf/ui/
hist.c 82 #define __HPP_HEADER_FN(_type, _str, _min_width, _unit_width) \
83 static int hpp__header_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \
96 #define __HPP_WIDTH_FN(_type, _min_width, _unit_width) \
97 static int hpp__width_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \
110 #define __HPP_COLOR_PERCENT_FN(_type, _field) \
116 static int hpp__color_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \
123 #define __HPP_ENTRY_PERCENT_FN(_type, _field) \
124 static int hpp__entry_##_type(struct perf_hpp_fmt *_fmt __maybe_unused, \
132 #define __HPP_ENTRY_RAW_FN(_type, _field) \
138 static int hpp__entry_##_type(struct perf_hpp_fmt *_fmt __maybe_unused,
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCSessionDescription.mm 37 @synthesize type = _type;
46 _type = type;
70 _type = @(type.c_str());
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteLexer.m 74 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/
TreeRewriteLexer.m 101 NSInteger _type = INT;
140 [state setType:_type];
158 NSInteger _type = WS;
171 [state setType:_type];
  /external/chromium_org/third_party/angle/src/compiler/translator/
InitializeVariables.h 20 InitVariableInfo(const TString &_name, const TType &_type)
22 type(_type)
  /external/doclava/src/com/google/doclava/parser/
JavaLexer.java 166 int _type = LONGLITERAL; local
176 state.type = _type;
187 int _type = INTLITERAL; local
196 state.type = _type;
988 int _type = FLOATLITERAL; local
998 state.type = _type;
1009 int _type = DOUBLELITERAL; local
1036 state.type = _type;
1047 int _type = CHARLITERAL; local
1136 int _type = STRINGLITERAL; local
1400 int _type = WS; local
1431 int _type = COMMENT; local
1506 int _type = LINE_COMMENT; local
1661 int _type = ABSTRACT; local
1682 int _type = ASSERT; local
1703 int _type = BOOLEAN; local
1724 int _type = BREAK; local
1745 int _type = BYTE; local
1766 int _type = CASE; local
1787 int _type = CATCH; local
1808 int _type = CHAR; local
1829 int _type = CLASS; local
1850 int _type = CONST; local
1871 int _type = CONTINUE; local
1892 int _type = DEFAULT; local
1913 int _type = DO; local
1934 int _type = DOUBLE; local
1955 int _type = ELSE; local
1976 int _type = ENUM; local
1997 int _type = EXTENDS; local
2018 int _type = FINAL; local
2039 int _type = FINALLY; local
2060 int _type = FLOAT; local
2081 int _type = FOR; local
2102 int _type = GOTO; local
2123 int _type = IF; local
2144 int _type = IMPLEMENTS; local
2165 int _type = IMPORT; local
2186 int _type = INSTANCEOF; local
2207 int _type = INT; local
2228 int _type = INTERFACE; local
2249 int _type = LONG; local
2270 int _type = NATIVE; local
2291 int _type = NEW; local
2312 int _type = PACKAGE; local
2333 int _type = PRIVATE; local
2354 int _type = PROTECTED; local
2375 int _type = PUBLIC; local
2396 int _type = RETURN; local
2417 int _type = SHORT; local
2438 int _type = STATIC; local
2459 int _type = STRICTFP; local
2480 int _type = SUPER; local
2501 int _type = SWITCH; local
2522 int _type = SYNCHRONIZED; local
2543 int _type = THIS; local
2564 int _type = THROW; local
2585 int _type = THROWS; local
2606 int _type = TRANSIENT; local
2627 int _type = TRY; local
2648 int _type = VOID; local
2669 int _type = VOLATILE; local
2690 int _type = WHILE; local
2711 int _type = TRUE; local
2732 int _type = FALSE; local
2753 int _type = NULL; local
2774 int _type = LPAREN; local
2794 int _type = RPAREN; local
2814 int _type = LBRACE; local
2834 int _type = RBRACE; local
2854 int _type = LBRACKET; local
2874 int _type = RBRACKET; local
2894 int _type = SEMI; local
2914 int _type = COMMA; local
2934 int _type = DOT; local
2954 int _type = ELLIPSIS; local
2975 int _type = EQ; local
2995 int _type = BANG; local
3015 int _type = TILDE; local
3035 int _type = QUES; local
3055 int _type = COLON; local
3075 int _type = EQEQ; local
3096 int _type = AMPAMP; local
3117 int _type = BARBAR; local
3138 int _type = PLUSPLUS; local
3159 int _type = SUBSUB; local
3180 int _type = PLUS; local
3200 int _type = SUB; local
3220 int _type = STAR; local
3240 int _type = SLASH; local
3260 int _type = AMP; local
3280 int _type = BAR; local
3300 int _type = CARET; local
3320 int _type = PERCENT; local
3340 int _type = PLUSEQ; local
3361 int _type = SUBEQ; local
3382 int _type = STAREQ; local
3403 int _type = SLASHEQ; local
3424 int _type = AMPEQ; local
3445 int _type = BAREQ; local
3466 int _type = CARETEQ; local
3487 int _type = PERCENTEQ; local
3508 int _type = MONKEYS_AT; local
3528 int _type = BANGEQ; local
3549 int _type = GT; local
3569 int _type = LT; local
3589 int _type = IDENTIFIER; local
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TLexer.m 74 NSInteger _type = T__7;
87 state.type = _type;
107 NSInteger _type = ID;
156 state.type = _type;
176 NSInteger _type = INT;
223 state.type = _type;
243 NSInteger _type = WS;
293 state.type = _type;
  /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...]

Completed in 1149 milliseconds

1 2 3 4 5