HomeSort by relevance Sort by last modified time
    Searched refs:raise_exception (Results 1 - 5 of 5) 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/libunwind/tests/
Gtest-exc.c 52 raise_exception (void) function
65 /* unwind to top-most frame a(), skipping over b() and raise_exception(): */
127 printf ("b(n=%d) calling raise_exception()\n", n);
128 raise_exception ();
130 panic ("FAILURE: b() returned from raise_exception()!!\n");
  /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)

Completed in 229 milliseconds