/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
|
/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/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/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...] |
/bionic/libc/arch-arm/bionic/ |
clone.S | 49 # In parent, reload saved registers then either return or set errno. 58 # to the C __thread_entry function which does some setup and then 100 # In the parent, reload saved registers then either return or set errno.
|
/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/llvm/test/MC/X86/AlignedBundling/ |
switch-section-locked-error.s | 3 # This test invokes .bundle_lock and then switches to a different section
|
/external/openssl/ |
build-config.mk | 2 # To regenerate, edit openssl.config, then run:
|
/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/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;
|