HomeSort by relevance Sort by last modified time
    Searched defs:getMethodID (Results 1 - 6 of 6) sorted by null

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
IsObsoleteTest.java 62 packet.setNextValueAsMethodID(methodInfo.getMethodID());
JDWPMethodTestCase.java 59 public long getMethodID() {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPTestCase.java 205 protected long getMethodID(long classID, String methodName) {
236 protected long getMethodID(long classID, String methodName, String methodSignature) {
    [all...]
  /external/deqp/framework/platform/android/
tcuAndroidUtil.cpp 143 jmethodID getMethodID (JNIEnv* env, jclass cls, const char* methodName, const char* signature)
145 const jmethodID id = env->GetMethodID(cls, methodName, signature);
168 const LocalRef intent (env, env->CallObjectMethod(activity, getMethodID(env, activityCls, "getIntent", "()Landroid/content/Intent;")));
178 const LocalRef extraStr (env, env->CallObjectMethodA(*intent, getMethodID(env, intentCls, "getStringExtra", "(Ljava/lang/String;)Ljava/lang/String;"), getExtraArgs));
189 const jmethodID setOrientationId = getMethodID(env, activityCls, "setRequestedOrientation", "(I)V");
387 const jmethodID getPMID = getMethodID(env, activityCls, "getPackageManager", "()Landroid/content/pm/PackageManager;");
397 const jmethodID hasFeatureID = getMethodID(env, pmCls, "hasSystemFeature", "(Ljava/lang/String;)Z");
409 const jmethodID getWMID = getMethodID(env, activityCls, "getWindowManager", "()Landroid/view/WindowManager;");
418 const jmethodID getDisplayID = getMethodID(env, wmClass, "getDefaultDisplay", "()Landroid/view/Display;");
427 const jmethodID ctorId = getMethodID(env, displayMetricsCls, "<init>", "()V")
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
VmMirror.java 128 long methodID = getMethodID(typeID, breakpoint.methodName);
192 long methodID = getMethodID(typeID, breakpoint.methodName);
234 long methodID = getMethodID(classID, methodName);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 122 milliseconds