Searched refs:abort (Results 1 - 25 of 837) sorted by relevance

1234567891011>>

/external/jemalloc/android/include/
H A Dlog.h32 /* Convert this to an abort for jemalloc tests. */
33 #define async_safe_fatal(format, ...) abort()
/external/selinux/libselinux/src/android/
H A Dandroid_host.c7 abort();
/external/clang/test/CodeGen/
H A Dpascal-wchar-string.c6 extern void abort (void);
21 abort ();
23 abort ();
25 abort ();
27 abort ();
H A Dms_struct-bitfield-init.c4 extern void abort(void);
47 abort();
49 abort();
51 abort();
55 abort();
57 abort();
59 abort();
61 abort();
63 abort();
65 abort();
[all...]
H A D2007-09-27-ComplexIntCompare.c4 void __attribute__((noreturn)) abort(void);
13 abort ();
H A Dconditional-gnu-ext.c14 extern void abort();
20 abort();
27 abort();
H A Dcomplex-builtints.c19 extern void abort (void);
32 abort ();
36 abort ();
40 abort ();
45 abort ();
49 abort ();
53 abort ();
58 abort ();
62 abort ();
66 abort ();
[all...]
H A Dpr3518.c7 extern void abort (void);
23 abort ();
25 abort ();
27 abort ();
H A D2010-07-14-ref-off-end.c2 extern void abort();
22 if(f(t)!=0x11)abort();
H A Dunreachable.c4 extern void abort() __attribute__((noreturn));
33 abort();
/external/llvm/test/MC/AsmParser/
H A Dvariables.s7 .abort "invalid value"
14 .abort "invalid value"
/external/swiftshader/third_party/LLVM/test/MC/AsmParser/
H A Dvariables.s7 .abort "invalid value"
14 .abort "invalid value"
/external/syslinux/com32/lib/
H A Dabort.c2 * abort.c
8 void abort(void) function
/external/compiler-rt/test/builtins/Unit/
H A Dgcc_personality_test_helper.cxx39 abort();
41 abort();
49 abort();
51 abort();
79 abort();
81 abort();
84 abort();
/external/libunwind/tests/
H A DLrs-race.c53 abort ();
63 abort ();
73 abort ();
83 abort ();
93 abort ();
103 abort ();
113 abort ();
123 abort ();
133 abort ();
143 abort ();
[all...]
/external/clang/test/CodeGenCXX/
H A Dnrvo-noreturn.cpp4 void abort() __attribute__((__noreturn__));
13 abort();
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowBroadcastReceiver.java15 private AtomicBoolean abort; // The abort state of the currently processed broadcast field in class:ShadowBroadcastReceiver
20 abort.set(true);
25 if (abort == null || !abort.get()) {
30 public void onReceive(Context context, Intent intent, AtomicBoolean abort) { argument
31 this.abort = abort;
/external/libcap-ng/libcap-ng-0.7/src/test/
H A Dlib_test.c40 abort();
46 abort();
58 abort();
67 abort();
74 abort();
80 abort();
86 abort();
93 abort();
99 abort();
105 abort();
[all...]
/external/jemalloc/include/jemalloc/internal/
H A Dassert.h11 abort(); \
22 abort(); \
33 abort(); \
/external/mesa3d/src/gallium/auxiliary/os/
H A Dos_misc.h62 # define os_break() abort()
70 # define os_abort() do { os_break(); abort(); } while(0)
72 # define os_abort() abort()
/external/compiler-rt/test/safestack/
H A Dpthread.c18 abort();
36 abort();
38 abort();
40 abort();
H A Dpthread-cleanup.c24 abort();
26 abort();
/external/sfntly/cpp/src/sfntly/port/
H A Dlogging.h28 abort(); \
/external/libunwind/src/setjmp/
H A Dsiglongjmp.c68 abort ();
73 abort ();
100 abort ();
105 abort ();
108 abort();
118 abort ();
122 abort ();
126 abort ();
/external/libunwind/src/unwind/
H A DResume.c41 abort ();
49 abort ();

Completed in 1043 milliseconds

1234567891011>>