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

1 2

  /external/mockito/cglib-and-asm/src/org/mockito/cglib/util/
SorterTemplate.java 129 int lot = lo; local
131 while (lot < hit) {
132 swap(lot++, hit--);
134 lot = mid; hit = hi - 1;
135 while (lot < hit) {
136 swap(lot++, hit--);
138 lot = lo; hit = hi - 1;
139 while (lot < hit) {
140 swap(lot++, hit--);
  /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/icu/icu4c/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/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.
date-parse.js 31 // These formats are all supported by KJS but a lot of them are not
  /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/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_shifter.js 13 * separation is that trying to make the decision here would require 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/openssl/crypto/
sparccpuid.S 259 ! a lot of %tick-s, couple of thousand on Linux...
323 bgu %xcc,.Lot
325 bgu .Lot
341 .Lot:
  /external/chromium_org/chrome/browser/resources/net_internals/
timeline_data_series.js 360 // The disk cache has a lot of 0-length writes, when truncating entries.
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
bytes.pxd 150 # count). (Clarification: even though there is a lot of talk about
string.pxd 150 # count). (Clarification: even though there is a lot of talk about
  /external/chromium_org/third_party/skia/experimental/Intersection/
thingsToDo.txt 153 Currently, if only the end points touch, QuadracticIntersections does a lot of

Completed in 695 milliseconds

1 2