Home
last modified time | relevance | path

Searched refs:isCancelled (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dsynchronous_inspection.js51 PromiseInspection.prototype.isCancelled = function() { method in PromiseInspection
63 Promise.prototype.isCancelled = function() { method in Promise
Dcancel.js89 return this.isPending() && !this.isCancelled();
/third_party/grpc/examples/android/helloworld/app/src/main/java/io/grpc/helloworldexample/cpp/
DHelloworldActivity.java143 if (activity == null || isCancelled()) { in onPostExecute()
159 return runServerTask.isCancelled(); in isRunServerTaskCancelled()
/third_party/grpc/src/android/test/interop/app/src/main/java/io/grpc/interop/cpp/
DInteropActivity.java99 if (activity == null || isCancelled()) { in onPostExecute()
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java688 public boolean isCancelled() { in isCancelled() method in DeqpTestRunner.InstrumentationParser
743 public boolean isCancelled() { in isCancelled() method in DeqpTestRunner.PlatformQueryInstrumentationParser
/third_party/node/deps/npm/node_modules/bluebird/js/browser/
Dbluebird.core.min.js30 …)},e.prototype.isCancellable=function(){return this.isPending()&&!this.isCancelled()},e.prototype.…
31isCancelled=function(){return 0!==(8454144&this._bitField)},t.prototype.__isCancelled=function(){r…
Dbluebird.core.js368 return this.isPending() && !this.isCancelled();
3290 PromiseInspection.prototype.isCancelled = function() {
3302 Promise.prototype.isCancelled = function() {
Dbluebird.min.js29 …)},e.prototype.isCancellable=function(){return this.isPending()&&!this.isCancelled()},e.prototype.…
31isCancelled=function(){return 0!==(8454144&this._bitField)},t.prototype.__isCancelled=function(){r…
Dbluebird.js515 return this.isPending() && !this.isCancelled();
4809 PromiseInspection.prototype.isCancelled = function() {
4821 Promise.prototype.isCancelled = function() {