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

1 23 4 5 6 7 8 91011>>

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
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
  /external/llvm/test/Bindings/Ocaml/
executionengine.ml 76 if 42 != res then bomb "main did not return 42";
95 if 4 != GenericValue.as_int res then bomb "plus did not work";
108 if ty != i32_type && ty != i64_type then bomb "target_data did not work";
bitwriter.ml 12 let test x = if not x then exit 1 else ()
target.ml 22 if print_checkpoints then
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_elementchangeattributevalue.js 79 to the Element. If the "strong" is already present, then
83 Retrieve the last child of the fourth employee, then add
87 element, then its value should be changed to the new one
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_elementchangeattributevalue.js 79 to the Element. If the "strong" is already present, then
83 Retrieve the last child of the fourth employee, then add
87 element, then its value should be changed to the new one
  /external/chromium/net/data/proxy_resolver_v8_unittest/
passthrough.js 14 // non-alphanumeric character with a dot, then fix up the oddly placed dots.
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 543 if i = e then () else
554 if i = e then init else
563 if i = e then () else
574 if i = e then init else
610 if i = e then () else
621 if i = e then init else
630 if i = e then () else
641 if i = e then init else
689 if (check attr) <> 0l then begin
710 if align <> 0l then
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
ast.ml 19 (* variant for if/then/else. *)
lexer.ml 48 | "then" -> [< 'Token.Then; stream >]
parser.ml 49 (* ifexpr ::= 'if' expr 'then' expr 'else' expr *)
51 'Token.Then ?? "expected 'then'"; t=parse_expr;
95 if token_prec < expr_prec then lhs else begin
110 then parse_bin_rhs (token_prec + 1) rhs stream
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
ast.ml 22 (* variant for if/then/else. *)
lexer.ml 48 | "then" -> [< 'Token.Then; stream >]
codegen.ml 62 if Array.length params == Array.length args then () else
78 let then_bb = append_block context "then" the_function in
80 (* Emit 'then' value. *)
84 (* Codegen of 'then' can change the current block, update then_bb for the
108 (* Set a unconditional branch at the end of the 'then' block and the
202 if block_begin f <> At_end f then
206 if element_type (type_of f) <> ft then
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 22 (* variant for if/then/else. *)
lexer.ml 48 | "then" -> [< 'Token.Then; stream >]
parser.ml 50 (* ifexpr ::= 'if' expr 'then' expr 'else' expr *)
52 'Token.Then ?? "expected 'then'"; t=parse_expr;
120 if token_prec < expr_prec then lhs else begin
135 then parse_bin_rhs (token_prec + 1) rhs stream
199 then raise (Stream.Error "invalid number of operands for operator")
201 if kind == 1 then
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
page-reload-cancel-permission-requests.js 21 // Kick off a position request and then reload the page, this should set up
  /external/webkit/Tools/DumpRenderTree/android/
get_layout_tests_dir_contents.php 26 # MODE = [folders|files] (defaults to files) - if 'folders' then lists only folders,
27 # if 'files' then only files
  /external/qemu/distrib/sdl-1.2.15/test/
testsprite.c 134 blits directly to it, then use page flipping.
161 Uint32 then, now, frames; local
290 then = SDL_GetTicks();
317 if ( now > then ) {
319 ((double)frames*1000)/(now-then));
  /external/webkit/LayoutTests/storage/
hash-change-with-xhr.js 76 // If we don't finish before this time, then we consider the test failed.
111 // NOTE: If we don't make any xhr requests, then the test
  /frameworks/base/policy/src/com/android/internal/policy/impl/
WindowOrientationListener.java 257 // the specified time, then the device is deemed to be lying flat
263 // of time, then the device is deemed to be swinging away from the user
303 // that is turning around a corner or a plane taking off) then the magnitude
307 // Conversely, if the device is in freefall, then there will be no gravity to
412 final long then = mLastFilteredTimestampNanos; local
413 final float timeDeltaMS = (now - then) * 0.000001f;
415 if (now < then
416 || now > then + MAX_FILTER_DELTA_TIME_NANOS
479 // If the tilt angle is too close to horizontal then we cannot determine
582 // If there is no current rotation, then there is no gap
    [all...]
  /ndk/build/core/
prebuilt-library.mk 49 # in the TARGET_OUT directory, and then the installation one. Note that
61 # If LOCAL_BUILT_MODULE is not defined, then ensure that the prebuilt is
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-xparb.js 305 var then = (7 - jan1.getDay() + 4);
306 document.write(then);
307 return String.leftPad(((now - then) / 7) + 1, 2, "0");
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-xparb.js 305 var then = (7 - jan1.getDay() + 4);
306 document.write(then);
307 return String.leftPad(((now - then) / 7) + 1, 2, "0");

Completed in 2333 milliseconds

1 23 4 5 6 7 8 91011>>