Home
last modified time | relevance | path

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

123

/external/chromium_org/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/chromium_org/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/chromium_org/chrome/installer/util/
Dgoogle_update_experiment_util.cc48 base::Time::Exploded then = {}; in BuildExperimentDateString() local
/external/chromium_org/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/chromium_org/chrome/browser/ui/webui/options/
Dautomatic_settings_reset_handler.cc34 const base::Time then = in InitializePage() local
/external/mockito/src/org/mockito/stubbing/
DOngoingStubbing.java182 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/chromium_org/chrome/common/extensions/docs/server2/
Dfuture.py106 def then(): function
/external/qemu/distrib/sdl-1.2.15/test/
Dtestgamma.c83 Uint32 then, timeout; in main() local
Dtestvidinfo.c79 Uint32 then, now; in RunModeTests() local
Dtestsprite.c161 Uint32 then, now, frames; in main() local
Dtestwin.c244 Uint32 then, now; in main() local
Dtestoverlay.c330 Uint32 then, now; in main() local
/external/qemu/distrib/sdl-1.2.15/src/timer/riscos/
DSDL_systimer.c86 Uint32 now,then,elapsed; in SDL_Delay() local
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DScriptPromise.cpp103 ScriptPromise ScriptPromise::then(v8::Handle<v8::Function> onFulfilled, v8::Handle<v8::Function> on… in then() function in blink::ScriptPromise
/external/chromium_org/content/browser/quota/
Dmock_quota_manager_unittest.cc190 base::Time then = base::Time(); in TEST_F() local
/external/chromium_org/chrome/browser/resources/google_now/
Dcommon_test_util.js109 function then(onResolve, onReject) { function in Promise.PromisePrototypeObject
/external/chromium_org/third_party/icu/source/test/cintltst/
Dcdtdptst.c197 UChar *pattern=NULL, *now=NULL, *then=NULL; in TestRunTogetherPattern985() local
/external/icu/icu4c/source/test/cintltst/
Dcdtdptst.c197 UChar *pattern=NULL, *now=NULL, *then=NULL; in TestRunTogetherPattern985() local
/external/chromium_org/third_party/libvpx/source/libvpx/
Drate_hist.c77 int64_t then = 0; in update_rate_histogram() local
/external/libvpx/libvpx/
Drate_hist.c77 int64_t then = 0; in update_rate_histogram() local

123