/ndk/sources/cxx-stl/stlport/stlport/ |
ctype.h | 42 /* on evc4 including ctype.h also defines setjmp macro */
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/ |
ctype.h | 42 /* on evc4 including ctype.h also defines setjmp macro */
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/ |
ctype.h | 42 /* on evc4 including ctype.h also defines setjmp macro */
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/ |
ctype.h | 42 /* on evc4 including ctype.h also defines setjmp macro */
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/ |
ctype.h | 42 /* on evc4 including ctype.h also defines setjmp macro */
|
/bootable/recovery/minui/ |
resources.c | 87 if (setjmp(png_jmpbuf(png_ptr))) { 240 if (setjmp(png_jmpbuf(png_ptr))) {
|
/external/skia/legacy/src/images/ |
SkImageDecoder_libjpeg.cpp | 207 // All objects need to be instantiated before this setjmp call so that 209 if (setjmp(sk_err.fJmpBuf)) { 210 return return_false(cinfo, *bm, "setjmp"); 479 // All objects need to be instantiated before this setjmp call so that 481 if (setjmp(sk_err.fJmpBuf)) { 555 if (setjmp(sk_err.fJmpBuf)) { 938 // allocate these before set call setjmp 944 if (setjmp(sk_err.fJmpBuf)) { [all...] |
/external/skia/src/images/ |
SkImageDecoder_libjpeg.cpp | 230 // All objects need to be instantiated before this setjmp call so that 232 if (setjmp(sk_err.fJmpBuf)) { 233 return return_false(cinfo, *bm, "setjmp"); 517 // All objects need to be instantiated before this setjmp call so that 519 if (setjmp(sk_err.fJmpBuf)) { 593 if (setjmp(sk_err.fJmpBuf)) { 976 // allocate these before set call setjmp 982 if (setjmp(sk_err.fJmpBuf)) { [all...] |
SkImageDecoder_libpng.cpp | 201 /* Set error handling if you are using the setjmp/longjmp method (this is 205 if (setjmp(png_jmpbuf(png_ptr))) { 263 if (setjmp(png_jmpbuf(png_ptr))) { 443 if (setjmp(png_jmpbuf(png_ptr)) != 0) { 629 if (setjmp(png_jmpbuf(png_ptr))) { [all...] |
/system/core/sh/ |
main.c | 95 * commands. The setjmp call sets up the location to jump to when an 112 if (setjmp(jmploc.loc)) {
|
/system/extras/tests/bionic/libc/other/ |
test_jpeg.c | 40 #include <setjmp.h> 159 if (setjmp(errmgr.jumper) != 0) {
|
/external/llvm/utils/TableGen/ |
IntrinsicEmitter.cpp | 104 OS << "// VisualStudio defines setjmp as _setjmp\n" 105 "#if defined(_MSC_VER) && defined(setjmp) && \\\n" 107 "# pragma push_macro(\"setjmp\")\n" 108 "# undef setjmp\n" 116 "# pragma pop_macro(\"setjmp\")\n"
|
/external/chromium/chrome/browser/ |
chrome_browser_application_mac.mm | 88 // NSException is implemented in terms of setjmp()/longjmp(), 339 // NSException uses setjmp/longjmp, which can be very bad for C++, so 355 // sidestep scopers is setjmp/longjmp (see above). The following
|
/external/libvpx/libvpx/vpx/internal/ |
vpx_codec_internal.h | 456 #include <setjmp.h> 462 int setjmp; member in struct:vpx_internal_error_info 487 if (info->setjmp)
|
/external/e2fsprogs/e2fsck/ |
e2fsck.h | 26 #include <setjmp.h> 169 #define E2F_FLAG_SETJMP_OK 0x0010 /* Setjmp valid for abort */
|
/external/llvm/lib/Support/ |
CrashRecoveryContext.cpp | 17 #include <setjmp.h> 303 if (setjmp(CRCI->JumpBuffer) != 0) {
|
/external/opencv/otherlibs/highgui/ |
grfmt_pxm.cpp | 148 if( setjmp( m_strm.JmpBuf()) == 0 ) 230 if( setjmp( m_strm.JmpBuf()) == 0 )
|
grfmt_sunras.cpp | 100 if( setjmp( m_strm.JmpBuf()) == 0 ) 199 if( setjmp( m_strm.JmpBuf()) == 0 )
|
/external/valgrind/main/none/tests/ppc64/ |
tw_td.c | 4 #include <setjmp.h> 21 if (setjmp(env_sigtrap)) {
|
twi_tdi.c | 4 #include <setjmp.h> 21 if (setjmp(env_sigtrap)) {
|
/external/valgrind/main/tests/ |
s390x_features.c | 3 #include <setjmp.h> 52 if (setjmp(env)) {
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
reg-notes.def | 189 /* This kind of note is generated at each to `setjmp', and similar 191 REG_NOTE (SETJMP)
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
reg-notes.def | 189 /* This kind of note is generated at each to `setjmp', and similar 191 REG_NOTE (SETJMP)
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
reg-notes.def | 189 /* This kind of note is generated at each to `setjmp', and similar 191 REG_NOTE (SETJMP)
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
reg-notes.def | 189 /* This kind of note is generated at each to `setjmp', and similar 191 REG_NOTE (SETJMP)
|