Home
last modified time | relevance | path

Searched refs:template_params (Results 1 – 11 of 11) sorted by relevance

/external/eigen/debug/gdb/
Dprinters.py51 template_params = m.split(',')
52 template_params = [x.replace(" ", "") for x in template_params]
54 …if template_params[1] == '-0x00000000000000001' or template_params[1] == '-0x000000001' or templat…
57 self.rows = int(template_params[1])
59 …if template_params[2] == '-0x00000000000000001' or template_params[2] == '-0x000000001' or templat…
62 self.cols = int(template_params[2])
65 if len(template_params) > 3:
66 self.options = template_params[3];
/external/gemmlowp/meta/generators/
Dcommon.py75 template_params = [in_type, lanes_count, pack_size, leftovers, self.name]
77 'Stream', [], template_params, 'Pack',
81 '%s::Pack()' % _TemplateName(self.name, template_params))
97 template_params = [
102 'MulKernel', [], template_params, 'Multiply',
110 template_params))
125 template_params = [
129 'Transform1DKernel', [], template_params, 'Transform',
134 _TemplateName(self.kernel_name, template_params))
Dcc_emitter.py143 def EmitClassBegin(self, class_name, template_params, specializations, argument
147 if template_params or specializations:
148 self.EmitIndented('template<%s>' % ', '.join(template_params))
/external/googletest/googlemock/include/gmock/
Dgmock-generated-actions.h.pump219 // #define ACTION_TEMPLATE(name, template_params, value_params)
220 // ... GMOCK_INTERNAL_DECL_##template_params ...
335 #define ACTION_TEMPLATE(name, template_params, value_params)\
336 template <GMOCK_INTERNAL_DECL_##template_params\
369 template <GMOCK_INTERNAL_DECL_##template_params\
372 GMOCK_INTERNAL_LIST_##template_params\
376 GMOCK_INTERNAL_LIST_##template_params\
380 template <GMOCK_INTERNAL_DECL_##template_params\
389 GMOCK_INTERNAL_LIST_##template_params\
Dgmock-generated-actions.h524 #define ACTION_TEMPLATE(name, template_params, value_params)\ argument
525 template <GMOCK_INTERNAL_DECL_##template_params\
565 template <GMOCK_INTERNAL_DECL_##template_params\
568 GMOCK_INTERNAL_LIST_##template_params\
572 GMOCK_INTERNAL_LIST_##template_params\
576 template <GMOCK_INTERNAL_DECL_##template_params\
585 GMOCK_INTERNAL_LIST_##template_params\
/external/clang/test/Preprocessor/
Dmicrosoft-ext.c18 #define ACTION_TEMPLATE(name, template_params, value_params)\ argument
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-actions.h.pump495 // #define ACTION_TEMPLATE(name, template_params, value_params)
496 // ... GMOCK_INTERNAL_DECL_##template_params ...
611 #define ACTION_TEMPLATE(name, template_params, value_params)\
612 template <GMOCK_INTERNAL_DECL_##template_params\
645 template <GMOCK_INTERNAL_DECL_##template_params\
648 GMOCK_INTERNAL_LIST_##template_params\
652 GMOCK_INTERNAL_LIST_##template_params\
656 template <GMOCK_INTERNAL_DECL_##template_params\
665 GMOCK_INTERNAL_LIST_##template_params\
Dgmock-generated-actions.h1382 #define ACTION_TEMPLATE(name, template_params, value_params)\ argument
1383 template <GMOCK_INTERNAL_DECL_##template_params\
1421 template <GMOCK_INTERNAL_DECL_##template_params\
1424 GMOCK_INTERNAL_LIST_##template_params\
1428 GMOCK_INTERNAL_LIST_##template_params\
1432 template <GMOCK_INTERNAL_DECL_##template_params\
1441 GMOCK_INTERNAL_LIST_##template_params\
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-generated-actions.h1244 #define ACTION_TEMPLATE(name, template_params, value_params)\ argument
1245 template <GMOCK_INTERNAL_DECL_##template_params\
1283 template <GMOCK_INTERNAL_DECL_##template_params\
1286 GMOCK_INTERNAL_LIST_##template_params\
1290 GMOCK_INTERNAL_LIST_##template_params\
1294 template <GMOCK_INTERNAL_DECL_##template_params\
1303 GMOCK_INTERNAL_LIST_##template_params\
/external/fmtlib/test/gmock/
Dgmock.h3513 #define ACTION_TEMPLATE(name, template_params, value_params)\
3514 template <GMOCK_INTERNAL_DECL_##template_params\
3552 template <GMOCK_INTERNAL_DECL_##template_params\
3555 GMOCK_INTERNAL_LIST_##template_params\
3559 GMOCK_INTERNAL_LIST_##template_params\
3563 template <GMOCK_INTERNAL_DECL_##template_params\
3572 GMOCK_INTERNAL_LIST_##template_params\
/external/v8/src/torque/
Dimplementation-visitor.cc4321 const std::string template_params) { in GeneratePrintDefinitionsForClass() argument
4322 impl << template_params << "\n"; in GeneratePrintDefinitionsForClass()