HomeSort by relevance Sort by last modified time
    Searched refs:abort (Results 151 - 175 of 1931) sorted by null

1 2 3 4 5 67 8 91011>>

  /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(); \
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh-vararg-1.cpp 41 abort ();
46 abort ();
55 abort ();
59 abort ();
eh-vararg-2.cpp 39 abort ();
45 abort ();
54 abort ();
58 abort ();
new16.cpp 28 extern "C" void abort(void);
36 abort ();
eh990323-1.cpp 3 extern "C" void abort ();
71 abort();
74 abort();
  /ndk/tests/device/test-stlport_static-exception/jni/
eh-vararg-1.cpp 41 abort ();
46 abort ();
55 abort ();
59 abort ();
eh-vararg-2.cpp 39 abort ();
45 abort ();
54 abort ();
58 abort ();
new16.cpp 28 extern "C" void abort(void);
36 abort ();
eh990323-1.cpp 3 extern "C" void abort ();
71 abort();
74 abort();
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
lto-12a.c 13 abort ();
  /toolchain/binutils/binutils-2.25/libiberty/
gettimeofday.c 25 abort ();
  /external/clang/test/CodeGen/
2009-05-22-callingconv.c 2 void abort(void) __attribute__((__noreturn__));
19 abort();
  /external/libunwind_llvm/test/
libunwind_02.pass.cpp 12 abort();
21 abort();
  /external/mesa3d/src/gallium/auxiliary/os/
os_misc.h 62 # define os_break() abort()
67 * Abort the program.
72 # define os_abort() abort()
  /toolchain/binutils/binutils-2.25/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.25/gold/testsuite/
ifuncmain5.c 34 abort ();
38 abort ();
  /art/sigchainlib/
sigchain_dummy.cc 55 abort();
60 abort();
67 abort();
72 abort();
78 abort();
84 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();
conditional-gnu-ext.cpp 14 extern "C" void abort();
21 abort();
26 extern "C" void abort();
30 abort();
51 abort();
  /external/libunwind/src/setjmp/
longjmp.c 67 abort ();
72 abort ();
91 abort ();
95 abort ();
99 abort ();
  /external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/appengine/
users.py 30 self.abort(400, detail='The login_required decorator '
59 self.abort(400, detail='The admin_required decorator '
66 self.abort(403)
  /external/skia/src/ports/
SkMemory_malloc.cpp 18 abort();
34 abort();
39 abort();
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/reloc/
plabelbug.s 4 .IMPORT abort,CODE
9 .word P%abort
10 .word P%abort
  /external/clang/test/CXX/class/class.union/
p1.cpp 3 void abort() __attribute__((noreturn));
10 virtual void foo() { abort(); } // expected-note 4 {{because type 'Virtual' has a virtual member function}}
17 Ctor() { abort(); } // expected-note 2{{because type 'Ctor' has a user-provided default constructor}} expected-note 2{{here}}
27 CopyCtor(CopyCtor &cc) { abort(); }
31 CopyAssign& operator=(CopyAssign& CA) { abort(); }
35 ~Dtor() { abort(); } // expected-note 2 {{because type 'Dtor' has a user-provided destructor}} expected-note 2{{here}}

Completed in 1395 milliseconds

1 2 3 4 5 67 8 91011>>