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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
BasePullParser.java 101 public int getNamespaceCount(int depth) throws XmlPullParserException {
102 throw new XmlPullParserException("getNamespaceCount() not supported");
  /libcore/xml/src/main/java/org/kxml2/kdom/
Element.java 146 int cnt = getNamespaceCount ();
160 public int getNamespaceCount () {
199 for (int i = parser.getNamespaceCount (parser.getDepth () - 1);
200 i < parser.getNamespaceCount (parser.getDepth ()); i++) {
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParser.java 189 * @see #getNamespaceCount
549 * int nsStart = pp.getNamespaceCount(pp.getDepth()-1);
550 * int nsEnd = pp.getNamespaceCount(pp.getDepth());
563 int getNamespaceCount(int depth) throws XmlPullParserException;
598 * for (int i = getNamespaceCount(getDepth ())-1; i >= 0; i--) {
614 * @see #getNamespaceCount
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeXmlBlockParser.java 154 public int getNamespaceCount(int depth) throws XmlPullParserException {
155 throw new XmlPullParserException("getNamespaceCount() not supported");
  /frameworks/base/core/java/android/content/res/
XmlBlock.java 126 public int getNamespaceCount(int depth) throws XmlPullParserException {
127 throw new XmlPullParserException("getNamespaceCount() not supported");
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java     [all...]
  /prebuilt/common/kxml2/
kxml2-2.3.0.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 162 milliseconds