HomeSort by relevance Sort by last modified time
    Searched refs:setjmp (Results 151 - 175 of 201) sorted by null

1 2 3 4 5 67 8 9

  /external/qemu/distrib/libpng-1.2.19/
pngread.c 72 if (setjmp(jmpbuf))
74 if (setjmp(png_ptr->jmpbuf))
161 /* Applications that neglect to set up their own setjmp() and then encounter
165 if (setjmp(jmpbuf))
169 if (setjmp(png_ptr->jmpbuf))
    [all...]
pngwrite.c 473 if (setjmp(jmpbuf))
475 if (setjmp(png_ptr->jmpbuf))
547 /* Applications that neglect to set up their own setjmp() and then encounter
551 if (setjmp(jmpbuf))
555 if (setjmp(png_ptr->jmpbuf))
    [all...]
  /external/qemu/distrib/sdl-1.2.12/
android-configure.sh 366 sdl_check_funcs vsnprintf iconv sigaction setjmp nanosleep
  /external/qemu/
qemu-common.h 123 #include <setjmp.h>
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 200 /* Set error handling if you are using the setjmp/longjmp method (this is
204 if (setjmp(png_jmpbuf(png_ptr))) {
262 if (setjmp(png_jmpbuf(png_ptr))) {
623 if (setjmp(png_jmpbuf(png_ptr))) {
    [all...]
  /external/webkit/Source/WebCore/platform/image-decoders/png/
PNGImageDecoder.cpp 133 // We need to do the setjmp here. Otherwise bad things will happen.
134 if (setjmp(JMPBUF(m_png)))
  /frameworks/base/tools/aapt/
Images.cpp     [all...]
  /system/core/sh/
histedit.c 295 if (setjmp(jmploc.loc)) {
var.c 204 if (setjmp(jmploc.loc))
eval.c 864 if (setjmp(jmploc.loc)) {
937 if (setjmp(jmploc.loc)) {
990 if (!setjmp(jmploc.loc)) {
  /external/e2fsprogs/e2fsck/
e2fsck.h 26 #include <setjmp.h>
168 #define E2F_FLAG_SETJMP_OK 0x0010 /* Setjmp valid for abort */
  /external/flac/libFLAC/
cpu.c 56 # include <setjmp.h>
  /system/extras/ext4_utils/
make_ext4fs.c 327 if (setjmp(setjmp_env))
ext4fixup.c 794 if (setjmp(setjmp_env))
  /external/e2fsprogs/misc/
badblocks.c 51 #include <setjmp.h>
741 if (setjmp(terminate_env)) {
  /bionic/libc/
Android.mk 367 arch-arm/bionic/setjmp.S \
407 arch-x86/bionic/setjmp.S \
  /dalvik/vm/compiler/
Compiler.cpp 653 * This is live across setjmp(). Mark it volatile to suppress
687 bool aborted = setjmp(jmpBuf);
  /external/libpng/contrib/gregbook/
wpng.c 105 #include <setjmp.h> /* for jmpbuf declaration in writepng.h */
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_events.c 27 #include <setjmp.h>
  /external/quake/quake/src/WinQuake/
host.cpp 641 if (setjmp (host_abortserver) )
  /external/zlib/examples/
gzlog.c 247 #include <setjmp.h> /* longjmp */
    [all...]
  /gdk/samples/quake/jni/
host.cpp 646 if (setjmp (host_abortserver) )
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pthread.h 31 #include <bits/setjmp.h>
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h 31 #include <bits/setjmp.h>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h 31 #include <bits/setjmp.h>
    [all...]

Completed in 1811 milliseconds

1 2 3 4 5 67 8 9