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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/installer/util/
google_update_experiment_util.cc 38 base::Time::Exploded then = {}; local
39 base::Time::Now().UTCExplode(&then);
40 then.year += 1;
41 DCHECK(then.HasValidValues());
44 kDays[then.day_of_week],
45 then.day_of_month,
46 kMonths[then.month - 1],
47 then.year,
48 then.hour,
49 then.minute
    [all...]
  /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/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIAccessPromise.idl 37 // Supports only then() method tentatively. But it never returns Promise.
38 void then(MIDISuccessCallback successCallback, MIDIErrorCallback errorCallback);
  /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
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()
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.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
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
  /external/scrypt/
build-config.mk 2 # To regenerate, edit scrypt.config, then run:
  /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...]
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/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/qemu/distrib/sdl-1.2.15/src/timer/riscos/
SDL_systimer.c 86 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/
BitReaderBuffer.java 26 int then = i - left;
28 rc = rc << then;
29 rc += readBits(then);
  /external/llvm/test/Bindings/Ocaml/
analysis.ml 14 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/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/chromium_org/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
120 if FLAGS.verbose then print('popen ', action) end
124 if not success then error("Failed to run: " .. action) end
151 if cond == 'all' then return true end
164 if EvaluateCondition(condition, props) then
    [all...]
  /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...]

Completed in 546 milliseconds

1 2 3 4 5 6 7 8 91011>>