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

  /libcore/ojluni/src/main/java/sun/net/www/http/
KeepAliveStreamCleaner.java 54 protected static int MAX_CAPACITY = 10;
75 return NetProperties.getInteger(maxCapacityKey, MAX_CAPACITY);
77 MAX_CAPACITY = maxCapacity;
84 if (size() >= MAX_CAPACITY)
  /external/guice/extensions/persist/lib/
log4j-1.2.14.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.2.14.jar 
log4j-1.3alpha-8.jar 
logback-core-0.9.8-SNAPSHOT.jar 

Completed in 97 milliseconds