Home
last modified time | relevance | path

Searched refs:VM_MAX_DEPTH (Results 1 – 6 of 6) sorted by relevance

/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/
DBlockMacro.java102 maxDepth = rsvc.getInt(RuntimeConstants.VM_MAX_DEPTH); in init()
DVelocimacroProxy.java160 maxCallDepth = rsvc.getInt(RuntimeConstants.VM_MAX_DEPTH); in init()
/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/
DBlockMacroTestCase.java126 engine.setProperty(RuntimeConstants.VM_MAX_DEPTH, 3); in testRecursiveBlockMacro()
DVelocimacroTestCase.java60 Velocity.setProperty( Velocity.VM_MAX_DEPTH, 5); in setUp()
DScopeTestCase.java175 engine.setProperty(RuntimeConstants.VM_MAX_DEPTH, "5"); in testRecursiveBodyMacroScope()
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
DRuntimeConstants.java354 String VM_MAX_DEPTH = "velocimacro.max_depth"; field