Home
last modified time | relevance | path

Searched refs:methodType (Results 1 – 5 of 5) sorted by relevance

/external/proguard/src/proguard/classfile/util/
DDynamicClassReferenceInitializer.java335 String methodType = methodrefConstant.getType(clazz); in visitMethodrefConstant() local
338 if (methodType.equals(ClassConstants.INTERNAL_METHOD_TYPE_DOT_CLASS_JAVAC) || in visitMethodrefConstant()
339 methodType.equals(ClassConstants.INTERNAL_METHOD_TYPE_DOT_CLASS_JIKES)) in visitMethodrefConstant()
364 methodType, in visitMethodrefConstant()
/external/webkit/Source/WebCore/bindings/scripts/
DIDLParser.pm301 my $methodType = (defined($2) ? $2 : die("Parsing error!\nSource:\n$line\n)"));
314 $newDataNode->signature->type($methodType);
317 …print " | |- Method; TYPE \"$methodType\" NAME \"$methodName\" EXCEPTION? \"$methodException\""…
/external/webkit/Source/WebCore/bridge/qt/
Dqt_instance.cpp278 && m.methodType() != QMetaMethod::Signal in stringValue()
Dqt_runtime.cpp1566 if (m.methodType() == QMetaMethod::Signal) in call()
/external/clang/lib/Parse/
DParseObjc.cpp598 tok::TokenKind methodType = Tok.getKind(); in ParseObjCMethodPrototype() local
600 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, IDecl,MethodImplKind, in ParseObjCMethodPrototype()