HomeSort by relevance Sort by last modified time
    Searched refs:SetStaticLongField (Results 51 - 57 of 57) sorted by null

1 23

  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
jni.h 382 void (*SetStaticLongField)(JNIEnv*, jclass, jfieldID, jlong);
    [all...]
  /frameworks/opt/net/wifi/service/jni/
jni_helper.cpp 381 void JNIHelper::setStaticLongField(jobject obj, const char *name, jlong value)
389 setStaticLongField(cls, name, value);
392 void JNIHelper::setStaticLongField(jclass cls, const char *name, jlong value)
400 mEnv->SetStaticLongField(cls, field, value);
  /libcore/ojluni/src/main/native/
jni_util.c     [all...]
  /art/runtime/
jni_internal.cc     [all...]
check_jni.cc     [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 

Completed in 422 milliseconds

1 23