OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setjmp
(Results
226 - 250
of
332
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/src/images/
SkImageDecoder_libpng.cpp
229
/* Set error handling if you are using the
setjmp
/longjmp method (this is
233
if (
setjmp
(png_jmpbuf(png_ptr))) {
291
if (
setjmp
(png_jmpbuf(png_ptr))) {
340
// Repeat
setjmp
, otherwise variables declared since the last call (e.g. alp
342
if (
setjmp
(png_jmpbuf(png_ptr))) {
[
all
...]
SkImageDecoder_libjpeg.cpp
367
// All objects need to be instantiated before this
setjmp
call so that
369
if (
setjmp
(errorManager.fJmpBuf)) {
370
return return_failure(cinfo, *bm, "
setjmp
");
688
// All objects need to be instantiated before this
setjmp
call so that
690
if (
setjmp
(errorManager.fJmpBuf)) {
691
return return_false(cinfo, "
setjmp
YUV8");
841
// allocate these before set call
setjmp
846
if (
setjmp
(sk_err.fJmpBuf)) {
850
// Keep after
setjmp
or mark volatile.
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_dx_iface.c
477
if (
setjmp
(pbi->common.error.jmp))
479
pbi->common.error.
setjmp
= 0;
484
pbi->common.error.
setjmp
= 1;
553
pbi->common.error.
setjmp
= 0;
/toolchain/binutils/binutils-2.25/opcodes/
h8500-dis.c
34
#include <
setjmp
.h>
xtensa-dis.c
32
#include <
setjmp
.h>
182
/* Don't set "isa" before the
setjmp
to keep the compiler from griping. */
vax-dis.c
23
#include <
setjmp
.h>
/external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp
81
#include <
setjmp
.h>
113
/* Return control to the
setjmp
point */
170
if(
setjmp
( jerr->setjmp_buffer ) == 0 )
340
if(
setjmp
( jerr->setjmp_buffer ) == 0 )
445
if(
setjmp
( jerr.setjmp_buffer ) == 0 )
534
if(
setjmp
( m_low_strm.JmpBuf()) == 0 )
823
if(
setjmp
( m_strm.JmpBuf()) == 0 )
1018
if(
setjmp
( m_strm.JmpBuf()) == 0 )
[
all
...]
grfmt_tiff.cpp
377
if(
setjmp
( m_strm.JmpBuf()) == 0 )
581
if(
setjmp
( m_strm.JmpBuf()) == 0 )
/prebuilts/go/darwin-x86/src/regexp/testdata/
testregex.c
48
#include <
setjmp
.h>
1147
else if (!(eret =
setjmp
(state.gotcha)))
[
all
...]
/prebuilts/go/linux-x86/src/regexp/testdata/
testregex.c
48
#include <
setjmp
.h>
1147
else if (!(eret =
setjmp
(state.gotcha)))
[
all
...]
/bionic/libc/arch-x86/
x86.mk
111
arch-x86/bionic/
setjmp
.S \
/external/bison/data/
glr.c
287
# include <
setjmp
.h>
289
# define YYSETJMP(Env)
setjmp
(Env)
[
all
...]
/external/libchrome/base/process/
launch_posix.cc
11
#include <
setjmp
.h>
720
// that is saved when
setjmp
is called below. This is needed because when
737
// specifying a new stack, so we use
setjmp
/longjmp to emulate
784
if (
setjmp
(env) == 0) {
/external/libpng/
pngerror.c
687
if (!
setjmp
(free_jmp_buf))
692
png_free(png_ptr, jb); /* Return to
setjmp
on error */
881
* possible to implement without
setjmp
support just so long as there is some
945
result =
setjmp
(safe_jmpbuf) == 0;
/external/opencv3/modules/ts/src/
ts.cpp
116
#include <
setjmp
.h>
215
int _code =
setjmp
( tsJmpMark );
/external/pdfium/third_party/lpng_v163/
pngerror.c
664
if (!
setjmp
(free_jmp_buf))
669
png_free(png_ptr, jb); /* Return to
setjmp
on error */
742
/* Here if not
setjmp
support or if png_ptr is null. */
849
* possible to implement without
setjmp
support just so long as there is some
913
result =
setjmp
(safe_jmpbuf) == 0;
/toolchain/binutils/binutils-2.25/gas/
cgen.c
21
#include <
setjmp
.h>
362
/* These are volatile to survive the
setjmp
. */
394
if (
setjmp
(expr_jmp_buf) != 0)
[
all
...]
/external/libpng/contrib/pngminus/
png2pnm.c
238
if (
setjmp
(png_jmpbuf(png_ptr)))
/external/libunwind/tests/
test-coredump-unwind.c
35
#include <
setjmp
.h>
/external/pdfium/core/src/fxcodec/lgif/
fx_gif.h
7
#include <
setjmp
.h>
/external/toybox/lib/
lib.h
291
_noexit_res =
setjmp
(_noexit); \
/external/tpm2/
Global.h
16
#include <
setjmp
.h>
[
all
...]
/frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp
34
if (
setjmp
(sk_err.fJmpBuf)) {
/frameworks/base/tools/aapt/
Images.cpp
[
all
...]
/bootable/recovery/minui/
resources.cpp
86
if (
setjmp
(png_jmpbuf(*png_ptr))) {
Completed in 721 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>