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

1 2 3 4 5 6 7 8 91011>>

  /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
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/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
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 \
  /external/qemu/distrib/sdl-1.2.12/src/timer/riscos/
SDL_systimer.c 86 Uint32 now,then,elapsed; local
103 then = SDL_GetTicks();
116 elapsed = (now-then);
117 then = now;
  /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/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/chromium/chrome/browser/debugger/manual_tests/resources/
fib.js 18 // Let the page do initial rendering, then go.
  /external/webkit/LayoutTests/fast/events/touch/resources/
touch-stale-node-crash.js 10 description("If this test does not crash then you pass!");
  /external/pcre/
pcregexp.pas 427 if (p <> nil) then
476 if length(RegExp) < 255 then
489 if length(RegExp) = 255 then
491 if RegExpC = nil then
495 if (RegExpExt = nil) and (ErrorMsg <> nil) then
506 if RegExpC <> nil then
508 if RegExpExt <> nil then
510 if Matches <> nil then
519 if MatchesCount > 0 then
524 { if MatchesCount = 0 then
    [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.12/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
  /external/zlib/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/v8/tools/gcmole/
gcmole.lua 48 if not CLANG_BIN or CLANG_BIN == "" then
108 if cond == 'all' then return true end
121 if EvaluateCondition(condition, props) then
168 if not f then
172 if name:match "Collect.*Garbage" then gc[name] = true end
182 if funcname:sub(1, 1) ~= '\t' then
197 if not gc[caller] then
205 if gc[funcname] then mark(callers) end
258 if not status then
268 if not ARCHITECTURES[arch] then
    [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
  /development/ndk/tests/prebuilt-library/jni/
Android.mk 3 # Define BUILD_FOO=1 to rebuild libfoo.so from scratch, then
  /frameworks/base/libs/gui/tests/
Android.mk 38 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
  /frameworks/base/media/libstagefright/tests/
Android.mk 50 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
  /frameworks/base/opengl/tests/EGLTest/
Android.mk 37 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
  /frameworks/base/services/surfaceflinger/tests/
Android.mk 36 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
  /bionic/libc/arch-arm/bionic/
clone.S 60 @ to the C __thread_entry function which does some setup and then
108 # then either exit or error

Completed in 1561 milliseconds

1 2 3 4 5 6 7 8 91011>>