Home
last modified time | relevance | path

Searched defs:then (Results 1 – 25 of 76) sorted by relevance

1234

/external/libchrome/base/android/java/src/org/chromium/base/
DPromise.java78 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/
Dattr.rs8 pub then: Then, field
26 let then = if let Some(const_span) = const_span { in parse() localVariable
/external/tensorflow/tensorflow/core/kernels/
Dcwise_op_select.cc45 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/
Dreceiver_schema.json38 "then": { object
51 "then": {"required": ["availability"]} object
55 "then": {"required": ["supportedAppTypes", "language", "appId"]} object
59 "then": {"required": ["sessionId"]} object
Dstreaming_schema.json231 "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/
Dcount.c21 unsigned long long size = 0, last = 0, then = 0, now; in count_main() local
Drtcwake.c43 time_t now, rtc_now, then; in rtcwake_main() local
Dwatch.c69 long long now, then = millitime(); in watch_main() local
/external/mockito/src/main/java/org/mockito/internal/stubbing/
DConsecutiveStubbing.java22 public OngoingStubbing<T> then(Answer<?> answer) { in then() method in ConsecutiveStubbing
DOngoingStubbingImpl.java36 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/
DListenableFuture.java39 default <R> IThenable<R> then( in then() method
DThenable.java31 <V> IThenable<V> then( in then() method
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/
DPlayerMessageTest.java108 .then( in blockUntilDelivered_markAsProcessedWhileBlocked_succeeds() method
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/
DPlayerMessageTest.java108 .then( in blockUntilDelivered_markAsProcessedWhileBlocked_succeeds() method
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/
DPlayerMessageTest.java109 .then( in experimental_blockUntilDelivered_markAsProcessedWhileBlocked_succeeds() method
/external/mockito/src/main/java/org/mockito/stubbing/
DOngoingStubbing.java217 OngoingStubbing<T> then(Answer<?> answer); in then() method
/external/libwebsockets/lib/misc/threadpool/
Dthreadpool.c103 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/
Dclock_gettime03.c38 static struct tst_ts now, then, parent_then; variable
/external/clang/test/SemaCXX/
Ddecltype.cpp29 auto then(F&& fn) -> decltype(call(fn)) in then() function
/external/toybox/toys/net/
Dsntp.c75 unsigned long long *pktime = (void *)toybuf, now, then, before QUIET; in sntp_main() local
/external/linux-kselftest/tools/testing/selftests/timers/
Dinconsistency-check.c98 long now, then; in consistency_test() local
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
DCondition.java26 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/
DPromise.js102 Promise.prototype.then = function(onFulfilled, onRejected) { method in Promise
DPromise.min.js11 …)})}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/
Dbit.rs18 pub(crate) const fn then(&self, width: u32) -> Pack { in then() method

1234