/external/protobuf/src/google/protobuf/compiler/ |
mock_code_generator.cc | 144 } else if (command == "Abort") { 146 abort(); 155 abort(); 161 abort();
|
/external/valgrind/coregrind/m_demangle/ |
dyn-string.c | 200 abort (); 262 abort (); 384 abort ();
|
/external/wpa_supplicant_8/src/utils/ |
wpabuf.c | 43 abort(); 65 abort(); 193 abort();
|
/toolchain/binutils/binutils-2.27/bfd/ |
bfdwin.c | 90 abort (); 128 abort (); 164 abort ();
|
coff-alpha.c | 526 abort (); 536 abort (); 986 abort (); 1005 abort (); 1046 abort (); [all...] |
coff-tic80.c | 374 abort (); 389 abort (); 404 abort (); 419 abort (); 424 If passed an r_type we don't recognize the abort rather than silently failing 667 abort ();
|
/toolchain/binutils/binutils-2.27/binutils/ |
windres.c | 1058 abort (); 1084 abort (); 1145 abort (); 1166 abort (); 1183 abort (); 1196 abort (); 1213 abort (); 1233 abort (); 1253 abort (); 1271 abort (); [all...] |
/toolchain/binutils/binutils-2.27/gas/config/ |
tc-lm32.c | 349 abort (); 400 abort (); 409 abort ();
|
tc-mn10200.c | 381 abort (); 438 abort (); 527 abort (); 608 abort (); 675 abort (); 806 abort (); 821 abort (); 1157 abort (); 1258 abort (); 1263 abort (); [all...] |
/toolchain/binutils/binutils-2.27/gas/ |
messages.c | 338 abort (); 363 abort (); 400 abort ();
|
/toolchain/binutils/binutils-2.27/libiberty/ |
dyn-string.c | 187 abort (); 249 abort (); 371 abort ();
|
/toolchain/binutils/binutils-2.27/opcodes/ |
aarch64-opc.h | 305 { assert (0); abort (); } 326 { assert (0); abort (); } 346 { assert (0); abort (); }
|
score-dis.c | 562 abort (); 632 abort (); 647 abort (); 652 abort (); 667 abort (); [all...] |
/external/python/cpython3/Lib/ |
imaplib.py | 163 IMAP4 server errors raise <instance>.abort("<reason>"), 166 <instance>.readonly("<reason>"), which is a sub-class of 'abort'. 169 "abort" exceptions imply the connection should be reset, and 180 class abort(error): pass # Service errors - close and retry class in class:IMAP4 181 class readonly(abort): pass # Mailbox status changed to READ-ONLY 412 return None if the client abort response '*' should be sent instead. 795 raise self.abort('TLS session already established') 797 raise self.abort('TLS not supported by server') 926 raise self.abort(bye[-1].decode(self._encoding, 'replace')) [all...] |
/external/elfutils/tests/ |
backtrace.c | 200 abort (); 223 abort (); 262 abort (); 332 abort (); 335 abort ();
|
/external/libffi/src/ia64/ |
ffi.c | 103 abort (); 125 abort (); 159 abort (); 384 abort (); 579 abort ();
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ia64/ |
ffi.c | 103 abort (); 125 abort (); 159 abort (); 384 abort (); 579 abort ();
|
/external/python/cpython3/Modules/_ctypes/libffi/src/ia64/ |
ffi.c | 103 abort (); 125 abort (); 159 abort (); 384 abort (); 579 abort ();
|
/external/iproute2/misc/ |
nstat.c | 147 abort(); 153 abort(); 193 abort(); 214 abort(); 223 abort(); 230 abort(); 233 abort();
|
ifstat.c | 135 abort(); 183 abort(); 261 abort(); 264 abort(); 268 abort(); 270 abort(); 280 abort(); 283 abort(); 287 abort(); 290 abort(); [all...] |
/external/elfutils/src/ |
i386_ld.c | 643 abort (); 657 abort (); 666 abort (); 683 abort (); 701 abort (); 936 abort (); 971 abort (); 976 abort (); 1033 abort (); [all...] |
/external/python/cpython3/Modules/ |
zlibmodule.c | 805 goto abort; 820 goto abort; 833 goto abort; 845 goto abort; 852 abort: 1094 goto abort; 1108 goto abort; 1121 goto abort; 1130 goto abort; 1138 abort [all...] |
/prebuilts/misc/common/swig/include/2.0.11/chicken/ |
chickenrun.swg | 210 C_word abort = C_intern2(&a, aborthook); 212 abort = C_block_item(abort, 0); 213 if (C_immediatep(abort)) 214 SWIG_Chicken_Panic(C_text("`##sys#abort' is not defined")); 217 C_do_apply(1, abort, C_SCHEME_UNDEFINED);
|
/system/core/debuggerd/ |
debuggerd_test.cpp | 312 TEST_F(CrasherTest, abort) { 316 abort(); 327 ASSERT_BACKTRACE_FRAME(result, "abort"); 357 android_set_abort_message("abort message goes here"); 358 abort(); 369 ASSERT_MATCH(result, R"(Abort message: 'abort message goes here')"); 389 ASSERT_NOT_MATCH(result, R"(Abort message:)"); 396 abort(); 417 abort(); [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
imaplib.py | 129 IMAP4 server errors raise <instance>.abort("<reason>"),
132 <instance>.readonly("<reason>"), which is a sub-class of 'abort'.
135 "abort" exceptions imply the connection should be reset, and
146 class abort(error): pass # Service errors - close and retry
class in class:IMAP4 147 class readonly(abort): pass # Mailbox status changed to READ-ONLY
340 It should return None if the client abort response '*' should
815 raise self.abort(bye[-1])
859 raise self.abort('socket error: %s' % val)
884 raise self.abort('socket error: %s' % val)
898 except self.abort, val: [all...] |