Home
last modified time | relevance | path

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

/build/soong/cc/ndk_api_coverage_parser/
D__init__.py50 attributes = {}
55 attributes.update({key: value})
59 attributes.update({tag: 'True'})
60 attributes.update({ARCHITECTURE_ATTRIBUTE_KEY: ','.join(arch)})
61 return attributes
84 attributes = {NAME_ATTRIBUTE_KEY: symbol.name}
85 attributes.update(version_attributes)
87 attributes.update(parse_tags(symbol.tags))
88 SubElement(root, SYMBOL_ELEMENT_TAG, attributes)
/build/bazel/rules_cc/cc/
Ddefs.bzl35 **attrs: Rule attributes
47 **attrs: Rule attributes
59 **attrs: Rule attributes
71 **attrs: Rule attributes
83 **attrs: Rule attributes
95 **attrs: Rule attributes
107 **attrs: Rule attributes
119 **attrs: Rule attributes
131 **attrs: Rule attributes
143 **attrs: Rule attributes
[all …]
/build/make/tools/
Dauto_gen_test_config.py72 if instrumentation.attributes.has_key(ATTRIBUTE_LABEL):
73 label = instrumentation.attributes[ATTRIBUTE_LABEL].value
76 runner = instrumentation.attributes[ATTRIBUTE_RUNNER].value
77 package = manifest.attributes[ATTRIBUTE_PACKAGE].value
Dfat16copy.py168 def add_dentry(self, attributes, shortname, ext, longname, first_cluster, argument
181 new_dentry = dentry(self.backing.fs, attributes, shortname, ext,
284 def __init__(self, fs, attributes, shortname, ext, longname, argument
300 self.attributes = attributes
323 return (self.attributes & ATTRIBUTE_SUBDIRECTORY) != 0
382 self.attributes,
514 attributes = None
522 attributes = read_byte(f)
525 if attributes & LFN_ATTRIBUTES != LFN_ATTRIBUTES:
571 return (dentry(self, attributes, shortname, ext, lfn, first_cluster,
/build/bazel/rules/
Dfull_cc_library.bzl6 # attributes for both targets
15 # attributes for the shared target
23 # attributes for the static target
Dcc_library_static.bzl16 # Silently drop these attributes for now:
/build/soong/bp2build/
Dbuild_conversion.go170 var attributes string
173 attributes += fmt.Sprintf(" %s = %s,\n", propName, props[propName])
176 return attributes
285 attributes := propsToAttributes(props.Attrs)
295 attributes,
314 attributes := propsToAttributes(props.Attrs)
332 attributes),
/build/soong/scripts/
Dstrip.sh53 …"${CLANG_BIN}/llvm-strip" --strip-all --keep-section=.ARM.attributes "${infile}" -o "${outfile}.tm…
77 …"${CLANG_BIN}/llvm-strip" --strip-all --keep-section=.ARM.attributes --remove-section=.comment "${…
98 …"${CLANG_BIN}/llvm-strip" --strip-all --keep-section=.ARM.attributes --remove-section=.comment "${…
/build/make/tools/releasetools/
Dpylintrc65 …any-statements,duplicate-code,too-few-public-methods,too-many-instance-attributes,too-many-lines,t…
120 # List of module names for which member attributes should not be checked
122 # and thus existing member attributes cannot be deduced by static analysis
125 # List of classes names for which member attributes should not be checked
126 # (useful for classes with attributes dynamically set).
129 # When zope mode is activated, add a predefined set of Zope acquired attributes
327 # Maximum number of attributes for a class (see R0902).
328 max-attributes=7
357 # List of method names used to declare (i.e. assign) instance attributes.
/build/make/core/
Dproduct_config.rbc192 """Substitutes inherited values in all the attributes.
304 # product attributes dict ("cfg")
316 """Returns PCM's product configuration attributes dict.
327 Only list attributes are initialized this way. The default
/build/make/tools/droiddoc/templates-pdk/assets/
Dprettify.js13 a.tagName.toLowerCase();b.push(I,c);for(var d=0;d<a.attributes.length;++d){var g=a.attributes[d];if…