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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chromeos/dbus/
fake_nfc_tag_client.cc 191 VLOG(1) << "Tag pairing was cancelled.";
222 VLOG(1) << "Simulation timeout was cancelled. Nothing to do.";
  /external/chromium_org/components/policy/core/common/
async_policy_provider.cc 97 // hasn't been cancelled meanwhile by another call to RefreshPolicies().
100 // in RefreshPolicies() would have cancelled the current execution. So it's
  /external/chromium_org/mojo/public/java/src/org/chromium/mojo/system/
Core.java 95 * |MojoResult.CANCELLED| if |handle| is closed concurrently by another thread.
114 * |MojoResult.CANCELLED| or |MojoResult.FAILED_PRECONDITION|, |handleIndex| is the index of
  /external/chromium_org/net/proxy/
dhcp_proxy_script_adapter_fetcher_win.h 59 // return IO_PENDING until the fetch is complete or cancelled. This is
104 // CANCEL and cause all outstanding work to be cancelled or its
multi_threaded_proxy_resolver.cc 108 // Mark the job as having been cancelled.
195 // The task may have been cancelled after it was started.
264 // The Job may have been cancelled after it was started.
327 // cancelled), it will invoke OnJobCompleted() on this thread.
443 // as cancelled so the user callback isn't run on completion.
  /external/chromium_org/remoting/base/
plugin_thread_task_runner.cc 52 // timers are cancelled. It is OK to clear |scheduled_timers_| even if
53 // the timers weren't actually cancelled (i.e. DetachAndRunShutdownLoop() is
  /external/chromium_org/remoting/webapp/
host_install_dialog.js 69 this.onErrorHandler_(remoting.Error.CANCELLED);
118 this.onErrorHandler_(remoting.Error.CANCELLED);
  /external/chromium_org/third_party/libjingle/source/talk/base/
asyncinvoker.h 41 // flight are cancelled). AsyncInvoker can optionally execute a user-specified
51 // help: any calls in flight will be cancelled when the AsyncInvoker used to
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
ColorPickerDialog.java 74 // "cancelled".
77 // return something. The concept of "cancelled" in this case just means
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_timer.h 63 * is cancelled.
99 * scheduled. If the callback returns 0, the periodic alarm is cancelled.
  /frameworks/volley/src/com/android/volley/
NetworkDispatcher.java 100 // If the request was cancelled already, do not perform the
103 request.finish("network-discard-cancelled");
  /packages/apps/Exchange/res/values-en-rGB/
strings.xml 23 <string name="meeting_canceled" msgid="3913922862382539900">"Cancelled: <xliff:g id="SUBJECT">%s</xliff:g>"</string>
32 <string name="exception_cancel" msgid="8972887597771126871">"This event has been cancelled for: <xliff:g id="DATE">%s</xliff:g>"</string>
  /packages/apps/Exchange/res/values-en-rIN/
strings.xml 23 <string name="meeting_canceled" msgid="3913922862382539900">"Cancelled: <xliff:g id="SUBJECT">%s</xliff:g>"</string>
32 <string name="exception_cancel" msgid="8972887597771126871">"This event has been cancelled for: <xliff:g id="DATE">%s</xliff:g>"</string>
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/
ThreadPool.java 96 // job is finished (or cancelled).
130 // if the job is cancelled.
  /packages/apps/Launcher2/src/com/android/launcher2/
DropTarget.java 60 /** Indicates that the drag operation was cancelled */
61 public boolean cancelled = false; field in class:DropTarget.DragObject
  /packages/apps/Launcher3/src/com/android/launcher3/
DropTarget.java 60 /** Indicates that the drag operation was cancelled */
61 public boolean cancelled = false; field in class:DropTarget.DragObject
  /packages/services/Telephony/src/com/android/phone/
DeleteFdnContactScreen.java 80 // if they cancelled, then we just cancel too.
81 if (DBG) log("onActivityResult: CANCELLED");
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_timer.h 63 * is cancelled.
99 * scheduled. If the callback returns 0, the periodic alarm is cancelled.
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_timer.h 63 * is cancelled.
99 * scheduled. If the callback returns 0, the periodic alarm is cancelled.
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_timer.h 63 * is cancelled.
99 * scheduled. If the callback returns 0, the periodic alarm is cancelled.
  /development/samples/training/ContactsList/src/com/example/android/contactslist/util/
ImageLoader.java 143 Log.d(TAG, "cancelWork - cancelled work for " + bitmapData);
162 Log.d(TAG, "cancelPotentialWork - cancelled work for " + data);
212 // Wait here if work is paused and the task is not cancelled
221 // If the task has not been cancelled by another thread and the ImageView that was
229 // bitmap to the cache for future use. Note we don't check if the task was cancelled
  /external/chromium_org/chrome/browser/download/
download_item_model_unittest.cc 166 "Cancelled" },
392 { DownloadItem::CANCELLED, false, false, false, false},
393 { DownloadItem::CANCELLED, false, true , false, false},
394 { DownloadItem::CANCELLED, true , false, false, false},
395 { DownloadItem::CANCELLED, true , true , false, false},
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentTasksLoader.java 76 private enum State { LOADING, LOADED, CANCELLED };
77 private State mState = State.CANCELLED;
315 mState = State.CANCELLED;
420 if (mState != State.CANCELLED) {
539 // thumbnails and icons for them. finish thread when cancelled or there
  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedSynchronizer.java 315 * needed to handle cancellation. If a node is cancelled, its
316 * successor is (normally) relinked to a non-cancelled
334 * nodes, we can miss noticing whether a cancelled node is
365 /** waitStatus value to indicate thread has cancelled */
366 static final int CANCELLED = 1;
386 * CANCELLED: This node is cancelled due to timeout or interrupt.
388 * a thread with cancelled node never again blocks.
418 * finding a non-cancelled one, which will always exist
419 * because the head node is never cancelled: A node become
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
ForkJoinTaskTest.java 605 * invoke task throws exception when task cancelled
623 * join of a forked task throws exception when task cancelled
642 * get of a forked task throws exception when task cancelled
661 * timed get of a forked task throws exception when task cancelled
680 * quietlyJoin of a forked task returns when task cancelled
    [all...]

Completed in 1362 milliseconds

1 2 3 4 5 6 7 891011>>