Searched refs:methodClass (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/bridge/jni/v8/
H A DJavaClassJobjectV8.cpp130 jclass methodClass = env->FindClass("java/lang/reflect/Method"); local
132 if (methodClass)
133 mid = env->GetMethodID(methodClass, kIsAnnotationPresent, "(Ljava/lang/Class;)Z");
134 if (!methodClass || !mid) {
138 env->DeleteLocalRef(methodClass);
/external/oauth/core/src/main/java/net/oauth/signature/
H A DOAuthSignatureMethod.java219 Class methodClass = NAME_TO_CLASS.get(name);
220 if (methodClass != null) {
221 OAuthSignatureMethod method = (OAuthSignatureMethod) methodClass
/external/javassist/src/main/javassist/
H A DCtField.java649 * @param methodClass the class that the static method is
653 public static Initializer byCall(CtClass methodClass, argument
656 i.objectType = methodClass;
681 * @param methodClass the class that the static method is
687 public static Initializer byCall(CtClass methodClass, argument
691 i.objectType = methodClass;
717 * @param methodClass the class that the static method is
721 public static Initializer byCallWithParams(CtClass methodClass, argument
724 i.objectType = methodClass;
752 * @param methodClass th
758 byCallWithParams(CtClass methodClass, String methodName, String[] stringParams) argument
[all...]
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DMethodAnalyzer.java3128 TypeIdItem methodClass = methodIdItem.getContainingClass();
3140 ClassPath.ClassDef methodClassDef = ClassPath.getClassDef(methodClass);
3166 analyzedInstruction.instruction.opcode.name, methodClass.getTypeDescriptor(),
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 640 milliseconds