/external/elfutils/tests/ |
D | run-show-die-info.sh | 30 Attrs : name stmt_list low_pc high_pc language comp_dir producer 40 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type 47 Attrs : name byte_size encoding 54 Attrs : name stmt_list low_pc high_pc language comp_dir producer 64 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type 71 Attrs : name byte_size encoding 78 Attrs : name stmt_list low_pc high_pc language comp_dir producer 88 … Attrs : sibling name low_pc high_pc prototyped decl_file decl_line external frame_base type 95 Attrs : sibling name decl_file decl_line declaration external type 100 Attrs : [all …]
|
/external/mesa3d/src/egl/main/ |
D | eglimage.c | 38 _eglParseKHRImageAttribs(_EGLImageAttribs *attrs, _EGLDisplay *disp, in _eglParseKHRImageAttribs() argument 46 attrs->ImagePreserved = val; in _eglParseKHRImageAttribs() 53 attrs->GLTextureLevel = val; in _eglParseKHRImageAttribs() 59 attrs->GLTextureZOffset = val; in _eglParseKHRImageAttribs() 65 attrs->ProtectedContent = val; in _eglParseKHRImageAttribs() 75 _eglParseMESADrmImageAttribs(_EGLImageAttribs *attrs, _EGLDisplay *disp, in _eglParseMESADrmImageAttribs() argument 83 attrs->Width = val; in _eglParseMESADrmImageAttribs() 86 attrs->Height = val; in _eglParseMESADrmImageAttribs() 89 attrs->DRMBufferFormatMESA = val; in _eglParseMESADrmImageAttribs() 92 attrs->DRMBufferUseMESA = val; in _eglParseMESADrmImageAttribs() [all …]
|
/external/bazelbuild-rules_android/rules/android_library/ |
D | rule.bzl | 17 load(":attrs.bzl", _ATTRS = "ATTRS") 20 "@rules_android//rules:attrs.bzl", 21 _attrs = "attrs", 45 attrs = _ATTRS, 52 attrs: A dict. The attributes for the rule. 59 attrs = attrs, 83 def _is_defined(name, attrs): 84 return name in attrs and attrs[name] != None 86 def attrs_metadata(attrs): 87 """Adds additional metadata for specific android_library attrs. [all …]
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | conv_op_helpers.cc | 99 Status CheckConvAttrs(const ConvOpAttrs& attrs) { in CheckConvAttrs() argument 100 const int num_dims = attrs.num_spatial_dims + 2; in CheckConvAttrs() 101 const int attrs_strides_size = attrs.strides.size(); in CheckConvAttrs() 106 int batch_dim = GetTensorBatchDimIndex(num_dims, attrs.data_format); in CheckConvAttrs() 107 int feature_dim = GetTensorFeatureDimIndex(num_dims, attrs.data_format); in CheckConvAttrs() 108 if (attrs.strides[batch_dim] != 1 || attrs.strides[feature_dim] != 1) { in CheckConvAttrs() 113 const int attrs_dilations_size = attrs.dilations.size(); in CheckConvAttrs() 118 if (attrs.dilations[batch_dim] != 1 || attrs.dilations[feature_dim] != 1) { in CheckConvAttrs() 123 for (int i = 0; i < attrs.num_spatial_dims; ++i) { in CheckConvAttrs() 124 int input_dim = GetTensorSpatialDimIndex(num_dims, attrs.data_format, i); in CheckConvAttrs() [all …]
|
/external/llvm-project/llvm/test/Transforms/OpenMP/ |
D | add_attributes.ll | 672 ; CHECK: ; Function Attrs: nounwind 675 ; CHECK: ; Function Attrs: nounwind 678 ; CHECK: ; Function Attrs: nounwind 681 ; CHECK: ; Function Attrs: nounwind 684 ; CHECK: ; Function Attrs: nounwind 687 ; CHECK: ; Function Attrs: nounwind 690 ; CHECK-NOT: Function Attrs 693 ; CHECK: ; Function Attrs: nounwind 696 ; CHECK: ; Function Attrs: nounwind 699 ; CHECK: ; Function Attrs: nounwind [all …]
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrFMA3Info.cpp | 23 #define FMA3GROUP(Name, Suf, Attrs) \ argument 24 { { X86::Name##132##Suf, X86::Name##213##Suf, X86::Name##231##Suf }, Attrs }, 26 #define FMA3GROUP_MASKED(Name, Suf, Attrs) \ argument 27 FMA3GROUP(Name, Suf, Attrs) \ 28 FMA3GROUP(Name, Suf##k, Attrs | X86InstrFMA3Group::KMergeMasked) \ 29 FMA3GROUP(Name, Suf##kz, Attrs | X86InstrFMA3Group::KZeroMasked) 31 #define FMA3GROUP_PACKED_WIDTHS(Name, Suf, Attrs) \ argument 32 FMA3GROUP(Name, Suf##Ym, Attrs) \ 33 FMA3GROUP(Name, Suf##Yr, Attrs) \ 34 FMA3GROUP_MASKED(Name, Suf##Z128m, Attrs) \ [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrFMA3Info.cpp | 23 #define FMA3GROUP(Name, Suf, Attrs) \ argument 24 { { X86::Name##132##Suf, X86::Name##213##Suf, X86::Name##231##Suf }, Attrs }, 26 #define FMA3GROUP_MASKED(Name, Suf, Attrs) \ argument 27 FMA3GROUP(Name, Suf, Attrs) \ 28 FMA3GROUP(Name, Suf##k, Attrs | X86InstrFMA3Group::KMergeMasked) \ 29 FMA3GROUP(Name, Suf##kz, Attrs | X86InstrFMA3Group::KZeroMasked) 31 #define FMA3GROUP_PACKED_WIDTHS(Name, Suf, Attrs) \ argument 32 FMA3GROUP(Name, Suf##Ym, Attrs) \ 33 FMA3GROUP(Name, Suf##Yr, Attrs) \ 34 FMA3GROUP_MASKED(Name, Suf##Z128m, Attrs) \ [all …]
|
/external/python/cpython2/Lib/ |
D | htmllib.py | 139 def start_html(self, attrs): pass argument 142 def start_head(self, attrs): pass argument 145 def start_body(self, attrs): pass argument 150 def start_title(self, attrs): argument 156 def do_base(self, attrs): argument 157 for a, v in attrs: 161 def do_isindex(self, attrs): argument 164 def do_link(self, attrs): argument 167 def do_meta(self, attrs): argument 170 def do_nextid(self, attrs): # Deprecated argument [all …]
|
/external/llvm-project/llvm/test/DebugInfo/PDB/ |
D | pdbdump-yaml-types.test | 30 YAML: Attrs: 3 35 YAML: Attrs: 3 40 YAML: Attrs: 3 45 YAML: Attrs: 3 50 YAML: Attrs: 3 74 YAML: Attrs: 33802 102 YAML: Attrs: 3 106 YAML: Attrs: 3 122 YAML: Attrs: 3 140 YAML: Attrs: 3 [all …]
|
/external/llvm-project/lld/test/COFF/ |
D | pdb-heapsite.yaml | 260 Attrs: 3 286 Attrs: 65548 331 Attrs: 3 336 Attrs: 3 341 Attrs: 3 346 Attrs: 3 351 Attrs: 3 356 Attrs: 3 383 Attrs: 65548 391 Attrs: 66572 [all …]
|
D | pdb-thunk.yaml | 381 Attrs: 66572 389 Attrs: 65548 406 Attrs: 65676 427 Attrs: 65580 455 Attrs: 259 459 Attrs: 259 463 Attrs: 259 469 Attrs: 65580 494 Attrs: 259 498 Attrs: 259 [all …]
|
/external/llvm-project/lld/test/COFF/Inputs/ |
D | pdb-file-statics-b.yaml | 158 Attrs: 3 163 Attrs: 3 168 Attrs: 3 173 Attrs: 3 178 Attrs: 3 183 Attrs: 3 210 Attrs: 65548 218 Attrs: 66572 259 Attrs: 3 263 Attrs: 3 [all …]
|
D | pdb-file-statics-a.yaml | 143 Attrs: 65548 183 Attrs: 3 188 Attrs: 3 193 Attrs: 3 198 Attrs: 3 203 Attrs: 3 208 Attrs: 3 235 Attrs: 65548 243 Attrs: 66572 284 Attrs: 3 [all …]
|
/external/llvm-project/clang/test/CodeGen/ |
D | address-safety-attr-flavors.cpp | 28 // CHECK-NOASAN: {{Function Attrs: noinline nounwind mustprogress$}} 29 // CHECK-ASAN: Function Attrs: noinline nounwind sanitize_address mustprogress 30 // CHECK-KASAN: Function Attrs: noinline nounwind sanitize_address mustprogress 31 // CHECK-HWASAN: Function Attrs: noinline nounwind sanitize_hwaddress mustprogress 32 // CHECK-KHWASAN: Function Attrs: noinline nounwind sanitize_hwaddress mustprogress 37 // CHECK-NOASAN: {{Function Attrs: noinline nounwind mustprogress$}} 38 // CHECK-ASAN: {{Function Attrs: noinline nounwind mustprogress$}} 39 // CHECK-KASAN: {{Function Attrs: noinline nounwind mustprogress$}} 40 // CHECK-HWASAN: {{Function Attrs: noinline nounwind sanitize_hwaddress mustprogress$}} 41 // CHECK-KHWASAN: {{Function Attrs: noinline nounwind sanitize_hwaddress mustprogress$}} [all …]
|
/external/rust/crates/thiserror-impl/src/ |
D | ast.rs | 1 use crate::attr::{self, Attrs}; 15 pub attrs: Attrs<'a>, field 23 pub attrs: Attrs<'a>, field 31 pub attrs: Attrs<'a>, field 38 pub attrs: Attrs<'a>, field 58 let mut attrs = attr::get(&node.attrs)?; in from_syn() localVariable 59 let span = attrs.span().unwrap_or_else(Span::call_site); in from_syn() 61 if let Some(display) = &mut attrs.display { in from_syn() 66 attrs, in from_syn() 76 let attrs = attr::get(&node.attrs)?; in from_syn() localVariable [all …]
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGLoopInfo.cpp | 35 MDNode *LoopInfo::createPipeliningMetadata(const LoopAttributes &Attrs, in createPipeliningMetadata() argument 41 if (Attrs.PipelineDisabled) in createPipeliningMetadata() 43 else if (Attrs.PipelineInitiationInterval != 0) in createPipeliningMetadata() 63 if (Attrs.PipelineInitiationInterval > 0) { in createPipeliningMetadata() 67 llvm::Type::getInt32Ty(Ctx), Attrs.PipelineInitiationInterval))}; in createPipeliningMetadata() 80 LoopInfo::createPartialUnrollMetadata(const LoopAttributes &Attrs, in createPartialUnrollMetadata() argument 86 if (Attrs.UnrollEnable == LoopAttributes::Disable) in createPartialUnrollMetadata() 88 else if (Attrs.UnrollEnable == LoopAttributes::Full) in createPartialUnrollMetadata() 90 else if (Attrs.UnrollEnable != LoopAttributes::Unspecified || in createPartialUnrollMetadata() 91 Attrs.UnrollCount != 0) in createPartialUnrollMetadata() [all …]
|
/external/perfetto/ui/src/frontend/ |
D | record_widgets.ts | 38 view({attrs}: m.CVnode<DocsChipAttrs>) { 41 {href: attrs.href, title: 'Open docs in new tab', target: '_blank'}, 60 view({attrs, children}: m.CVnode<ProbeAttrs>) { 63 attrs.setEnabled(draft, enabled); 68 const enabled = attrs.isEnabled(globals.state.recordConfig); 72 attrs.img && m('img', { 73 src: `${globals.root}assets/${attrs.img}`, 83 m('span', attrs.title)), 84 m('div', m('div', attrs.descr), m('.probe-config', children))); 101 view({attrs}: m.CVnode<ToggleAttrs>) { [all …]
|
/external/bazelbuild-rules_android/rules/android_packaged_resources/ |
D | rule.bzl | 17 load(":attrs.bzl", "ATTRS") 20 "@rules_android//rules:attrs.bzl", 21 _attrs = "attrs", 30 attrs = ATTRS, 36 attrs: A dict. The attributes for the rule. 44 attrs = attrs, 57 def sanitize_attrs(attrs, allowed_attrs = ATTRS.keys()): 65 attrs: A dict. The attributes for the android_packaged_resources rule. 71 for attr_name in attrs.keys(): 73 attrs.pop(attr_name, None) [all …]
|
/external/toybox/tests/ |
D | getfattr.test | 7 mkdir attrs 8 touch attrs/file 9 setfattr -n user.empty attrs/file 10 setfattr -n user.data -v hello attrs/file 11 setfattr -n user.more -v world attrs/file 13 testing "" "getfattr attrs/file" \ 14 "# file: attrs/file\nuser.data\nuser.empty\nuser.more\n\n" "" "" 15 testing "-d" "getfattr -d attrs/file" \ 16 "# file: attrs/file\nuser.data=\"hello\"\nuser.empty\nuser.more=\"world\"\n\n" "" "" 17 testing "-n" "getfattr -n user.empty attrs/file" \ [all …]
|
D | setfattr.test | 7 mkdir attrs 8 touch attrs/file 9 setfattr -n user.empty attrs/file 10 setfattr -n user.data -v hello attrs/file 11 setfattr -n user.delete-me -v hello attrs/file 14 "setfattr -x user.delete-me attrs/file && getfattr attrs/file" \ 15 "# file: attrs/file\nuser.data\nuser.empty\n\n" "" "" 16 testing "-n" "setfattr -n user.new attrs/file && getfattr -d attrs/file" \ 17 "# file: attrs/file\nuser.data=\"hello\"\nuser.empty\nuser.new\n\n" "" "" 18 testing "-n -v" "setfattr -n user.new -v data attrs/file && getfattr -d attrs/file" \ [all …]
|
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/ |
D | DosAttributeProviderTest.java | 82 DosFileAttributes attrs = view.readAttributes(); in testView() local 83 assertThat(attrs.isHidden()).isFalse(); in testView() 84 assertThat(attrs.isArchive()).isFalse(); in testView() 85 assertThat(attrs.isReadOnly()).isFalse(); in testView() 86 assertThat(attrs.isSystem()).isFalse(); in testView() 93 assertThat(attrs.isHidden()).isFalse(); in testView() 94 assertThat(attrs.isArchive()).isFalse(); in testView() 95 assertThat(attrs.isReadOnly()).isFalse(); in testView() 97 attrs = view.readAttributes(); in testView() 98 assertThat(attrs.isHidden()).isTrue(); in testView() [all …]
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | p9-vector-compares-and-counts.ll | 4 ; Function Attrs: nounwind readnone 13 ; Function Attrs: nounwind readnone 16 ; Function Attrs: nounwind readnone 26 ; Function Attrs: nounwind readnone 29 ; Function Attrs: nounwind readnone 38 ; Function Attrs: nounwind readnone 41 ; Function Attrs: nounwind readnone 50 ; Function Attrs: nounwind readnone 53 ; Function Attrs: nounwind readnone 62 ; Function Attrs: nounwind readnone [all …]
|
/external/mesa3d/src/freedreno/registers/ |
D | gen_header.py | 236 def __init__(self, attrs, domain): argument 237 if "name" in attrs: 238 self.name = attrs["name"] 242 self.offset = int(attrs["offset"], 0) 243 self.stride = int(attrs["stride"], 0) 244 self.length = int(attrs["length"], 0) 253 def __init__(self, attrs, domain, array, bit_size): argument 254 self.name = attrs["name"] 257 self.offset = int(attrs["offset"], 0) 282 def parse_variants(attrs): argument [all …]
|
/external/rust/crates/syn/tests/debug/ |
D | gen.rs | 55 if !_val.attrs.is_empty() { in fmt() 56 formatter.field("attrs", Lite(&_val.attrs)); in fmt() 117 if !_val.attrs.is_empty() { in fmt() 118 formatter.field("attrs", Lite(&_val.attrs)); in fmt() 292 if !_val.attrs.is_empty() { in fmt() 293 formatter.field("attrs", Lite(&_val.attrs)); in fmt() 417 if !_val.attrs.is_empty() { in fmt() 418 formatter.field("attrs", Lite(&_val.attrs)); in fmt() 433 if !_val.attrs.is_empty() { in fmt() 434 formatter.field("attrs", Lite(&_val.attrs)); in fmt() [all …]
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.cpp | 118 void DIEHash::collectAttributes(const DIE &Die, DIEAttrs &Attrs) { in collectAttributes() argument 121 Attrs.NAME = V; \ in collectAttributes() 360 // Go through the attributes from \param Attrs in the order specified in 7.27.4 362 void DIEHash::hashAttributes(const DIEAttrs &Attrs, dwarf::Tag Tag) { in hashAttributes() argument 369 ADD_ATTR(Attrs.DW_AT_name); in hashAttributes() 370 ADD_ATTR(Attrs.DW_AT_accessibility); in hashAttributes() 371 ADD_ATTR(Attrs.DW_AT_address_class); in hashAttributes() 372 ADD_ATTR(Attrs.DW_AT_allocated); in hashAttributes() 373 ADD_ATTR(Attrs.DW_AT_artificial); in hashAttributes() 374 ADD_ATTR(Attrs.DW_AT_associated); in hashAttributes() [all …]
|