Home
last modified time | relevance | path

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

12

/external/v8/test/mjsunit/es6/
Dpromises.js341 var p2 = {then: function(onResolve, onReject) { onResolve(p1) }} method
352 var p2 = {then: function(onResolve, onReject) { onResolve(p1) }} method
363 var p2 = {then: function(onResolve, onReject) { onResolve(p1) }} method
374 var p2 = {then: function(onResolve, onReject) { onResolve(p1) }} method
462 var p2 = {then: function(onResolve, onReject) { onResolve(p1) }} method
475 var p2 = {then: function(onResolve, onReject) { onResolve(p1) }} method
488 var p2 = {then: function(onResolve, onReject) { onResolve(p1) }} method
501 var p2 = {then: function(onResolve, onReject) { onResolve(p1) }} method
565 var p2 = {then: function(onResolve, onReject) { onResolve(p1) }} method
578 var p2 = {then: function(onResolve, onReject) { onResolve(p1) }} method
/external/v8/test/webkit/fast/js/
DPromise-resolve-with-then-exception.js32 resolve({then: function() { throw 'hello'; }}); method
DPromise-resolve-with-then-fulfill.js31 then: function(onFulfilled) { method
DPromise-resolve-with-then-reject.js31 then: function(onFulfilled, onRejected) { method
/external/v8/test/mjsunit/es6/regress/
Dregress-cr372788.js33 var thenable = { then: function(f) { x++; f(); } }; method
/external/mockito/src/org/mockito/internal/stubbing/
DConsecutiveStubbing.java23 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/mockito/src/org/mockito/stubbing/
DOngoingStubbing.java182 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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DAstroTest.java134 Date then = cal.getTime(); in TestCoverage() local
DEthiopicTest.java376 Date then = cal.getTime(); in TestCoverage() local
DIslamicTest.java263 Date then = cal.getTime(); in TestCoverage() local
/external/icu/icu4c/source/test/cintltst/
Dcdtdptst.c199 UChar *pattern=NULL, *now=NULL, *then=NULL; in TestRunTogetherPattern985() local
/external/libvpx/libvpx/
Drate_hist.c77 int64_t then = 0; in update_rate_histogram() local
/external/icu/icu4c/source/test/intltest/
Dastrotst.cpp150 UDate then = cal->getTime(status); in TestCoverage() local
/external/v8/test/mjsunit/
Dstrict-mode.js1161 function recurse(n, then) { argument
1189 function recurse(n, then) { argument
/external/v8/src/
Dscanner.h532 inline Token::Value Select(uc32 next, Token::Value then, Token::Value else_) { in Select()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp167 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) in IfExprAST()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp186 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) in IfExprAST()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp192 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()
Dtoy.cpp170 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) in IfExprAST()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp184 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) in IfExprAST()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp168 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) in IfExprAST()

12