HomeSort by relevance Sort by last modified time
    Searched refs:then (Results 1 - 25 of 499) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
runrc.cmd 23 if name = '' then do
28 if rest \= '' then do
39 if path \= '' & path \= '-r' then do
41 if dir = '' then return
45 if dir = '' then dir = directory()
47 if path = '-r' then do /* recursive call */
49 if subdir \= '\' then do
56 if right(dir, 1) \= '\' then dir = dir || '\'
58 if rcfile \= '' then interpret 'call "' || rcfile || '"'
ant.cmd 23 if mode\='.' & mode\='..' & mode\='/' then do
28 if antarg = '' then do
37 if _testenv_() = 0 then interpret 'call "' || antenv || '"' '"' || envarg || '"'
39 if mode = '' then mode = _getenv_('ANT_MODE' '..')
40 if mode \= '/' then do
43 if mode = '..' then mode = '-r'
48 if _testenv_() = 0 then do
61 if value('ANT_USE_CP',,env) \= '' then do
62 if lcp \= '' & right(lcp, 1) \= ';' then lcp = lcp || ';'
66 if lcp\='' then lcp = '-classpath' lc
    [all...]
antenv.cmd 33 when param='-lcp' then mode = 'l'
34 when param='-cp' | param='-classpath' then mode = 'c'
35 when abbrev('-opts', param, 4) then mode = 'o'
36 when abbrev('-args', param, 4) then mode = 'a'
39 when mode = 'a' then args = space(args param, 1)
40 when mode = 'c' then cp = space(cp param, 1)
41 when mode = 'l' then lcp = space(lcp param, 1)
42 when mode = 'o' then opts = space(opts param, 1)
57 if classes \= '' then classpath = prepend(classpath classes)
59 if classes \= '' then classpath = prepend(classpath classes
    [all...]
envset.cmd 59 when mode='-' then do
63 when mode=';' then do
67 when mode='-D' then equal = 1
68 when mode='=D' then mode = '-D'
69 when mode=',' then sep = ','
84 if expand > 0 & word(args, i) = '-' then expand = 0
89 if mode = ';' & pos(' ', newval) > 0 then newval = '"' || newval || '"'
98 if var = '.' then expvar = orig
100 if equal >= 0 then do
102 if val = '' then var = nam
    [all...]
  /external/skia/tools/lua/
gradients.lua 11 if p then
13 if s then
15 if g then
18 if g.colorCount == 3 then
21 if (g.midPos >= 0.499 and g.midPos <= 0.501) then
classify_rrect_clips.lua 7 if (rrect:type() == "simple") then
9 if (x == y) then
14 elseif (rrect:type() == "complex") then
22 if (x ~= 0 and y ~= 0) then
23 if (numNotSquare == 0) then
29 if (rx ~= x or ry ~=y) then
37 if (numSquare > 0 and same) then
39 if (numSquare == 2) then
41 (1 == first_not_square_corner and 4 == last_not_square_corner )) then
46 elseif (1 == numSquare) then
    [all...]
dumpops.lua 4 if #str > 0 then
7 if type(k) == "number" then
12 if type(v) == "table" then
27 -- then nil out so it doesn't appear in tostr()
paths.lua 39 if usedPath then
41 if usedSWPath then
52 if not path then
56 if path:isEmpty() then
60 if path:isRect() then
68 if (string.starts(t.verb, "draw")) then
72 if (string.starts(t.verb, "clip")) then
76 if t.verb == "clipPath" then
78 if isPathValid(path) then
81 if t.aa then
    [all...]
bitmap_statistics.lua 28 -- then nil out so it doesn't appear in tostr()
29 if (string.startsWith(t.verb,"drawBitmap")) then
32 if matrixType.perspective then
34 elseif matrixType.affine then
36 elseif matrixType.scale then
38 if matrix:getScaleX() > 1 or matrix:getScaleY() > 1 then
43 elseif matrixType.translate then
count_effects.lua 4 if #str > 0 then
7 if type(k) == "number" then
12 if type(v) == "table" then
36 if (t.paint) then
chars-vs-glyphs.lua 22 if isTextVerbs[t.verb] then
23 if t.glyphs then
scrape_dashing_full.lua 64 if p then
66 if pe then
68 if de then
72 if 2 == #de.intervals then
73 if 1 == de.intervals[1] and 1 == de.intervals[2] then
75 elseif 0 == de.intervals[1] then
82 if 0 == de.phase then
89 if 0 == cap then
91 elseif 1 == cap then
97 if "drawPoints" == t.verb then
    [all...]
scrape_dashing.lua 4 if #str > 0 then
7 if type(k) == "number" then
12 if type(v) == "table" then
59 if p then
61 if pe then
66 if "drawPoints" == t.verb then
69 if 2 == #points then
70 if points[1].y == points[2].y then
72 elseif points[1].x == points[2].x then
glyph-counts.lua 4 if #str > 0 then
7 if type(k) == "number" then
12 if type(v) == "table" then
64 if verb == "drawPosText" or verb == "drawPosTextH" then
65 if t.glyphs then
68 if n then
74 if key == 1 then
77 if n then
  /external/skia/resources/
