/external/chromium_org/net/proxy/ |
multi_threaded_proxy_resolver_unittest.cc | 474 // Note that since request2 was cancelled before reaching the resolver, 479 // Requests 0 and 2 which were cancelled, hence their completion callbacks 656 // Check that the cancelled requests never invoked their callback. 682 // 8 total were submitted, and three were cancelled. Of the three that 683 // were cancelled, one of them (request 1) was cancelled after it had
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
CountedCompleterTest.java | 825 * invoke task throws exception when task cancelled 843 * join of a forked task throws exception when task cancelled 862 * get of a forked task throws exception when task cancelled 881 * timed get of a forked task throws exception when task cancelled 900 * quietlyJoin of a forked task returns when task cancelled [all...] |
RecursiveActionTest.java | 611 * invoke task throws exception when task cancelled 629 * join of a forked task throws exception when task cancelled 648 * get of a forked task throws exception when task cancelled 667 * timed get of a forked task throws exception when task cancelled 686 * quietlyJoin of a forked task returns when task cancelled [all...] |
RecursiveTaskTest.java | 445 * invoke task throws exception when task cancelled 464 * join of a forked task throws exception when task cancelled 484 * get of a forked task throws exception when task cancelled 504 * timed get of a forked task throws exception when task cancelled 524 * quietlyJoin of a forked task returns when task cancelled [all...] |
ScheduledExecutorSubclassTest.java | 631 * purge removes cancelled tasks from the queue 652 fail("Purge failed to remove cancelled tasks"); 710 * delayed tasks are cancelled at shutdown 736 * periodic tasks are cancelled at shutdown 759 * periodic tasks are not cancelled at shutdown [all...] |
ScheduledExecutorTest.java | 582 * purge eventually removes cancelled tasks from the queue 603 fail("Purge failed to remove cancelled tasks"); 661 * delayed tasks are cancelled at shutdown 687 * periodic tasks are cancelled at shutdown 710 * periodic tasks are not cancelled at shutdown [all...] |
/external/chromium_org/third_party/libusb/src/libusb/os/ |
linux_usbfs.c | 87 * URBs within that transfer will be cancelled and no more URBs will be 157 /* cancelled by user or timeout */ 158 CANCELLED, [all...] |
/external/libusb/libusb/os/ |
linux_usbfs.c | 78 * cancellation, all URBs within that transfer will be cancelled with the 87 * transfer get cancelled) is already in effect, and setting this flag is 119 /* cancelled by user or timeout */ 120 CANCELLED, [all...] |
/external/chromium_org/content/browser/download/ |
download_item_impl.cc | 418 // Cancel the originating URL request unless it's already been cancelled [all...] |
/external/chromium_org/chrome/browser/component_updater/ |
background_downloader_win.cc | 60 // +------<----------+ +---->Cancelled 68 // At any point, the job can be cancelled, in which case, the job is moved 69 // to the "cancelled state" and the job object is removed from the BITS queue. 591 // it were a final error. This causes the job to be cancelled and a specific 635 // Called when the download was cancelled. Since the observer should have
|
/external/chromium_org/chrome/browser/ui/panels/ |
panel_manager.cc | 454 void PanelManager::EndDragging(bool cancelled) { 455 drag_controller_->EndDragging(cancelled); 472 void PanelManager::EndResizingByMouse(bool cancelled) { 474 Panel* resized_panel = resize_controller_->EndResizing(cancelled); 475 if (!cancelled && resized_panel->collection())
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
DocumentLoader.cpp | 201 // Stop the main resource loader and let it send the cancelled message. 204 // The main resource loader already finished loading. Set the cancelled error on the 205 // document and let the resourceLoaders send individual cancelled messages below. 208 // If there are no resource loaders, we need to manufacture a cancelled message. 462 // The load event might have detached this frame. In that case, the load will already have been cancelled during detach.
|
/external/chromium_org/ui/events/gesture_detection/ |
touch_disposition_gesture_filter_unittest.cc | 670 // Simulate a fling that is started then cancelled. 687 // has already been cancelled. 702 // If the subsequent touch turns into a scroll, the tap should be cancelled. 718 // If the subsequent touch is consumed, the tap should be cancelled. 741 // The tap should not be cancelled as it was terminated by a |ET_GESTURE_TAP|. [all...] |
/external/chromium_org/chrome/browser/prerender/ |
prerender_contents.h | 311 // cancelled automatically if prerendering is cancelled. 430 // Tracks whether or not prerendering has been cancelled by calling Destroy.
|
/external/chromium_org/chrome/browser/ui/sync/ |
one_click_signin_sync_starter.cc | 280 // the signin for the original profile was cancelled (must do this after 282 // object will get freed when the signin on the old profile is cancelled. 361 // No error notification needed if the user manually cancelled signin.
|
/external/chromium_org/chrome/common/ |
print_messages.h | 403 // Asks the browser whether the print preview has been cancelled. 407 bool /* print preview cancelled */) 426 // Tell the browser print preview was cancelled.
|
/external/chromium_org/chromeos/dbus/ |
bluetooth_agent_service_provider.cc | 356 case Delegate::CANCELLED: { 391 case Delegate::CANCELLED: { 421 case Delegate::CANCELLED: {
|
/external/chromium_org/content/browser/ |
cross_site_transfer_browsertest.cc | 95 // If the request is deleted without being cancelled, its status will 417 // cancelled. 447 // Used to make sure the second request is cancelled, and there is only one
|
/external/chromium_org/content/child/npapi/ |
webplugin_delegate_impl.h | 153 // IME was cancelled. 180 // If |text| is empty, IME was cancelled. 266 // false if the platform cancelled the focus tranfer.
|
/external/wpa_supplicant_8/src/utils/ |
eloop.h | 188 * Returns: Number of cancelled timeouts 202 * @remaining: Time left on the cancelled timer 203 * Returns: Number of cancelled timeouts
|
/frameworks/base/core/java/android/net/http/ |
Request.java | 68 /** True if request has been cancelled */ 206 if (mCancelled) return; // don't send cancelled requests 242 if (mCancelled) return; // don't send cancelled requests
|
/frameworks/opt/bitmap/src/com/android/bitmap/ |
DecodeTask.java | 39 * decode is complete, even if the task is cancelled, the result is placed in the given cache. 449 + result + " cancelled=" + isCancelled()); 453 Log.d(TAG, "placing failed/cancelled bitmap in pool: key="
|
/packages/apps/Email/tests/src/com/android/email/service/ |
AttachmentServiceTests.java | 412 // should not need to be cancelled. 418 // Only request the DownloadRequest to cancelled if it is older than 60 seconds, 437 // should not need to be cancelled.
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/form/ |
MultiPagedForm.java | 66 // If we don't have a page to go back to, finish as cancelled. 208 * @param listener the listener to notify when the form is complete or has been cancelled. 411 // cancelled.
|
/external/chromium_org/android_webview/native/ |
aw_contents_client_bridge.cc | 97 // if the request is cancelled, then cancel the stored callback 210 LOG(ERROR) << "Client certificate request cancelled";
|