HomeSort by relevance Sort by last modified time
    Searched defs:Abort (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common_nolibc.cc 25 void Abort() { internal__exit(1); }
sanitizer_posix_libcdep.cc 128 void Abort() {
129 abort();
  /external/libpcap/msdos/
bin2c.c 6 static void Abort (char *fmt,...)
23 Abort ("Usage: %s bin-file [> result]", argv[0]);
26 Abort ("Cannot open %s\n", argv[1]);
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
FaultTolerantWrite.h 201 EFI_FAULT_TOLERANT_WRITE_ABORT Abort;
  /external/libbrillo/brillo/dbus/
dbus_method_response.cc 19 // Response hasn't been sent by the handler. Abort the call.
20 Abort();
40 void DBusMethodResponseBase::Abort() {
  /external/v8/src/
compilation-dependencies.h 49 void Abort() { aborted_ = true; }
  /frameworks/compile/mclinker/include/mcld/LD/
Resolver.h 31 enum Action { Success, Warning, Abort, LastAction };
  /system/keymaster/
ecdsa_keymaster1_operation.cpp 74 keymaster_error_t EcdsaKeymaster1WrappedOperation::Abort() {
75 return engine_->device()->abort(engine_->device(), operation_handle_);
rsa_keymaster1_operation.cpp 90 keymaster_error_t RsaKeymaster1WrappedOperation::Abort() {
91 return engine_->device()->abort(engine_->device(), operation_handle_);
hmac_operation.cpp 159 keymaster_error_t HmacOperation::Abort() {
aes_operation.cpp 647 keymaster_error_t AesEvpOperation::Abort() {
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow.h 89 unsigned int Abort;
101 * after the Abort flag is set.*/
  /external/regex-re2/re2/testing/
unicode_test.py 72 def Abort():
73 raise AbortError("Abort")
116 self.assertRaises(unicode.InputError, StringTable, _UNICODE_TABLE, 4, Abort)
117 self.assertRaises(unicode.InputError, StringTable, _UNICODE_TABLE, 2, Abort)
118 self.assertRaises(unicode.InputError, StringTable, _BAD_TABLE1, 3, Abort)
119 self.assertRaises(unicode.InputError, StringTable, _BAD_TABLE2, 3, Abort)
120 self.assertRaises(unicode.InputError, StringTable, _BAD_TABLE3, 3, Abort)
  /external/webrtc/webrtc/base/
task.cc 103 Abort(true); // no need to wake because we're awake
136 void Task::Abort(bool nowake) {
141 // Abort() was previously called).
223 // No need to wake because we're either awake or in abort
  /art/runtime/
parsed_options.cc 41 hook_abort_(nullptr) { // We don't call abort(3) by default; see
42 // Runtime::Abort
391 } else if (option == "abort") {
394 Usage("abort was nullptr\n");
611 void ParsedOptions::Abort() {
transaction.cc 64 void Transaction::Abort(const std::string& abort_message) {
66 // We may abort more than once if the exception thrown at the time of the
67 // previous abort has been caught during execution of a class initializer.
68 // We just keep the message of the first abort because it will cause the
83 // Rethrow an exception with the earlier abort message stored in the transaction.
87 // Throw an exception with the given abort message.
410 // TODO We may want to abort a transaction while still being in transaction mode. In this case,
589 // TODO We may want to abort a transaction while still being in transaction mode. In this case,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaBusDxe/
AtaBus.h 135 BOOLEAN Abort;
    [all...]
  /external/c-ares/
acountry.c 99 static void Abort(const char *fmt, ...)
140 Abort(usage);
146 Abort(usage);
  /external/llvm/lib/Analysis/
VectorUtils.cpp 428 bool Abort = false;
431 Abort = true;
434 if (Abort)
  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 292 bool Abort = false;
318 Abort = true;
326 Abort = true;
342 if (!Abort)
  /external/v8/src/crankshaft/
lithium-codegen.cc 182 void LCodeGenBase::Abort(BailoutReason reason) {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
build.py 555 ## Abort the build
557 def Abort():
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplustypes.h 411 virtual HRESULT __stdcall Abort(void) {}
  /external/google-breakpad/src/testing/gtest/test/
gtest-death-test_test.cc 578 // Tests that EXPECT_DEATH doesn't abort the test on failure.
586 // Tests that ASSERT_DEATH does abort the test on failure.
689 abort();
694 // Tests that EXPECT_DEBUG_DEATH in debug mode does not abort
858 // The arguments to the calls to Abort since the last call to
892 virtual void Abort(AbortReason reason) {
    [all...]
  /external/googletest/googletest/test/
gtest-death-test_test.cc 575 // Tests that EXPECT_DEATH doesn't abort the test on failure.
583 // Tests that ASSERT_DEATH does abort the test on failure.
686 abort();
691 // Tests that EXPECT_DEBUG_DEATH in debug mode does not abort
921 // The arguments to the calls to Abort since the last call to
955 virtual void Abort(AbortReason reason) {
    [all...]

Completed in 1205 milliseconds

1 2 3 4