Home
last modified time | relevance | path

Searched refs:cancelled (Results 1 – 25 of 57) sorted by relevance

123

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowVibrator.java11 private boolean cancelled; field in ShadowVibrator
31 cancelled = true; in cancel()
40 return cancelled; in isCancelled()
/external/autotest/client/cros/cellular/pseudomodem/
Dmodem.py229 return self.enable_step and not self.enable_step.cancelled
238 return self.disable_step and not self.disable_step.cancelled
247 return self.connect_step and not self.connect_step.cancelled
256 return self.disconnect_step and not self.disconnect_step.cancelled
265 return self.register_step and not self.register_step.cancelled
Dstate_machine.py56 def cancelled(self): member in StateMachine
/external/libchrome/crypto/
Dnss_crypto_module_delegate.h37 bool* cancelled) = 0;
Dnss_util.cc131 bool cancelled = false; in PKCS11PasswordFunc() local
134 &cancelled); in PKCS11PasswordFunc()
135 if (cancelled) in PKCS11PasswordFunc()
/external/curl/tests/data/
Dtest87820 REPLY * -ERR AUTH exchange cancelled by client
Dtest87620 REPLY * -ERR AUTH exchange cancelled by client
Dtest83019 REPLY * A002 NO AUTH exchange cancelled by client
Dtest93219 REPLY * 501 AUTH exchange cancelled by client
Dtest87921 REPLY * -ERR AUTH exchange cancelled by client
Dtest88121 REPLY * -ERR AUTH exchange cancelled by client
Dtest83219 REPLY * A002 NO AUTH exchange cancelled by client
Dtest93419 REPLY * 501 AUTH exchange cancelled by client
Dtest83319 REPLY * A002 NO AUTH exchange cancelled by client
Dtest93720 REPLY * 501 AUTH exchange cancelled by client
Dtest83519 REPLY * A002 NO AUTH exchange cancelled by client
Dtest93520 REPLY * 501 AUTH exchange cancelled by client
Dtest87720 REPLY * -ERR AUTH exchange cancelled by client
Dtest83119 REPLY * A002 NO AUTH exchange cancelled by client
Dtest93319 REPLY * 501 AUTH exchange cancelled by client
Dtest88021 REPLY * -ERR AUTH exchange cancelled by client
Dtest93620 REPLY * 501 AUTH exchange cancelled by client
Dtest83419 REPLY * A002 NO AUTH exchange cancelled by client
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DVibratorTest.java48 public void cancelled() { in cancelled() method in VibratorTest
/external/guava/guava/src/com/google/common/util/concurrent/
DMoreExecutors.java616 boolean cancelled = super.cancel(mayInterruptIfRunning); in cancel()
617 if (cancelled) { in cancel()
623 return cancelled; in cancel()

123