Searched
full:setjmp (Results
301 -
325 of
658) sorted by null
<<11121314151617181920>>
/bionic/libc/include/ |
pthread.h | 295 * closing braces, and that using setjmp/longjmp/return/break/continue
|
/dalvik/vm/compiler/ |
Compiler.h | 20 #include <setjmp.h>
|
/development/ndk/platforms/android-8/arch-arm/symbols/ |
libc.so.functions.txt | 854 setjmp
|
/development/ndk/platforms/android-9/arch-arm/symbols/ |
libc.so.functions.txt | 878 setjmp
|
/development/ndk/platforms/android-9/include/ |
pthread.h | 295 * closing braces, and that using setjmp/longjmp/return/break/continue
|
/external/clang/include/clang/Basic/ |
LangOptions.def | 82 LANGOPT(SjLjExceptions , 1, 0, "setjmp-longjump exception handling")
|
/external/elfutils/src/ |
ldlex.l | 229 /* XXX Use the setjmp buffer and signal EOF in comment */
|
/external/grub/grub/ |
main.c | 30 #include <setjmp.h>
|
/external/jpeg/ |
jerror.c | 61 * The setjmp buffer can be made a private field within an expanded error
|
/external/libpng/ |
libpng-1.2.44.txt | 223 to your routine. Therefore, you will need to call setjmp and pass 228 See your documentation of setjmp/longjmp for your compiler for more 229 information on setjmp/longjmp. See the discussion on libpng error 232 back to your setjmp, you will want to call png_destroy_read_struct() to 235 if (setjmp(png_jmpbuf(png_ptr))) 243 If you would rather avoid the complexity of setjmp/longjmp issues, [all...] |
libpng-1.2.46.txt | 223 to your routine. Therefore, you will need to call setjmp and pass 228 See your documentation of setjmp/longjmp for your compiler for more 229 information on setjmp/longjmp. See the discussion on libpng error 232 back to your setjmp, you will want to call png_destroy_read_struct() to 235 if (setjmp(png_jmpbuf(png_ptr))) 243 If you would rather avoid the complexity of setjmp/longjmp issues, [all...] |
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
cpp.php | 109 'sinh', 'cosh', 'tanh', 'setjmp', 'longjmp',
|
/external/llvm/docs/CommandGuide/ |
opt.rst | 85 remain are :option:`-verify`, :option:`-lower-setjmp`, and
|
/external/qemu/distrib/jpeg-6b/ |
jerror.c | 61 * The setjmp buffer can be made a private field within an expanded error
|
/external/stlport/stlport/stl/config/ |
_windows.h | 122 define setjmp. */
|
/frameworks/base/core/jni/android/graphics/ |
YuvToJpegEncoder.cpp | 32 if (setjmp(sk_err.fJmpBuf)) {
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_windows.h | 122 define setjmp. */
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
unwind.h | 187 /* @@@ The following alternate entry points are for setjmp/longjmp
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
unwind.h | 187 /* @@@ The following alternate entry points are for setjmp/longjmp
|
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/ |
pthread.h | 291 * closing braces, and that using setjmp/longjmp/return/break/continue
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_windows.h | 122 define setjmp. */
|
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/ |
pthread.h | 291 * closing braces, and that using setjmp/longjmp/return/break/continue
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/ |
pthread.h | 291 * closing braces, and that using setjmp/longjmp/return/break/continue
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_windows.h | 122 define setjmp. */
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/ |
pthread.h | 291 * closing braces, and that using setjmp/longjmp/return/break/continue
|
Completed in 1411 milliseconds
<<11121314151617181920>>