Home
last modified time | relevance | path

Searched refs:attributes (Results 1 – 9 of 9) 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/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/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/soong/scripts/
Dstrip.sh54 …"${CLANG_BIN}/llvm-strip" --strip-all --keep-section=.ARM.attributes "${infile}" -o "${outfile}.tm…
78 …"${CLANG_BIN}/llvm-strip" --strip-all --keep-section=.ARM.attributes --remove-section=.comment "${…
/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…
Djquery-1.6.2.min.js16attributes,g;for(var h=0,i=e.length;h<i;h++)g=e[h].name,g.indexOf("data-")===0&&(g=f.camelCase(g.s…
Djquery-resizable.min.js12 …n(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).speci…
/build/make/tools/droiddoc/templates-ndk/assets/js/
Dandroid_3p-bundle.js319 var attrs = node.attributes;