HomeSort by relevance Sort by last modified time
    Searched refs:setjmp (Results 251 - 275 of 332) sorted by null

<<11121314

  /external/cmockery/cmockery_0_1_2/src/google/
cmockery.h 24 * #include <setjmp.h>
267 const char* expression = (const char*)setjmp(global_expect_assert_env); \
  /external/curl/lib/
hostip.c 40 #include <setjmp.h>
  /external/e2fsprogs/e2fsck/
e2fsck.h 26 #include <setjmp.h>
180 #define E2F_FLAG_SETJMP_OK 0x0010 /* Setjmp valid for abort */
  /external/libpng/contrib/pngminus/
pnm2png.c 456 /* setjmp() must be called in every function that calls a PNG-reading libpng function */
457 if (setjmp (png_jmpbuf(png_ptr)))
  /toolchain/binutils/binutils-2.25/opcodes/
z8k-dis.c 27 #include <setjmp.h>
ns32k-dis.c 52 #include <setjmp.h>
  /external/e2fsprogs/misc/
badblocks.c 49 #include <setjmp.h>
782 if (setjmp(terminate_env)) {
    [all...]
  /external/libpng/contrib/libtests/
pngunknown.c 22 #include <setjmp.h>
1071 if (setjmp(d->error_return) == 0)
    [all...]
pngimage.c 36 # include <setjmp.h> /* because png.h did *not* include this */
    [all...]
  /external/opencv3/3rdparty/libpng/
pngread.c 78 /* Applications that neglect to set up their own setjmp() and then
83 if (setjmp(tmp_jmpbuf))
85 if (setjmp(png_jmpbuf(png_ptr))) /* Sets longjmp to match setjmp */
    [all...]
pngwrite.c 497 /* Applications that neglect to set up their own setjmp() and then
502 if (setjmp(tmp_jmpbuf))
504 if (setjmp(png_jmpbuf(png_ptr))) /* sets longjmp to match setjmp */
    [all...]
  /art/runtime/
entrypoints_order_test.cc 18 #include <setjmp.h>
  /external/libpng/contrib/gregbook/
wpng.c 105 #include <setjmp.h> /* for jmpbuf declaration in writepng.h */
  /external/zlib/src/examples/
gzlog.c 247 #include <setjmp.h> /* longjmp */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
pthread.h 31 #include <bits/setjmp.h>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
pthread.h 29 #include <bits/setjmp.h>
    [all...]
  /system/extras/ext4_utils/
ext4fixup.c 693 if (setjmp(setjmp_env))
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 16 #include <setjmp.h>
    [all...]
  /external/libedit/src/
readline.c 49 #include <setjmp.h>
398 (void)setjmp(topbuf);
    [all...]
  /external/libpng/
pngtest.c 864 static png_FILE_p fpout; /* "static" prevents setjmp corruption */
943 if (setjmp(png_jmpbuf(read_ptr)))
961 if (setjmp(png_jmpbuf(write_ptr)))
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c     [all...]
  /frameworks/base/tools/aapt2/compile/
Png.cpp 103 if (setjmp(png_jmpbuf(readPtr))) {
414 if (setjmp(png_jmpbuf(writePtr))) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c     [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 28 #include <setjmp.h>
178 if (setjmp(env) != 0)
196 if (setjmp(env) != 0) /* handles exit within END */
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 136 #include <setjmp.h>
143 #define ft_setjmp setjmp
    [all...]

Completed in 775 milliseconds

<<11121314