Home
last modified time | relevance | path

Searched refs:NUMBER_OF_PARSERS (Results 1 – 2 of 2) sorted by relevance

/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
DParserPoolImpl.java38 int max = RuntimeConstants.NUMBER_OF_PARSERS;
49 max = rsvc.getInt(RuntimeConstants.PARSER_POOL_SIZE, RuntimeConstants.NUMBER_OF_PARSERS); in initialize()
DRuntimeConstants.java498 int NUMBER_OF_PARSERS = 20; field