Home
last modified time | relevance | path

Searched refs:setjmp (Results 1 – 25 of 37) sorted by relevance

12

/aosp12/bionic/tests/
H A Dsetjmp_test.cpp30 TEST(setjmp, setjmp_smoke) { in TEST() argument
33 if ((value = setjmp(jb)) == 0) { in TEST()
41 TEST(setjmp, _setjmp_smoke) { in TEST() argument
52 TEST(setjmp, sigsetjmp_0_smoke) { in TEST() argument
127 if (setjmp(jb) == 0) { in TEST()
237 int value = setjmp(jb); in TEST_F()
252 int value = setjmp(jb); in TEST_F()
268 TEST(setjmp, setjmp_stack) { in TEST() argument
270 int value = setjmp(buf); in TEST()
275 TEST(setjmp, bug_152210274) { in TEST() argument
[all …]
/aosp12/bionic/tests/headers/posix/
H A Dsetjmp_h.c35 #if !defined(setjmp)
36 #error setjmp
48 FUNCTION(setjmp, int (*f)(jmp_buf)); in setjmp_h()
/aosp12/bionic/libc/include/
H A Dsetjmp.h65 int setjmp(jmp_buf __env) __returns_twice;
68 #define setjmp(__env) setjmp(__env) macro
/aosp12/bionic/libc/arch-x86_64/bionic/
H A Dsetjmp.S74 ENTRY(setjmp)
75 __BIONIC_WEAK_ASM_FOR_NATIVE_BRIDGE(setjmp)
78 END(setjmp)
/aosp12/packages/apps/Gallery2/jni_jpegstream/src/
H A Djpeg_writer.cpp59 if (setjmp(mErrorManager.setjmp_buf)) { in setup()
124 if (setjmp(mErrorManager.setjmp_buf)) { in write()
208 if (setjmp(mErrorManager.setjmp_buf)) { in reset()
H A Djpeg_reader.cpp53 if (setjmp(mErrorManager.setjmp_buf)) { in setup()
125 if (setjmp(mErrorManager.setjmp_buf)) { in read()
241 if (setjmp(mErrorManager.setjmp_buf)) { in reset()
/aosp12/bionic/libc/arch-x86/bionic/
H A Dsetjmp.S67 ENTRY(setjmp)
68 __BIONIC_WEAK_ASM_FOR_NATIVE_BRIDGE(setjmp)
72 END(setjmp)
/aosp12/bionic/libc/arch-arm/bionic/
H A Dsetjmp.S78 ENTRY(setjmp)
79 __BIONIC_WEAK_ASM_FOR_NATIVE_BRIDGE(setjmp)
82 END(setjmp)
/aosp12/bionic/libc/arch-arm64/bionic/
H A Dsetjmp.S102 ENTRY(setjmp)
103 __BIONIC_WEAK_ASM_FOR_NATIVE_BRIDGE(setjmp)
106 END(setjmp)
/aosp12/frameworks/libs/native_bridge_support/libc/
H A Dstubs_arm.cpp107 DEFINE_INTERCEPTABLE_STUB_FUNCTION(setjmp);
200 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", setjmp); in init_stub_library()
H A Dstubs_arm64.cpp108 DEFINE_INTERCEPTABLE_STUB_FUNCTION(setjmp);
203 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", setjmp); in init_stub_library()
/aosp12/system/libziparchive/incfs_support/include/incfs_support/
H A Dsignal_handling.h167 if (condition_macro_val && setjmp(tlsBuf_macro.buf) != 0) { \
/aosp12/frameworks/av/cmds/stagefright/
H A Djpeg.cpp54 if (setjmp(sf_err.longjmp_buffer)) { in writeJpegFile()
/aosp12/frameworks/av/services/camera/libcameraservice/tests/
H A DNV12Compressor.cpp88 if (setjmp(mErrorManager.mJumpBuffer)) { in configureCompressor()
155 if (setjmp(mErrorManager.mJumpBuffer)) { in compressData()
/aosp12/packages/services/Car/cpp/evs/apps/default/
H A DTexWrapper.cpp100 if (setjmp(png_jmpbuf(pngControl))) { in createTextureFromPng()
/aosp12/packages/services/Car/cpp/evs/support_library/
H A DTexWrapper.cpp104 if (setjmp(png_jmpbuf(pngControl))) { in createTextureFromPng()
/aosp12/frameworks/base/tools/aapt/
H A DImages.cpp1325 if (setjmp(png_jmpbuf(read_ptr))) { in read_png_protected()
1348 if (setjmp(png_jmpbuf(write_ptr))) { in write_png_protected()
1500 if (setjmp(png_jmpbuf(read_ptr))) { in preProcessImageToCache()
1555 if (setjmp(png_jmpbuf(write_ptr))) { in preProcessImageToCache()
/aosp12/frameworks/base/tools/aapt2/compile/
H A DPngCrunch.cpp195 if (setjmp(png_jmpbuf(read_ptr))) { in ReadPng()
510 if (setjmp(png_jmpbuf(write_ptr))) { in WritePng()
H A DPng.cpp109 if (setjmp(png_jmpbuf(readPtr))) { in readPng()
436 if (setjmp(png_jmpbuf(writePtr))) { in writePng()
/aosp12/packages/services/Car/cpp/evs/manager/1.1/emul/
H A DVideoCapture.cpp96 if (setjmp(png_jmpbuf(pngPtr))) { in fillBufferFromPng()
/aosp12/frameworks/base/libs/hwui/jni/
H A DYuvToJpegEncoder.cpp44 if (setjmp(err.jmp)) { in encode()
/aosp12/packages/apps/Camera2/jni/
H A Djpegutil.cpp184 if (setjmp(err.setjmp_buffer)) { in Compress()
/aosp12/system/vold/
H A DEncryptInplace.cpp245 if (setjmp(setjmp_env)) // NOLINT in EncryptInPlaceExt4()
/aosp12/bootable/recovery/minui/
H A Dresources.cpp102 if (setjmp(png_jmpbuf(png_ptr_))) { in PngHandler()
/aosp12/frameworks/compile/mclinker/include/mcld/Config/
H A DConfig.h.cmake359 /* Define to 1 if you have the `setjmp' function. */
362 /* Define to 1 if you have the <setjmp.h> header file. */

12