Searched defs:Abort (Results 1 - 25 of 55) sorted by relevance

123

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_nolibc.cc25 void Abort() { internal__exit(1); } function in namespace:__sanitizer
H A Dsanitizer_posix_libcdep.cc128 void Abort() { function in namespace:__sanitizer
H A Dsanitizer_win.cc401 void Abort() { function in namespace:__sanitizer
/external/libpcap/msdos/
H A Dbin2c.c6 static void Abort (char *fmt,...) function
23 Abort ("Usage: %s bin-file [> result]", argv[0]);
26 Abort ("Cannot open %s\n", argv[1]);
/external/libbrillo/brillo/dbus/
H A Ddbus_method_response.cc19 // Response hasn't been sent by the handler. Abort the call.
20 Abort();
40 void DBusMethodResponseBase::Abort() { function in class:brillo::dbus_utils::DBusMethodResponseBase
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow.h89 unsigned int Abort; member in struct:rc_reader_data
101 * after the Abort flag is set.*/
/external/v8/src/
H A Dcompilation-dependencies.h49 void Abort() { aborted_ = true; } function in class:v8::internal::CompilationDependencies
/external/regex-re2/re2/testing/
H A Dunicode_test.py72 def Abort(): function
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/
H A Dtask.cc103 Abort(true); // no need to wake because we're awake
136 void Task::Abort(bool nowake) { function in class:rtc::Task
141 // Abort() was previously called).
/external/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp292 bool Abort = false; local
318 Abort = true;
326 Abort = true;
342 if (!Abort)
H A DLoopUnswitch.cpp1295 BasicBlock *Abort = BasicBlock::Create(Context, "us-unreachable", local
1298 new UnreachableInst(Context, Abort);
1302 BranchInst::Create(Abort, OldSISucc,
1313 DT->addNewBlock(Abort, NewSISucc);
/external/v8/src/crankshaft/
H A Dlithium-codegen.cc182 void LCodeGenBase::Abort(BailoutReason reason) { function in class:v8::internal::LCodeGenBase
H A Dlithium.cc495 void LChunkBuilderBase::Abort(BailoutReason reason) { function in class:v8::internal::LChunkBuilderBase
/external/c-ares/
H A Dacountry.c99 static void Abort(const char *fmt, ...) function
140 Abort(usage);
146 Abort(usage);
/external/llvm/lib/Analysis/
H A DVectorUtils.cpp428 bool Abort = false; local
431 Abort = true;
434 if (Abort)
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp963 BasicBlock *Abort = BasicBlock::Create(Context, "us-unreachable", local
966 new UnreachableInst(Context, Abort);
970 BranchInst::Create(Abort, OldSISucc,
982 DT->addNewBlock(Abort, NewSISucc);
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-death-test_test.cc858 // The arguments to the calls to Abort since the last call to
892 virtual void Abort(AbortReason reason) { function in class:MockDeathTest
1057 // This time there are two calls to Abort: one since the test didn't
/external/googletest/googletest/test/
H A Dgtest-death-test_test.cc921 // The arguments to the calls to Abort since the last call to
955 virtual void Abort(AbortReason reason) { function in class:MockDeathTest
1120 // This time there are two calls to Abort: one since the test didn't
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc323 void Abort(AbortReason reason);
414 void DeathTestImpl::Abort(AbortReason reason) { function in class:testing::internal::DeathTestImpl
/external/protobuf/gtest/test/
H A Dgtest-death-test_test.cc739 // The arguments to the calls to Abort since the last call to
773 virtual void Abort(AbortReason reason) { function in class:MockDeathTest
937 // This time there are two calls to Abort: one since the test didn't
/external/v8/src/base/platform/
H A Dplatform-posix.cc228 void OS::Abort() { function in class:v8::base::OS
/external/v8/testing/gtest/test/
H A Dgtest-death-test_test.cc921 // The arguments to the calls to Abort since the last call to
955 virtual void Abort(AbortReason reason) { function in class:MockDeathTest
1120 // This time there are two calls to Abort: one since the test didn't
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest-death-test_test.cc922 // The arguments to the calls to Abort since the last call to
956 virtual void Abort(AbortReason reason) { function in class:MockDeathTest
1121 // This time there are two calls to Abort: one since the test didn't
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-death-test.cc266 posix::Abort();
374 void Abort(AbortReason reason);
468 void DeathTestImpl::Abort(AbortReason reason) { function in class:testing::internal::DeathTestImpl
/external/googletest/googletest/src/
H A Dgtest-death-test.cc277 posix::Abort();
387 void Abort(AbortReason reason);
481 void DeathTestImpl::Abort(AbortReason reason) { function in class:testing::internal::DeathTestImpl

Completed in 594 milliseconds

123