/external/skia/tools/lua/ |
scrape.lua | 4 if #str > 0 then 7 if type(k) == "number" then 12 if type(v) == "table" then 54 if false and t.verb == "drawRect" and t.paint:isAntiAlias() then 61 if false and t.verb == "drawPath" then 64 if pred then
|
count_reduced_clipstacks.lua | 25 if (element["type"] == "path") then 26 if (element["path"]:getSegmentTypes() == "line" and element["path"]:isConvex()) then 40 if (string.starts(t.verb, "draw")) then 43 if (stackstr ~= "") then 44 if (stats[stackstr] == nil) then 50 if (stackstr ~= oldstackstr) then 75 aggregate table on the automated scraper system. Then use the print_stats function on 78 if (v.drawCnt ~= nil) then
|
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/v8/test/webkit/fast/js/ |
Promise-then-callback-receiver.js | 26 description('Test whether then callback receivers are correctly set.'); 31 Promise.resolve().then(function () { 32 return Promise.resolve(42).then(function () { 39 }).then(function () { 40 return Promise.reject(42).then(function () { 47 }).then(finishJSTest, finishJSTest);
|
Promise-then.js | 26 description('Test Promise.prototype.then'); 38 var secondPromise = firstPromise.then(function(localResult) { 50 secondPromise.then(undefined, 37).then(function(localResult) { 54 }).then(1, 2).then(function() { 60 }).then(function() {
|
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) {
|
/prebuilts/tools/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/ |
jdeferred-core-1.2.2.jar | |
/prebuilts/tools/common/m2/repository/org/jdeferred/jdeferred-core/1.2.3/ |
jdeferred-core-1.2.3.jar | |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
ASTParser.stg | 56 if (State.Backtracking = 0) then 73 if (State.Backtracking = 0) then 109 // the code generator call matchSet then add root code or ruleroot code 115 <super.matchSet(..., postmatchCode={<if(backtracking)>if (State.Backtracking = 0) then <endif>Adaptor.AddChild(Root[0], <createNodeFromToken(...)>);})> 131 <super.matchSet(..., postmatchCode={<if(backtracking)>if (State.Backtracking = 0) then <endif>Root[0] := Adaptor.BecomeRoot(<createNodeFromToken(...)>, Root[0]) as I<ASTLabelType>;})> 139 <if(backtracking)>if (State.Backtracking = 0) then <endif>Adaptor.AddChild(Root[0], <label>.Tree); 148 <if(backtracking)>if (State.Backtracking = 0) then <endif>Root[0] := Adaptor.BecomeRoot(<label>.Tree, Root[0]) as I<ASTLabelType>; 174 if (State.Backtracking = 0) then 189 if (State.Backtracking = 0) then 210 if (State.Backtracking = 0) then [all...] |
/external/skia/resources/ |
slides_transitions.lua | 12 if self:isDone() then 22 if is_forward then 42 if gUseBlurInTransitions then 54 if self:isDone() then 68 if is_forward then 100 if self:isDone() then 132 if self:isDone() then 147 if is_forward then 150 if self.angle >= 180 then 157 if self.angle <= -180 then [all...] |
/external/v8/test/mjsunit/es6/debug-promises/ |
throw-eventually-caught.js | 17 var p1 = p0.then(function() { 21 var p2 = p1.then(function() { }); 28 q.then(function() {
|
reject-caught-by-default-reject-handler.js | 20 var p1 = p0.then(function() { 21 log.push("p0.then"); 24 var p2 = p1.then(function() { 25 log.push("p1.then"); 33 q.then(function() { 71 assertEquals(["resolve q", "end main", "resolve p", "p0.then"], log);
|
throw-caught-by-default-reject-handler.js | 20 var p1 = p0.then(function() { 21 log.push("p0.then"); 24 var p2 = p1.then(function() { 25 log.push("p1.then"); 33 q.then(function() { 72 assertEquals(["resolve q", "end main", "resolve p", "p0.then"], log);
|
/external/v8/tools/gcmole/ |
gcmole.lua | 54 if flag then 56 if real_flag then flag = real_flag end 59 if FLAGS[flag] ~= nil then 85 if not CLANG_BIN or CLANG_BIN == "" then 89 if not CLANG_PLUGINS or CLANG_PLUGINS == "" then 94 if plugin_args then 122 if FLAGS.verbose then print('popen ', action) end 126 if not success then error("Failed to run: " .. action) end 147 if result[condition] == nil then result[condition] = {} end 160 if cond == 'all' then return true en [all...] |
/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/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/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
|
/hardware/ti/omap4-aah/security/smc_pa_ctrl/ |
Android.mk | 2 # First eliminate OMAP3 and then ensure that this is not used
|