/external/libchrome/base/android/java/src/org/chromium/base/ |
D | Promise.java | 78 public void then(Callback<T> onFulfill) { in then() method in Promise 109 public void then(Callback<T> onFulfill, Callback<Exception> onReject) { in then() method in Promise 149 public <R> Promise<R> then(final Function<T, R> function) { in then() method in Promise 178 public <R> Promise<R> then(final AsyncFunction<T, R> function) { in then() method in Promise
|
/external/rust/crates/rustversion/src/ |
D | attr.rs | 8 pub then: Then, field 26 let then = if let Some(const_span) = const_span { in parse() localVariable
|
/external/tensorflow/tensorflow/core/kernels/ |
D | cwise_op_select.cc | 45 const Tensor* then = &ctx->input(1); in Compute() local 65 const Tensor* then, const Tensor* else_) { in ComputeBroadcasting() 112 const Tensor* then, const Tensor* else_) { in ComputeElementwise() 125 const Tensor* then, const Tensor* else_) { in ComputeScalar() 147 const Tensor* then = &ctx->input(1); in Compute() local
|
/external/openscreen/cast/protocol/castv2/ |
D | receiver_schema.json | 38 "then": { object 51 "then": {"required": ["availability"]} object 55 "then": {"required": ["supportedAppTypes", "language", "appId"]} object 59 "then": {"required": ["sessionId"]} object
|
D | streaming_schema.json | 231 "then": {"required": ["result"]} object 248 "then": {"required": ["seqNum"]} object 252 "then": {"required": ["offer"]} object 258 "then": {"required": ["answer"]} object 267 "then": {"required": ["capabilities"]} object 273 "then": {"required": ["rpc"]} object
|
/external/toybox/toys/other/ |
D | count.c | 21 unsigned long long size = 0, last = 0, then = 0, now; in count_main() local
|
D | rtcwake.c | 43 time_t now, rtc_now, then; in rtcwake_main() local
|
D | watch.c | 69 long long now, then = millitime(); in watch_main() local
|
/external/mockito/src/main/java/org/mockito/internal/stubbing/ |
D | ConsecutiveStubbing.java | 22 public OngoingStubbing<T> then(Answer<?> answer) { in then() method in ConsecutiveStubbing
|
D | OngoingStubbingImpl.java | 36 public OngoingStubbing<T> then(Answer<?> answer) { in then() method in OngoingStubbingImpl
|
/external/guava/guava-gwt/src-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/ |
D | ListenableFuture.java | 39 default <R> IThenable<R> then( in then() method
|
D | Thenable.java | 31 <V> IThenable<V> then( in then() method
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/ |
D | PlayerMessageTest.java | 108 .then( in blockUntilDelivered_markAsProcessedWhileBlocked_succeeds() method
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/ |
D | PlayerMessageTest.java | 108 .then( in blockUntilDelivered_markAsProcessedWhileBlocked_succeeds() method
|
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/ |
D | PlayerMessageTest.java | 109 .then( in experimental_blockUntilDelivered_markAsProcessedWhileBlocked_succeeds() method
|
/external/mockito/src/main/java/org/mockito/stubbing/ |
D | OngoingStubbing.java | 217 OngoingStubbing<T> then(Answer<?> answer); in then() method
|
/external/libwebsockets/lib/misc/threadpool/ |
D | threadpool.c | 103 ms_delta(lws_usec_t now, lws_usec_t then) in ms_delta() 109 us_accrue(lws_usec_t *acc, lws_usec_t then) in us_accrue() 117 pc_delta(lws_usec_t now, lws_usec_t then, lws_usec_t us) in pc_delta() 581 lws_usec_t then; in lws_threadpool_worker() local
|
/external/ltp/testcases/kernel/syscalls/clock_gettime/ |
D | clock_gettime03.c | 38 static struct tst_ts now, then, parent_then; variable
|
/external/clang/test/SemaCXX/ |
D | decltype.cpp | 29 auto then(F&& fn) -> decltype(call(fn)) in then() function
|
/external/toybox/toys/net/ |
D | sntp.c | 75 unsigned long long *pktime = (void *)toybuf, now, then, before QUIET; in sntp_main() local
|
/external/linux-kselftest/tools/testing/selftests/timers/ |
D | inconsistency-check.c | 98 long now, then; in consistency_test() local
|
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/ |
D | Condition.java | 26 public final <U> Condition<U> then(Step<? super T, U> mapping) { return and(mapping); } in then() method in Condition
|
/external/chromium-trace/catapult/third_party/polymer/components/promise-polyfill/ |
D | Promise.js | 102 Promise.prototype.then = function(onFulfilled, onRejected) { method in Promise
|
D | Promise.min.js | 11 …)})}catch(d){e||(e=!0,b(d))}}b.prototype["catch"]=function(a){return this.then(null,a)};b.prototyp… method in b
|
/external/rust/crates/tokio/src/util/ |
D | bit.rs | 18 pub(crate) const fn then(&self, width: u32) -> Pack { in then() method
|