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

  /dalvik/vm/
ReferenceTable.h 32 * If "allocEntries" is not equal to "maxEntries", the table may expand when
44 int maxEntries; /* max #of entries allowed */
IndirectRefTable.h 118 * If "allocEntries" is not equal to "maxEntries", the table may expand
194 int maxEntries; /* max #of entries allowed */
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RouteSpecificPool.java 58 protected final int maxEntries;
78 * @param maxEntries the maximum number of entries allowed for this pool
80 public RouteSpecificPool(HttpRoute route, int maxEntries) {
82 this.maxEntries = maxEntries;
105 return maxEntries;
128 return maxEntries - numEntries;
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 195 milliseconds