HomeSort by relevance Sort by last modified time
    Searched refs:abort (Results 76 - 100 of 2170) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
struct-union-BE.c 7 extern void abort() __attribute__((noreturn));
23 abort();
36 abort();
2009-05-22-callingconv.c 2 void abort(void) __attribute__((__noreturn__));
19 abort();
  /bionic/tests/libs/
check_rtld_next_from_library.cpp 30 abort();
  /external/clang/test/Sema/
extern-redecl.c 48 extern void abort(void); // expected-note 2 {{previous declaration is here}}
51 int abort(); // expected-error {{conflicting types}}
56 int abort(); // expected-error {{conflicting types}}
61 void (*_abort)(void) = &abort;
  /external/linux-kselftest/tools/testing/selftests/memfd/
fuse_test.c 53 abort();
59 abort();
72 abort();
86 abort();
100 abort();
119 abort();
137 abort();
155 abort();
209 abort();
218 abort();
    [all...]
  /external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/tests/store_buffering/
test.c 59 abort();
61 abort();
63 abort();
65 abort();
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
CacheRequest.java 23 void abort(); method in interface:CacheRequest
  /external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
fficonfig.h 152 #define abort() exit(999) macro
  /external/skia/src/sksl/lex/
LexUtil.h 15 #define ABORT(...) (fprintf(stderr, __VA_ARGS__), abort())
16 #define ASSERT(x) (void)((x) || (ABORT("failed assert(%s): %s:%d\n", #x, __FILE__, __LINE__), 0))
  /external/skqp/src/sksl/lex/
LexUtil.h 15 #define ABORT(...) (fprintf(stderr, __VA_ARGS__), abort())
16 #define ASSERT(x) (void)((x) || (ABORT("failed assert(%s): %s:%d\n", #x, __FILE__, __LINE__), 0))
  /external/valgrind/none/tests/
pselect_sigmask_null.c 19 abort ();
  /external/vboot_reference/firmware/stub/
vboot_api_stub_static_sf.c 20 /* Fatal Error. We must abort. */
21 abort();
  /frameworks/compile/slang/
slang_assert.h 33 abort(); \
  /system/core/libunwindstack/
Check.h 29 abort(); \
  /system/nvram/messages/include/nvram/messages/
compiler.h 30 // Check a condition, abort if it doesn't hold.
31 #define NVRAM_CHECK(cond) if (!(cond)) abort()
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-plugin/
lto-12a.c 13 abort ();
  /toolchain/binutils/binutils-2.27/libiberty/
gettimeofday.c 25 abort ();
  /external/libunwind_llvm/test/
libunwind_02.pass.cpp 13 abort();
22 abort();
  /system/chre/apps/chqts/src/shared/
abort.cc 17 #include <shared/abort.h>
25 void abort(AbortBlame reason) { function in namespace:nanoapp_testing
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
rd-mulbug-1.d 3 #as: --em=criself --no-mul-bug-abort
6 # "--no-mul-bug-abort". No checking for "--mul-bug-abort",
  /toolchain/binutils/binutils-2.27/gold/testsuite/
ifuncmain5.c 34 abort ();
38 abort ();
  /external/boringssl/src/crypto/fipsmodule/aes/
internal.h 65 abort();
70 abort();
75 abort();
80 abort();
85 abort();
91 abort();
  /external/clang/test/CodeGenCXX/
stmtexpr.cpp 4 extern "C" void abort();
11 A& operator= (const A &j) { i = j.i; abort(); return *this; }
34 abort();
37 abort();
44 abort();
56 abort();
  /external/boringssl/src/crypto/
thread_pthread.c 32 abort();
38 abort();
44 abort();
50 abort();
56 abort();
66 abort();
72 abort();
78 abort();
84 abort();
90 abort();
    [all...]
  /prebuilts/sdk/tools/
jack 36 abort () { exit 255; } function
46 abort
61 abort
66 abort
72 abort
166 abort
173 abort
181 abort
185 abort
188 abort
    [all...]

Completed in 1300 milliseconds

1 2 34 5 6 7 8 91011>>