Home
last modified time | relevance | path

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

12

/external/mockito/src/main/java/org/mockito/internal/stubbing/
DConsecutiveStubbing.java22 public OngoingStubbing<T> then(Answer<?> answer) { in then() method in ConsecutiveStubbing
DOngoingStubbingImpl.java32 public OngoingStubbing<T> then(Answer<?> answer) { in then() method in OngoingStubbingImpl
/external/ltp/tools/pounder21/src/time_tests/
Dinconsistency-check.c49 long now, then; in main() local
/external/mockito/src/main/java/org/mockito/stubbing/
DOngoingStubbing.java217 OngoingStubbing<T> then(Answer<?> answer); in then() method
/external/libvncserver/examples/
Dcamera.c58 static struct timeval now={0,0}, then={0,0}; in TimeToTakePicture() local
/external/clang/test/SemaCXX/
Ddecltype.cpp29 auto then(F&& fn) -> decltype(call(fn)) in then() function
/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/linux-kselftest/tools/testing/selftests/timers/
Dinconsistency-check.c109 long now, then; in consistency_test() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DAstroTest.java139 Date then = cal.getTime(); in TestCoverage() local
DEthiopicTest.java384 Date then = cal.getTime(); in TestCoverage() local
DIslamicTest.java272 Date then = cal.getTime(); in TestCoverage() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DAstroTest.java138 Date then = cal.getTime(); in TestCoverage() local
DEthiopicTest.java383 Date then = cal.getTime(); in TestCoverage() local
DIslamicTest.java271 Date then = cal.getTime(); in TestCoverage() local
/external/icu/icu4c/source/test/cintltst/
Dcdtdptst.c201 UChar *pattern=NULL, *now=NULL, *then=NULL; in TestRunTogetherPattern985() local
/external/libvpx/libvpx/
Drate_hist.c82 int64_t then = 0; in update_rate_histogram() local
/external/v8/src/builtins/
Dbuiltins-promise.cc665 Node* thenable, Node* then, Node* resolve, Node* reject, Node* context) { in AllocatePromiseResolveThenableJobInfo()
730 Node* const then = in InternalResolvePromise() local
774 Node* const then = in InternalResolvePromise() local
1388 Node* const then = in TF_BUILTIN() local
1782 Node* const then = in TF_BUILTIN() local
/external/icu/icu4c/source/test/intltest/
Dastrotst.cpp153 UDate then = cal->getTime(status); in TestCoverage() local
/external/v8/src/parsing/
Dpattern-rewriter.cc627 Block* then = factory()->NewBlock(nullptr, 2, true, nopos); in VisitArrayLiteral() local
Dscanner.h603 inline Token::Value Select(uc32 next, Token::Value then, Token::Value else_) { in Select()
/external/mockito/src/main/java/org/mockito/
DBDDMockito.java214 public static <T> Then<T> then(T mock) { in then() method in BDDMockito
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
Dtoy.cpp146 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) in IfExprAST()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/
Dtoy.cpp161 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) in IfExprAST()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp169 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) in IfExprAST()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
Dtoy.cpp166 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) in IfExprAST()

12