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

1 2 3 45 6 7 8 91011>>

  /ndk/build/core/
check-cygwin-make.mk 29 # (e.g. /cygdrive/c/cygwin/usr/bin/make), then strip the
  /packages/apps/Gallery2/
Android.mk 36 # If this is an unbundled build (to install seprately) then include
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 92 if Array.length params == Array.length args then () else
108 let then_bb = append_block context "then" the_function in
110 (* Emit 'then' value. *)
114 (* Codegen of 'then' can change the current block, update then_bb for the
138 (* Set a unconditional branch at the end of the 'then' block and the
300 if block_begin f <> At_end f then
304 if element_type (type_of f) <> ft then
  /external/qemu/distrib/sdl-1.2.15/test/
testoverlay.c 330 Uint32 then, now; local
552 then = SDL_GetTicks();
578 printf("Conversion Time: %d milliseconds\n", now-then);
583 then = SDL_GetTicks();
588 printf("Time: %d milliseconds\n", now-then);
testwin.c 244 Uint32 then, now; local
367 then = SDL_GetTicks();
370 printf("Time: %d milliseconds\n", now-then);
  /external/bison/
maint.mk 89 | if test -f $(srcdir)/.x-$@; then grep -vEf $(srcdir)/.x-$@; \
203 # then takes some action.
230 # If both arguments are specified then CONTAINING takes
295 if test -n "$$in_files"; then \
300 if test -n "$$in_vc_files"; then \
312 if test -n "$$files"; then \
313 if test -n "$$prohibit"; then \
448 @if $(VC_LIST_EXCEPT) | grep -l '\.c$$' > /dev/null; then \
472 if $(VC_LIST_EXCEPT) | grep -l '\.c$$' > /dev/null; then \
740 @if test -f $(srcdir)/$(Exit_witness_file); then \
    [all...]
cfg.mk 17 # Update version, then recompile so that tests/bison --version be
18 # up-to-date, then compile our parser again with our up-to-date bison.
  /build/core/tasks/
sdk-addon.mk 16 # If they didn't define PRODUCT_SDK_ADDON_NAME, then we won't define
41 # Files that are built and then copied into the sdk-addon
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognizerSharedState.as 41 * If >0 then it's the level of backtracking.
63 * emissions, then set this to the last token to be matched or
  /external/mockito/src/org/mockito/
BDDMockito.java 12 * Behavior Driven Development style of writing tests uses <b>//given //when //then</b> comments as fundamental parts of your test methods.
17 * The problem is that current stubbing api with canonical role of <b>when</b> word does not integrate nicely with <b>//given //when //then</b> comments.
36 * //then
49 * //then
73 * See original {@link OngoingStubbing#then(Answer)}
134 return new BDDOngoingStubbingImpl<T>(mockitoOngoingStubbing.then(answer));
  /system/core/libcutils/tests/memset_mips/
memset_cmips.S 98 # There will be at most 1 32-byte chunk then
  /external/libpng/contrib/gregbook/
rpng2-x.c 590 * that the file is a PNG image), then loop through the file and continue
645 struct timeval now, then; local
648 if (gettimeofday(&then, NULL) == 0) {
649 then.tv_sec += loop_interval;
676 if (now.tv_sec < then.tv_sec ||
677 (now.tv_sec == then.tv_sec && now.tv_usec < then.tv_usec))
680 long seconds_to_go = then.tv_sec - now.tv_sec;
706 if (now.tv_sec >= then.tv_sec)
708 seconds_to_go = then.tv_sec - now.tv_sec
    [all...]
  /device/generic/goldfish/opengl/
Android.mk 41 # module A, then it must be included after module A below.
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Collections.Tests.pas 90 if (Values[I] = 34) then
Antlr.Runtime.Tools.Tests.pas 547 if (Pair.Key = 'Foo') then
553 if (Pair.Key = 'Bar') then
559 if (Pair.Key = 'Baz') then
565 if (Pair.Key = 'Zip') then
  /external/v8/src/
scanner.h 497 inline Token::Value Select(uc32 next, Token::Value then, Token::Value else_) {
501 return then;
  /external/v8/test/mjsunit/bugs/
bug-618.js 37 // one of the properties assigned in the constructor then this setter is
  /external/v8/test/mjsunit/regress/
regress-1156.js 31 // is then deoptimized.
regress-1493017.js 36 // Create an instance of C. Add a property to the instance and then
regress-1560.js 64 // Cleanup, then polymorphic case.
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_elementretrieveattrvalue.js 81 Retrieve the second address element, then
hc_nodegetfirstchildnull.js 78 If there is not a first child then the "getFirstChild()"
hc_nodegetlastchildnull.js 79 If there is not a last child then the "getLastChild()"
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_elementretrieveattrvalue.js 81 Retrieve the second address element, then
hc_nodegetfirstchildnull.js 78 If there is not a first child then the "getFirstChild()"

Completed in 356 milliseconds

1 2 3 45 6 7 8 91011>>