OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setjmp
(Results
76 - 100
of
295
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/bionic/libc/arch-sh/bionic/
_setjmp.S
39
#include <machine/
setjmp
.h>
/bionic/libc/include/
pthread.h
252
* closing braces, and that using
setjmp
/longjmp/return/break/continue
/bootable/recovery/minui/
resources.c
83
if (
setjmp
(png_jmpbuf(png_ptr))) {
/dalvik/vm/compiler/
Compiler.h
18
#include <
setjmp
.h>
Utility.c
287
* Matching
setjmp
in compiler thread work loop in Compiler.c.
/external/e2fsprogs/e2fsck/
e2fsck.c
194
if (
setjmp
(ctx->abort_loc)) {
/external/opencore/doc/oscl_html/
osclconfig__error_8h.html
13
<code>#include <
setjmp
.h></code><br>
/external/qemu/
cpu-defs.h
30
#include <
setjmp
.h>
qemu-common.h
75
#include <
setjmp
.h>
/external/quake/quake/src/QW/client/
quakedef.h
40
#include <
setjmp
.h>
/external/stlport/etc/
msvcincl.dat
113
setjmp
.h
/external/stlport/stlport/stl/
_cstdlib.h
39
/* on evc3/evc4 including stdlib.h also defines
setjmp
macro */
/external/webkit/WebCore/
WebCorePrefix.h
87
#include <
setjmp
.h>
/external/webkit/WebCore/platform/image-encoders/skia/
PNGImageEncoder.cpp
146
if (
setjmp
(png_jmpbuf(pngPtr))) {
/ndk/build/platforms/android-3/arch-arm/usr/include/
pthread.h
220
* closing braces, and that using
setjmp
/longjmp/return/break/continue
/ndk/build/platforms/android-4/arch-arm/usr/include/
pthread.h
220
* closing braces, and that using
setjmp
/longjmp/return/break/continue
/ndk/build/platforms/android-5/arch-arm/usr/include/
pthread.h
220
* closing braces, and that using
setjmp
/longjmp/return/break/continue
/ndk/build/platforms/android-5/arch-x86/usr/include/
pthread.h
247
* closing braces, and that using
setjmp
/longjmp/return/break/continue
/ndk/build/platforms/android-8/arch-arm/usr/include/
pthread.h
252
* closing braces, and that using
setjmp
/longjmp/return/break/continue
/ndk/build/platforms/android-8/arch-x86/usr/include/
pthread.h
252
* closing braces, and that using
setjmp
/longjmp/return/break/continue
/external/libpng/
example.c
128
/* Set error handling if you are using the
setjmp
/longjmp method (this is
133
if (
setjmp
(png_jmpbuf(png_ptr)))
432
if (
setjmp
(png_jmpbuf((*png_ptr))))
460
if (
setjmp
(png_jmpbuf((*png_ptr))))
600
if (
setjmp
(png_jmpbuf(png_ptr)))
/development/tools/etc1tool/
etc1tool.cpp
183
if (
setjmp
(png_jmpbuf(png_ptr))) {
419
if (
setjmp
(png_jmpbuf(png_ptr))) {
/external/libpng/contrib/pngminus/
pnm2png.c
393
/*
setjmp
() must be called in every function that calls a PNG-reading libpng function */
394
if (
setjmp
(png_jmpbuf(png_ptr)))
/external/openssl/crypto/des/
read_pwd.c
92
#include <
setjmp
.h>
282
if (
setjmp
(save))
/external/webkit/WebCore/platform/image-decoders/png/
PNGImageDecoder.cpp
109
// We need to do the
setjmp
here. Otherwise bad things will happen
110
if (
setjmp
(m_png->jmpbuf)) {
Completed in 201 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>