HomeSort by relevance Sort by last modified time
    Searched full:aborted (Results 1 - 25 of 1098) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/gdbserver_tests/
nlgone_abrt.stdoutB.exp 2 Program received signal SIGABRT, Aborted.
5 Program terminated with signal SIGABRT, Aborted.
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
callback_tracker_unittest.cc 25 bool aborted = false; local
27 base::Closure callback = tracker.Register(base::Bind(&Receiver, &aborted),
30 EXPECT_TRUE(aborted);
34 EXPECT_TRUE(aborted);
41 bool aborted = false; local
43 base::Closure callback = tracker.Register(base::Bind(&Receiver, &aborted),
46 EXPECT_FALSE(aborted);
55 EXPECT_FALSE(aborted);
  /external/e2fsprogs/lib/ss/
ss_err.et 4 "Subsystem aborted"
19 "Command line aborted"
  /external/llvm/test/Verifier/
jumptable.ll 9 ; CHECK: LLVM ERROR: Broken function found, compilation aborted!
  /external/chromium_org/components/sync_driver/
data_type_manager.cc 27 case ABORTED:
28 return "Aborted";
  /device/asus/deb/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/asus/flo/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/asus/fugu/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/asus/grouper/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/asus/tilapia/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/htc/flounder/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/lge/hammerhead/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/lge/mako/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/moto/shamu/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/samsung/manta/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /external/chromium_org/chrome/browser/ui/extensions/
extension_enable_flow_delegate.h 15 // Invoked when |flow| is aborted.
  /external/chromium_org/components/copresence/proto/
codes.proto 16 ABORTED = 10;
  /external/chromium_org/mojo/public/java/system/src/org/chromium/mojo/system/
MojoResult.java 21 public static final int ABORTED = -10;
61 case ABORTED:
62 return "ABORTED";
  /external/chromium_org/ppapi/shared_impl/
tracked_callback.h 40 // be aborted, any subsequent completion is abortive (even if a non-abortive
59 // be aborted (by looking at |aborted()| before running the callback).
71 // immediately marking the callback as to be aborted).
76 // marked as to be aborted (by |PostAbort()|), |result| will be ignored and
90 // far, e.g. whether the callback has been aborted. If the callback hasn't
91 // been aborted the return value of the task will become the callback result.
103 // Returns true if the callback was completed (possibly aborted).
106 // Returns true if the callback was or should be aborted; this will be the
109 bool aborted() const { return aborted_; function in class:ppapi::TrackedCallback
    [all...]
callback_tracker.h 27 // - Each callback may be *aborted*, which means that it will be executed with
30 // module) will be aborted.
34 // associated to that resource are aborted. Even if a non-abortive completion
36 // callback must now be aborted. The aborts should be scheduled immediately
43 // operation may still proceed after the callback has been aborted.
61 // properly aborted before module shutdown, and (2) to ensure that all callbacks
62 // associated to a given resource are aborted when a plugin (module) releases
89 // aborted callbacks corresponding to the original resource in that set; these
  /external/apache-http/src/org/apache/http/client/methods/
HttpRequestBase.java 69 private boolean aborted; field in class:HttpRequestBase
112 if (this.aborted) {
113 throw new IOException("Request already aborted");
127 if (this.aborted) {
128 throw new IOException("Request already aborted");
144 if (this.aborted) {
147 this.aborted = true;
172 return this.aborted;
179 clone.aborted = false;
  /external/chromium_org/storage/common/quota/
quota_status_code.cc 21 return "Quota operation aborted.";
  /external/chromium_org/testing/gtest/test/
gtest-death-test_test.cc 563 // On exit, *aborted will be true iff the EXPECT_DEATH() statement
564 // aborted the function.
565 void ExpectDeathTestHelper(bool* aborted) {
566 *aborted = true;
568 *aborted = false;
573 bool aborted = true; local
574 EXPECT_NONFATAL_FAILURE(ExpectDeathTestHelper(&aborted),
576 EXPECT_FALSE(aborted);
581 static bool aborted; local
583 aborted = true
690 bool aborted = true; local
707 static bool aborted; local
714 static bool aborted; local
721 static bool aborted; local
728 static bool aborted; local
735 static bool aborted; local
742 static bool aborted; local
749 static bool aborted; local
756 static bool aborted; local
763 static bool aborted; local
770 static bool aborted; local
    [all...]
  /external/chromium_org/content/public/common/
speech_recognition_error_list.h 15 // The user or a script aborted speech input.
16 DEFINE_SPEECH_RECOGNITION_ERROR(ABORTED, 1)
  /external/chromium_org/storage/browser/quota/
quota_task.h 41 // Called when the task is aborted.
42 virtual void Aborted() {}

Completed in 854 milliseconds

1 2 3 4 5 6 7 8 91011>>