Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/core/kernels/
Dcwise_op_select.cc48 const Tensor* then; in Compute() local
71 const Tensor* then, const Tensor* else_) { in ComputeBroadcasting()
118 const Tensor* then, const Tensor* else_) { in ComputeElementwise()
131 const Tensor* then, const Tensor* else_) { in ComputeScalar()
/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/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/toybox/toys/net/
Dsntp.c73 unsigned long long *pktime = (void *)toybuf, now, then, before = before; in sntp_main() local
/external/toybox/toys/other/
Dwatch.c69 long long now, then = millitime(); in watch_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/v8/src/builtins/
Dbuiltins-promise-gen.cc444 Node* promise_to_resolve, Node* then, Node* thenable, Node* context) { in AllocatePromiseResolveThenableJobTask()
556 Node* const then = in InvokeThen() local
568 Node* const then = GetProperty(native_context, receiver, in InvokeThen() local
1064 Node* const then = Parameter(Descriptor::kThen); in TF_BUILTIN() local
1770 Node* const then = in TF_BUILTIN() local
1794 Node* const then = in TF_BUILTIN() local
1910 Node* const then = in PerformPromiseAll() local
2250 Node* const then = in TF_BUILTIN() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DAstroTest.java141 Date then = cal.getTime(); in TestCoverage() local
DEthiopicTest.java386 Date then = cal.getTime(); in TestCoverage() local
DIslamicTest.java274 Date then = cal.getTime(); in TestCoverage() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DAstroTest.java144 Date then = cal.getTime(); in TestCoverage() local
DEthiopicTest.java389 Date then = cal.getTime(); in TestCoverage() local
DIslamicTest.java277 Date then = cal.getTime(); in TestCoverage() local
/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()
/external/toybox/lib/
Dnet.c73 long long now, then = timeout>0 ? millitime() : 0; in xpoll() local
/external/icu/icu4c/source/test/cintltst/
Dcdtdptst.c201 UChar *pattern=NULL, *now=NULL, *then=NULL; in TestRunTogetherPattern985() local
/external/libaom/libaom/stats/
Drate_hist.c77 int64_t then = 0; in update_rate_histogram() local
/external/libvpx/libvpx/
Drate_hist.c82 int64_t then = 0; in update_rate_histogram() local
/external/icu/icu4c/source/test/intltest/
Dastrotst.cpp153 UDate then = cal->getTime(status); in TestCoverage() local
/external/mockito/src/main/java/org/mockito/
DBDDMockito.java214 public static <T> Then<T> then(T mock) { in then() method in BDDMockito
/external/v8/src/parsing/
Dpattern-rewriter.cc650 Block* then = factory()->NewBlock(2, true); in VisitArrayLiteral() local
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
Dtoy.cpp146 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) in IfExprAST()

123