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

1 2 3 4 5 6 7 8 91011>>

  /external/google-breakpad/src/testing/include/gmock/
gmock-generated-actions.h     [all...]
gmock-generated-matchers.h     [all...]
  /external/googletest/googlemock/include/gmock/
gmock-generated-actions.h     [all...]
gmock-generated-matchers.h     [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-generated-actions.h     [all...]
gmock-generated-matchers.h     [all...]
  /external/syslinux/gpxe/src/arch/i386/include/gpxe/
x86_io.h 66 #define X86_READX( _api_func, _type ) \
67 static inline __always_inline _type \
68 IOAPI_INLINE ( x86, _api_func ) ( volatile _type *io_addr ) { \
75 #define X86_WRITEX( _api_func, _type ) \
77 IOAPI_INLINE ( x86, _api_func ) ( _type data, \
78 volatile _type *io_addr ) { \
90 #define X86_INX( _insn_suffix, _type, _reg_prefix ) \
91 static inline __always_inline _type \
92 IOAPI_INLINE ( x86, in ## _insn_suffix ) ( volatile _type *io_addr ) { \
93 _type data;
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
exception.swg 12 #define %varfail_fmt(_type,_name) "in variable '"`_name`"' of type '"`_type`"'"
14 #define %argfail_fmt(_type,_name,_argn) "in method '" `_name` "', argument " `_argn`" of type '" `_type`"'"
16 #define %outfail_fmt(_type) "in output value of type '"_type"'"
18 #define %argnullref_fmt(_type,_name,_argn) %nullref_fmt() %argfail_fmt(_type, _name, _argn)
20 #define %varnullref_fmt(_type,_name) %nullref_fmt() %varfail_fmt(_type, _name)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/h/
SCommonAST.h 13 int _type; member in class:SORCommonAST
19 int type() { return _type; }
22 void setType(int t) { _type = t; }
  /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/v8/testing/
gtest-support.h 37 #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/
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...]
  /external/fmtlib/test/gmock/
gmock.h     [all...]
  /development/testrunner/coverage/
coverage_target.py 21 self._type = None
38 return self._type
41 self._type = buildtype
  /frameworks/av/media/libstagefright/codec2/include/
C2ParamDef.h 222 #define DEFINE_CAST_OPERATORS(_type) \
223 inline static _type* From(C2Param *other) { \
224 return (_type*)C2Param::ifSuitable( \
225 other, sizeof(_type),_type::typeIndex, _type::flexSize, \
226 (_type::typeIndex & T::Index::kDirUndefined) != T::Index::kDirUndefined); \
228 inline static const _type* From(const C2Param *other) { \
229 return const_cast<const _type*>(From(const_cast<C2Param *>(other))); \
231 inline static _type* From(std::nullptr_t) { return nullptr; }
    [all...]
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsnetbs.h 22 #define SET_NETBIOS_SOCKADDR(_snb,_type,_name,_port) { int _i; (_snb)->snb_family = AF_NETBIOS; (_snb)->snb_type = (_type); for (_i=0; _i<NETBIOS_NAME_LENGTH-1; _i++) { (_snb)->snb_name[_i] = ' '; } for (_i=0; *((_name)+_i)!='\0' && _i<NETBIOS_NAME_LENGTH-1; _i++) { (_snb)->snb_name[_i] = *((_name)+_i); } (_snb)->snb_name[NETBIOS_NAME_LENGTH-1] = (_port); }
  /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/syslinux/gpxe/src/include/gpxe/
io.h 65 * @v _type Data type
70 #define IOAPI_READ( _func, _type, io_addr, _prefix, _ndigits ) ( { \
71 volatile _type *_io_addr = \
72 ( ( volatile _type * ) ( intptr_t ) (io_addr) ); \
73 _type _data = _func ( _io_addr ); \
82 * @v _type Data type
88 #define IOAPI_WRITE( _func, _type, data, io_addr, _prefix, _ndigits ) do { \
89 volatile _type *_io_addr = \
90 ( ( volatile _type * ) ( intptr_t ) (io_addr) ); \
91 _type _data = (data);
    [all...]

Completed in 728 milliseconds

1 2 3 4 5 6 7 8 91011>>