Home
last modified time | relevance | path

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

123

/external/v8/test/mjsunit/es6/
Dpromises.js373 var p2 = {then: function(onResolve, onReject) { onResolve(p1) }} method
384 var p2 = {then: function(onResolve, onReject) { onResolve(p1) }} method
395 var p2 = {then: function(onResolve, onReject) { onResolve(p1) }} method
406 var p2 = {then: function(onResolve, onReject) { onResolve(p1) }} method
494 var p2 = {then: function(onResolve, onReject) { onResolve(p1) }} method
507 var p2 = {then: function(onResolve, onReject) { onResolve(p1) }} method
520 var p2 = {then: function(onResolve, onReject) { onResolve(p1) }} method
533 var p2 = {then: function(onResolve, onReject) { onResolve(p1) }} method
597 var p2 = {then: function(onResolve, onReject) { onResolve(p1) }} method
610 var p2 = {then: function(onResolve, onReject) { onResolve(p1) }} method
[all …]
/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/v8/test/mjsunit/regress/
Dregress-3641.js52 x.then = () => { y = true; } function
/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/opencv3/samples/directx/
Dd3dsample.hpp57 int64 then = 0; in getFps() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DAstroTest.java138 Date then = cal.getTime(); in TestCoverage() local
DEthiopicTest.java380 Date then = cal.getTime(); in TestCoverage() local
DIslamicTest.java267 Date then = cal.getTime(); in TestCoverage() local
/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/src/parsing/
Dscanner.h571 inline Token::Value Select(uc32 next, Token::Value then, Token::Value else_) { in Select()
/external/v8/test/mjsunit/
Dstrict-mode.js1169 function recurse(n, then) { argument
1197 function recurse(n, then) { argument
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp169 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()

123