/external/eigen/debug/gdb/ |
D | printers.py | 88 template_params = m.split(',') 89 template_params = [x.replace(" ", "") for x in template_params] 91 …if template_params[1] == '-0x00000000000000001' or template_params[1] == '-0x000000001' or templat… 94 self.rows = int(template_params[1]) 96 …if template_params[2] == '-0x00000000000000001' or template_params[2] == '-0x000000001' or templat… 99 self.cols = int(template_params[2]) 102 if len(template_params) > 3: 103 self.options = template_params[3]; 155 template_params = m.split(',') 156 template_params = [x.replace(" ", "") for x in template_params] [all …]
|
/external/gemmlowp/meta/generators/ |
D | common.py | 76 template_params = [in_type, lanes_count, pack_size, leftovers, self.name] 78 'Stream', [], template_params, 'Pack', 82 '%s::Pack()' % _TemplateName(self.name, template_params)) 98 template_params = [ 103 'MulKernel', [], template_params, 'Multiply', 111 template_params)) 126 template_params = [ 130 'Transform1DKernel', [], template_params, 'Transform', 135 _TemplateName(self.kernel_name, template_params))
|
D | cc_emitter.py | 143 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/ |
D | gmock-more-actions.h | 428 #define ACTION_TEMPLATE(name, template_params, value_params) \ argument 429 template <GMOCK_INTERNAL_DECL_##template_params \ 464 template <GMOCK_INTERNAL_DECL_##template_params \ 467 GMOCK_INTERNAL_LIST_##template_params \ 470 template <GMOCK_INTERNAL_DECL_##template_params \ 473 GMOCK_INTERNAL_LIST_##template_params \ 477 GMOCK_INTERNAL_LIST_##template_params \ 481 template <GMOCK_INTERNAL_DECL_##template_params \ 486 GMOCK_INTERNAL_LIST_##template_params \
|
/external/cronet/third_party/googletest/src/googlemock/include/gmock/ |
D | gmock-more-actions.h | 515 #define ACTION_TEMPLATE(name, template_params, value_params) \ argument 516 template <GMOCK_INTERNAL_DECL_##template_params \ 551 template <GMOCK_INTERNAL_DECL_##template_params \ 554 name, value_params)<GMOCK_INTERNAL_LIST_##template_params \ 557 template <GMOCK_INTERNAL_DECL_##template_params \ 560 name, value_params)<GMOCK_INTERNAL_LIST_##template_params \ 564 name, value_params)<GMOCK_INTERNAL_LIST_##template_params \ 568 template <GMOCK_INTERNAL_DECL_##template_params \ 573 name, value_params)<GMOCK_INTERNAL_LIST_##template_params \
|
/external/libaom/third_party/googletest/src/googlemock/include/gmock/ |
D | gmock-more-actions.h | 515 #define ACTION_TEMPLATE(name, template_params, value_params) \ argument 516 template <GMOCK_INTERNAL_DECL_##template_params \ 551 template <GMOCK_INTERNAL_DECL_##template_params \ 554 name, value_params)<GMOCK_INTERNAL_LIST_##template_params \ 557 template <GMOCK_INTERNAL_DECL_##template_params \ 560 name, value_params)<GMOCK_INTERNAL_LIST_##template_params \ 564 name, value_params)<GMOCK_INTERNAL_LIST_##template_params \ 568 template <GMOCK_INTERNAL_DECL_##template_params \ 573 name, value_params)<GMOCK_INTERNAL_LIST_##template_params \
|
/external/cronet/net/dns/public/ |
D | dns_over_https_server_config.cc | 50 std::unordered_map<std::string, std::string> template_params( in IsValidDohTemplate() local 53 bool valid_template = uri_template::Expand(server_template, template_params, in IsValidDohTemplate()
|
/external/clang/test/Preprocessor/ |
D | microsoft-ext.c | 18 #define ACTION_TEMPLATE(name, template_params, value_params)\ argument
|
/external/rust/crates/bindgen/ir/analysis/ |
D | mod.rs | 41 mod template_params; module 42 pub use self::template_params::UsedTemplateParameters;
|
/external/rust/crates/bindgen/ir/ |
D | comp.rs | 1001 template_params: Vec<TypeId>, field 1074 template_params: vec![], in new() 1444 ci.template_params.push(param); in from_ty() 1489 if !ci.template_params.is_empty() { in from_ty() 1843 self.template_params.clone() in self_template_params()
|
D | ty.rs | 1252 TypeKind::TemplateAlias(inner, ref template_params) => { in trace() 1254 for param in template_params { in trace()
|
/external/rust/crates/bindgen/codegen/ |
D | mod.rs | 3833 let template_params = item.all_template_params(ctx); in try_to_rust_ty() localVariable 3835 (item.is_opaque(ctx, &()) && !template_params.is_empty()) in try_to_rust_ty()
|
/external/fmtlib/test/gmock/ |
D | gmock.h | 3513 #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/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gmock/ |
D | gmock.h | 3568 #define ACTION_TEMPLATE(name, template_params, value_params)\ 3569 template <GMOCK_INTERNAL_DECL_##template_params\ 3607 template <GMOCK_INTERNAL_DECL_##template_params\ 3610 GMOCK_INTERNAL_LIST_##template_params\ 3614 GMOCK_INTERNAL_LIST_##template_params\ 3618 template <GMOCK_INTERNAL_DECL_##template_params\ 3627 GMOCK_INTERNAL_LIST_##template_params\
|