Home
last modified time | relevance | path

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

12345678

/external/googletest/googlemock/include/gmock/
Dgmock-generated-matchers.h315 template <typename p0##_type>\
322 explicit gmock_Impl(p0##_type gmock_p0)\
333 p0##_type const p0;\
343 ::std::tuple<p0##_type>(p0)));\
351 explicit name##MatcherP(p0##_type gmock_p0) : p0(::std::move(gmock_p0)) {\
353 p0##_type const p0;\
356 template <typename p0##_type>\
357 inline name##MatcherP<p0##_type> name(p0##_type p0) {\
358 return name##MatcherP<p0##_type>(p0);\
360 template <typename p0##_type>\
[all …]
Dgmock-generated-actions.h433 #define GMOCK_INTERNAL_DECL_TYPE_AND_1_VALUE_PARAMS(p0) , typename p0##_type
435 typename p0##_type, typename p1##_type
437 typename p0##_type, typename p1##_type, typename p2##_type
439 typename p0##_type, typename p1##_type, typename p2##_type, \
440 typename p3##_type
442 typename p0##_type, typename p1##_type, typename p2##_type, \
443 typename p3##_type, typename p4##_type
445 typename p0##_type, typename p1##_type, typename p2##_type, \
446 typename p3##_type, typename p4##_type, typename p5##_type
448 p6) , typename p0##_type, typename p1##_type, typename p2##_type, \
[all …]
/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/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-generated-actions.h1040 #define GMOCK_INTERNAL_DECL_TYPE_AND_1_VALUE_PARAMS(p0) , typename p0##_type
1042 typename p0##_type, typename p1##_type
1044 typename p0##_type, typename p1##_type, typename p2##_type
1046 typename p0##_type, typename p1##_type, typename p2##_type, \
1047 typename p3##_type
1049 typename p0##_type, typename p1##_type, typename p2##_type, \
1050 typename p3##_type, typename p4##_type
1052 typename p0##_type, typename p1##_type, typename p2##_type, \
1053 typename p3##_type, typename p4##_type, typename p5##_type
1055 p6) , typename p0##_type, typename p1##_type, typename p2##_type, \
[all …]
Dgmock-generated-matchers.h1429 template <typename p0##_type>\
1435 explicit gmock_Impl(p0##_type gmock_p0)\
1445 p0##_type p0;\
1454 ::testing::tuple<p0##_type>(p0)));\
1463 explicit name##MatcherP(p0##_type gmock_p0) : p0(gmock_p0) {\
1465 p0##_type p0;\
1469 template <typename p0##_type>\
1470 inline name##MatcherP<p0##_type> name(p0##_type p0) {\
1471 return name##MatcherP<p0##_type>(p0);\
1473 template <typename p0##_type>\
[all …]
/external/u-boot/include/
Dlinker_lists.h110 #define llsym(_type, _name, _list) \ argument
111 ((_type *)&_u_boot_list_2_##_list##_2_##_name)
148 #define ll_entry_declare(_type, _name, _list) \ argument
149 _type _u_boot_list_2_##_list##_2_##_name __aligned(4) \
169 #define ll_entry_declare_list(_type, _name, _list) \ argument
170 _type _u_boot_list_2_##_list##_2_##_name[] __aligned(4) \
198 #define ll_entry_start(_type, _list) \ argument
202 (_type *)&start; \
221 #define ll_entry_end(_type, _list) \ argument
225 (_type *)&end; \
[all …]
Dbinman_sym.h35 #define binman_sym_declare(_type, _entry_name, _prop_name) \ argument
36 _type binman_symname(_entry_name, _prop_name) \
46 #define binman_sym_extern(_type, _entry_name, _prop_name) \ argument
47 extern _type binman_symname(_entry_name, _prop_name) \
60 #define binman_sym_declare_optional(_type, _entry_name, _prop_name) \ argument
61 _type binman_symname(_entry_name, _prop_name) \
77 #define binman_sym(_type, _entry_name, _prop_name) \ argument
78 (*(_type *)&binman_symname(_entry_name, _prop_name))
82 #define binman_sym_declare(_type, _entry_name, _prop_name) argument
84 #define binman_sym_declare_optional(_type, _entry_name, _prop_name) argument
[all …]
/external/antlr/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.m75 NSInteger _type = K_FOR;
90 state.type = _type;
110 NSInteger _type = K_CHAR;
125 state.type = _type;
145 NSInteger _type = K_INT_TYPE;
160 state.type = _type;
180 NSInteger _type = K_VOID;
195 state.type = _type;
215 NSInteger _type = K_ID;
267 state.type = _type;
[all …]
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
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 …]
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 …]
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump.h115 #define trace_dump_arg(_type, _arg) \ argument
118 trace_dump_##_type(_arg); \
122 #define trace_dump_arg_struct(_type, _arg) \ argument
125 trace_dump_##_type(&_arg); \
129 #define trace_dump_ret(_type, _arg) \ argument
132 trace_dump_##_type(_arg); \
136 #define trace_dump_array(_type, _obj, _size) \ argument
143 trace_dump_##_type((_obj)[idx]); \
152 #define trace_dump_struct_array(_type, _obj, _size) \ argument
159 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/mesa3d/src/compiler/nir/
Dnir_vla.h35 #define NIR_VLA(_type, _name, _length) \ argument
36 _type *_name = alloca((_length) * sizeof *_name)
44 #define NIR_VLA_FILL(_type, _name, _length, _byte) \ argument
45 _type *_name = memset(alloca((_length) * sizeof *_name), _byte, (_length) * sizeof *_name)
53 #define NIR_VLA_ZERO(_type, _name, _length) \ argument
54 NIR_VLA_FILL(_type, _name, _length, 0)
/external/ltp/android/tools/
Dcheck_success_build.py35 _type = None variable in Module
55 self._type = None
59 self._type = None
61 self._type = self._header[0]
72 if self._type is None:
75 counts[self._type] = counts.get(self._type, 0) + 1
80 }[self._type]()
/external/mesa3d/src/gallium/include/pipe/
Dp_compiler.h126 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment))) argument
140 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type argument
147 #define PIPE_ALIGN_TYPE(_alignment, _type) _type argument
/external/antlr/runtime/ObjC/Framework/examples/LL-star/
DSimpleCLexer.m75 NSInteger _type = T__7;
89 state.type = _type;
109 NSInteger _type = T__8;
123 state.type = _type;
143 NSInteger _type = T__9;
157 state.type = _type;
177 NSInteger _type = T__10;
191 state.type = _type;
211 NSInteger _type = T__11;
225 state.type = _type;
[all …]
/external/v8/testing/
Dgtest-support.h37 #define TRACED_FOREACH(_type, _var, _container) \ argument
38 for (_type const _var : _container) \
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/virglrenderer/src/gallium/include/pipe/
Dp_compiler.h135 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment))) argument
149 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type argument
156 #define PIPE_ALIGN_TYPE(_alignment, _type) _type argument
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_addition.py301 types = {_type(op1), _type(op2)}
307 if _type(op1) == _SCALED_IDENTITY:
312 if _type(op2) == _SCALED_IDENTITY:
330 types = {_type(op1), _type(op2)}
346 types = {_type(op1), _type(op2)}
350 if _type(op1) in _EFFICIENT_ADD_TO_TENSOR:
371 if _type(op1) in _EFFICIENT_ADD_TO_TENSOR:
401 def _type(operator): function
/external/antlr/runtime/ObjC/Framework/examples/scopes/
DSymbolTableLexer.m75 NSInteger _type = T__7;
89 state.type = _type;
109 NSInteger _type = T__8;
123 state.type = _type;
143 NSInteger _type = T__9;
157 state.type = _type;
177 NSInteger _type = T__10;
191 state.type = _type;
211 NSInteger _type = T__11;
226 state.type = _type;
[all …]
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DSimpleElementValue.java156 final int _type = super.getType(); in stringifyValue() local
157 switch (_type) in stringifyValue()
199 …hrow new RuntimeException("SimpleElementValue class does not know how to stringify type " + _type); in stringifyValue()
206 final int _type = super.getType(); in dump() local
207 dos.writeByte(_type); // u1 kind of value in dump()
208 switch (_type) in dump()
222 … throw new RuntimeException("SimpleElementValue doesnt know how to write out type " + _type); in dump()
/external/antlr/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/python/cpython2/Lib/plat-mac/
DMiniAEFrame.py137 _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): argument
196 print 'AppleEvent', (_class, _type), 'for', _object, 'Other args:', args

12345678