/external/v8/test/mjsunit/harmony/ |
async-arrow-lexical-super.js | 13 if (typeof promise !== "object" || typeof promise.then !== "function") { 19 promise.then(function(value) { hadValue = true; actual = value; }, 49 () => new DeferredSuperCall("LexicalSuperCall")().then(x => x.name));
|
/external/libvncserver/examples/ |
camera.c | 58 static struct timeval now={0,0}, then={0,0}; local 64 dthen = then.tv_sec + (then.tv_usec/1000000.0); 68 memcpy((char *)&then, (char *)&now, sizeof(struct timeval));
|
/external/llvm/test/MC/COFF/ |
weak.s | 20 # BB#1: # %if.then
|
/external/mockito/src/org/mockito/internal/stubbing/ |
ConsecutiveStubbing.java | 23 public OngoingStubbing<T> then(Answer<?> answer) {
method in class:ConsecutiveStubbing
|
/external/mockito/src/org/mockito/stubbing/ |
OngoingStubbing.java | 11 * Simply put: "<b>When</b> the x method is called <b>then</b> return y". E.g:
74 * If throwables contain a checked exception then it has to
80 * if throwable is null then exception will be thrown.
99 * If throwableClasses contain a checked exception then it has to
105 * if throwable is null then exception will be thrown.
130 * // if it isn't safe then you will have trouble stubbing it using this api. Use Mockito.doCallRealMethod() instead.
169 * //using 'then' alias:
170 * when(mock.foo()).then(returnCoolValue());
182 OngoingStubbing<T> then(Answer<?> answer);
method in interface:OngoingStubbing
|
/external/skia/tools/lua/ |
bbh_filter.lua | 37 if #str > 0 then 40 if type(k) == "number" then 45 if type(v) == "table" then 64 -- then nil out so it doesn't appear in tostr() 91 if (#v.key + 3) < 8 then 94 if (#v.key + 3) >= 16 then 121 if not visitedFiles[t.fileName] then 130 if iter >= numOutputFiles then
|
dump_clipstack_at_restore.lua | 12 if (t.verb == "restore") then 19 if (element["type"] == "path") then
|
/external/zlib/src/contrib/pascal/ |
example.pas | 39 if err <> Z_OK then 71 if StrComp(PChar(uncompr), hello) <> 0 then 93 if zfile = NIL then 99 if gzputs(zfile, 'ello') <> 4 then 105 if gzprintf(zfile, ', %s!', 'hello') <> 8 then 111 if gzputs(zfile, ', hello!') <> 8 then 121 if zfile = NIL then 129 if gzread(zfile, uncompr, uncomprLen) <> len then 134 if StrComp(PChar(uncompr), hello) <> 0 then 143 if (pos <> 6) or (gztell(zfile) <> pos) then [all...] |
/external/v8/tools/gcmole/ |
gcmole.lua | 57 if flag then 59 if real_flag then flag = real_flag end 62 if FLAGS[flag] ~= nil then 88 if not CLANG_BIN or CLANG_BIN == "" then 92 if not CLANG_PLUGINS or CLANG_PLUGINS == "" then 98 if plugin_args then 136 if code then 137 if tonumber(code) > 0 then 144 elseif new_file then 160 if FLAGS.sequential then [all...] |
/external/libunwind/src/arm/ |
getcontext.S | 42 @ reconstruct r13 at call site, then store 45 @ retrieve r14 from call site, then store
|
/external/libvorbis/doc/ |
10-tables.tex | 10 then top to bottom):
|
/external/llvm/test/MC/X86/AlignedBundling/ |
switch-section-locked-error.s | 3 # This test invokes .bundle_lock and then switches to a different section
|
/external/opencv3/samples/winrt/ImageManipulations/ |
App.xaml.cpp | 81 prerequisite.then([=]() 112 SuspensionManager::SaveAsync().then([=]()
|
/external/v8/test/webkit/fast/js/ |
Promise-onFulfilled-deep.js | 26 description('Test whether deeply chained then-s work.'); 33 promise = promise.then(function (value) { return value + 1; }, function () { testFailed('rejected'); }); 36 promise.then(function (value) { 39 }).then(finishJSTest, finishJSTest);
|
Promise-then-without-callbacks.js | 26 description('Promise.prototype.then should work without callbacks.'); 29 new Promise(function(resolve) { resolve('hello'); }).then( 30 // then without callbacks 31 ).then(function(localResult) {
|
/hardware/ti/omap4-aah/security/smc_pa_ctrl/ |
Android.mk | 2 # First eliminate OMAP3 and then ensure that this is not used
|
/hardware/ti/omap4-aah/security/tee_client_api/ |
Android.mk | 2 # First eliminate OMAP3 and then ensure that this is not used
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
b-offloc.s | 3 % with a 64-bit address (0x789abcdef0123458) then 16 bytes of % random data.
|
b-offlocmis.s | 3 % with a 64-bit address (0x789abcdef012345b) then 16 bytes of % random
|
/external/v8/test/mjsunit/es6/ |
microtask-delivery.js | 55 var next = promise.then(function(value) { 62 then: function(fn) { 63 next = next.then(function(value) { 76 var p1 = newPromise(1).then(); 77 var p2 = newPromise(2).then();
|
/external/skia/resources/ |
slides.lua | 32 if 0 == indent then 51 if #slide == 1 then 63 if slide.blockstyle == "code" then 90 if gShowBounds then 183 if (nil == paint or ("number" == type(paint) and (1 == paint))) then 206 if gSlideIndex < #gSlides then 215 if gSlideIndex > 1 then 227 if is_forward then 233 if not transition then 251 if self.angle >= 360 then [all...] |
/external/harfbuzz_ng/ |
git.mk | 19 # then do "make -f git.mk". This modifies all Makefile.am files in 114 if test "x$$MACRO_DIR" != "x$(srcdir)/"; then \ 136 if grep 'include .*/git.mk' $$x >/dev/null; then \ 145 if test x$$failed = x; then \ 148 if test x$$failed = x; then : else \ 168 if test "x$(DOC_MODULE)" = x -o "x$(DOC_MAIN_SGML_FILE)" = x; then :; else \ 180 if echo "$(SCAN_OPTIONS)" | grep -q "\-\-rebuild-types"; then \ 183 if echo "$(SCAN_OPTIONS)" | grep -q "\-\-rebuild-sections"; then \ 186 if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ 193 if test "x$(DOC_MODULE)$(DOC_ID)" = x -o "x$(DOC_LINGUAS)" = x; then :; else [all...] |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.Tree.pas | 68 /// then the token just becomes the payload. 119 /// Warning: if t has no children, but child does and child isNil then you 270 /// That node would contain the start/stop indexes then. 296 /// <summary>How many children? If 0, then this is a leaf node </summary> 344 /// If you don't want to buffer up nodes, then this method makes no 364 /// If the stream does not buffer all the nodes then it can still 677 /// objects, you need to override this and then set the parser tree adaptor to [all...] |
/external/pcre/dist/ |
pcregexp.pas | 427 if (p <> nil) then
476 if length(RegExp) < 255 then
489 if length(RegExp) = 255 then
491 if RegExpC = nil then
495 if (RegExpExt = nil) and (ErrorMsg <> nil) then
506 if RegExpC <> nil then
508 if RegExpExt <> nil then
510 if Matches <> nil then
519 if MatchesCount > 0 then
524 { if MatchesCount = 0 then
[all...] |
/external/opencv3/samples/directx/ |
d3dsample.hpp | 57 int64 then = 0; local 61 then = time_queue.front(); 68 float fps = sz * (float)cv::getTickFrequency() / (now - then);
|