Home
last modified time | relevance | path

Searched refs:wall (Results 1 – 25 of 76) sorted by relevance

1234

/external/grpc-grpc/test/cpp/qps/
Dusage_timer.cc78 r.wall = Now(); in Sample()
89 r.wall = s.wall - start_.wall; in Mark()
Dusage_timer.h27 double wall; member
Dserver.h70 stats.set_time_elapsed(timer_result.wall); in Mark()
Dclient.h207 stats.set_time_elapsed(timer_result.wall); in Mark()
/external/e2fsprogs/
DMCONFIG.in213 # Run make gcc-wall to do a build with warning messages.
226 gcc-wall-new:
227 ($(MAKE) CFLAGS_WARN="$(WFLAGS)" > /dev/null) 2>&1 | sed -f $(top_srcdir)/util/gcc-wall-cleanup
229 gcc-wall:
231 $(MAKE) gcc-wall-new
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCalendar.java5735 long wall = millis + millisInDay; in computeZoneOffset() local
5739 … ((BasicTimeZone)zone).getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, offsets); in computeZoneOffset()
5742 zone.getOffset(wall, true, offsets); in computeZoneOffset()
5747 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset()
5761 zone.getOffset(wall + offsetDelta, true, offsets); in computeZoneOffset()
5770 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset()
5788 long wall = millis + millisInDay; in computeZoneOffset() local
5792 … ((BasicTimeZone)zone).getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, offsets); in computeZoneOffset()
5795 zone.getOffset(wall, true, offsets); in computeZoneOffset()
5800 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCalendar.java5562 long wall = millis + millisInDay; in computeZoneOffset() local
5566 … ((BasicTimeZone)zone).getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, offsets); in computeZoneOffset()
5569 zone.getOffset(wall, true, offsets); in computeZoneOffset()
5574 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset()
5588 zone.getOffset(wall + offsetDelta, true, offsets); in computeZoneOffset()
5597 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset()
5615 long wall = millis + millisInDay; in computeZoneOffset() local
5619 … ((BasicTimeZone)zone).getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, offsets); in computeZoneOffset()
5622 zone.getOffset(wall, true, offsets); in computeZoneOffset()
5627 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/
Dstatistic.ll11 ; JSONTIME-DAG: "time.pass.instsimplify.wall"
/external/tensorflow/tensorflow/core/util/
Dtest_log.proto53 // Total wall time used for all iterations (in seconds)
190 // The amount of time the total run took (wall time in seconds)
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dstats.proto22 // wall clock time change in seconds since last reset
/external/grpc-grpc/src/proto/grpc/testing/
Dstats.proto22 // wall clock time change in seconds since last reset
/external/caliper/caliper/src/main/resources/com/google/caliper/config/
Dglobal-config.properties42 # Interrupt warmup when it has been running for this much wall-clock time,
/external/python/pybind11/docs/advanced/cast/
Dchrono.rst23 for timing purposes but good for measuring the wall time.
/external/icu/icu4c/source/i18n/
Dcalendar.cpp3163 UDate wall = millis + millisInDay; in computeZoneOffset() local
3168 … btz->getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, rawOffset, dstOffset, ec); in computeZoneOffset()
3172 tz.getOffset(wall, TRUE, rawOffset, dstOffset, ec); in computeZoneOffset()
3177 UDate tgmt = wall - (rawOffset + dstOffset); in computeZoneOffset()
3192 tz.getOffset(wall + offsetDelta, TRUE, rawOffset, dstOffset, ec); in computeZoneOffset()
3201 UDate tgmt = wall - (rawOffset + dstOffset); in computeZoneOffset()
/external/tensorflow/tensorflow/lite/java/demo/app/src/main/assets/
Dlabels_imagenet_slim.txt827 stone wall
894 wall clock
Dlabels_mobilenet_quant_v1_224.txt827 stone wall
894 wall clock
/external/tensorflow/tensorflow/lite/examples/ios/simple/data/
Dlabels.txt827 stone wall
894 wall clock
/external/tensorflow/tensorflow/lite/examples/ios/camera/data/
Dlabels.txt827 stone wall
894 wall clock
/external/tensorflow/tensorflow/lite/java/ovic/src/testdata/
Dlabels.txt827 stone wall
894 wall clock
/external/walt/
DREADME.google43 Despite the reliability and accuracy of NTP, device and host wall clocks can
/external/f2fs-tools/
Dconfigure.ac149 dnl Warning! Use of --enable-gcc-wall may throw off this test.
/external/llvm/docs/tutorial/
DOCamlLangImpl8.rst97 little crazy or off the wall and seeing how it turns out. If you get
227 have a specific need and run into a wall, please bring the topic up on
DLangImpl10.rst89 little crazy or off the wall and seeing how it turns out. If you get
219 have a specific need and run into a wall, please bring the topic up on
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/
DLangImpl10.rst89 little crazy or off the wall and seeing how it turns out. If you get
219 have a specific need and run into a wall, please bring the topic up on
DOCamlLangImpl8.rst97 little crazy or off the wall and seeing how it turns out. If you get
227 have a specific need and run into a wall, please bring the topic up on

1234