OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_CHANGES_BEFORE_PURGE
(Results
1 - 2
of
2
) sorted by null
/external/apache-http/src/org/apache/commons/logging/impl/
WeakHashtable.java
116
private static final int
MAX_CHANGES_BEFORE_PURGE
= 100;
230
//
MAX_CHANGES_BEFORE_PURGE
times
231
if (changeCount++ >
MAX_CHANGES_BEFORE_PURGE
) {
271
//
MAX_CHANGES_BEFORE_PURGE
times
272
if (changeCount++ >
MAX_CHANGES_BEFORE_PURGE
) {
/prebuilt/common/http-client/
commons-logging-1.1.1.jar
Completed in 657 milliseconds