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

  /libcore/xml/src/main/java/org/kxml2/io/
KXmlSerializer.java 48 private int[] nspCounts = new int[4];
69 for (int i = nspCounts[depth - 1]; i < nspCounts[depth]; i++) {
83 if (nspCounts.length <= depth + 1) {
85 System.arraycopy(nspCounts, 0, hlp, 0, depth + 1);
86 nspCounts = hlp;
89 nspCounts[depth + 1] = nspCounts[depth];
90 // nspCounts[depth + 2] = nspCounts[depth]
    [all...]
KXmlParser.java 135 private int[] nspCounts = new int[4];
212 int j = (nspCounts[depth]++) << 1;
    [all...]
  /prebuilt/common/kxml2/
kxml2-2.3.0.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 60 milliseconds