/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 | 32 public OngoingStubbing<T> then(Answer<?> answer) { in then() method in OngoingStubbingImpl
|
/external/ltp/tools/pounder21/src/time_tests/ |
D | inconsistency-check.c | 49 long now, then; in main() local
|
/external/mockito/src/main/java/org/mockito/stubbing/ |
D | OngoingStubbing.java | 217 OngoingStubbing<T> then(Answer<?> answer); in then() method
|
/external/libvncserver/examples/ |
D | camera.c | 58 static struct timeval now={0,0}, then={0,0}; in TimeToTakePicture() local
|
/external/clang/test/SemaCXX/ |
D | decltype.cpp | 29 auto then(F&& fn) -> decltype(call(fn)) in then() function
|
/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/linux-kselftest/tools/testing/selftests/timers/ |
D | inconsistency-check.c | 109 long now, then; in consistency_test() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | AstroTest.java | 139 Date then = cal.getTime(); in TestCoverage() local
|
D | EthiopicTest.java | 384 Date then = cal.getTime(); in TestCoverage() local
|
D | IslamicTest.java | 272 Date then = cal.getTime(); in TestCoverage() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | AstroTest.java | 138 Date then = cal.getTime(); in TestCoverage() local
|
D | EthiopicTest.java | 383 Date then = cal.getTime(); in TestCoverage() local
|
D | IslamicTest.java | 271 Date then = cal.getTime(); in TestCoverage() local
|
/external/icu/icu4c/source/test/cintltst/ |
D | cdtdptst.c | 201 UChar *pattern=NULL, *now=NULL, *then=NULL; in TestRunTogetherPattern985() local
|
/external/libvpx/libvpx/ |
D | rate_hist.c | 82 int64_t then = 0; in update_rate_histogram() local
|
/external/v8/src/builtins/ |
D | builtins-promise.cc | 665 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/ |
D | astrotst.cpp | 153 UDate then = cal->getTime(status); in TestCoverage() local
|
/external/v8/src/parsing/ |
D | pattern-rewriter.cc | 627 Block* then = factory()->NewBlock(nullptr, 2, true, nopos); in VisitArrayLiteral() local
|
D | scanner.h | 603 inline Token::Value Select(uc32 next, Token::Value then, Token::Value else_) { in Select()
|
/external/mockito/src/main/java/org/mockito/ |
D | BDDMockito.java | 214 public static <T> Then<T> then(T mock) { in then() method in BDDMockito
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 146 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) in IfExprAST()
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 161 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) in IfExprAST()
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy-jit.cpp | 169 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) in IfExprAST()
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 166 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) in IfExprAST()
|