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

1 2 3

  /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 (const char *fmt,...)
23 Abort ("Usage: %s bin-file [> result]", argv[0]);
26 Abort ("Cannot open %s\n", argv[1]);
  /art/dexlayout/
dexlayout_main.cc 69 NO_RETURN static void Abort(const char* msg) {
79 InitLogging(argv, Abort);
dexdiag.cc 453 NO_RETURN static void Abort(const char* msg) {
483 InitLogging(argv, Abort);
  /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/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow.h 89 unsigned int Abort;
101 * after the Abort flag is set.*/
  /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 46 hook_abort_(nullptr) { // We don't call abort(3) by default; see
47 // Runtime::Abort
450 } else if (option == "abort") {
453 Usage("abort was nullptr\n");
654 void ParsedOptions::Abort() {
    [all...]
transaction.cc 76 void Transaction::Abort(const std::string& abort_message) {
78 // We may abort more than once if the exception thrown at the time of the
79 // previous abort has been caught during execution of a class initializer.
80 // We just keep the message of the first abort because it will cause the
95 // Rethrow an exception with the earlier abort message stored in the transaction.
99 // Throw an exception with the given abort message.
455 // TODO We may want to abort a transaction while still being in transaction mode. In this case,
634 // TODO We may want to abort a transaction while still being in transaction mode. In this case,
trace.cc 515 void Trace::Abort() {
    [all...]
  /external/libchrome/base/message_loop/
message_loop_current.cc 171 void MessageLoopCurrentForUI::Abort() {
172 static_cast<MessageLoopForUI*>(current_)->Abort();
message_loop.cc 707 void MessageLoopForUI::Abort() {
708 static_cast<MessagePumpForUI*>(pump_.get())->Abort();
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaBusDxe/
AtaBus.h 135 BOOLEAN Abort;
    [all...]
  /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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
Float2Int.cpp 277 bool Abort = false;
303 Abort = true;
311 Abort = true;
327 if (!Abort)
  /external/v8/src/wasm/
streaming-decoder.cc 84 void StreamingDecoder::Abort() {
85 TRACE_STREAMING("Abort\n");
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
build.py 572 ## Abort the build
574 def Abort():
    [all...]
  /external/perfetto/src/protozero/protoc_plugin/
protozero_generator.cc 106 Abort(std::string() + "Unknown plugin option '" + name + "'.");
116 void Abort(const std::string& reason) {
150 Abort("Empty field name in camel case notation.");
202 Abort("Weak imports are not supported.");
223 Abort("Imported proto must be in the same package.");
434 Abort("Unsupported field type.");
494 Abort("Packed repeated fields are not supported.");
639 Abort("Packed repeated fields are not supported.");
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
VectorUtils.cpp 430 bool Abort = false;
433 Abort = true;
436 if (Abort)
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCapsuleLibFmp/
DxeCapsuleLib.c     [all...]
  /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/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopUnswitch.cpp     [all...]

Completed in 2721 milliseconds

1 2 3