HomeSort by relevance Sort by last modified time
    Searched defs:xmlAttr (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tools/aapt2/
XmlFlattener.cpp 227 const Attribute* xmlAttr = nullptr;
259 attrToFlatten.xmlAttr = &attr;
314 attrToFlatten.xmlAttr->namespaceUri);
317 if (package && package.value() == u"android" && attrToFlatten.xmlAttr->name == u"id") {
319 } else if (attrToFlatten.xmlAttr->namespaceUri.empty()) {
320 if (attrToFlatten.xmlAttr->name == u"class") {
322 } else if (attrToFlatten.xmlAttr->name == u"style") {
329 addString(attrToFlatten.xmlAttr->namespaceUri, kLowPriority, &flatAttr->ns);
333 addString(attrToFlatten.xmlAttr->name, kLowPriority, &flatAttr->name);
346 attrToFlatten.xmlAttr->name
    [all...]
  /external/libxml2/include/libxml/
tree.h 427 * xmlAttr:
431 typedef struct _xmlAttr xmlAttr;
432 typedef xmlAttr *xmlAttrPtr;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java     [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 287 milliseconds