/external/chromium_org/net/quic/ |
quic_alarm.h | 16 // An alarm may be cancelled, in which case it may or may not be
|
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/ |
TouchInputHandler.java | 52 * cancelled. After this method returns, the DesktopView will schedule a repaint.
|
/external/chromium_org/third_party/WebKit/ManualTests/blackberry/ |
notification.html | 19 log.innerText = "Did you notice the notification ? There are 3 ways the notification will go away:\n 1. It automically goes away in 30 seconds;\n 2. you can click the close button on the notification to close it;\n 3. Click above link 'Click to cancel the notification.\n\n Please verify all work; Whenever the icon is clicked, cancelled, closed, etc. there will be corresponding log is this area, please notice if they show up.";
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
CryptoResult.h | 50 virtual bool cancelled() const = 0;
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebFileWriterClient.h | 48 // Called if the write or truncate fails, or if it is cancelled before the write or truncate completes. Completion of an operation will be signalled exactly once, either by didFail, didTruncate, or didWrite(..., true).
|
/external/chromium_org/third_party/webrtc/base/ |
asynchttprequest.cc | 53 LOG(LS_INFO) << "HttpRequest cancelled";
|
worker.h | 57 // OnHaveWork() calls are cancelled.
|
/external/chromium_org/win8/test/ |
ui_automation_client.h | 27 // Any pending operation is cancelled.
|
/external/glide/library/src/main/java/com/bumptech/glide/load/data/ |
DataFetcher.java | 46 * A method that will be called when a load is no longer relevant and has been cancelled. This method does not need
|
/external/qemu/android/ |
async-io-common.h | 44 /* Asynchronous I/O has been cancelled (due to disconnect, for
|
/external/qemu/distrib/sdl-1.2.15/src/thread/pth/ |
SDL_systhread.c | 84 /* Allow ourselves to be asynchronously cancelled */
|
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/ |
SDL_systhread.c | 92 /* Allow ourselves to be asynchronously cancelled */
|
/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/ |
SDL_systhread.c | 118 /* Allow ourselves to be asynchronously cancelled */
|
/external/smack/src/org/jivesoftware/smackx/ |
MessageEventNotificationListener.java | 67 * Called when a notification that the receiver of the message cancelled the reply
|
/frameworks/base/core/java/android/printservice/ |
PrintJob.java | 100 * ready to be printed and can be started or cancelled. 169 * Gets whether this print job is cancelled. Such a print job was 170 * cancelled as a result of a user request. This is a final state. 172 * @return Whether the print job is cancelled.
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
ProcessorBase.java | 27 * This instance starts itself with {@link #run()} method, and can be cancelled with
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
Alarm.java | 22 // if we reach this time and the alarm hasn't been cancelled, call the listener
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
Alarm.java | 22 // if we reach this time and the alarm hasn't been cancelled, call the listener
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SuggestionsProviderImpl.java | 31 * in, the old one is cancelled.
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
Futures.java | 100 * <p>The returned {@code Future} can't be cancelled, and its {@code isDone()} 120 * <p>The returned {@code Future} can't be cancelled, and its {@code isDone()} 139 * <p>The returned {@code Future} can't be cancelled, and its {@code isDone()} 194 * chain function. That is, if the returned {@code Future} is cancelled, it 196 * cancelled, the returned {@code Future} will receive a callback in which it 236 * chain function. That is, if the returned {@code Future} is cancelled, it 238 * cancelled, the returned {@code Future} will receive a callback in which it 322 * function. That is, if the returned {@code Future} is cancelled, it will 324 * cancelled, the returned {@code Future} will receive a callback in which it 360 * chain function. That is, if the returned {@code Future} is cancelled, i [all...] |
/cts/tests/tests/os/src/android/os/cts/ |
AsyncTaskTest.java | 103 // already cancelled 116 // already cancelled
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
RSSPullParser.java | 69 * @throws XmlPullParserException defined by XMLPullParser; thrown if the thread is cancelled. 115 throw new XmlPullParserException("Cancelled");
|
/external/chromium_org/chrome/browser/ui/panels/ |
panel_manager.h | 96 void EndDragging(bool cancelled); 103 void EndResizingByMouse(bool cancelled);
|
panel_resize_controller.cc | 152 Panel* PanelResizeController::EndResizing(bool cancelled) { 155 if (cancelled) {
|
/external/chromium_org/chrome/common/extensions/api/ |
image_writer_private.idl | 101 // successfully cancelled, passing the $(ref:ProgressInfo) of the operation at 102 // the time it was cancelled.
|