/ndk/tests/device/test-gnustl-full/unit/ |
setjmp_header_test.c | 8 #include <setjmp.h>
|
setjmp_header_test2.cpp | 10 * Sometimes, if native setjmp.h was included first, the setjmp functions 14 #include <setjmp.h>
|
/ndk/tests/device/test-stlport/unit/ |
setjmp_header_test.c | 8 #include <setjmp.h>
|
setjmp_header_test2.cpp | 10 * Sometimes, if native setjmp.h was included first, the setjmp functions 14 #include <setjmp.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
setjmpex.h | 14 #define setjmp _setjmp macro 17 #ifdef setjmp 18 #undef setjmp macro 20 #define setjmp _setjmpex macro 23 #include <setjmp.h>
|
/bionic/libstdc++/include/ |
csetjmp | 34 * Standard C++ Library wrapper around the C setjmp.h header file. 37 #include <setjmp.h> 41 #ifndef setjmp 42 #define setjmp(env) setjmp (env)
|
/ndk/sources/cxx-stl/gabi++/include/ |
csetjmp | 34 * Standard C++ Library wrapper around the C setjmp.h header file. 37 #include <setjmp.h> 41 #ifndef setjmp 42 #define setjmp(env) setjmp (env)
|
/ndk/sources/cxx-stl/system/include/ |
csetjmp | 34 * Standard C++ Library wrapper around the C setjmp.h header file. 37 #include <setjmp.h> 41 #ifndef setjmp 42 #define setjmp(env) setjmp (env)
|
/prebuilts/ndk/current/sources/cxx-stl/gabi++/include/ |
csetjmp | 34 * Standard C++ Library wrapper around the C setjmp.h header file. 37 #include <setjmp.h> 41 #ifndef setjmp 42 #define setjmp(env) setjmp (env)
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/ |
csetjmp | 34 * Standard C++ Library wrapper around the C setjmp.h header file. 37 #include <setjmp.h> 41 #ifndef setjmp 42 #define setjmp(env) setjmp (env)
|
/prebuilts/ndk/current/sources/cxx-stl/system/include/ |
csetjmp | 34 * Standard C++ Library wrapper around the C setjmp.h header file. 37 #include <setjmp.h> 41 #ifndef setjmp 42 #define setjmp(env) setjmp (env)
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_csetjmp.h | 20 #if !defined (setjmp) 28 # include <setjmp.h> 45 // if setjmp.h was included first, this is in global namespace, not in 50 # if !defined (setjmp) 53 using _STLP_VENDOR_CSTD::setjmp; 55 using ::setjmp;
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_csetjmp.h | 20 #if !defined (setjmp) 28 # include <setjmp.h> 45 // if setjmp.h was included first, this is in global namespace, not in 50 # if !defined (setjmp) 53 using _STLP_VENDOR_CSTD::setjmp; 55 using ::setjmp;
|
/external/compiler-rt/test/tsan/ |
longjmp.cc | 8 #include <setjmp.h> 16 if (setjmp(env) == 42) {
|
/external/libcxx/test/std/language.support/support.runtime/ |
csetjmp.pass.cpp | 15 #ifndef setjmp 16 #error setjmp not defined
|
/external/libunwind/src/setjmp/ |
setjmp.c | 27 #include <setjmp.h> 31 /* Why use K&R syntax here? setjmp() is often a macro and that 33 libunwind-version of setjmp() with the name of the actual function. 34 Using K&R syntax lets us keep the setjmp() macro while keeping the 35 syntax valid... This trick works provided setjmp() doesn't do 39 setjmp (env) function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/ |
csetjmp.pass.cpp | 15 #ifndef setjmp 16 #error setjmp not defined
|
/ndk/sources/cxx-stl/stlport/stlport/ |
setjmp.h | 30 #if !defined (setjmp) 33 # include_next <setjmp.h> 35 # include _STLP_NATIVE_C_HEADER(setjmp.h) 41 # error setjmp has been defined before inclusion of setjmp.h header.
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/ |
setjmp.h | 30 #if !defined (setjmp) 33 # include_next <setjmp.h> 35 # include _STLP_NATIVE_C_HEADER(setjmp.h) 41 # error setjmp has been defined before inclusion of setjmp.h header.
|
/external/libcxx/test/std/depr/depr.c.headers/ |
setjmp_h.pass.cpp | 10 // test <setjmp.h> 12 #include <setjmp.h>
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
setjmp_h.pass.cpp | 10 // test <setjmp.h> 12 #include <setjmp.h>
|
/packages/apps/Gallery2/jni_jpegstream/src/ |
jerr_hook.h | 26 #include <setjmp.h> 32 * setjmp for error cleanup.
|
/bionic/libc/include/ |
setjmp.h | 1 /* $OpenBSD: setjmp.h,v 1.5 2005/12/13 00:35:22 millert Exp $ */ 2 /* $NetBSD: setjmp.h,v 1.11 1994/12/20 10:35:44 cgd Exp $ */ 37 * @(#)setjmp.h 8.2 (Berkeley) 1/21/94 44 #include <machine/setjmp.h> 54 int setjmp(jmp_buf);
|
/development/ndk/platforms/android-21/include/ |
setjmp.h | 1 /* $OpenBSD: setjmp.h,v 1.5 2005/12/13 00:35:22 millert Exp $ */ 2 /* $NetBSD: setjmp.h,v 1.11 1994/12/20 10:35:44 cgd Exp $ */ 37 * @(#)setjmp.h 8.2 (Berkeley) 1/21/94 44 #include <machine/setjmp.h> 54 int setjmp(jmp_buf);
|
/development/ndk/platforms/android-3/include/ |
setjmp.h | 1 /* $OpenBSD: setjmp.h,v 1.5 2005/12/13 00:35:22 millert Exp $ */ 2 /* $NetBSD: setjmp.h,v 1.11 1994/12/20 10:35:44 cgd Exp $ */ 37 * @(#)setjmp.h 8.2 (Berkeley) 1/21/94 44 #include <machine/setjmp.h> 55 int setjmp(jmp_buf);
|