Home
last modified time | relevance | path

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

/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/
DClassMap.java260 String methodKey = makeMethodKey(name, params); in get() local
262 Object cacheEntry = cache.get(methodKey); in get()
281 cache.put(methodKey, CACHE_MISS); in get()
285 cache.put(methodKey, in get()
295 String methodKey = makeMethodKey(method); in put() local
301 if (cache.get(methodKey) == null) in put()
303 cache.put(methodKey, method); in put()
329 StringBuilder methodKey = new StringBuilder((args+1)*16).append(method.getName()); in makeMethodKey() local
345 methodKey.append((String) convertPrimitives.get(parameterType)); in makeMethodKey()
348 methodKey.append(parameterType.getName()); in makeMethodKey()
[all …]
/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/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/
DDexWriter.java583 for (MethodKey methodKey : classSection.getSortedDirectMethods(key.getKey())) {
584 … restrictionsWriter.writeRestriction(classSection.getMethodHiddenApiRestrictions(methodKey));
587 for (MethodKey methodKey : classSection.getSortedVirtualMethods(key.getKey())) {
588 … restrictionsWriter.writeRestriction(classSection.getMethodHiddenApiRestrictions(methodKey));
924 for (MethodKey methodKey: classSection.getSortedMethods(classKey)) {
925 …? extends AnnotationSetKey> parameterAnnotations = classSection.getParameterAnnotations(methodKey);
929 classSection.setAnnotationSetRefListOffset(methodKey, prev);
933 classSection.setAnnotationSetRefListOffset(methodKey, position);
1065 for (MethodKey methodKey: methods) {
1067 classSection.getTryBlocks(methodKey);
[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()