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

  /external/v8/src/
date.cc 48 segment->offset_ms = 0;
192 void DateCache::ExtendTheAfterSegment(int time_sec, int offset_ms) {
193 if (after_->offset_ms == offset_ms &&
206 after_->offset_ms = offset_ms;
232 return before_->offset_ms;
244 before_->offset_ms = GetDaylightSavingsOffsetFromOS(time_sec);
246 return before_->offset_ms;
252 return before_->offset_ms;
258 int offset_ms = GetDaylightSavingsOffsetFromOS(time_sec); local
299 int offset_ms = GetDaylightSavingsOffsetFromOS(middle_sec); local
    [all...]
date.h 233 int offset_ms;
254 inline void ExtendTheAfterSegment(int time_sec, int offset_ms);
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimators_test.cc 361 int64_t offset_ms[kNumRmcatFlows]; local
363 offset_ms[i] = std::max(0, 5000 * i + random_.Rand(-1000, 1000));
367 kMaxJitterMs, offset_ms); local
375 int64_t offset_ms[kNumRmcatFlows]; local
377 offset_ms[i] = std::max(0, 5000 * i + random_.Rand(-1000, 1000));
381 kMaxJitterMs, offset_ms); local
389 int64_t offset_ms[kNumRmcatFlows]; local
391 offset_ms[i] = std::max(0, 5000 * i + random_.Rand(-1000, 1000));
395 kMaxJitterMs, offset_ms); local
402 int64_t offset_ms[2]; // One TCP, one RMCAT flow local
408 offset_ms); local
415 int64_t offset_ms[2]; \/\/ One TCP, one RMCAT flow. local
421 offset_ms); local
428 int64_t offset_ms[2]; \/\/ One TCP, one RMCAT flow. local
434 offset_ms); local
    [all...]
bwe_simulations.cc 317 int64_t offset_ms[] = {random_.Rand(2 * kAverageOffsetMs), 0}; local
318 RunFairnessTest(GetParam(), 1, 1, 1000, 2000, 50, 50, 0, offset_ms); local
323 int64_t offset_ms[] = {random_.Rand(2 * kAverageOffsetMs), 0}; local
324 RunFairnessTest(GetParam(), 1, 1, 1000, 2000, 500, 50, 0, offset_ms); local
329 int64_t offset_ms[] = {random_.Rand(2 * kAverageOffsetMs), 0}; local
330 RunFairnessTest(GetParam(), 1, 1, 1000, 2000, 1000, 50, 0, offset_ms); local
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet_sender.h 138 TcpSender(PacketProcessorListener* listener, int flow_id, int64_t offset_ms);
141 int64_t offset_ms,
packet_sender.cc 323 int64_t offset_ms)
324 : TcpSender(listener, flow_id, offset_ms, kNoLimit) {
329 int64_t offset_ms,
337 offset_ms_(offset_ms),

Completed in 69 milliseconds