/aosp12/bionic/tests/ |
H A D | setjmp_test.cpp | 30 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 D | setjmp_h.c | 35 #if !defined(setjmp) 36 #error setjmp 48 FUNCTION(setjmp, int (*f)(jmp_buf)); in setjmp_h()
|
/aosp12/bionic/libc/include/ |
H A D | setjmp.h | 65 int setjmp(jmp_buf __env) __returns_twice; 68 #define setjmp(__env) setjmp(__env) macro
|
/aosp12/bionic/libc/arch-x86_64/bionic/ |
H A D | setjmp.S | 74 ENTRY(setjmp) 75 __BIONIC_WEAK_ASM_FOR_NATIVE_BRIDGE(setjmp) 78 END(setjmp)
|
/aosp12/packages/apps/Gallery2/jni_jpegstream/src/ |
H A D | jpeg_writer.cpp | 59 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 D | jpeg_reader.cpp | 53 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 D | setjmp.S | 67 ENTRY(setjmp) 68 __BIONIC_WEAK_ASM_FOR_NATIVE_BRIDGE(setjmp) 72 END(setjmp)
|
/aosp12/bionic/libc/arch-arm/bionic/ |
H A D | setjmp.S | 78 ENTRY(setjmp) 79 __BIONIC_WEAK_ASM_FOR_NATIVE_BRIDGE(setjmp) 82 END(setjmp)
|
/aosp12/bionic/libc/arch-arm64/bionic/ |
H A D | setjmp.S | 102 ENTRY(setjmp) 103 __BIONIC_WEAK_ASM_FOR_NATIVE_BRIDGE(setjmp) 106 END(setjmp)
|
/aosp12/frameworks/libs/native_bridge_support/libc/ |
H A D | stubs_arm.cpp | 107 DEFINE_INTERCEPTABLE_STUB_FUNCTION(setjmp); 200 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", setjmp); in init_stub_library()
|
H A D | stubs_arm64.cpp | 108 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 D | signal_handling.h | 167 if (condition_macro_val && setjmp(tlsBuf_macro.buf) != 0) { \
|
/aosp12/frameworks/av/cmds/stagefright/ |
H A D | jpeg.cpp | 54 if (setjmp(sf_err.longjmp_buffer)) { in writeJpegFile()
|
/aosp12/frameworks/av/services/camera/libcameraservice/tests/ |
H A D | NV12Compressor.cpp | 88 if (setjmp(mErrorManager.mJumpBuffer)) { in configureCompressor() 155 if (setjmp(mErrorManager.mJumpBuffer)) { in compressData()
|
/aosp12/packages/services/Car/cpp/evs/apps/default/ |
H A D | TexWrapper.cpp | 100 if (setjmp(png_jmpbuf(pngControl))) { in createTextureFromPng()
|
/aosp12/packages/services/Car/cpp/evs/support_library/ |
H A D | TexWrapper.cpp | 104 if (setjmp(png_jmpbuf(pngControl))) { in createTextureFromPng()
|
/aosp12/frameworks/base/tools/aapt/ |
H A D | Images.cpp | 1325 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 D | PngCrunch.cpp | 195 if (setjmp(png_jmpbuf(read_ptr))) { in ReadPng() 510 if (setjmp(png_jmpbuf(write_ptr))) { in WritePng()
|
H A D | Png.cpp | 109 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 D | VideoCapture.cpp | 96 if (setjmp(png_jmpbuf(pngPtr))) { in fillBufferFromPng()
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | YuvToJpegEncoder.cpp | 44 if (setjmp(err.jmp)) { in encode()
|
/aosp12/packages/apps/Camera2/jni/ |
H A D | jpegutil.cpp | 184 if (setjmp(err.setjmp_buffer)) { in Compress()
|
/aosp12/system/vold/ |
H A D | EncryptInplace.cpp | 245 if (setjmp(setjmp_env)) // NOLINT in EncryptInPlaceExt4()
|
/aosp12/bootable/recovery/minui/ |
H A D | resources.cpp | 102 if (setjmp(png_jmpbuf(png_ptr_))) { in PngHandler()
|
/aosp12/frameworks/compile/mclinker/include/mcld/Config/ |
H A D | Config.h.cmake | 359 /* Define to 1 if you have the `setjmp' function. */ 362 /* Define to 1 if you have the <setjmp.h> header file. */
|