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

  /external/jetty/src/java/org/eclipse/jetty/util/
ArrayQueue.java 40 protected final int _growCapacity;
68 _growCapacity = growBy;
362 if (_growCapacity <= 0)
365 Object[] elements = new Object[_elements.length + _growCapacity];
BlockingArrayQueue.java 54 private final int _growCapacity;
85 _growCapacity=DEFAULT_GROWTH;
98 _growCapacity=-1;
111 _growCapacity=growBy;
128 _growCapacity=growBy;
600 if (_growCapacity<=0)
613 Object[] elements=new Object[_capacity+_growCapacity];
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 

Completed in 49 milliseconds