slides_utils.lua 4 if #str > 0 then
7 if type(k) == "number" then
12 if type(v) == "table" then
14 elseif type(v) == "string" then
34 if slide.transition then
63 if #block > 0 then
76 if #s == 0 then -- done with a block
81 if transition_type then
83 elseif blockstyle then
86 if block.blockstyle == "code" then
    [all...]
  /external/v8/test/mjsunit/es6/debug-promises/
async-task-event.js 14 "then #1",
18 "then #2",
54 p.then(function() {
55 assertLog("then #1");
56 }).then(function() {
57 assertLog("then #2");
  /external/scrypt/
build-config.mk 2 # To regenerate, edit scrypt.config, then run:
  /external/llvm/test/Bindings/OCaml/
transform_utils.ml 17 if m == m' then failwith "m == m'";
18 if string_of_llmodule m <> string_of_llmodule m' then failwith "string_of m <> m'"
  /external/v8/test/mjsunit/es6/
promises.js 138 Promise.accept(5).then(undefined, assertUnreachable).chain(
139 function(x) { assertAsync(x === 5, "resolved/then-nohandler-undefined") },
143 Promise.accept(6).then(null, assertUnreachable).chain(
144 function(x) { assertAsync(x === 6, "resolved/then-nohandler-null") },
151 Promise.reject(5).then(assertUnreachable, undefined).chain(
153 function(r) { assertAsync(r === 5, "rejected/then-nohandler-undefined") }
156 Promise.reject(6).then(assertUnreachable, null).chain(
158 function(r) { assertAsync(r === 6, "rejected/then-nohandler-null") }
178 p3.then(
179 function(x) { assertAsync(x === 5, "resolved/then") },
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
ASTTreeParser.stg 62 <if(backtracking)>if (State.Backtracking = 0) then
66 if (Adaptor.GetParent(RetVal.Tree) \<\> nil) and (Adaptor.IsNil(Adaptor.GetParent(RetVal.Tree))) then
86 <if(backtracking)>if (State.Backtracking = 0) then <endif>
88 if (_First[<enclosingTreeLevel>] = nil) then _First[<enclosingTreeLevel>] := <root.el.label>.Tree;
90 if (_First[<enclosingTreeLevel>] = nil) then _First[<enclosingTreeLevel>] := <root.el.label>;
95 if (Input.LA(1) = TToken.DOWN) then
129 if (State.Backtracking = 0) then
142 <if(backtracking)>if (State.Backtracking = 0) then <endif>
143 if (_First[<treeLevel>] = nil) then _First[<treeLevel>] := <label>;
159 if (State.Backtracking = 0) then
    [all...]
  /external/dhcpcd/mk/
cc.mk 8 _CSTD_SH= if test -n "${CSTD}"; then echo "-std=${CSTD}"; else echo ""; fi
18 _CC_FLAGS_SH= if ! test -d .git; then echo ""; else for f in ${_CCFLAGS}; do \
20 then printf "%s" "$$f "; fi \
25 _GGDB_SH= if test "${DEBUG}" = "yes"; then echo "-ggdb -DDEBUG"; else echo ""; fi
  /external/v8/test/webkit/fast/js/
Promise-static-all.js 40 Promise.all([p1, p2, p5]).then(function(result) {
46 Promise.all().then(function() {
50 return Promise.all([]).then(function(localResult) {
57 }).then(function() {
58 return Promise.all([p1, p2, p3]).then(function(localResult) {
68 }).then(function() {
69 return Promise.all([p1, p6, p5]).then(function(localResult) {
76 }).then(function() {
77 return Promise.all([p9]).then(function(localResult) {
85 }).then(function()
    [all...]
Promise-static-race.js 40 Promise.race([p4, p5]).then(function(localResult) {
47 Promise.race([]).then(function(localResult) {
53 Promise.race().then(function(localResult) {
57 }).then(function() {
58 return Promise.race({}).then(function(localResult) {
63 }).then(function() {
64 return Promise.race([p4, p1, p6]).then(function(localResult) {
71 }).then(function() {
72 return Promise.race([p4, p6, p1]).then(function(localResult) {
79 }).then(function()
    [all...]
Promise-chained-then.js 25 description('Test chained Promise.prototype.then.');
31 promise.then(function(localResult) { // fulfilled - continue
38 }).then() // pass through
39 .then(function(localResult) { // fulfilled - throw an exception
46 }).then(function() { // rejected - throw an exception
53 }).then() // pass through
54 .then(function() { // rejected - recover
61 }).then(function(localResult) { // fulfilled - the last
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
BitReaderBuffer.java 26 int then = i - left;
28 rc = rc << then;
29 rc += readBits(then);

Completed in 778 milliseconds

1 2 3 4 5 6 7 8 91011>>