HomeSort by relevance Sort by last modified time
    Searched refs:PushLocalFrame (Results 1 - 25 of 68) sorted by null

1 2 3

  /libnativehelper/include/nativehelper/
ScopedLocalFrame.h 25 mEnv->PushLocalFrame(128);
jni.h 180 jint (*PushLocalFrame)(JNIEnv*, jint);
543 jint PushLocalFrame(jint capacity)
544 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /external/webrtc/talk/app/webrtc/java/jni/
jni_helpers.cc 275 RTC_CHECK(!jni_->PushLocalFrame(0)) << "Failed to PushLocalFrame";
  /system/core/libnativebridge/
native_bridge.cc 360 jint success = env->PushLocalFrame(16); // That should be small and large enough.
  /art/runtime/
jni_internal_test.cc     [all...]
  /development/ndk/platforms/android-3/include/
jni.h 194 jint (*PushLocalFrame)(JNIEnv*, jint);
557 jint PushLocalFrame(jint capacity)
558 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
jni.h 194 jint (*PushLocalFrame)(JNIEnv*, jint);
557 jint PushLocalFrame(jint capacity)
558 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
jni.h 194 jint (*PushLocalFrame)(JNIEnv*, jint);
557 jint PushLocalFrame(jint capacity)
558 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
jni.h 194 jint (*PushLocalFrame)(JNIEnv*, jint);
557 jint PushLocalFrame(jint capacity)
558 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
jni.h 194 jint (*PushLocalFrame)(JNIEnv*, jint);
557 jint PushLocalFrame(jint capacity)
558 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
jni.h 194 jint (*PushLocalFrame)(JNIEnv*, jint);
557 jint PushLocalFrame(jint capacity)
558 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
jni.h 194 jint (*PushLocalFrame)(JNIEnv*, jint);
557 jint PushLocalFrame(jint capacity)
558 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
jni.h 194 jint (*PushLocalFrame)(JNIEnv*, jint);
557 jint PushLocalFrame(jint capacity)
558 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
jni.h 194 jint (*PushLocalFrame)(JNIEnv*, jint);
557 jint PushLocalFrame(jint capacity)
558 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
jni.h 194 jint (*PushLocalFrame)(JNIEnv*, jint);
557 jint PushLocalFrame(jint capacity)
558 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
jni.h 194 jint (*PushLocalFrame)(JNIEnv*, jint);
557 jint PushLocalFrame(jint capacity)
558 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
jni.h 194 jint (*PushLocalFrame)(JNIEnv*, jint);
557 jint PushLocalFrame(jint capacity)
558 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
jni.h 194 jint (*PushLocalFrame)(JNIEnv*, jint);
557 jint PushLocalFrame(jint capacity)
558 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
jni.h 194 jint (*PushLocalFrame)(JNIEnv*, jint);
557 jint PushLocalFrame(jint capacity)
558 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
jni.h 194 jint (*PushLocalFrame)(JNIEnv*, jint);
557 jint PushLocalFrame(jint capacity)
558 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
jni.h 194 jint (*PushLocalFrame)(JNIEnv*, jint);
557 jint PushLocalFrame(jint capacity)
558 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/
jni.h 194 jint (*PushLocalFrame)(JNIEnv*, jint);
557 jint PushLocalFrame(jint capacity)
558 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/
jni.h 194 jint (*PushLocalFrame)(JNIEnv*, jint);
557 jint PushLocalFrame(jint capacity)
558 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/
jni.h 194 jint (*PushLocalFrame)(JNIEnv*, jint);
557 jint PushLocalFrame(jint capacity)
558 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/
jni.h 194 jint (*PushLocalFrame)(JNIEnv*, jint);
557 jint PushLocalFrame(jint capacity)
558 { return functions->PushLocalFrame(this, capacity); }
    [all...]

Completed in 461 milliseconds

1 2 3