/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 *dpy, in _eglParseKHRImageAttribs() argument 46 attrs->ImagePreserved = val; in _eglParseKHRImageAttribs() 53 attrs->GLTextureLevel = val; in _eglParseKHRImageAttribs() 59 attrs->GLTextureZOffset = val; in _eglParseKHRImageAttribs() 69 _eglParseMESADrmImageAttribs(_EGLImageAttribs *attrs, _EGLDisplay *dpy, in _eglParseMESADrmImageAttribs() argument 77 attrs->Width = val; in _eglParseMESADrmImageAttribs() 80 attrs->Height = val; in _eglParseMESADrmImageAttribs() 83 attrs->DRMBufferFormatMESA = val; in _eglParseMESADrmImageAttribs() 86 attrs->DRMBufferUseMESA = val; in _eglParseMESADrmImageAttribs() 89 attrs->DRMBufferStrideMESA = val; in _eglParseMESADrmImageAttribs() [all …]
|
/external/u-boot/test/env/ |
D | attr.c | 15 char attrs[32]; in env_test_attrs_lookup() local 17 ut_assertok(env_attr_lookup("foo:bar", "foo", attrs)); in env_test_attrs_lookup() 18 ut_asserteq_str("bar", attrs); in env_test_attrs_lookup() 20 ut_assertok(env_attr_lookup(",foo:bar", "foo", attrs)); in env_test_attrs_lookup() 21 ut_asserteq_str("bar", attrs); in env_test_attrs_lookup() 23 ut_assertok(env_attr_lookup(",foo:bar,", "foo", attrs)); in env_test_attrs_lookup() 24 ut_asserteq_str("bar", attrs); in env_test_attrs_lookup() 26 ut_assertok(env_attr_lookup(" foo:bar", "foo", attrs)); in env_test_attrs_lookup() 27 ut_asserteq_str("bar", attrs); in env_test_attrs_lookup() 29 ut_assertok(env_attr_lookup("foo : bar", "foo", attrs)); in env_test_attrs_lookup() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrFMA3Info.cpp | 24 #define FMA3GROUP(Name, Suf, Attrs) \ argument 25 { { X86::Name##132##Suf, X86::Name##213##Suf, X86::Name##231##Suf }, Attrs }, 27 #define FMA3GROUP_MASKED(Name, Suf, Attrs) \ argument 28 FMA3GROUP(Name, Suf, Attrs) \ 29 FMA3GROUP(Name, Suf##k, Attrs | X86InstrFMA3Group::KMergeMasked) \ 30 FMA3GROUP(Name, Suf##kz, Attrs | X86InstrFMA3Group::KZeroMasked) 32 #define FMA3GROUP_PACKED_WIDTHS(Name, Suf, Attrs) \ argument 33 FMA3GROUP(Name, Suf##Ym, Attrs) \ 34 FMA3GROUP(Name, Suf##Yr, Attrs) \ 35 FMA3GROUP_MASKED(Name, Suf##Z128m, Attrs) \ [all …]
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Attributes.cpp | 29 std::string Attribute::getAsString(Attributes Attrs) { in getAsString() argument 31 if (Attrs & Attribute::ZExt) in getAsString() 33 if (Attrs & Attribute::SExt) in getAsString() 35 if (Attrs & Attribute::NoReturn) in getAsString() 37 if (Attrs & Attribute::NoUnwind) in getAsString() 39 if (Attrs & Attribute::UWTable) in getAsString() 41 if (Attrs & Attribute::ReturnsTwice) in getAsString() 43 if (Attrs & Attribute::InReg) in getAsString() 45 if (Attrs & Attribute::NoAlias) in getAsString() 47 if (Attrs & Attribute::NoCapture) in getAsString() [all …]
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | conv_op_helpers.cc | 167 Status CheckConvAttrs(const ConvOpAttrs& attrs) { in CheckConvAttrs() argument 168 const int num_dims = attrs.num_spatial_dims + 2; in CheckConvAttrs() 169 if (attrs.strides.size() != num_dims) { in CheckConvAttrs() 173 int batch_dim = GetTensorBatchDimIndex(num_dims, attrs.data_format); in CheckConvAttrs() 174 int feature_dim = GetTensorFeatureDimIndex(num_dims, attrs.data_format); in CheckConvAttrs() 175 if (attrs.strides[batch_dim] != 1 || attrs.strides[feature_dim] != 1) { in CheckConvAttrs() 180 if (attrs.dilations.size() != num_dims) { in CheckConvAttrs() 184 if (attrs.dilations[batch_dim] != 1 || attrs.dilations[feature_dim] != 1) { in CheckConvAttrs() 189 for (int i = 0; i < attrs.num_spatial_dims; ++i) { in CheckConvAttrs() 190 int input_dim = GetTensorSpatialDimIndex(num_dims, attrs.data_format, i); in CheckConvAttrs() [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/swiftshader/third_party/llvm-7.0/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/perfetto/ui/src/frontend/ |
D | record_widgets.ts | 42 view({attrs, children}: m.CVnode<ProbeAttrs>) { 45 attrs.setEnabled(draft, enabled); 50 const enabled = attrs.isEnabled(globals.state.recordConfig); 54 m(`img[src=assets/${attrs.img}]`, {onclick: () => onToggle(!enabled)}), 58 m('span', attrs.title)), 59 m('div', m('div', attrs.descr), m('.probe-config', children))); 79 onValueChange(attrs: SliderAttrs, newVal: number) { 81 attrs.set(draft, newVal); 87 onTimeValueChange(attrs: SliderAttrs, hms: string) { 90 this.onValueChange(attrs, date.getTime()); [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/swiftshader/third_party/llvm-7.0/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/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 …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | fp16instrinsmc.ll | 15 ; Function Attrs: nounwind 33 ; Function Attrs: nounwind readnone 36 ; Function Attrs: nounwind 49 ; Function Attrs: nounwind 68 ; Function Attrs: nounwind readnone 71 ; Function Attrs: nounwind 84 ; Function Attrs: nounwind 93 ; Function Attrs: nounwind readnone 96 ; Function Attrs: nounwind 105 ; Function Attrs: nounwind readnone [all …]
|
/external/llvm/test/CodeGen/Mips/ |
D | fp16instrinsmc.ll | 15 ; Function Attrs: nounwind 33 ; Function Attrs: nounwind readnone 36 ; Function Attrs: nounwind 49 ; Function Attrs: nounwind 68 ; Function Attrs: nounwind readnone 71 ; Function Attrs: nounwind 84 ; Function Attrs: nounwind 93 ; Function Attrs: nounwind readnone 96 ; Function Attrs: nounwind 105 ; Function Attrs: nounwind readnone [all …]
|
/external/tensorflow/tensorflow/cc/gradients/ |
D | nn_grad.cc | 150 TF_RETURN_IF_ERROR(GetNodeAttr(op.node()->attrs(), "alpha", &alpha)); in LeakyReluGradHelper() 151 internal::LeakyReluGrad::Attrs attrs; in LeakyReluGradHelper() local 153 attrs.Alpha(alpha)); in LeakyReluGradHelper() 163 TF_RETURN_IF_ERROR(GetNodeAttr(op.node()->attrs(), "alpha", &alpha)); in LeakyReluGradGradHelper() 164 internal::LeakyReluGrad::Attrs attrs; in LeakyReluGradGradHelper() local 166 attrs.Alpha(alpha)); in LeakyReluGradGradHelper() 204 GetNodeAttr(op.output(0).node()->attrs(), "data_format", &data_format)); in BiasAddGradHelper() 220 auto attrs = op.output(0).node()->attrs(); in Conv2DGrad() local 221 TF_RETURN_IF_ERROR(GetNodeAttr(attrs, "data_format", &data_format)); in Conv2DGrad() 222 TF_RETURN_IF_ERROR(GetNodeAttr(attrs, "padding", &padding)); in Conv2DGrad() [all …]
|
/external/python/cpython2/Lib/plat-mac/ |
D | findertools.py | 140 attrs = {} 145 _reply, args, attrs = finder.send("core", "setd", args, attrs) 154 attrs = {} 158 _reply, args, attrs = finder.send("core", "getd", args, attrs) 172 attrs = {} 180 _reply, args, attrs = finder.send('core', 'getd', args, attrs) 196 attrs = {} 199 _reply, args, attrs = finder.send('core', 'getd', args, attrs) 250 attrs = {} 254 _reply, args, attrs = finder.send("core", "getd", args, attrs) [all …]
|
/external/iproute2/ip/ |
D | iplink_vxlan.c | 24 #define VXLAN_ATTRSET(attrs, type) (((attrs) & (1L << (type))) != 0) argument 64 static void check_duparg(__u64 *attrs, int type, const char *key, in check_duparg() argument 67 if (!VXLAN_ATTRSET(*attrs, type)) { in check_duparg() 68 *attrs |= (1L << type); in check_duparg() 85 __u64 attrs = 0; in vxlan_parse_opt() local 96 check_duparg(&attrs, IFLA_VXLAN_ID, "id", *argv); in vxlan_parse_opt() 107 check_duparg(&attrs, IFLA_VXLAN_GROUP, "group", *argv); in vxlan_parse_opt() 121 check_duparg(&attrs, IFLA_VXLAN_GROUP, "remote", *argv); in vxlan_parse_opt() 133 check_duparg(&attrs, IFLA_VXLAN_LOCAL, "local", *argv); in vxlan_parse_opt() 153 check_duparg(&attrs, IFLA_VXLAN_LINK, "dev", *argv); in vxlan_parse_opt() [all …]
|
D | iplink_geneve.c | 18 #define GENEVE_ATTRSET(attrs, type) (((attrs) & (1L << (type))) != 0) argument 47 static void check_duparg(__u64 *attrs, int type, const char *key, in check_duparg() argument 50 if (!GENEVE_ATTRSET(*attrs, type)) { in check_duparg() 51 *attrs |= (1L << type); in check_duparg() 71 __u64 attrs = 0; in geneve_parse_opt() local 79 check_duparg(&attrs, IFLA_GENEVE_ID, "id", *argv); in geneve_parse_opt() 85 check_duparg(&attrs, IFLA_GENEVE_REMOTE, "remote", in geneve_parse_opt() 98 check_duparg(&attrs, IFLA_GENEVE_TTL, "ttl", *argv); in geneve_parse_opt() 111 check_duparg(&attrs, IFLA_GENEVE_TOS, "tos", *argv); in geneve_parse_opt() 123 check_duparg(&attrs, IFLA_GENEVE_LABEL, "flowlabel", in geneve_parse_opt() [all …]
|
/external/freetype/src/cache/ |
D | ftcbasic.c | 55 FTC_BasicAttrRec attrs; member 63 FTC_BasicAttrRec attrs; member 76 return FTC_BASIC_ATTR_COMPARE( &family->attrs, &query->attrs ); in ftc_basic_family_compare() 91 family->attrs = query->attrs; in ftc_basic_family_init() 106 error = FTC_Manager_LookupFace( manager, family->attrs.scaler.face_id, in ftc_basic_family_get_count() 135 error = FTC_Manager_LookupSize( manager, &family->attrs.scaler, &size ); in ftc_basic_family_load_bitmap() 144 (FT_Int)family->attrs.load_flags | FT_LOAD_RENDER ); in ftc_basic_family_load_bitmap() 161 FTC_Scaler scaler = &family->attrs.scaler; in ftc_basic_family_load_glyph() 176 (FT_Int)family->attrs.load_flags ); in ftc_basic_family_load_glyph() 217 result = FT_BOOL( family->attrs.scaler.face_id == face_id ); in ftc_basic_gnode_compare_faceid() [all …]
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_dist.py | 182 dist = Distribution(attrs={'author': 'xxx', 'name': 'xxx', 190 attrs = {'keywords': 'one,two', 193 dist = Distribution(attrs=attrs) 200 attrs = {'keywords': 'foo bar', 202 dist = Distribution(attrs=attrs) 247 d = Distribution(attrs={'script_args': ['--no-user-cfg']}) 273 attrs = {"name": "package", 275 dist = Distribution(attrs) 283 attrs = {"name": "package", 286 dist = Distribution(attrs) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 48 uint16_t Attrs = 0; member 57 : Attrs(static_cast<uint16_t>(Access)) {} in MemberAttributes() 60 Attrs = static_cast<uint16_t>(Access); in MemberAttributes() 61 Attrs |= (static_cast<uint16_t>(Kind) << MethodKindShift); in MemberAttributes() 62 Attrs |= static_cast<uint16_t>(Flags); in MemberAttributes() 67 return MemberAccess(unsigned(Attrs) & unsigned(MethodOptions::AccessMask)); in getAccess() 73 (unsigned(Attrs) & unsigned(MethodOptions::MethodKindMask)) >> in getMethodKind() 81 unsigned(Attrs) & in getFlags() 281 PointerRecord(TypeIndex ReferentType, uint32_t Attrs) in PointerRecord() argument 283 Attrs(Attrs) {} in PointerRecord() [all …]
|
/external/skia/modules/canvaskit/ |
D | gpu.js | 13 function makeWebGLContext(canvas, attrs) { argument 16 alpha: get(attrs, 'alpha', 1), 17 depth: get(attrs, 'depth', 1), 18 stencil: get(attrs, 'stencil', 0), 19 antialias: get(attrs, 'antialias', 1), 20 premultipliedAlpha: get(attrs, 'premultipliedAlpha', 1), 21 preserveDrawingBuffer: get(attrs, 'preserveDrawingBuffer', 0), 22 preferLowPowerToHighPerformance: get(attrs, 'preferLowPowerToHighPerformance', 0), 23 failIfMajorPerformanceCaveat: get(attrs, 'failIfMajorPerformanceCaveat', 0), 24 majorVersion: get(attrs, 'majorVersion', 1), [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_sax.py | 44 def verify_empty_attrs(self, attrs): argument 45 self.assertRaises(KeyError, attrs.getValue, "attr") 46 self.assertRaises(KeyError, attrs.getValueByQName, "attr") 47 self.assertRaises(KeyError, attrs.getNameByQName, "attr") 48 self.assertRaises(KeyError, attrs.getQNameByName, "attr") 49 self.assertRaises(KeyError, attrs.__getitem__, "attr") 50 self.assertEqual(attrs.getLength(), 0) 51 self.assertEqual(attrs.getNames(), []) 52 self.assertEqual(attrs.getQNames(), []) 53 self.assertEqual(len(attrs), 0) [all …]
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/ |
D | ActivityData.java | 35 private final HashMap<String, String> attrs; field in ActivityData 56 attrs = new HashMap<>(); in ActivityData() 57 attrs.putAll(attrMap); in ActivityData() 76 return attrs.get(withXMLNS(CONFIG_CHANGES)); in getConfigChanges() 103 return attrs.get(withXMLNS(LABEL)); in getLabel() 107 return attrs.get(withXMLNS(LAUNCH_MODE)); in getLaunchMode() 115 return attrs.get(withXMLNS(NAME)); in getName() 123 return attrs.get(withXMLNS(PARENT_ACTIVITY_NAME)); in getParentActivityName() 127 return attrs.get(withXMLNS(PERMISSION)); in getPermission() 131 return attrs.get(withXMLNS(PROCESS)); in getProcess() [all …]
|