/frameworks/base/core/java/android/nfc/tech/ |
Ndef.java | 256 * not be called from the main application thread. A blocked call will be canceled with 263 * @throws IOException if there is an I/O failure, or the operation is canceled 294 * not be called from the main application thread. A blocked call will be canceled with 301 * @throws IOException if there is an I/O failure, or the operation is canceled 364 * not be called from the main application thread. A blocked call will be canceled with 371 * @throws IOException if there is an I/O failure, or the operation is canceled
|
/external/chromium/net/base/ |
cert_verifier.h | 73 // canceled, and their completion callbacks will not be called. 109 // After a request is canceled, its completion callback will not be called. 189 // certificate verification is canceled, and the completion callback will
|
cert_verifier_unittest.cc | 226 // Tests that the callback of a canceled request is never made. 247 // completion, so that the task of the canceled request (which runs on a 260 // Tests that a canceled request is not leaked.
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
ptw32_threadStart.c | 255 * pthread_exit() or be canceled. 273 * That function may call pthread_exit() or be canceled, which will 293 * Thread was canceled.
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteSession.java | 288 * @throws OperationCanceledException if the operation was canceled. 391 * @throws OperationCanceledException if the operation was canceled. 497 * @throws OperationCanceledException if the operation was canceled. 574 * @throws OperationCanceledException if the operation was canceled. 605 * @throws OperationCanceledException if the operation was canceled. 638 * @throws OperationCanceledException if the operation was canceled. 671 * @throws OperationCanceledException if the operation was canceled. 706 * @throws OperationCanceledException if the operation was canceled. 740 * @throws OperationCanceledException if the operation was canceled. [all...] |
/frameworks/support/v4/java/android/support/v4/content/ |
AsyncTaskLoader.java | 139 // one being canceled; just drop it. 170 * Called if the task was canceled before it was completed. Gives the class a chance 202 if (DEBUG) Log.v(TAG, "Cancelled task is now canceled!");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ResizeGesture.java | 118 public void end(ControlPoint pos, boolean canceled) { 119 super.end(pos, canceled); 121 if (!canceled) {
|
/cts/suite/audio_quality/lib/include/audio/ |
AudioHardware.h | 87 /// stops the on-going action. The active task can be canceled.
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
AddRssItem.java | 55 setResult(RESULT_CANCELED, (new Intent()).setAction("Canceled" + v.getId()));
|
/development/samples/Support7Demos/src/com/example/android/supportv7/media/ |
PlaylistItem.java | 122 "CANCELED",
|
/external/chromium/chrome/browser/chromeos/login/ |
mock_url_fetchers.h | 19 // canceled, and fails the test if it is not
|
/external/chromium/chrome/browser/download/ |
save_item.h | 24 CANCELED
|
/external/chromium/chrome/browser/geolocation/ |
access_token_store.cc | 41 if (request->canceled())
|
/external/chromium/chrome/browser/renderer_host/ |
download_throttling_resource_handler.h | 28 // are delegated to it. If the download is not allowed the request is canceled.
|
/external/chromium_org/ash/wm/ |
overlay_event_filter.h | 31 // Returns true if the overlay should be canceled in response to |event|.
|
/external/chromium_org/cc/resources/ |
worker_pool.cc | 90 // no longer needed will be canceled unless already running. Canceled 93 // |completed_tasks_| queue even if they later get canceled by another 276 // The items left in |pending_tasks_| need to be canceled.
|
/external/chromium_org/chrome/browser/chromeos/login/ |
mock_url_fetchers.h | 24 // canceled, and fails the test if it is not
|
/external/chromium_org/chrome/browser/component_updater/ |
component_updater_utils.h | 62 // fetch is pending or canceled.
|
/external/chromium_org/chrome/browser/resources/print_preview/ |
metrics.js | 38 CANCELED: 2,
|
/external/chromium_org/chrome/browser/ui/android/autofill/ |
autofill_dialog_controller_android.h | 66 // Logs metrics when the dialog is canceled.
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
autofill_dialog_window_controller.h | 86 // User canceled the dialog.
|
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
tab_gtk.cc | 188 bool canceled = (result == GTK_DRAG_RESULT_USER_CANCELLED); local 189 EndDrag(canceled); 362 void TabGtk::EndDrag(bool canceled) { 381 delegate_->EndDrag(canceled);
|
/external/chromium_org/chrome/common/ |
chrome_result_codes.h | 57 // For experiments this return code means that the user canceled causes the
|
/external/chromium_org/components/policy/core/common/cloud/ |
user_info_fetcher.cc | 58 if (status.status() == net::URLRequestStatus::CANCELED)
|
/external/chromium_org/content/browser/download/ |
save_item.h | 25 CANCELED
|