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

123

/external/compiler-rt/lib/ubsan/
H A Dubsan_handlers_cxx.cc31 bool Abort) {
63 if (Abort)
29 HandleDynamicTypeCacheMiss( DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash, bool Abort) argument
/external/chromium/third_party/libjingle/source/talk/base/
H A Dtask.cc120 Abort(true); // no need to wake because we're awake
153 void Task::Abort(bool nowake) { function in class:talk_base::Task
158 // Abort() was previously called).
/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/chromium/chrome/browser/sync/glue/
H A Dhttp_bridge.cc203 // and Abort.
254 void HttpBridge::Abort() { function in class:browser_sync::HttpBridge
H A Dhttp_bridge_unittest.cc54 static void Abort(HttpBridge* bridge) { function in class:HttpBridgeTest
55 bridge->Abort();
275 TEST_F(HttpBridgeTest, Abort) {
288 &HttpBridgeTest::Abort, http_bridge));
308 http_bridge->Abort();
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_harness.cc42 bool Abort();
82 bool StateChangeTimeoutEvent::Abort() { function in class:StateChangeTimeoutEvent
426 if (timeout_signal->Abort()) {
/external/chromium/webkit/glue/media/
H A Dsimple_data_source.cc260 void SimpleDataSource::Abort() { function in class:webkit_glue::SimpleDataSource
H A Dbuffered_data_source.cc208 void BufferedDataSource::Abort() { function in class:webkit_glue::BufferedDataSource
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cc213 void Abort() { function in namespace:__sanitizer
H A Dsanitizer_win.cc189 void Abort() { function in namespace:__sanitizer
/external/v8/src/
H A Dincremental-marking.cc708 void IncrementalMarking::Abort() { function in class:v8::internal::IncrementalMarking
H A Dplatform-nullos.cc259 void OS::Abort() { function in class:v8::internal::OS
H A Dplatform-cygwin.cc194 void OS::Abort() { function in class:v8::internal::OS
/external/v8/test/mjsunit/
H A Dfuzz-natives.js118 "Abort": true,
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-death-test.cc248 virtual void Abort(AbortReason reason);
430 void ForkingDeathTest::Abort(AbortReason reason) { function in class:testing::internal::ForkingDeathTest
/external/chromium/testing/gtest/test/
H A Dgtest-death-test_test.cc805 // The arguments to the calls to Abort since the last call to
839 virtual void Abort(AbortReason reason) { function in class:MockDeathTest
1003 // This time there are two calls to Abort: one since the test didn't
/external/gtest/test/
H A Dgtest-death-test_test.cc805 // The arguments to the calls to Abort since the last call to
839 virtual void Abort(AbortReason reason) { function in class:MockDeathTest
1003 // This time there are two calls to Abort: one since the test didn't
/external/libvpx/libvpx/third_party/googletest/src/test/
H A Dgtest-death-test_test.cc805 // The arguments to the calls to Abort since the last call to
839 virtual void Abort(AbortReason reason) { function in class:MockDeathTest
1003 // This time there are two calls to Abort: one since the test didn't
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp1169 BasicBlock *Abort = BasicBlock::Create(Context, "us-unreachable", local
1172 new UnreachableInst(Context, Abort);
1176 BranchInst::Create(Abort, OldSISucc,
1188 DT->addNewBlock(Abort, NewSISucc);
/external/open-vcdiff/gtest/include/gtest/internal/
H A Dgtest-port.h959 void Abort();
961 inline void Abort() { abort(); } function in namespace:testing::internal::posix
/external/open-vcdiff/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/include/gtest/internal/
H A Dgtest-port.h951 void Abort();
953 inline void Abort() { abort(); } function in namespace:testing::internal::posix
/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.cc759 // The arguments to the calls to Abort since the last call to
793 virtual void Abort(AbortReason reason) { function in class:MockDeathTest
957 // This time there are two calls to Abort: one since the test didn't
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1631 void Abort();
1633 inline void Abort() { abort(); } function in namespace:testing::internal::posix

Completed in 1348 milliseconds

123