HomeSort by relevance Sort by last modified time
    Searched refs:except_ptr (Results 1 - 7 of 7) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/modula3/
modula3head.swg 50 const SWIG_JavaExceptions_t *except_ptr = java_exceptions;
52 while (except_ptr->code != code && except_ptr->code)
53 except_ptr++;
56 excep = JCALL1(FindClass, jenv, except_ptr->java_exception);
  /prebuilts/misc/common/swig/include/2.0.11/java/
javahead.swg 85 const SWIG_JavaExceptions_t *except_ptr = java_exceptions;
87 while (except_ptr->code != code && except_ptr->code)
88 except_ptr++;
91 excep = JCALL1(FindClass, jenv, except_ptr->java_exception);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
extras_wrap.cpp 215 const SWIG_JavaExceptions_t *except_ptr = java_exceptions; local
217 while (except_ptr->code != code && except_ptr->code)
218 except_ptr++;
221 excep = jenv->FindClass(except_ptr->java_exception);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
linearmath_wrap.cpp 215 const SWIG_JavaExceptions_t *except_ptr = java_exceptions; local
217 while (except_ptr->code != code && except_ptr->code)
218 except_ptr++;
221 excep = jenv->FindClass(except_ptr->java_exception);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp 215 const SWIG_JavaExceptions_t *except_ptr = java_exceptions; local
217 while (except_ptr->code != code && except_ptr->code)
218 except_ptr++;
221 excep = jenv->FindClass(except_ptr->java_exception);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
collision_wrap.cpp 215 const SWIG_JavaExceptions_t *except_ptr = java_exceptions; local
217 while (except_ptr->code != code && except_ptr->code)
218 except_ptr++;
221 excep = jenv->FindClass(except_ptr->java_exception);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/
dynamics_wrap.cpp 215 const SWIG_JavaExceptions_t *except_ptr = java_exceptions; local
217 while (except_ptr->code != code && except_ptr->code)
218 except_ptr++;
221 excep = jenv->FindClass(except_ptr->java_exception);
    [all...]

Completed in 167 milliseconds