HomeSort by relevance Sort by last modified time
    Searched refs:_type (Results 26 - 50 of 278) sorted by null

12 3 4 5 6 7 8 91011>>

  /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/chromium_org/third_party/skia/src/animator/
SkDisplayInclude.cpp 16 #define SK_MEMBER(_member, _type) \
17 { #_member, SK_OFFSETOF(BASE_CLASS::_A, _member), SkType_##_type, \
  /external/skia/src/animator/
SkDisplayInclude.cpp 16 #define SK_MEMBER(_member, _type) \
17 { #_member, SK_OFFSETOF(BASE_CLASS::_A, _member), SkType_##_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/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-impl.h 100 #define ALLOC_ARRAY(_ptr,_count,_type) \
101 ALLOC(_ptr,(_count)*sizeof(_type))
103 #define REALLOC_ARRAY(_ptr,_newcnt,_type) \
104 REALLOC(_ptr,(_newcnt)*sizeof(_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...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedLexer.m 98 NSInteger _type = ID;
146 [state setType:_type];
164 NSInteger _type = INT;
203 [state setType:_type];
221 NSInteger _type = WS;
268 [state setType:_type];
  /external/jmdns/src/javax/jmdns/impl/
ServiceEventImpl.java 28 private final String _type; field in class:ServiceEventImpl
52 this._type = type;
72 return _type;
  /external/jmdns/src/javax/jmdns/impl/tasks/resolver/
ServiceResolver.java 25 private final String _type; field in class:ServiceResolver
29 this._type = type;
64 newOut = this.addQuestion(newOut, DNSQuestion.newQuestion(_type, DNSRecordType.TYPE_PTR, DNSRecordClass.CLASS_IN, DNSRecordClass.NOT_UNIQUE));
65 // newOut = this.addQuestion(newOut, DNSQuestion.newQuestion(_type, DNSRecordType.TYPE_SRV, DNSRecordClass.CLASS_IN, DNSRecordClass.NOT_UNIQUE));
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_compiler.h 217 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment)))
231 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type
238 #define PIPE_ALIGN_TYPE(_alignment, _type) _type
  /external/mesa3d/src/gallium/include/pipe/
p_compiler.h 217 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment)))
231 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type
238 #define PIPE_ALIGN_TYPE(_alignment, _type) _type
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
video_source.cc 22 _type(webrtc::kI420),
34 _type(type),
49 _type(type),
61 return webrtc::CalcBufferSize(_type, _width, _height);
video_source.h 65 webrtc::VideoType GetType() const { return _type; }
78 webrtc::VideoType _type; member in class:VideoSource
  /prebuilts/misc/common/swig/include/2.0.11/python/
pybuffer.i 24 $2 = ($2_ltype) (size/sizeof($*1_type));
76 $2 = ($2_ltype) (size / sizeof($*1_type));
  /device/generic/goldfish/opengl/
common.mk 109 $(foreach _type,$(EMUGL_EXPORT_TYPES),\
110 $(eval _emugl.$(_mod).export.$(_type) :=)\
148 $(foreach _type,$(EMUGL_EXPORT_TYPES),\
149 $(eval LOCAL_$(_type) := $(_emugl.$1.export.$(_type)) $(LOCAL_$(_type)))\
171 $(foreach _type,$(EMUGL_EXPORT_TYPES),\
172 $(if $(filter C_INCLUDES ADDITIONAL_DEPENDENCIES,$(_type)),\
173 $(info . EXPORT.$(_type) :=)\
174 $(call _emugl-dump-list,$(_emugl.$(_emugl_MODULE).export.$(_type)))\
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
video_source.h 63 webrtc::VideoType GetType() const { return _type; }
90 webrtc::VideoType _type; member in class:VideoSource
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
carray.i 12 /* $*1_type */
23 /* $*1_type */
24 $1 = ($*1_type *)malloc( $1_size );
60 /* $*1_type */
61 $1 = new $*1_type [$1_dim0];
72 /* $*1_type */
73 $1 = ($*1_type *)malloc( $1_size );
105 /* $*1_type */
106 $1 = ($*1_type *)malloc( $1_size );
  /art/runtime/entrypoints/portable/
portable_invoke_entrypoints.cc 55 #define EXPLICIT_FIND_METHOD_HELPER_TEMPLATE_DECL(_type, _access_check) \
57 mirror::ArtMethod* FindMethodHelper<_type, _access_check>(uint32_t method_idx, \
61 #define EXPLICIT_FIND_METHOD_HELPER_TYPED_TEMPLATE_DECL(_type) \
62 EXPLICIT_FIND_METHOD_HELPER_TEMPLATE_DECL(_type, false); \
63 EXPLICIT_FIND_METHOD_HELPER_TEMPLATE_DECL(_type, true)
  /external/safe-iop/include/
safe_iop.h 476 #define MAKE_UADD(_prefix, _bits, _type, _max) \
478 int safe_add##_prefix##_bits (_type *result, _type value, _type a) { \
482 #define MAKE_SADD(_prefix, _bits, _type, _max) \
484 int safe_add##_prefix##_bits(_type *result, _type value, _type a) { \
488 #define MAKE_USUB(_prefix, _bits, _type) \
490 int safe_sub##_prefix##_bits(_type *result, _type value, _type a) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
MiniAEFrame.py 137 _type = _attributes['evid'].type
139 if (_class, _type) in self.ae_handlers:
140 _function = self.ae_handlers[(_class, _type)]
146 raise 'Cannot happen: AE callback without handler', (_class, _type)
152 _parameters['_type'] = _type
195 def other(self, _object=None, _class=None, _type=None, **args):
196 print 'AppleEvent', (_class, _type), 'for', _object, 'Other args:', args
  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 146 #define vg_alignof(_type) (sizeof(struct {char c;_type _t;})-sizeof(_type))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 66 # Rename _icon and _type options to allow overriding them in options
67 def _show(title=None, message=None, _icon=None, _type=None, **options):
69 if _type and "type" not in options: options["type"] = _type

Completed in 1868 milliseconds

12 3 4 5 6 7 8 91011>>