HomeSort by relevance Sort by last modified time
    Searched refs:then (Results 1 - 25 of 408) 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/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
timestamp.js 15 var then = null; variable
20 then = d.getTime();
22 shouldBeTrue('then != 0');
28 shouldBeTrue('t <= then + 1'); // Avoid rounding errors
permission-denied-stops-watches.js 4 // to be requested, then deny it.
27 // Update the mock Geolocation service to report a new position, then
  /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 19 # BB#1: # %if.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/qemu/distrib/sdl-1.2.15/test/
testvidinfo.c 79 Uint32 then, now; local
94 then = SDL_GetTicks();
121 seconds = (float)(now - then) / 1000.0f;
147 then = SDL_GetTicks();
150 seconds = (float)(now - then) / 1000.0f;
178 then = SDL_GetTicks();
181 seconds = (float)(now - then) / 1000.0f;
209 then = SDL_GetTicks();
212 seconds = (float)(now - then) / 1000.0f;
240 then = SDL_GetTicks()
    [all...]
  /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
84 if not CLANG_BIN or CLANG_BIN == "" then
89 if plugin_args then
112 if FLAGS.verbose then print('popen ', action) end
148 if cond == 'all' then return true end
161 if EvaluateCondition(condition, props) then
231 if not t then
241 if not f then
    [all...]
gccause.lua 43 if GC[name] then
47 if not T[f] then
52 if f == '<GC>' then break end
58 if name:match(P) then
  /external/chromium/chrome/browser/debugger/manual_tests/resources/
fib.js 18 // Let the page do initial rendering, then go.
  /external/libvorbis/doc/
10-tables.tex 10 then top to bottom):
  /external/webkit/LayoutTests/fast/events/touch/resources/
touch-stale-node-crash.js 10 description("If this test does not crash then you pass!");
  /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/mesa3d/src/glsl/
lower_if_to_cond_assign.cpp 97 ir_if *if_ir, ir_variable *cond_var, bool then)
101 if (then) {
115 if (then) {
  /external/qemu/distrib/sdl-1.2.15/src/timer/unix/
SDL_systimer.c 102 Uint32 then, now, elapsed;
110 then = SDL_GetTicks();
122 elapsed = (now-then);
123 then = now;
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
rep_prefix.S 17 # We should check this on x86 too, but then we'd
  /sdk/monitor/
Android.mk 46 if [[ -f ../../$(RCP_LOG_FILE) ]]; then \
51 $(hide)if [[ $(HOST_OS) == "linux" ]]; then \
54 elif [[ $(HOST_OS) == "darwin" ]]; then \
56 elif [[ $(HOST_OS) == "windows" ]]; then \

Completed in 311 milliseconds

1 2 3 4 5 6 7 8 91011>>