Home
last modified time | relevance | path

Searched defs:elementCount (Results 1 – 5 of 5) sorted by relevance

/libcore/benchmarks/src/benchmarks/
DXmlParseBenchmark.java87 int elementCount = 0; in timeSax() local
98 int elementCount = 0; field in XmlParseBenchmark.ElementCounterSaxHandler
106 int elementCount = 0; in timeDom() local
136 int elementCount = 0; in testXmlPull() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DStackTest.java175 public void setLength(int elementCount) { in setLength()
/libcore/ojluni/annotations/sdk/nullability/java/util/
DVector.annotated.java143 protected int elementCount; field in Vector
/libcore/ojluni/src/main/java/java/util/
DVector.java115 protected int elementCount; field in Vector
1411 Arrays.sort((E[]) elementData, 0, elementCount, c); in sort() local
/libcore/ojluni/annotations/hiddenapi/java/util/
DVector.java278 protected int elementCount; field in Vector