HomeSort by relevance Sort by last modified time
    Searched refs:uncertainty (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/components/network_time/
network_time_tracker_unittest.cc 81 // |ticks_now_| value is within the uncertainty (should always be true
85 base::TimeDelta uncertainty; local
88 &uncertainty))
92 static_cast<double>(uncertainty.ToInternalValue())) {
94 << "Expected network time not within uncertainty.";
118 base::TimeDelta uncertainty; local
121 &uncertainty)); local
150 // updating its network time. The uncertainty should account for the
network_time_tracker.cc 89 // and 5 ticks measurements are involved, each with their own uncertainty.
113 base::TimeDelta* uncertainty) const {
120 if (uncertainty)
121 *uncertainty = network_time_uncertainty_;
network_time_tracker.h 33 // return the error range if |uncertainty| isn't NULL.
36 base::TimeDelta* uncertainty) const;
67 // Uncertainty of |network_time_| based on added inaccuracies/resolution.
  /external/chromium_org/chrome/browser/
upgrade_detector_impl.cc 408 base::TimeDelta uncertainty; local
410 base::TimeTicks::Now(), &network_time, &uncertainty)) {
  /device/generic/goldfish/gps/
gps_qemu.c 879 qemu_gps_inject_time(GpsUtcTime time, int64_t timeReference, int uncertainty)
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 495 milliseconds