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

  /ndk/tests/device/test-stlport_shared-exception/jni/
gcsec1.cpp 12 void raise_exception() function
20 raise_exception ();
30 raise_exception ();
  /ndk/tests/device/test-stlport_static-exception/jni/
gcsec1.cpp 12 void raise_exception() function
20 raise_exception ();
30 raise_exception ();
  /external/qemu/target-arm/
exec.h 58 void raise_exception(int);
op_helper.c 25 void raise_exception(int tt) function
96 raise_exception(env->exception_index);
  /external/qemu/target-i386/
op_helper.c 41 qemu_log("raise_exception line=%d\n", __LINE__);\
1358 void raise_exception(int exception_index) function
    [all...]
helper.h 67 DEF_HELPER_1(raise_exception, void, int)
exec.h 67 void QEMU_NORETURN raise_exception(int exception_index);
helper.c     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_exceptions.py 162 _testcapi.raise_exception(BadException, 1)
174 _testcapi.raise_exception(BadException, 0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_exceptions.py 162 _testcapi.raise_exception(BadException, 1)
174 _testcapi.raise_exception(BadException, 0)
  /external/qemu/target-mips/
helper.h 4 DEF_HELPER_1(raise_exception, void, i32)
translate.c 802 gen_helper_0i(raise_exception, excp);
    [all...]

Completed in 1093 milliseconds