OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROCEED_ON_ERROR
(Results
1 - 8
of
8
) sorted by null
/dalvik/vm/alloc/
DlMalloc.cpp
27
#define
PROCEED_ON_ERROR
0
/bionic/libc/bionic/
dlmalloc.c
25
#define
PROCEED_ON_ERROR
0
/art/runtime/gc/allocator/
dlmalloc.cc
26
#define
PROCEED_ON_ERROR
0
/system/core/libpixelflinger/codeflinger/
CodeCache.cpp
59
#define
PROCEED_ON_ERROR
0
/bionic/libc/upstream-dlmalloc/
malloc.c
92
errors by defining
PROCEED_ON_ERROR
. In this case, a bad free
317
PROCEED_ON_ERROR
default: defined as 0 (false)
323
application to proceed. If
PROCEED_ON_ERROR
is defined, the
629
#ifndef
PROCEED_ON_ERROR
630
#define
PROCEED_ON_ERROR
0
631
#endif /*
PROCEED_ON_ERROR
*/
[
all
...]
/external/eigen/unsupported/test/mpreal/
dlmalloc.c
93
errors by defining
PROCEED_ON_ERROR
. In this case, a bad free
280
PROCEED_ON_ERROR
default: defined as 0 (false)
286
application to proceed. If
PROCEED_ON_ERROR
is defined, the
573
#ifndef
PROCEED_ON_ERROR
574
#define
PROCEED_ON_ERROR
0
575
#endif /*
PROCEED_ON_ERROR
*/
[
all
...]
/external/libffi/src/
dlmalloc.c
93
errors by defining
PROCEED_ON_ERROR
. In this case, a bad free
255
PROCEED_ON_ERROR
default: defined as 0 (false)
261
application to proceed. If
PROCEED_ON_ERROR
is defined, the
499
#ifndef
PROCEED_ON_ERROR
500
#define
PROCEED_ON_ERROR
0
501
#endif /*
PROCEED_ON_ERROR
*/
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c
129
errors by defining
PROCEED_ON_ERROR
. In this case, a bad free
291
PROCEED_ON_ERROR
default: defined as 0 (false)
297
application to proceed. If
PROCEED_ON_ERROR
is defined, the
536
#ifndef
PROCEED_ON_ERROR
537
#define
PROCEED_ON_ERROR
0
538
#endif /*
PROCEED_ON_ERROR
*/
[
all
...]
Completed in 72 milliseconds