Home
last modified time | relevance | path

Searched defs:rsvc (Results 1 – 14 of 14) sorted by relevance

/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/app/event/
DEventHandlerUtil.java54 public static Object referenceInsert(RuntimeServices rsvc, in referenceInsert()
96 public static Object methodException(RuntimeServices rsvc, in methodException()
147 public static String includeEvent(RuntimeServices rsvc, in includeEvent()
184 public static Object invalidGetMethod(RuntimeServices rsvc, in invalidGetMethod()
218 public static void invalidSetMethod(RuntimeServices rsvc, in invalidSetMethod()
255 public static Object invalidMethod(RuntimeServices rsvc, in invalidMethod()
DEventCartridge.java68 protected RuntimeServices rsvc = null; field in EventCartridge
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
DVelocimacroManager.java59 private RuntimeServices rsvc = null; field in VelocimacroManager
72 VelocimacroManager(RuntimeServices rsvc) in VelocimacroManager()
315 RuntimeServices rsvc) in MacroEntry()
DVelocimacroFactory.java51 private final RuntimeServices rsvc; field in VelocimacroFactory
105 public VelocimacroFactory(final RuntimeServices rsvc) in VelocimacroFactory()
DParserPoolImpl.java46 public void initialize(RuntimeServices rsvc) in initialize()
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/
DMacro.java193 private static List<MacroArg> getArgArray(Node node, RuntimeServices rsvc) in getArgArray()
276 …tringBuilder macroToString(final StringBuilder buf, List<MacroArg> macroArgs, RuntimeServices rsvc) in macroToString()
DDirective.java58 protected RuntimeServices rsvc = null; field in Directive
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/
DResourceCacheImpl.java97 protected RuntimeServices rsvc = null; field in ResourceCacheImpl
DResource.java40 protected RuntimeServices rsvc = null; field in Resource
DResourceManagerImpl.java85 protected RuntimeServices rsvc = null; field in ResourceManagerImpl
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader/
DResourceLoader.java68 protected RuntimeServices rsvc = null; field in ResourceLoader
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/
DSimpleNode.java50 protected RuntimeServices rsvc = null; field in SimpleNode
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/
DUberspectImpl.java78 protected RuntimeServices rsvc; field in UberspectImpl
/external/apache-velocity-engine/generated-sources/javacc/org/apache/velocity/runtime/parser/
DStandardParser.java88 private RuntimeServices rsvc = null; field in StandardParser