Searched refs:attributes (Results 1 – 9 of 9) sorted by relevance
/build/soong/cc/ndk_api_coverage_parser/ |
D | __init__.py | 50 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/ |
D | auto_gen_test_config.py | 72 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
|
D | fat16copy.py | 168 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/ |
D | pylintrc | 65 …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/ |
D | strip.sh | 54 …"${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/ |
D | prettify.js | 13 a.tagName.toLowerCase();b.push(I,c);for(var d=0;d<a.attributes.length;++d){var g=a.attributes[d];if…
|
D | jquery-1.6.2.min.js | 16 …attributes,g;for(var h=0,i=e.length;h<i;h++)g=e[h].name,g.indexOf("data-")===0&&(g=f.camelCase(g.s…
|
D | jquery-resizable.min.js | 12 …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/ |
D | android_3p-bundle.js | 319 var attrs = node.attributes;
|