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

12

/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/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.cc153 void Abort() { function in namespace:__sanitizer
H A Dsanitizer_win.cc124 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/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp1161 BasicBlock *Abort = BasicBlock::Create(Context, "us-unreachable", local
1164 new UnreachableInst(Context, Abort);
1168 BranchInst::Create(Abort, OldSISucc,
1180 DT->addNewBlock(Abort, NewSISucc);
/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
/external/chromium/testing/gtest/src/
H A Dgtest-death-test.cc228 posix::Abort();
336 void Abort(AbortReason reason);
430 void DeathTestImpl::Abort(AbortReason reason) { function in class:testing::internal::DeathTestImpl
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1680 void Abort();
1682 inline void Abort() { abort(); } function in namespace:testing::internal::posix
/external/gtest/src/
H A Dgtest-death-test.cc228 posix::Abort();
336 void Abort(AbortReason reason);
430 void DeathTestImpl::Abort(AbortReason reason) { function in class:testing::internal::DeathTestImpl
/external/llvm/utils/unittest/googletest/
H A Dgtest-death-test.cc228 posix::Abort();
336 void Abort(AbortReason reason);
430 void DeathTestImpl::Abort(AbortReason reason) { function in class:testing::internal::DeathTestImpl
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1667 void Abort();
1669 inline void Abort() { abort(); } function in namespace:testing::internal::posix

Completed in 895 milliseconds

12