Home
last modified time | relevance | path

Searched refs:template_params (Results 1 – 9 of 9) 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.pump268 // #define ACTION_TEMPLATE(name, template_params, value_params)
269 // ... GMOCK_INTERNAL_DECL_##template_params ...
384 #define ACTION_TEMPLATE(name, template_params, value_params)\
385 template <GMOCK_INTERNAL_DECL_##template_params\
418 template <GMOCK_INTERNAL_DECL_##template_params\
421 GMOCK_INTERNAL_LIST_##template_params\
425 GMOCK_INTERNAL_LIST_##template_params\
429 template <GMOCK_INTERNAL_DECL_##template_params\
438 GMOCK_INTERNAL_LIST_##template_params\
Dgmock-generated-actions.h652 #define ACTION_TEMPLATE(name, template_params, value_params)\ argument
653 template <GMOCK_INTERNAL_DECL_##template_params\
691 template <GMOCK_INTERNAL_DECL_##template_params\
694 GMOCK_INTERNAL_LIST_##template_params\
698 GMOCK_INTERNAL_LIST_##template_params\
702 template <GMOCK_INTERNAL_DECL_##template_params\
711 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\