Searched refs:methodKey (Results 1 – 10 of 10) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xalan/extensions/ |
D | ExtensionHandler.java | 109 String funcName, Vector args, Object methodKey, in callFunction() argument 146 Stylesheet stylesheetTree, Object methodKey) throws TransformerException, IOException; in processElement() argument
|
D | ExtensionsTable.java | 162 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/ |
D | DexWriter.java | 630 for (MethodKey methodKey: classSection.getSortedMethods(classKey)) { 631 …? extends AnnotationSetKey> parameterAnnotations = classSection.getParameterAnnotations(methodKey); 635 classSection.setAnnotationSetRefListOffset(methodKey, prev); 639 classSection.setAnnotationSetRefListOffset(methodKey, position); 772 for (MethodKey methodKey: methods) { 774 classSection.getTryBlocks(methodKey); 775 … Iterable<? extends Instruction> instructions = classSection.getInstructions(methodKey); 776 Iterable<? extends DebugItem> debugItems = classSection.getDebugItems(methodKey); 792 classSection.makeMutableMethodImplementation(methodKey); 802 classSection.getParameterNames(methodKey), debugItems); [all …]
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
D | FuncExtFunction.java | 166 java.lang.String extensionName, Object methodKey) in FuncExtFunction() argument 171 m_methodKey = methodKey; in FuncExtFunction()
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
D | ExtensionsProvider.java | 51 Vector argVec, Object methodKey) in extFunction() argument
|
/external/jetty/src/java/org/eclipse/jetty/jmx/ |
D | ObjectMBean.java | 468 String methodKey = name + "("; in invoke() local 471 methodKey += (i > 0 ? "," : "") + signature[i]; in invoke() 472 methodKey += ")"; in invoke() 478 Method method = (Method) _methods.get(methodKey); in invoke() 480 throw new NoSuchMethodException(methodKey); in invoke()
|
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/ |
D | JAXPExtensionsProvider.java | 101 Object methodKey) throws javax.xml.transform.TransformerException { in extFunction() argument
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | TransformerImpl.java | 408 Vector argVec, Object methodKey) in extFunction() argument 412 argVec, methodKey, in extFunction()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/dagger2/lib/ |
D | auto-value-1.0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |