HomeSort by relevance Sort by last modified time
    Searched full:cancelled (Results 601 - 625 of 1205) sorted by null

<<21222324252627282930>>

  /external/jmdns/src/javax/jmdns/impl/
DNSStatefulObject.java 385 logger.fine("Wait for announced cancelled: " + this);
  /external/protobuf/python/google/protobuf/
service.py 179 """Checks if the client cancelled the RPC.
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
OutgoingFileTransfer.java 393 setStatus(Status.cancelled);
  /external/smack/src/org/jivesoftware/smackx/packet/
DataForm.java 61 * <li>cancel -> The form was cancelled. Tell the asker that piece of information.</li>
  /frameworks/base/core/java/android/net/http/
HttpsConnection.java 346 " SSL timeout expired and request was cancelled!!!");
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackViewTouchHandler.java 175 // Animate the scroll back if we've cancelled
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
BasicBitmapDrawable.java 260 // Cancelled.
  /libcore/jsr166-tests/src/test/java/jsr166/
ThreadPoolExecutorSubclassTest.java 25 boolean cancelled; field in class:ThreadPoolExecutorSubclassTest.CustomTask
42 lock.lock(); try { return cancelled; } finally { lock.unlock() ; }
48 cancelled = true;
633 * purge removes cancelled tasks from the queue
    [all...]
  /libcore/luni/src/main/java/java/nio/
SelectorImpl.java 301 * Removes cancelled keys from the key set and selected key set, and
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java 84 void cleanup(boolean cancelled) {
87 if (cancelled) {
710 // We don't enter spring-loaded mode if the drag has been cancelled
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
tic.h 145 #define CANCEL 3 /* Capability to be cancelled in following tc's */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tic.h 145 #define CANCEL 3 /* Capability to be cancelled in following tc's */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksproxy.h 409 WINBOOL Cancelled
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 192 Run the callback unless it has already been called or cancelled
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 192 Run the callback unless it has already been called or cancelled
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortEditDialog.java 103 * @return true if ok was pressed, false if cancelled.
  /external/chromium_org/chrome/browser/background/
background_contents_service.cc 72 bool cancelled ALLOW_UNUSED = notification_ui_manager->CancelById(balloon_id);
74 if (cancelled) {
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_unittest.cc 821 // Unpin the file just after pinning. File fetch should be cancelled.
836 // No cache file available because the sync was cancelled by Unpin().
    [all...]
  /external/chromium_org/chrome/browser/download/
download_query_unittest.cc 538 DownloadItem::CANCELLED));
548 DownloadItem::CANCELLED));
save_page_browsertest.cc 422 DownloadItem::CANCELLED));
493 EXPECT_EQ(DownloadItem::CANCELLED, items[0]->GetState());
  /external/chromium_org/chrome/browser/history/
download_database.cc 96 case DownloadItem::CANCELLED: return DownloadDatabase::kStateCancelled;
110 case DownloadDatabase::kStateCancelled: return DownloadItem::CANCELLED;
  /external/chromium_org/chrome/browser/net/
dns_probe_browsertest.cc 220 // Also can run a callback when a delayed request is cancelled.
234 // All delayed requests should have been resumed or cancelled by this point.
    [all...]
  /external/chromium_org/chrome/browser/notifications/
desktop_notification_service.cc 93 virtual void Cancelled() OVERRIDE;
165 void NotificationPermissionRequest::Cancelled() {
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_widget_host_view_mac_history_swiper.mm 95 // user has both started, and then cancelled history swiping for this
108 // user has both started, and then cancelled history swiping for this
  /external/chromium_org/chrome/browser/ui/webui/
downloads_dom_handler.cc 218 case content::DownloadItem::CANCELLED:
219 file_value->SetString("state", "CANCELLED");

Completed in 1163 milliseconds

<<21222324252627282930>>