Searched defs:attributes (Results 1 - 2 of 2) sorted by relevance

/development/tools/apkcheck/src/com/android/apkcheck/
H A DApiDescrHandler.java69 Attributes attributes) {
74 attributes.getValue("name"));
78 attributes.getValue("name"),
79 attributes.getValue("extends"),
80 attributes.getValue("static"));
83 mCurrentClass.addInterface(attributes.getValue("name"));
86 mCurrentMethod = new MethodInfo(attributes.getValue("name"),
87 attributes.getValue("return"));
121 FieldInfo fInfo = new FieldInfo(attributes.getValue("name"),
122 attributes
68 startElement(String uri, String localName, String qName, Attributes attributes) argument
[all...]
/development/ndk/platforms/android-3/include/linux/
H A Dncp.h128 __le32 attributes; member in struct:nw_info_struct
171 __le32 attributes; member in struct:nw_modify_dos_info

Completed in 138 milliseconds