Home
last modified time | relevance | path

Searched refs:methodKey (Results 1 – 7 of 7) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/extensions/
DExtensionHandler.java109 String funcName, Vector args, Object methodKey, in callFunction() argument
146 Stylesheet stylesheetTree, Object methodKey) throws TransformerException, IOException; in processElement() argument
DExtensionsTable.java162 Vector argVec, Object methodKey, in extFunction() argument
175 result = extNS.callFunction(funcName, argVec, methodKey, in extFunction()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DDexWriter.java645 for (MethodKey methodKey: classSection.getSortedMethods(classKey)) {
646 …? extends AnnotationSetKey> parameterAnnotations = classSection.getParameterAnnotations(methodKey);
650 classSection.setAnnotationSetRefListOffset(methodKey, prev);
654 classSection.setAnnotationSetRefListOffset(methodKey, position);
787 for (MethodKey methodKey: methods) {
789 classSection.getTryBlocks(methodKey);
790 … Iterable<? extends Instruction> instructions = classSection.getInstructions(methodKey);
791 Iterable<? extends DebugItem> debugItems = classSection.getDebugItems(methodKey);
807 classSection.makeMutableMethodImplementation(methodKey);
817 classSection.getParameterNames(methodKey), debugItems);
[all …]
/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncExtFunction.java166 java.lang.String extensionName, Object methodKey) in FuncExtFunction() argument
171 m_methodKey = methodKey; in FuncExtFunction()
/external/apache-xml/src/main/java/org/apache/xpath/
DExtensionsProvider.java51 Vector argVec, Object methodKey) in extFunction() argument
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
DJAXPExtensionsProvider.java101 Object methodKey) throws javax.xml.transform.TransformerException { in extFunction() argument
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerImpl.java408 Vector argVec, Object methodKey) in extFunction() argument
412 argVec, methodKey, in extFunction()