/external/chromium_org/mojo/environment/ |
default_async_waiter_impl.cc | 27 // This instance will be deleted when done or cancelled.
|
/external/chromium_org/third_party/skia/src/images/ |
SkJpegUtility.h | 43 // has been cancelled.
|
/external/skia/src/images/ |
SkJpegUtility.h | 43 // has been cancelled.
|
/libcore/luni/src/main/java/java/util/ |
TimerTask.java | 31 /* If timer was cancelled */ 32 boolean cancelled; field in class:TimerTask 93 boolean willRun = !cancelled && when > 0; 94 cancelled = true;
|
Timer.java | 46 * cancelled may hold resources indefinitely. 146 if (timers[i].cancelled) { 170 private boolean cancelled; field in class:Timer.TimerImpl 204 // need to check cancelled inside the synchronized block 205 if (cancelled) { 226 if (task.cancelled) { 251 if (task.cancelled) { 289 cancelled = true; 306 cancelled = true; 557 if (impl.cancelled) { [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
CancellationException.java | 12 * was cancelled.
|
RunnableFuture.java | 22 * unless it has been cancelled.
|
/external/chromium_org/chrome/browser/lifetime/ |
browser_close_manager.h | 32 // Notifies all browser windows that the close is cancelled. 53 // Called to report whether downloads may be cancelled during shutdown.
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/ |
Ping.java | 52 * cancelled. 61 * response was cancelled, or -2 if the timeout elapsed before the round
|
/external/smack/src/org/jivesoftware/smackx/filetransfer/ |
FileTransfer.java | 132 * Returns true if the transfer has been cancelled, if it has stopped because
135 * @return Returns true if the transfer has been cancelled, if it has stopped
139 return status == Status.cancelled || status == Status.error
230 } while (count != -1 && !getStatus().equals(Status.cancelled));
233 if (!getStatus().equals(Status.cancelled) && getError() == Error.none
305 * The file transfer was cancelled
307 cancelled("Cancelled");
enum constant in enum:FileTransfer.Status
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
FuturesTransformAsyncFunctionTest.java | 84 + " if input future is cancelled."); 95 + " if function output future is cancelled."); 106 fail("Result future is cancelled and should have thrown a" 119 fail("Result future is cancelled and should have thrown a" 141 fail("Result future is cancelled and should have thrown a" 148 fail("The function output future is cancelled and should have thrown a"
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
MessageEvent.java | 54 * event is cancelled first.</li> 65 public static final String CANCELLED = "cancelled"; 71 private boolean cancelled = true; field in class:MessageEvent 145 * When the message is a notification returns if the receiver of the message cancelled 148 * @return true if the receiver of the message cancelled composing a reply 151 return cancelled; 176 allEvents.add(MessageEvent.CANCELLED); 244 * When the message is a notification sets if the receiver of the message cancelled 246 * The Cancelled event is never requested explicitly. It is requested implicitly whe [all...] |
/packages/apps/UnifiedEmail/src/org/apache/commons/io/ |
DirectoryWalker.java | 200 * private volatile boolean cancelled = false; 203 * cancelled = true; 207 * return cancelled; 380 * Checks whether the walk has been cancelled by calling {@link #handleIsCancelled}, 401 * operation should be immediately cancelled. 408 * private volatile boolean cancelled = false; 411 * cancelled = true; 414 * return cancelled; 424 * cancelled. The next callback method will be {@link #handleCancelled}. 431 * @return true if the walk has been cancelled [all...] |
/external/chromium_org/chrome/browser/ui/website_settings/ |
permission_bubble_manager.cc | 19 explicit CancelledRequest(PermissionBubbleRequest* cancelled) 20 : icon_(cancelled->GetIconID()), 21 message_text_(cancelled->GetMessageText()), 22 message_fragment_(cancelled->GetMessageTextFragment()), 23 user_gesture_(cancelled->HasUserGesture()), 24 hostname_(cancelled->GetRequestingHostname()) {} 46 virtual void Cancelled() OVERRIDE {} 248 // If the web contents has been destroyed, treat the bubble as cancelled. 300 (*requests_iter)->Cancelled();
|
mock_permission_bubble_request.cc | 92 void MockPermissionBubbleRequest::Cancelled() { 105 bool MockPermissionBubbleRequest::cancelled() { function in class:MockPermissionBubbleRequest
|
/external/chromium_org/content/browser/loader/ |
resource_handler.h | 53 // the handler returns false, then the request is cancelled. 59 // false, then the request is cancelled. Set |*defer| to true to defer 65 // If the handler returns false, then the request is cancelled. Otherwise if 74 // request is cancelled. Otherwise if the return value is true, the 87 // If the handler returns false, then the request is cancelled. Otherwise,
|
/external/smack/src/org/jivesoftware/smack/ |
PacketCollector.java | 48 private boolean cancelled = false; field in class:PacketCollector 77 * queued up. Once a packet collector has been cancelled, it cannot be 81 // If the packet collector has already been cancelled, do nothing. 82 if (!cancelled) { 83 cancelled = true;
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
RedirectMain.java | 65 // If the request was cancelled, then we are cancelled as well. 79 // cancelled then we can leave things as-is.
|
/external/chromium_org/components/webdata/common/ |
web_data_request_manager.h | 51 // Returns |true| if the request was cancelled via the |Cancel()| method. 69 // Used to notify manager if request is cancelled. Uses a raw ptr instead of 70 // a ref_ptr so that it can be set to NULL when a request is cancelled.
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
JobLimiter.java | 31 // INIT -> DONE, CANCELLED 32 // DONE -> CANCELLED 85 // Both CANCELLED AND DONE is considered as done
|
/external/chromium_org/chrome/browser/ui/ |
crypto_module_delegate_nss.cc | 49 bool* cancelled) { 64 *cancelled = cancelled_;
|
/external/chromium_org/content/browser/ssl/ |
ssl_client_auth_handler.h | 29 // when the net::URLRequest is cancelled. 42 // Invoked when the request associated with this handler is cancelled.
|
/external/chromium_org/net/dns/ |
serial_worker.h | 51 bool IsCancelled() const { return state_ == CANCELLED; } 68 CANCELLED = -1,
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebFileChooserCompletion.h | 53 // the user cancelled or that file choosing failed. The callback instance 58 // Zero-lengthed vector means that the user cancelled or that file
|
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
error_screen_actor.cc | 11 const char kErrorReasonProxyAuthCancelled[] = "proxy auth cancelled";
|