HomeSort by relevance Sort by last modified time
    Searched refs:then (Results 176 - 200 of 689) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/misc/windows/sdl2/test/
testintersections.c 200 Uint32 then, now, frames; local
269 then = SDL_GetTicks();
332 if (now > then) {
333 double fps = ((double) frames * 1000) / (now - then);
testrendertarget.c 224 Uint32 then, now; local
279 then = SDL_GetTicks();
300 if (now > then) {
301 double fps = ((double) frames * 1000) / (now - then);
testgles2.c 415 Uint32 then, now, frames; local
627 then = SDL_GetTicks();
674 if (now > then) {
676 ((double) frames * 1000) / (now - then));
testsprite2.c 238 Uint32 then, now, frames; local
352 then = SDL_GetTicks();
369 if (now > then) {
370 double fps = ((double) frames * 1000) / (now - then);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
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
  /device/google/contexthub/firmware/src/drivers/window_orientation/
window_orientation.c 161 // If there is no current rotation, then there is no gap.
171 // adjacent to the current rotation, then we set a lower bound on the
174 // ROTATION_90, then we want to check orientationAngle > 45 + GAP / 2.
192 // then we set an upper bound on the orientation angle.
194 // ROTATION_270, then we want to check orientationAngle < 315 - GAP / 2.
390 uint64_t then, time_delta; local
412 then = mTask.last_filtered_time;
413 time_delta = now - then;
415 if ((now < then) || (now > then + MAX_FILTER_DELTA_TIME))
    [all...]
  /external/v8/test/webkit/resources/
json2-es5-compat.js 61 serialized. If your method returns undefined, then the member will
64 If the replacer parameter is an array of strings, then it will be
79 If the space parameter is a non-empty string, then that string will
80 be used for indentation. If the space parameter is a number, then
106 If it returns what it received, then the structure is not modified.
107 If it returns undefined then the member is deleted.
207 // backslash characters, then we can safely slap some quotes around it.
241 // If we were called with a replacer function, then call the replacer to
455 // ',' or ':' or '{' or '}'. If that is so, then the text is safe for eval.
476 // If the text is not JSON parseable, then a SyntaxError is thrown
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
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/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
libhttplib2.tex 80 If the Socksipy module is installed then httplib2 can handle sock4, sock5 and http proxies.
189 not exist then FileCache attempts to create the directory.
243 domain. If \var{domain} is not specified then the given credentials will
260 URI to which it is being redirected. If \code{False} then no redirects are followed.
267 If \code{False}, which is the default, then Authorization: headers are
268 stripped from redirects. If \code{True} then Authorization: headers are left
277 URI to which it is being redirected. If \code{True} then all redirects are followed.
284 If \code{True}, which is the default, then no \module{httplib2} exceptions will be thrown. Instead,
288 If \code{False}, then exceptions will be thrown.
292 Defaults to \code{False}. If \code{True}, then any etags present in the cached respons
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
XMLTokener.java 342 * If we exit the loop with b intact, then victory is ours.
348 * Get the next character. If there isn't one, then defeat is ours.
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
genIndexFilters.bat 30 # This script writes a new index file. The new file has to then be
89 # If it comes before NF* then adjust accordingly
  /external/libunwind/doc/
unw_init_remote.tex 27 passed in \Var{as}, then \Var{arg} needs to be a pointer to a context
59 including \File{$<$libunwind.h$>$} and then calling
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
parser.ml 59 if token_prec < expr_prec then lhs else begin
74 then parse_bin_rhs (token_prec + 1) rhs stream
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
parser.ml 59 if token_prec < expr_prec then lhs else begin
74 then parse_bin_rhs (token_prec + 1) rhs stream
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
parser.ml 59 if token_prec < expr_prec then lhs else begin
74 then parse_bin_rhs (token_prec + 1) rhs stream
  /external/v8/test/mjsunit/harmony/
debug-async-liveedit.js 16 promise.then(resolve => {
70 // Try to edit a MakeAsyncFunction while it's running, then again while it's
  /external/v8/test/mjsunit/regress/
regress-r4998.js 70 // and then MakeMergeable is called on the virtual frame.
73 // The back edge then merges its virtual frame, which incorrectly
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
adj-jump.s 11 ;; The branch offset must then be adjusted by consecutive relax.
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 233 * a token and then try again. backtracking needs to be set as well.
245 if (Input.LA(1) = Integer(cscEOF)) then
264 if (State.Failed) then
288 if (State.Backtracking > 1) then
297 if (State.Backtracking > 1) then
571 if ((State.Backtracking > 0) and AlreadyParsedRule(Input, <ruleDescriptor.index>)) then
578 <if(backtracking)><\n>if (State.Failed) then Exit(<ruleReturnValue()>);<\n><endif>
583 <if(backtracking)>if (State.Backtracking > 0) then
824 if (State.Backtracking > 0) then
960 if (FCnt[<decisionNumber>] >= 1) then
    [all...]
  /build/core/
pdk_fusion_modules.mk 35 $(hide) if [ ! -f $$@ ]; then \
  /cts/common/device-side/test-app/
Android.mk 16 # this then gets instrumented in order to test the aforementioned libraries.
  /device/sample/apps/SampleEmailPolicy/
Android.mk 20 # system to create "MyDeviceEmailPolicy.apk". You must then add this to the appropriate product.mk
  /external/ImageMagick/MagickCore/
Make.com 10 $if (f$trnlnm("X11") .eqs. "") then define/nolog X11 decw$include:
13 $then ! VAX with DEC C
20 $then ! Alpha with DEC C
169 $if (p1 .eqs. "") then exit
172 $then
176 $ then
179 $ if (f$cvtime(object_time) .lts. f$cvtime(source_time)) then -
183 $ then
  /external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/
main.js 16 * Listens for the app launching then creates the window
  /external/bison/doc/
bison.x 23 (.ypp or .y++), then bison will follow your extension to name the

Completed in 449 milliseconds

1 2 3 4 5 6 78 91011>>