HomeSort by relevance Sort by last modified time
    Searched refs:then (Results 26 - 50 of 438) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/valgrind/main/exp-bbv/tests/amd64-linux/
rep_prefix.S 17 # We should check this on x86 too, but then we'd
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
permission-denied-stops-watches.js 4 // to be requested, then deny it.
27 // Update the mock Geolocation service to report a new position, then
clear-watch-invalid-id-crash.js 1 description("Tests for a crash when clearWatch() is called with a zero ID.<br><br>We call clearWatch() with a request in progress then navigate the page. This accesses the watchers map during cleanup and triggers the crash. This page should not be visible when the test completes.");
  /external/v8/tools/gcmole/
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
  /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 \
  /external/harfbuzz_ng/
git.mk 17 # then do "make -f git.mk". This modifies all Makefile.am files in
120 if grep 'include .*/git.mk' $$x >/dev/null; then \
129 if test x$$failed = x; then \
132 if test x$$failed = x; then : else \
149 if test "x$(DOC_MODULE)" = x -o "x$(DOC_MAIN_SGML_FILE)" = x; then :; else \
158 if test "x$(DOC_MODULE)$(DOC_ID)" = x -o "x$(DOC_LINGUAS)" = x; then :; else \
176 if test "x$(HELP_ID)" = x -o "x$(HELP_LINGUAS)" = x; then :; else \
185 if test "x$(gsettings_SCHEMAS)" = x; then :; else \
191 if test -f $(srcdir)/po/Makefile.in.in; then \
207 if test -f $(srcdir)/configure; then \
    [all...]
  /external/zlib/src/contrib/delphi/
ZLib.pas 268 if code < 0 then
275 if code < 0 then
282 if code < 0 then
335 if OutEstimate = 0 then
380 if DCheck(inflate(strm, Z_FINISH)) <> Z_STREAM_END then
400 if Assigned(FOnProgress) then FOnProgress(Sender);
423 if FStrm.Position <> FStrmPos then FStrm.Position := FStrmPos;
431 if FZRec.avail_out < sizeof(FBuffer) then
448 if FStrm.Position <> FStrmPos then FStrm.Position := FStrmPos;
452 if FZRec.avail_out = 0 then
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 324 /// If the Delphi code generator cannot detect the inner "y" variable, then
408 if (A = nil) or (B = nil) then
412 then
420 if AValue then
511 if GetInterface(IID, Obj) then
545 if (Result = 0) then
556 if NewCapPow2 = Length(FItems) then
558 else if NewCapPow2 < 0 then
567 if oldItems[i].HashCode <> 0 then
575 if ACapacity < FCount then
    [all...]
Antlr.Runtime.Collections.pas 178 if FDictionary.ContainsKey(Key) then
209 if (ACapacity < 0) then
250 if (IsNewEntry) then
295 if (FVersion <> FHashList.FVersion) then
297 if (FIndex < FOrderList.Count) then
344 if Assigned(Dict) then
350 if (I > 0) then
376 if (Coll <> nil) then
381 if (I > 0) then
384 if (Element = nil) then
    [all...]
Antlr.Runtime.pas 136 /// argument. So if you're nested 5 levels of Mark(), and then Release(2)
282 /// want to continue lexing then you do not want to continue parsing. Just
285 /// lexing then you should not throw an exception to the parser--it has already
335 /// If you don't want to buffer up tokens, then this method makes no
343 /// If the stream does not buffer all the tokens then it can just
564 /// If >0 then it's the level of backtracking.
594 /// emissions, then set this to the last token to be matched or
716 /// plain Mismatch(), which does not recover. Then any error
769 /// difficult because you would have to subclassing exception, but then somehow get
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 49 (* ifexpr ::= 'if' expr 'then' expr 'else' expr *)
51 'Token.Then ?? "expected 'then'"; t=parse_expr;
106 if token_prec < expr_prec then lhs else begin
121 then parse_bin_rhs (token_prec + 1) rhs stream
173 then raise (Stream.Error "invalid number of operands for operator")
175 if kind == 1 then
  /external/qemu/distrib/sdl-1.2.15/test/
testgamma.c 83 Uint32 then, timeout; local
141 then = SDL_GetTicks();
143 while ( (SDL_GetTicks()-then) < timeout ) {
  /development/ndk/tests/prebuilt-library/jni/
Android.mk 3 # Define BUILD_FOO=1 to rebuild libfoo.so from scratch, then
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
AST.stg 140 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<token>'] as IRewriteRuleElementStream).Add(<label>);<\n>
154 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<token>'] as IRewriteRuleElementStream).Add(<label>);<\n>
170 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<rule.name>'] as IRewriteRuleElementStream).Add(<label>.Tree);<\n>
182 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<rule>'] as IRewriteRuleElementStream).Add(<label>.Tree);
212 if (State.Backtracking = 0) then
251 if Assigned(<it>) then
271 if (<referencedElementsDeep:{el | (Locals['Stream_<el>'] as IRewriteRuleElementStream).HasNext}; separator=" or ">) then
298 if (not (<referencedElements:{el | (Locals['Stream_<el>'] as IRewriteRuleElementStream).HasNext}; separator=" or ">)) then
311 if (<a.pred>) then
  /external/dhcpcd/mk/
man.mk 4 _MANPREFIX_SH= if [ -n "${PREFIX}" ]; then echo "${PREFIX}"; else echo "/usr/share"; fi
prog.mk 13 _RPATH_SH= if test "${PREFIX}" = "" -o "${PREIX}" = "/"; then \
23 _DYNLINK_SH= if test "${PREFIX}" = "" -o "${PREFIX}" = "/" && test -e /libexec/ld.elf_so; then \
  /frameworks/av/media/libstagefright/tests/
Android.mk 51 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
  /frameworks/native/libs/gui/tests/
Android.mk 41 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
  /frameworks/native/opengl/tests/EGLTest/
Android.mk 41 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
  /frameworks/native/services/surfaceflinger/tests/
Android.mk 35 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleSubtreeStream.js 11 * children; e.g., ^(type ID)+ adds ID to type and then 2nd iteration
30 // test size above then fetch
  /external/mockito/src/org/mockito/internal/stubbing/
OngoingStubbingImpl.java 32 public OngoingStubbing<T> then(Answer<?> answer) { method in class:OngoingStubbingImpl
  /external/openssh/regress/
bsd.regress.mk 61 @if cd ${.CURDIR} && ${MAKE} ${RT}; then \
68 @if cd ${.CURDIR} && (ulimit -t ${REGRESSMAXTIME} ; ${MAKE} ${RT}); then \
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 44 if Array.length params == Array.length args then () else
60 let then_bb = append_block context "then" the_function in
62 (* Emit 'then' value. *)
66 (* Codegen of 'then' can change the current block, update then_bb for the
90 (* Set a unconditional branch at the end of the 'then' block and the
184 if block_begin f <> At_end f then
188 if element_type (type_of f) <> ft then
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml 44 if Array.length params == Array.length args then () else
62 if block_begin f <> At_end f then
66 if element_type (type_of f) <> ft then

Completed in 2275 milliseconds

12 3 4 5 6 7 8 91011>>