HomeSort by relevance Sort by last modified time
    Searched refs:then (Results 126 - 150 of 855) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/test/Bindings/OCaml/
analysis.ml 17 let test x = if not x then exit 1 else ()
37 if not (verify_function fn) then bomb "valid function failed verification!";
49 if verify_function fn then bomb "invalid function passed verification!";
executionengine.ml 71 if 0 <> ptr_compare cg cg' then bomb "int pointers to g differ";
81 if 23l <> varh then bomb "get_global_value_address didn't work";
86 if 4l <> cplus 2l 2l then bomb "plus didn't work";
91 if 42l <> cgetglobal () then bomb "getglobal didn't work"; *)
105 if ty != i32_type && ty != i64_type then bomb "target_data did not work";
  /external/skia/resources/lua/
test.lua 24 if not path_paint then
49 if false then
71 if x > 200 then x = 0 end;
  /external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/
test.lua 24 if not path_paint then
49 if false then
71 if x > 200 then x = 0 end;
  /external/skqp/resources/lua/
test.lua 24 if not path_paint then
49 if false then
71 if x > 200 then x = 0 end;
  /external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/
analysis.ml 17 let test x = if not x then exit 1 else ()
37 if not (verify_function fn) then bomb "valid function failed verification!";
49 if verify_function fn then bomb "invalid function passed verification!";
executionengine.ml 71 if 0 <> ptr_compare cg cg' then bomb "int pointers to g differ";
81 if 23l <> varh then bomb "get_global_value_address didn't work";
86 if 4l <> cplus 2l 2l then bomb "plus didn't work";
91 if 42l <> cgetglobal () then bomb "getglobal didn't work"; *)
105 if ty != i32_type && ty != i64_type then bomb "target_data did not work";
  /external/harfbuzz_ng/
git.mk 19 # then do "make -f git.mk". This modifies all Makefile.am files in
115 if test "x$$MACRO_DIR" != "x$(srcdir)/"; then \
129 if test "x$$MACRO_DIR" != "x$(srcdir)/"; then \
178 if grep 'include .*/git.mk' $$x >/dev/null; then \
187 if test x$$failed = x; then \
190 if test x$$failed = x; then : else \
210 if test "x$(DOC_MODULE)" = x -o "x$(DOC_MAIN_SGML_FILE)" = x; then :; else \
222 if echo "$(SCAN_OPTIONS)" | grep -q "\-\-rebuild-types"; then \
225 if echo "$(SCAN_OPTIONS)" | grep -q "\-\-rebuild-sections"; then \
228 if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
    [all...]
  /external/bcc/src/lua/bpf/
builtins.lua 50 if not ffi.typeinfo then error('LuaJIT 2.1+ is required for ffi.typeinfo') end
54 if not cinfo then return end
55 if cinfo.name == name then break end
65 if w then x = ffi.cast(const_width_type[w/8], x) end
75 if w == 8 then return end -- NOOP
83 if w == 8 then return end -- NOOP
90 if ffi.abi('be') then
106 if e.V[off] and type(e.V[off].const) == 'string' then
120 if not e.V[a].source or e.V[a].source:find('_or_null', 1, true) then
134 if not e.V[dst].const or not e.V[dst].const.__base > 0 then
    [all...]
  /external/flatbuffers/lua/flatbuffers/
binaryarray.lua 16 if type(sizeOrString) == "string" then
19 elseif type(sizeOrString) == "number" then
35 if d then
63 -- at then end of the new array
92 if not s then
  /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/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...]
  /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/swiftshader/third_party/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/swiftshader/third_party/llvm-7.0/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/toybox/lib/
net.c 73 long long now, then = timeout>0 ? millitime() : 0; local
80 timeout -= now-then;
81 then = now;
  /external/libaom/libaom/stats/
rate_hist.c 77 int64_t then = 0; local
92 then = now;
98 then = hist->pts[i_idx];
99 if (now - then > cfg->rc_buf_sz) break;
103 if (now == then) return;
105 avg_bitrate = sum_sz * 8 * 1000 / (now - then);
  /external/libvpx/libvpx/
rate_hist.c 82 int64_t then = 0; local
101 then = now;
107 then = hist->pts[i_idx];
108 if (now - then > cfg->rc_buf_sz) break;
112 if (now == then) return;
114 avg_bitrate = sum_sz * 8 * 1000 / (now - then);
  /external/skia/tools/lua/
ngrams.lua 19 -- list containing just the verb to the master list. Then, backtrack over the
41 if idx > 0 then
53 if counts[ngram] == nil then
63 io.write("if counts['", ngram, "'] == nil then counts['", ngram, "'] = ", count, " else counts['", ngram, "'] = counts['", ngram, "'] + ", count, " end\n")
  /external/skqp/tools/lua/
ngrams.lua 19 -- list containing just the verb to the master list. Then, backtrack over the
41 if idx > 0 then
53 if counts[ngram] == nil then
63 io.write("if counts['", ngram, "'] == nil then counts['", ngram, "'] = ", count, " else counts['", ngram, "'] = counts['", ngram, "'] + ", count, " end\n")
  /external/antlr/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/curl/docs/cmdline-opts/
continue-at.d 13 transfer. It then uses the given output/input files to figure that out.
disable-epsv.d 13 necessary then.
dump-header.d 11 site sends to you. Cookies from the headers could then be read in a second
happy-eyeballs-timeout-ms.d 8 milliseconds. If the IPv6 address cannot be connected to within that time then

Completed in 804 milliseconds

1 2 3 4 56 7 8 91011>>