HomeSort by relevance Sort by last modified time
    Searched refs:setjmp (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /external/stlport/test/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-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>
  /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/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)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
csetjmp 34 * Standard C++ Library wrapper around the C setjmp.h header file.
37 #include <setjmp.h>
39 #ifndef setjmp
40 #define setjmp(env) setjmp (env)
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);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
csetjmp 34 * Standard C++ Library wrapper around the C setjmp.h header file.
37 #include <setjmp.h>
39 #ifndef setjmp
40 #define setjmp(env) setjmp (env)
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);
  /external/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;
  /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;
  /bionic/libc/stdlib/
setjmperr.c 38 #include <setjmp.h>
  /external/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.
  /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.
  /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>
55 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);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/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);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/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);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/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);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/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);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
setjmp.h 20 * ISO C99 Standard: 7.13 Nonlocal jumps <setjmp.h>
30 #include <bits/setjmp.h> /* Get `__jmp_buf'. */
53 extern int setjmp (jmp_buf __env) __THROW;
69 # define setjmp(env) _setjmp (env) macro
71 /* We are in 4.3 BSD-compatibility mode in which `setjmp'
73 define a macro since ISO C says `setjmp' is one. */
74 # define setjmp(env) setjmp (env) macro
81 `setjmp' call there return VAL, or 1 if VAL is 0. */
116 #endif /* setjmp.h *
    [all...]
  /system/extras/tests/bionic/libc/glibc/assert/
test-assert.c 12 #include <setjmp.h>
59 if (!setjmp (rec))
64 if (!setjmp (rec))
69 if (!setjmp (rec))

Completed in 973 milliseconds

1 2 3 4 5