HomeSort by relevance Sort by last modified time
    Searched refs:lot (Results 1 - 25 of 112) 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 235 static time_t hunt(char * name, time_t lot, time_t hit);
245 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 152 UDate lot = t; local
155 int32_t diff = (int32_t)(hit - lot);
159 UDate medt = lot + ((diff / 2) / tick) * tick;
169 lot = medt;
174 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
  /system/extras/simpleperf/doc/
inferno.md 92 If simpleperf reports a lot of lost sample it is probably because you are
  /external/llvm/utils/
codegen-diff 117 disassemble to the same thing. This puts a lot of trust in the
  /build/soong/cmd/extract_linker/
main.go 109 // linker doesn't use a lot of BSS, so this isn't a huge
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
scope.go 69 // tracking is disabled), we can skip a whole lot of work.
  /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/cmd/compile/internal/gc/
scope.go 69 // tracking is disabled), we can skip a whole lot of work.
  /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.

Completed in 661 milliseconds

1 2 3 4 5