Home
last modified time | relevance | path

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

1234

/external/llvm-project/clang-tools-extra/clangd/unittests/decision_forest_model/
Dforest.json6 "then": { object
10 "then": { object
26 "then": { object
43 "then": { object
/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/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/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.json251 "then": {"required": ["result"]} object
255 "then": {"required": ["offer"]} object
261 "then": {"required": ["answer"]} object
270 "then": {"required": ["capabilities"]} object
274 "then": {"required": ["get_status"]} object
278 "then": {"required": ["status"]} object
284 "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/
DThenable.java31 <V> IThenable<V> then( in then() method
DListenableFuture.java39 default <R> IThenable<R> then( in then() method
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/
DPlayerMessageTest.java109 .then( in experimental_blockUntilDelivered_markAsProcessedWhileBlocked_succeeds() method
/external/libwebsockets/lib/misc/threadpool/
Dthreadpool.c95 ms_delta(lws_usec_t now, lws_usec_t then) in ms_delta()
101 us_accrue(lws_usec_t *acc, lws_usec_t then) in us_accrue()
109 pc_delta(lws_usec_t now, lws_usec_t then, lws_usec_t us) in pc_delta()
547 lws_usec_t then; in lws_threadpool_worker() local
/external/mockito/src/main/java/org/mockito/stubbing/
DOngoingStubbing.java217 OngoingStubbing<T> then(Answer<?> answer); in then() method
/external/clang/test/SemaCXX/
Ddecltype.cpp29 auto then(F&& fn) -> decltype(call(fn)) in then() function
/external/llvm-project/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 = before; 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
/external/grpc-grpc/test/core/iomgr/
Dresource_quota_test.cc57 grpc_closure* then; member
70 grpc_closure* then) { in make_reclaimer()
82 grpc_closure* make_unused_reclaimer(grpc_closure* then) { in make_unused_reclaimer()

1234