Searched refs:then (Results 1 - 25 of 257) sorted by relevance

1234567891011

/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_experiment_util.cc48 base::Time::Exploded then = {}; local
49 current_time.UTCExplode(&then);
50 then.year += 1;
51 DCHECK(then.HasValidValues());
54 kDays[then.day_of_week],
55 then.day_of_month,
56 kMonths[then.month - 1],
57 then.year,
58 then.hour,
59 then
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Drunrc.cmd23 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 || '"'
H A Dant.cmd23 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 lc
[all...]
H A Dantenv.cmd33 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 classpat
[all...]
H A Denvset.cmd59 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 va
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
H A DMIDIAccessPromise.idl37 // Supports only then() method tentatively. But it never returns Promise.
38 void then(MIDISuccessCallback successCallback, MIDIErrorCallback errorCallback);
/external/skia/tools/lua/
H A Dgradients.lua11 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
H A Ddumpops.lua4 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()
H A Dbitmap_statistics.lua28 -- 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
H A Dcount_effects.lua4 if #str > 0 then
7 if type(k) == "number" then
12 if type(v) == "table" then
36 if (t.paint) then
H A Dchars-vs-glyphs.lua22 if isTextVerbs[t.verb] then
23 if t.glyphs then
H A Dscrape.lua4 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
H A Dbbh_filter.lua37 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
/external/scrypt/
H A Dbuild-config.mk2 # To regenerate, edit scrypt.config, then run:
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dpromises.js86 Promise.resolved(5).then(undefined, assertUnreachable).chain(
87 function(x) { assertAsync(x === 5, "resolved/then-nohandler") },
94 Promise.rejected(5).then(assertUnreachable, undefined).chain(
96 function(r) { assertAsync(r === 5, "rejected/then-nohandler") }
116 p3.then(
117 function(x) { assertAsync(x === 5, "resolved/then") },
138 p3.then(
140 function(x) { assertAsync(x === 5, "rejected/then") }
160 p3.chain(function(x) { return x }, assertUnreachable).then(
161 function(x) { assertAsync(x === 5, "resolved/chain/then") },
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
H A DASTTreeParser.stg62 <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...]
H A DASTParser.stg56 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/dhcpcd/mk/
H A Dcc.mk8 _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/qemu/distrib/sdl-1.2.15/src/timer/riscos/
H A DSDL_systimer.c86 Uint32 now,then,elapsed; local
103 then = SDL_GetTicks();
116 elapsed = (now-then);
117 then = now;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
H A DBitReaderBuffer.java26 int then = i - left;
28 rc = rc << then;
29 rc += readBits(then);
/external/llvm/test/Bindings/Ocaml/
H A Danalysis.ml14 let test x = if not x then exit 1 else ()
34 if not (verify_function fn) then bomb "valid function failed verification!";
46 if verify_function fn then bomb "invalid function passed verification!";
/external/chromium_org/third_party/openssl/openssl/crypto/chacha/
H A Dchacha_vec_arm.S3 # were to be compiled with the needed flags to build chacha_vec.c, then it
10 # And then EABI attribute 28 was set to zero to allow linking with soft-float
/external/llvm/test/MC/COFF/
H A Dweak.s20 # BB#1: # %if.then
/external/mockito/src/org/mockito/internal/stubbing/
H A DConsecutiveStubbing.java23 public OngoingStubbing<T> then(Answer<?> answer) { method in class:ConsecutiveStubbing
/external/mockito/src/org/mockito/stubbing/
H A DOngoingStubbing.java11 * 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

Completed in 1337 milliseconds

1234567891011