/external/bison/lib/ |
strerror-override.c | 192 return "Call was canceled"; 281 return "Operation canceled";
|
/external/bluetooth/bluedroid/stack/smp/ |
smp_api.c | 232 /* If timeout already expired or has been canceled, ignore the reply */ 288 /* If timeout already expired or has been canceled, ignore the reply */
|
/external/chromium/chrome/browser/chromeos/login/ |
online_attempt_unittest.cc | 132 // and then come back on the IO thread saying they've been canceled. 159 // and then come back on the IO thread saying they've been canceled.
|
/external/chromium/chrome/browser/password_manager/ |
password_store.h | 43 // PasswordStoreConsumer. However, if the request is canceled after the 48 // provide a destructor, which cleans up after canceled requests by deleting
|
/external/chromium-trace/trace-viewer/src/about_tracing/ |
tracing_controller.js | 269 * Called by the browser when loading a trace file was canceled. 309 * Called by the browser when saving a trace file was canceled.
|
/external/chromium_org/ash/display/ |
output_configurator_animation.cc | 142 // canceled due to some unknown errors, we set a timer to clear these 153 // finished. Note that this callback can be canceled, but the cancel only
|
/external/chromium_org/chrome/browser/chromeos/login/ |
user_image_manager_impl.h | 86 // (if any) is canceled. This ensures that at most one Job is running per user 93 // With the above, it is guaranteed that any changes made by a canceled Job
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_tracker.h | 84 // canceled or used, respectively. 91 // canceled or used, respectively.
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
sync_auth_test.cc | 187 // when when OAuth2TokenService has encountered a URLRequestStatus of CANCELED. 194 net::URLRequestStatus::CANCELED);
|
/external/chromium_org/chrome/common/ |
automation_messages.cc | 265 case net::URLRequestStatus::CANCELED: 266 status = "CANCELED";
|
/external/chromium_org/components/policy/core/common/cloud/ |
enterprise_metrics.h | 138 // Auto-enrollment was canceled through the opt-out dialog. 149 // enrollment has been canceled because of that.
|
/external/chromium_org/net/url_request/ |
url_request.cc | 398 case URLRequestStatus::CANCELED: 399 dict->SetString("status", "CANCELED"); 640 // Check that there are no callbacks to already canceled requests. 641 DCHECK_NE(URLRequestStatus::CANCELED, status_.status()); 735 status_.set_status(URLRequestStatus::CANCELED); 829 // In some cases (e.g. an event was canceled), we might have sent the [all...] |
url_request_job_manager.cc | 132 request->status().status() == URLRequestStatus::CANCELED) { 164 request->status().status() == URLRequestStatus::CANCELED) {
|
/external/chromium_org/ppapi/c/ |
ppp_instance.h | 101 * messaging from this function since they will be immediately canceled. 173 * canceled for you.
|
/frameworks/base/core/java/android/app/ |
NotificationManager.java | 99 * the same id has already been posted by your application and has not yet been canceled, it 115 * canceled, it will be replaced by the updated information.
|
/frameworks/base/core/java/android/nfc/tech/ |
IsoDep.java | 161 * not be called from the main application thread. A blocked call will be canceled with 169 * @throws IOException if there is an I/O failure, or this operation is canceled
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
strerror.c | 229 msg = "Call was canceled"; 324 msg = "Operation canceled";
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
ImportProcessor.java | 126 Log.i(LOG_TAG, "Canceled before actually handling parameter (" + request.uri + ")"); 191 Log.i(LOG_TAG, "vCard import has been canceled (uri: " + uri + ")");
|
/external/smack/src/org/jivesoftware/smackx/commands/ |
AdHocCommandManager.java | 507 // canceled therefore the status must show that, and the
510 response.setStatus(Status.canceled);
608 response.setStatus(Status.canceled);
609 // Remove the canceled session
622 // canceled therefore the status must show that, and the
625 response.setStatus(Status.canceled);
|
/external/chromium_org/content/browser/download/ |
save_package.cc | 231 if (!finished_ && !canceled()) { 268 if (!canceled()) { 559 DCHECK(canceled()); 671 // Because we might have canceled this saving job before, 696 DCHECK(canceled()); 730 // Inform the DownloadItem we have canceled whole save page job. 768 if (canceled()) 817 // Because we might have canceled this saving job before, 847 if (canceled()) { [all...] |
/frameworks/base/core/jni/ |
android_database_SQLiteConnection.cpp | 85 volatile bool canceled; member in struct:android::SQLiteConnection 88 db(db), openFlags(openFlags), path(path), label(label), canceled(false) { } 108 return connection->canceled; 774 connection->canceled = true; 780 connection->canceled = false; [all...] |
/frameworks/base/media/java/android/media/videoeditor/ |
VideoEditor.java | 327 * audio waveform must be canceled. 377 * @throws CancellationException if export is canceled by calling 436 * canceled. 488 * in progress, the extraction is canceled and the file is deleted. 645 * audio waveform is in progress, the extraction is canceled and the file is
|
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteQueryBuilderTest.java | 440 // canceled midway. 455 // that the query was canceled, then the test must be broken. 456 fail("Could not prove that the query actually canceled midway during execution.");
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
download_shelf_controller.mm | 39 // autoclose is canceled. An autoclose can only be scheduled in response to a 41 // resulting autoclose is canceled, subsequent mouse exited events will NOT 414 // view, or if an item is added to the shelf, the timer will be canceled.
|
/external/chromium/net/url_request/ |
url_request_job.cc | 404 NotifyDone(URLRequestStatus(URLRequestStatus::CANCELED, 411 if (GetStatus().status() != URLRequestStatus::CANCELED) 538 return URLRequestStatus(URLRequestStatus::CANCELED,
|