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

<<11121314151617181920>>

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
Presenter.java 106 * Any view property animations should be cancelled here or the view may fail
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DefaultItemAnimator.java 479 throw new IllegalStateException("after animation is cancelled, item should not be in "
484 throw new IllegalStateException("after animation is cancelled, item should not be in "
489 throw new IllegalStateException("after animation is cancelled, item should not be in "
494 throw new IllegalStateException("after animation is cancelled, item should not be in "
  /hardware/qcom/gps/utils/
loc_timer.c 96 LOC_LOGV("%s:%d]: loc_timer cancelled", __func__, __LINE__);
  /libcore/luni/src/main/java/java/util/concurrent/
ScheduledExecutorService.java 17 * that run periodically until cancelled.
  /packages/apps/Browser/src/com/android/browser/
WallpaperHandler.java 156 // Restore the old wallpaper if the user cancelled whilst we were
  /packages/apps/Camera2/src/com/android/camera/session/
CaptureSession.java 105 * from the film strip, progress notifications will be cancelled.
  /packages/apps/Email/src/com/android/email/activity/setup/
OAuthAuthenticationActivity.java 129 // Set the result to cancelled until we have success.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSearch.java 164 Log.i(TAG, "Pending intent cancelled: " + pending);
  /packages/apps/Settings/src/com/android/settings/
AllowBindAppWidgetActivity.java 55 // By default, set the result to cancelled
  /packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
QuickSettings.java 102 // User cancelled the dialog - do nothing
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothAccessoryActivity.java 161 goBack(); // Cancelled request to STOP service
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
taskstats.h 153 __u64 cancelled_write_bytes; /* bytes of cancelled write I/O */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
term_entry.h 110 * has been explicitly cancelled, it's not considered WANTED.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
taskstats.h 153 __u64 cancelled_write_bytes; /* bytes of cancelled write I/O */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
term_entry.h 110 * has been explicitly cancelled, it's not considered WANTED.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AMReceiver.java 155 * Returns true if launch has been cancelled
  /frameworks/base/services/core/java/com/android/server/job/
JobSchedulerService.java 241 private void cancelJobImpl(JobStatus cancelled) {
243 Slog.d(TAG, "Cancelling: " + cancelled);
245 stopTrackingJob(cancelled);
248 mPendingJobs.remove(cancelled);
250 stopJobOnServiceContextLocked(cancelled);
    [all...]
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_device_client.cc     [all...]
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
oi_utils.h 90 * @return OI_OK if the function was cancelled, or an error status.
118 * @return OI_OK if the function was cancelled, or an error status.
  /external/chromium_org/android_webview/browser/
aw_content_browser_client.cc 549 // Download requests are cancelled immedately when recognized; see
552 // the request has been cancelled.
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_manager.cc 316 // Burn library doesn't send cancelled signal upon CancelBurnImage
406 // We have unzip in progress, maybe it was "cancelled" before and did not
  /external/chromium_org/chrome/browser/download/
download_path_reservation_tracker.cc 316 case DownloadItem::CANCELLED:
336 // Items should be COMPLETE/INTERRUPTED/CANCELLED before being destroyed.
  /external/chromium_org/chrome/browser/printing/
printing_message_filter.cc 347 // If user hasn't cancelled.
460 // If user hasn't cancelled.
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_titlebar_view_cocoa.mm 426 - (void)dragEnded:(BOOL)cancelled {
427 [controller_ endDrag:cancelled];
  /external/chromium_org/chrome/browser/ui/login/
login_prompt.cc 116 // Give up on auth if the request was cancelled.
505 // The request may have been cancelled, or it may be for a renderer

Completed in 811 milliseconds

<<11121314151617181920>>