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

1 2 3

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
abort.cc 5 #include "base/abort.h"
11 // Try not to inline so we can find Abort() call from stack trace.
12 ATTRIBUTE_NOINLINE void Abort() {
13 // Make a segmentation fault to force abort. Writing to a specific address
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
abort.cc 5 #include "chrome/browser/chromeos/file_system_provider/operations/abort.h"
16 Abort::Abort(extensions::EventRouter* event_router,
25 Abort::~Abort() {
28 bool Abort::Execute(int request_id) {
42 void Abort::OnSuccess(int /* request_id */,
48 void Abort::OnError(int /* request_id */,
abort.h 29 class Abort : public Operation {
31 Abort(extensions::EventRouter* event_router,
35 virtual ~Abort();
50 DISALLOW_COPY_AND_ASSIGN(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]);
  /external/chromium_org/chrome/browser/sync/test/
test_http_bridge_factory.cc 27 void TestHttpBridge::Abort() {
  /external/chromium_org/content/browser/service_worker/
service_worker_unregister_job.cc 42 void ServiceWorkerUnregisterJob::Abort() {
  /external/chromium_org/media/filters/
blocking_url_protocol.cc 26 void BlockingUrlProtocol::Abort() {
  /external/chromium_org/storage/browser/quota/
quota_task.cc 45 void QuotaTask::Abort() {
64 std::mem_fun(&QuotaTask::Abort));
  /external/chromium_org/ppapi/shared_impl/
tracked_callback.cc 85 void TrackedCallback::Abort() { Run(PP_ERROR_ABORTED); }
100 // Note that this call of Run() may have been scheduled prior to Abort() or
101 // PostAbort() being called. If we have been told to Abort, that always
159 // We might abort when there's already a scheduled callback, but callers
  /external/chromium_org/sync/internal_api/
syncapi_server_connection_manager.cc 78 void SyncAPIBridgedConnection::Abort() {
80 post_provider_->Abort();
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
provided_file_system.cc 12 #include "chrome/browser/chromeos/file_system_provider/operations/abort.h"
39 // Dicards the result of Abort() when called from the destructor.
60 Abort(request_ids[i], base::Bind(&EmptyStatusCallback));
76 &ProvidedFileSystem::Abort, weak_ptr_factory_.GetWeakPtr(), request_id);
94 &ProvidedFileSystem::Abort, weak_ptr_factory_.GetWeakPtr(), request_id);
113 &ProvidedFileSystem::Abort, weak_ptr_factory_.GetWeakPtr(), request_id);
142 &ProvidedFileSystem::Abort, weak_ptr_factory_.GetWeakPtr(), request_id);
159 &ProvidedFileSystem::Abort, weak_ptr_factory_.GetWeakPtr(), request_id);
175 &ProvidedFileSystem::Abort, weak_ptr_factory_.GetWeakPtr(), request_id);
196 &ProvidedFileSystem::Abort, weak_ptr_factory_.GetWeakPtr(), request_id)
    [all...]
  /external/chromium_org/content/browser/streams/
stream.cc 73 void Stream::Abort() {
89 Abort();
  /external/chromium_org/extensions/browser/api/web_request/
upload_data_presenter.cc 120 Abort();
133 Abort();
156 void ParsedDataPresenter::Abort() {
  /external/chromium_org/sync/test/fake_server/
fake_server_http_post_provider.cc 106 void FakeServerHttpPostProvider::Abort() {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_dataflow.h 89 unsigned int Abort;
101 * after the Abort flag is set.*/
  /external/chromium_org/third_party/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
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix_libcdep.cc 79 void Abort() {
80 abort();
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow.h 89 unsigned int Abort;
101 * after the Abort flag is set.*/
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
operation.cc 57 void Operation::Abort() {
  /external/chromium_org/content/browser/indexed_db/
indexed_db_transaction.cc 128 void IndexedDBTransaction::Abort() {
129 Abort(IndexedDBDatabaseError(blink::WebIDBDatabaseExceptionUnknownError,
133 void IndexedDBTransaction::Abort(const IndexedDBDatabaseError& error) {
134 IDB_TRACE1("IndexedDBTransaction::Abort", "txn.id", id());
139 // abort steps below. We therefore take a self reference to keep ourselves
151 // Run the abort tasks, if any.
234 Abort(IndexedDBDatabaseError(blink::WebIDBDatabaseExceptionDataError,
244 // an abort has already been initiated asynchronously by the
271 Abort(IndexedDBDatabaseError(blink::WebIDBDatabaseExceptionDataError,
279 // Abort may have been called just as the blob write completed
    [all...]
  /external/chromium_org/third_party/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/chromium_org/ui/compositor/
layer_animation_sequence.cc 171 void LayerAnimationSequence::Abort(LayerAnimationDelegate* delegate) {
174 elements_[current_index]->Abort(delegate);
  /external/chromium_org/v8/src/
lithium-codegen.cc 228 void LCodeGenBase::Abort(BailoutReason reason) {
  /art/runtime/
parsed_options.cc 252 hook_abort_ = NULL; // We don't call abort(3) by default; see Runtime::Abort.
538 } else if (option == "abort") {
541 Usage("abort was NULL\n");
713 void ParsedOptions::Abort() {
    [all...]
transaction.cc 119 void Transaction::Abort() {
280 // TODO We may want to abort a transaction while still being in transaction mode. In this case,
388 // TODO We may want to abort a transaction while still being in transaction mode. In this case,

Completed in 818 milliseconds

1 2 3