OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abort
(Results
526 - 550
of
2170
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/compiler-rt/lib/tsan/go/
test.c
42
abort
();
/external/elfutils/libelf/
gelf_getehdr.c
61
abort
();
/external/harfbuzz_ng/util/
hb-fc.cc
136
abort
(); /* hb-ot shaper not enabled? */
/external/libcxxabi/src/
cxa_default_handlers.cpp
91
static std::terminate_handler default_terminate_handler = std::
abort
;
/external/libmicrohttpd/src/microspdy/
internal.h
82
abort
();\
/external/linux-kselftest/tools/testing/selftests/powerpc/stringloops/
memcmp.c
36
abort
();
/external/ltp/testcases/kernel/fs/fs_inod/
fs_inod
165
mkdir dir1 ||
abort
"mkdir dir1 FAILED"
/external/ltp/testcases/kernel/syscalls/abort/
abort01.c
23
* Fork child. Have child
abort
, check return status.
113
tst_resm(TPASS, "
abort
dumped core");
117
tst_resm(TPASS, "
abort
raised SIGIOT");
156
abort
();
157
fprintf(stderr, "\tchild -
abort
failed.\n");
/external/mesa3d/src/gallium/drivers/vc4/
vc4_qir_validate.c
33
abort
();
/external/minijail/
libminijailpreload.c
29
abort
();
128
* We dare not use
abort
() here because it will run atexit()
/external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_extension.cc
55
abort
();
/external/syslinux/com32/include/
stdlib.h
15
__extern __noreturn
abort
(void);
/external/webrtc/webrtc/modules/desktop_capture/win/
desktop.cc
38
abort
();
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
VehicleEmulator.h
55
if (mEmulator == nullptr)
abort
();
/packages/apps/Nfc/nci/jni/
NfcTag.h
76
** Function:
abort
83
void
abort
();
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_default_handlers.cpp
91
static std::terminate_handler default_terminate_handler = std::
abort
;
/system/iot/attestation/atap/test/
atap_sysdeps_posix_testing.cpp
36
abort
();
/toolchain/binutils/binutils-2.27/bfd/
coff-z8k.c
264
abort
();
289
abort
();
316
abort
();
354
abort
();
compress.c
102
abort
();
325
abort
();
382
abort
();
478
abort
();
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
pr20253-1b.S
43
call *
abort
@GOT(%ebx)
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
pr20253-2d.S
43
call *
abort
@GOTPCREL(%rip)
/toolchain/binutils/binutils-2.27/libiberty/
vsnprintf.c
92
#define VERIFY(P) do { if (!(P))
abort
(); } while (0)
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
ImageDownloader.java
296
getRequest.
abort
();
299
getRequest.
abort
();
302
getRequest.
abort
();
/external/boringssl/src/crypto/fipsmodule/rand/
rand.c
36
// entropy source fails, it's up to |CRYPTO_sysrand| to
abort
the process?we
196
// generator test? which causes the program to randomly
abort
. Hopefully the
280
abort
();
310
// kernel, syscalls made with |syscall| did not
abort
the transaction.
314
abort
();
332
abort
();
/external/libmicrohttpd/src/testcurl/
perf_get_concurrent.c
157
abort
();
176
if (ret == -1)
abort
();
228
abort
();
Completed in 1536 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>