| /prebuilts/ndk/current/platforms/android-5/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-8/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-9/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-9/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-9/arch-x86/usr/include/ |
| jni.h | 194 jint (*PushLocalFrame)(JNIEnv*, jint); 557 jint PushLocalFrame(jint capacity) 558 { return functions->PushLocalFrame(this, capacity); } [all...] |
| /frameworks/base/core/jni/ |
| AndroidRuntime.cpp | [all...] |
| /packages/apps/Bluetooth/jni/ |
| com_android_bluetooth_btservice_AdapterService.cpp | 200 callbackEnv->PushLocalFrame(ADDITIONAL_NREFS); [all...] |
| /art/runtime/ |
| check_jni.cc | [all...] |
| jni_internal.cc | 495 static jint PushLocalFrame(JNIEnv* env, jint capacity) { 498 if (EnsureLocalCapacityInternal(soa, capacity, "PushLocalFrame") != JNI_OK) { [all...] |
| /libcore/luni/src/main/native/ |
| libcore_io_Posix.cpp | 280 if (mEnv->PushLocalFrame(mBufferCount + 16) < 0) { [all...] |
| /prebuilts/devtools/tools/lib/ |
| jython-standalone-2.5.3.jar | |
| /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/ |
| jython-standalone-2.5.3.jar | |