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

1 2 3 4 5

  /external/valgrind/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/exp-bbv/tests/x86/
complex_rep.S 2 # I thought up a lot of corner-cases in the rep code. This tries
  /external/icu/icu4c/source/tools/tzcode/
zdump.c 234 static time_t hunt(char * name, time_t lot, time_t hit);
244 static time_t huntICU(char * name, time_t lot, time_t hit, FILE *fp);
733 hunt(char *name, time_t lot, time_t hit)
742 lotmp = my_localtime(&lot);
748 time_t diff = hit - lot;
751 t = lot;
753 if (t <= lot)
761 (delta(&tm, &lotm) == (t - lot) &&
764 lot = t;
769 show(name, lot, TRUE)
    [all...]
icuzdump.cpp 151 UDate lot = t; local
154 int32_t diff = (int32_t)(hit - lot);
158 UDate medt = lot + ((diff / 2) / tick) * tick;
168 lot = medt;
173 formatter->format(lot, rawOffset + dstOffset, (dstOffset == 0 ? FALSE : TRUE), str);
  /external/syslinux/gpxe/src/drivers/net/
cs89x0.txt 45 job a lot.
  /prebuilts/go/darwin-x86/test/chan/
goroutines.go 8 // Make a lot of goroutines, threaded together, and tear them down cleanly.
  /prebuilts/go/linux-x86/test/chan/
goroutines.go 8 // Make a lot of goroutines, threaded together, and tear them down cleanly.
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
ICUZDump.java 103 long lot = t; local
106 long diff = hit - lot;
110 long medt = lot + ((diff / 2) / tick) * tick;
116 lot = medt;
119 w.write(formatter.format(lot, offset, tz.inDaylightTime(lot)));
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
raceprof.go 9 // Test that we can collect a lot of colliding profiling signals from
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug449.go 12 // This program generates a lot of equality tests and hopes to
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
raceprof.go 9 // Test that we can collect a lot of colliding profiling signals from
  /prebuilts/go/linux-x86/test/fixedbugs/
bug449.go 12 // This program generates a lot of equality tests and hopes to
  /system/bt/doc/
directory_layout.md 13 * bta - *Bluetooth Application* - Strange collection of a-lot of things **Deprecate?**
  /external/llvm/test/MC/ARM/
eh-directive-handlerdata.s 69 @ Use a lot of unwind opcdes to get __aeabi_unwind_cpp_pr1.
  /external/swiftshader/third_party/LLVM/utils/
codegen-diff 117 disassemble to the same thing. This puts a lot of trust in the
  /prebuilts/go/darwin-x86/src/cmd/link/
linkbig_test.go 69 // There are lots of dummy code generated in the .s files just to generate a lot
  /prebuilts/go/linux-x86/src/cmd/link/
linkbig_test.go 69 // There are lots of dummy code generated in the .s files just to generate a lot
  /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,
  /prebuilts/go/darwin-x86/src/mime/multipart/
formdata.go 35 maxValueBytes := int64(10 << 20) // 10 MB is a lot of text.
  /prebuilts/go/darwin-x86/src/runtime/
write_err_android.go 113 // and blocking I/O simplifies the code a lot.
  /prebuilts/go/linux-x86/src/mime/multipart/
formdata.go 35 maxValueBytes := int64(10 << 20) // 10 MB is a lot of text.
  /prebuilts/go/linux-x86/src/runtime/
write_err_android.go 113 // and blocking I/O simplifies the code a lot.
  /external/curl/packages/vms/
build_gnv_curl_pcsi_desc.com 11 $! if a lot, then an alias procedure is needed.
151 $! if a lot, then an alias procedure is needed.
  /prebuilts/go/darwin-x86/src/strconv/
atof.go 120 // a lot (say, 100000). it doesn't matter if it's
217 // a lot (say, 100000). it doesn't matter if it's

Completed in 1617 milliseconds

1 2 3 4 5