Home
last modified time | relevance | path

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

123

/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()
/external/e2fsprogs/
DMCONFIG.in205 # Run make gcc-wall to do a build with warning messages.
218 gcc-wall-new:
219 ($(MAKE) CFLAGS_WARN="$(WFLAGS)" > /dev/null) 2>&1 | sed -f $(top_srcdir)/util/gcc-wall-cleanup
221 gcc-wall:
223 $(MAKE) gcc-wall-new
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCalendar.java5561 long wall = millis + millisInDay; in computeZoneOffset() local
5565 … ((BasicTimeZone)zone).getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, offsets); in computeZoneOffset()
5568 zone.getOffset(wall, true, offsets); in computeZoneOffset()
5573 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset()
5587 zone.getOffset(wall + offsetDelta, true, offsets); in computeZoneOffset()
5596 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset()
5614 long wall = millis + millisInDay; in computeZoneOffset() local
5618 … ((BasicTimeZone)zone).getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, offsets); in computeZoneOffset()
5621 zone.getOffset(wall, true, offsets); in computeZoneOffset()
5626 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset()
[all …]
/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/autotest/client/tests/btreplay/
Dcontrol9 to replay it against a device. Output consists of wall clock time,
/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.proto38 // Total wall time used for all iterations (in seconds)
169 // The amount of time the total run took (wall time in seconds)
/external/grpc-grpc/src/proto/grpc/testing/
Dstats.proto22 // wall clock time change in seconds since last reset
/external/grpc-grpc-java/benchmarks/src/main/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/icu/icu4c/source/i18n/
Dcalendar.cpp3147 UDate wall = millis + millisInDay; in computeZoneOffset() local
3152 … btz->getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, rawOffset, dstOffset, ec); in computeZoneOffset()
3156 tz.getOffset(wall, TRUE, rawOffset, dstOffset, ec); in computeZoneOffset()
3161 UDate tgmt = wall - (rawOffset + dstOffset); in computeZoneOffset()
3176 tz.getOffset(wall + offsetDelta, TRUE, rawOffset, dstOffset, ec); in computeZoneOffset()
3185 UDate tgmt = wall - (rawOffset + dstOffset); in computeZoneOffset()
/external/tensorflow/tensorflow/lite/examples/ios/camera/data/
Dlabels.txt827 stone wall
894 wall clock
/external/tensorflow/tensorflow/lite/java/demo/app/src/main/assets/
Dlabels_mobilenet_quant_v1_224.txt827 stone wall
894 wall clock
Dlabels_imagenet_slim.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/java/ovic/src/testdata/
Dlabels.txt827 stone wall
894 wall clock
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/assets/
Dlabels_mobilenet_quant_v1_224.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.ac148 dnl Warning! Use of --enable-gcc-wall may throw off this test.
/external/python/cpython3/Doc/library/
Ddatetime.rst931 In ``[0, 1]``. Used to disambiguate wall times during a repeated interval. (A
934 The value 0 (1) represents the earlier (later) of the two moments with the same wall
1477 In ``[0, 1]``. Used to disambiguate wall times during a repeated interval. (A
1480 The value 0 (1) represents the earlier (later) of the two moments with the same wall
1866 When DST starts (the "start" line), the local wall clock leaps from 1:59 to
1867 3:00. A wall time of the form 2:MM doesn't really make sense on that day, so
1886 hour that can't be spelled unambiguously in local wall time: the last hour of
1888 daylight time ends. The local wall clock leaps from 1:59 (daylight time) back
1910 Applications that can't bear wall-time ambiguities should explicitly check the
/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
/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

123