HomeSort by relevance Sort by last modified time
    Searched refs:methodClass (Results 1 - 19 of 19) sorted by null

  /libnativehelper/include/nativehelper/
JniConstants.h 69 static jclass methodClass;
  /libcore/luni/src/main/native/
java_io_ObjectStreamClass.cpp 37 return getSignature(env, JniConstants::methodClass, method);
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jriext.h 281 jref *methodClass, void* *methodNativeProc);
346 #define JRI_GetClassMethodInfo(env, clazz, methodIndex, methodName, methodSig, methodAccess, methodClass, methodNativeProc) \
347 ((*(env))->GetClassMethodInfo(env, clazz, methodIndex, methodName, methodSig, methodAccess, methodClass, methodNativeProc))
368 jref *methodClass, jsize *methodIndex,
499 #define JRI_GetFrameInfo(env, frameIndex, methodClass, methodIndex, pc, varsCount) \
500 ((*(env))->GetFrameInfo(env, frameIndex, methodClass, methodIndex, pc, varsCount))
  /external/oauth/core/src/main/java/net/oauth/signature/
OAuthSignatureMethod.java 219 Class methodClass = NAME_TO_CLASS.get(name);
220 if (methodClass != null) {
221 OAuthSignatureMethod method = (OAuthSignatureMethod) methodClass
  /external/javassist/src/main/javassist/
CtField.java 649 * @param methodClass the class that the static method is
653 public static Initializer byCall(CtClass methodClass,
656 i.objectType = methodClass;
681 * @param methodClass the class that the static method is
687 public static Initializer byCall(CtClass methodClass,
691 i.objectType = methodClass;
717 * @param methodClass the class that the static method is
721 public static Initializer byCallWithParams(CtClass methodClass,
724 i.objectType = methodClass;
752 * @param methodClass the class that the static method i
    [all...]
  /libnativehelper/
JniConstants.cpp 51 jclass JniConstants::methodClass;
115 methodClass = findClass(env, "java/lang/reflect/Method");
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java     [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
ant.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
findbugs.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 1338 milliseconds