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

  /art/runtime/
check_jni.cc     [all...]
jni_internal.cc 565 static jint ThrowNew(JNIEnv* env, jclass c, const char* msg) {
    [all...]
  /external/oj-libjdwp/src/share/javavm/export/
jni.h 246 jint (JNICALL *ThrowNew)
821 jint ThrowNew(jclass clazz, const char *msg) {
822 return functions->ThrowNew(this, clazz, msg);
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jni.h 246 jint (JNICALL *ThrowNew)
821 jint ThrowNew(jclass clazz, const char *msg) {
822 return functions->ThrowNew(this, clazz, msg);
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jni.h 246 jint (JNICALL *ThrowNew)
821 jint ThrowNew(jclass clazz, const char *msg) {
822 return functions->ThrowNew(this, clazz, msg);
    [all...]
  /libnativehelper/include_jni/
jni.h 174 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
528 jint ThrowNew(jclass clazz, const char* message)
529 { return functions->ThrowNew(this, clazz, message); }
    [all...]
  /prebuilts/jdk/jdk9/darwin-x86/include/
jni.h 246 jint (JNICALL *ThrowNew)
826 jint ThrowNew(jclass clazz, const char *msg) {
827 return functions->ThrowNew(this, clazz, msg);
    [all...]
  /prebuilts/jdk/jdk9/linux-x86/include/
jni.h 246 jint (JNICALL *ThrowNew)
826 jint ThrowNew(jclass clazz, const char *msg) {
827 return functions->ThrowNew(this, clazz, msg);
    [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 662 milliseconds