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

12 3 4 5 6 7 8 91011>>

  /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...]
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/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...]
testgamma.c 83 Uint32 then, timeout; local
141 then = SDL_GetTicks();
143 while ( (SDL_GetTicks()-then) < timeout ) {
  /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/chromium_org/third_party/WebKit/Source/core/dom/
Promise.idl 37 [Custom] Promise then(optional AnyCallback fulfillCallback, optional AnyCallback rejectCallback);
  /external/chromium_org/third_party/openssl/openssl/
build-config.mk 2 # To regenerate, edit openssl.config, then run:
  /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/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...]
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...]
  /external/skia/tools/lua/
glyph-usage.lua 4 if #str > 0 then
7 if type(k) == "number" then
12 if type(v) == "table" then
98 if verb == "drawPosText" or verb == "drawPosTextH" then
99 if t.glyphs then
104 if dump_glyph_array_p then
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIAccessPromise.h 65 void then(PassOwnPtr<MIDISuccessCallback>, PassOwnPtr<MIDIErrorCallback>);
  /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
  /external/chromium_org/net/data/proxy_resolver_v8_tracing_unittest/
terminate.js 16 // If the script didn't terminate when abandoned, then it will reach this and
  /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/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/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
dashboard_base.js 47 // FIXME: Index by group name, then test type, then builder so we can get rid of the hacks
49 // FIXME: Have results.js fire off the loader and then the calling code passing in a callback

Completed in 626 milliseconds

12 3 4 5 6 7 8 91011>>