HomeSort by relevance Sort by last modified time
    Searched refs:lot (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/valgrind/main/exp-bbv/tests/amd64-linux/
complex_rep.S 2 # I thought up a lot of corner-cases in the rep code. This tries
  /external/valgrind/main/exp-bbv/tests/x86/
complex_rep.S 2 # I thought up a lot of corner-cases in the rep code. This tries
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zdump.c 168 static time_t hunt(char * name, time_t lot, time_t hit);
179 static time_t huntICU(char * name, time_t lot, time_t hit, FILE *fp);
673 hunt(char *name, time_t lot, time_t hit)
683 lotmp = my_localtime(&lot);
689 diff = (long) (hit - lot);
692 t = lot;
694 if (t <= lot)
702 (delta(&tm, &lotm) == (t - lot) &&
705 lot = t;
710 show(name, lot, TRUE)
    [all...]
icuzdump.cpp 148 UDate lot = t; local
151 int32_t diff = (int32_t)(hit - lot);
155 UDate medt = lot + ((diff / 2) / tick) * tick;
165 lot = medt;
170 formatter->format(lot, rawOffset + dstOffset, (dstOffset == 0 ? FALSE : TRUE), str);
  /external/icu4c/tools/tzcode/
zdump.c 168 static time_t hunt(char * name, time_t lot, time_t hit);
179 static time_t huntICU(char * name, time_t lot, time_t hit, FILE *fp);
673 hunt(char *name, time_t lot, time_t hit)
683 lotmp = my_localtime(&lot);
689 diff = (long) (hit - lot);
692 t = lot;
694 if (t <= lot)
702 (delta(&tm, &lotm) == (t - lot) &&
705 lot = t;
710 show(name, lot, TRUE)
    [all...]
icuzdump.cpp 148 UDate lot = t; local
151 int32_t diff = (int32_t)(hit - lot);
155 UDate medt = lot + ((diff / 2) / tick) * tick;
165 lot = medt;
170 formatter->format(lot, rawOffset + dstOffset, (dstOffset == 0 ? FALSE : TRUE), str);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1125.js 28 // Test a lot of updates to freshly created contexts.
  /external/chromium_org/v8/test/mjsunit/
string-search.js 32 // Test for a lot of different string.
regexp-global.js 144 // Create regexp that has a *lot* of captures.
168 // Large regexp (a lot of captures).
string-indexof-2.js 53 // test a lot of substrings of differing length and start-position.
  /external/v8/test/mjsunit/regress/
regress-1125.js 28 // Test a lot of updates to freshly created contexts.
  /external/v8/test/mjsunit/
string-search.js 32 // Test for a lot of different string.
string-indexof-2.js 53 // test a lot of substrings of differing length and start-position.
  /ndk/build/core/
check-cygwin-make.mk 18 # For some reason, a lot of application developers on Windows
definitions-utils.mk 45 # faster. It will also not explode the stack with a lot of
  /external/llvm/test/MC/ARM/
eh-directive-handlerdata.s 64 @ Use a lot of unwind opcdes to get __aeabi_unwind_cpp_pr1.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/storage/stylizr/
options.js 7 // Usually we try to store settings in the "sync" area since a lot of the time
  /external/chromium_org/v8/test/webkit/fast/js/kde/
exceptions.js 121 debug("Except a lot of errors. They should all be caught and lead to PASS");
  /external/llvm/utils/
codegen-diff 117 disassemble to the same thing. This puts a lot of trust in the
  /external/libvorbis/doc/
Vorbis_I_spec.tex 40 % escaping it (\_ instead of _). Since the Vorbis specs use it a lot,
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_signed_rgba.spec 47 but also a lot of functionality which has been superseded by fragment
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-177883.js 40 // which is used often (a context) and a lot of live ranges starting at the same
  /external/libvpx/libvpx/vp8/common/arm/neon/
variance_neon.asm 76 ;vmov.32 r0, d0[0] ;this instruction costs a lot
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 47 but also a lot of functionality which has been superseded by fragment
  /external/wpa_supplicant_8/wpa_supplicant/
nmake.mak 58 # VS 2005 complains about lot of deprecated string functions; let's ignore them

Completed in 492 milliseconds

1 2 3