Searched refs:attributes (Results 1 – 4 of 4) sorted by relevance
/build/tools/apicheck/src/com/android/apicheck/ |
D | ApiCheck.java | 145 Attributes attributes) { in startElement() argument 147 mCurrentPackage = new PackageInfo(attributes.getValue("name"), in startElement() 148 SourcePositionInfo.fromXml(attributes.getValue("source"))); in startElement() 154 mCurrentClass = new ClassInfo(attributes.getValue("name"), in startElement() 156 attributes.getValue("extends") , in startElement() 159 attributes.getValue("abstract")), in startElement() 161 attributes.getValue("static")), in startElement() 163 attributes.getValue("final")), in startElement() 164 attributes.getValue("deprecated"), in startElement() 165 attributes.getValue("visibility"), in startElement() [all …]
|
/build/core/ |
D | armelf.xsc | 205 .ARM.attributes 0 : { KEEP (*(.ARM.attributes)) }
|
/build/tools/droiddoc/templates/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-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…
|