HomeSort by relevance Sort by last modified time
    Searched refs:interval (Results 201 - 225 of 964) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
metrics.js 14 * A map from interval name to interval start timestamp.
19 * Start the named time interval.
22 * @param {string} name Unique interval name.
79 * Complete the time interval recording.
83 * @param {string} name Unique interval name.
89 console.error('Unknown interval: ' + name);
  /external/chromium_org/content/browser/renderer_host/media/
audio_input_sync_writer.cc 62 base::TimeDelta interval = base::Time::Now() - creation_time_; local
64 << interval.InMilliseconds() << "ms.";
67 base::TimeDelta interval = base::Time::Now() - last_write_time_; local
68 if (interval > kLogDelayThreadhold) {
70 << interval.InMilliseconds() << "ms.";
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionData.cpp 75 double interval)
77 return adoptRefWillBeNoop(new DeviceMotionData(acceleration, accelerationIncludingGravity, rotationRate, canProvideInterval, interval));
95 true, data.interval);
109 double interval)
114 , m_interval(interval)
DeviceMotionEvent.h 57 double interval(bool& isNull) const;
  /external/f2fs-tools/tools/
f2fstat.c 53 int interval; member in struct:options
187 " -i interval of head info\n"
203 opt->interval = atoi(optarg);
227 .interval = 20,
232 head_interval = opt.interval;
238 head_interval = opt.interval;
  /external/iputils/
ping_common.c 26 int interval = 1000; /* interval between packets (msec) */ variable
285 fprintf(stderr, "ping: bad timing interval\n");
289 interval = (int)(dbl * 1000);
424 if (waittime < 1000*interval)
425 waittime = 1000*interval;
442 int est = rtt ? rtt/8 : interval*1000;
444 interval = (est+rtt_addend+500)/1000;
445 if (uid && interval < MINUSERINTERVAL)
446 interval = MINUSERINTERVAL
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_keyboard.c 45 int interval; /* the delay between key repeat events */ member in struct:__anon33125
576 Uint32 now, interval; local
579 interval = (now - SDL_KeyRepeat.timestamp);
581 if ( interval > (Uint32)SDL_KeyRepeat.delay ) {
586 if ( interval > (Uint32)SDL_KeyRepeat.interval ) {
596 int SDL_EnableKeyRepeat(int delay, int interval)
598 if ( (delay < 0) || (interval < 0) ) {
604 SDL_KeyRepeat.interval = interval;
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/performance_monitor/
performance_monitor_ui_util.cc 50 // For each interval, advance the metric to the start of the interval, and
51 // append a metric vector for the aggregated data within that interval,
53 for (std::vector<TimeRange>::const_iterator interval = intervals.begin();
54 interval != intervals.end(); ++interval) {
55 while (metric != metrics->end() && metric->time < interval->start)
62 interval == intervals.begin() ? start : interval->start,
63 interval->end
    [all...]
  /external/chromium_org/remoting/host/
heartbeat_sender.cc 41 const char kSetIntervalTag[] = "set-interval";
102 // Make sure we don't send another heartbeat before the heartbeat interval
109 // Make sure we don't send another heartbeat before the heartbeat interval
174 int interval; local
175 if (!base::StringToInt(interval_str, &interval) || interval <= 0) {
176 LOG(ERROR) << "Received invalid set-interval: "
179 SetInterval(interval * base::Time::kMillisecondsPerSecond);
208 void HeartbeatSender::SetInterval(int interval) {
209 if (interval != interval_ms_)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
PODIntervalTree.h 69 // An interval tree, which is a form of augmented red-black tree. It
100 // interval. The returned intervals are sorted by increasing low
102 Vector<IntervalType> allOverlaps(const IntervalType& interval) const
105 allOverlaps(interval, result);
110 // interval. The returned intervals are sorted by increasing low
112 void allOverlaps(const IntervalType& interval, Vector<IntervalType>& result) const
116 IntervalSearchAdapterType adapter(result, interval.low(), interval.high());
128 // Helper to create interval objects.
155 // interval to the result vector. The intervals are sorted b
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventRecurrenceFormatter.java 59 int interval = recurrence.interval <= 1 ? 1 : recurrence.interval; local
62 return r.getQuantityString(R.plurals.daily, interval, interval) + endString;
100 return r.getQuantityString(R.plurals.weekly, interval, interval, string)
  /art/compiler/optimizing/
register_allocator_test.cc 132 // Sibling of the first interval has no register allocated to it.
339 LiveInterval* interval = first_add->GetLiveInterval(); local
340 ASSERT_EQ(interval->GetEnd(), last_add->GetLifetimePosition() + 1);
341 ASSERT_TRUE(interval->GetNextSibling() == nullptr);
344 ASSERT_EQ(interval->FirstRegisterUse(), first_add->GetLifetimePosition());
347 interval = interval->SplitAt(first_add->GetLifetimePosition() + 2);
349 ASSERT_EQ(interval->FirstRegisterUse(), last_add->GetLifetimePosition() + 1);
352 LiveInterval* new_interval = interval->SplitAt(last_add->GetLifetimePosition() - 1);
353 // Ensure the current interval has no register use..
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipWakeupTimer.java 97 int interval = (int) (e.mLastTriggerTime + e.mMaxPeriod local
99 interval = interval / minPeriod * minPeriod;
100 e.mTriggerTime = minTriggerTime + interval;
126 int interval = event.mMaxPeriod; local
127 interval -= (int) (firstEvent.mTriggerTime - now);
128 interval = interval / minPeriod * minPeriod;
129 event.mTriggerTime = firstEvent.mTriggerTime + interval;
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer_unittest.cc 299 EXPECT_EQ(cricket::VideoFormat::FpsToInterval(30), best.interval);
317 EXPECT_EQ(cricket::VideoFormat::FpsToInterval(30), best.interval);
325 EXPECT_EQ(cricket::VideoFormat::FpsToInterval(30), best.interval);
333 EXPECT_EQ(cricket::VideoFormat::FpsToInterval(30), best.interval);
341 EXPECT_EQ(cricket::VideoFormat::FpsToInterval(30), best.interval);
349 EXPECT_EQ(cricket::VideoFormat::FpsToInterval(30), best.interval);
375 EXPECT_EQ(cricket::VideoFormat::FpsToInterval(24), best.interval);
379 desired.interval = cricket::VideoFormat::FpsToInterval(30);
384 EXPECT_EQ(cricket::VideoFormat::FpsToInterval(24), best.interval);
388 desired.interval = cricket::VideoFormat::FpsToInterval(30)
    [all...]
  /external/libunwind/tests/
test-async-sig.c 45 struct itimerval interval = variable in typeref:struct:itimerval
160 setitimer (ITIMER_VIRTUAL, &interval, NULL);
179 setitimer (ITIMER_VIRTUAL, &interval, NULL);
  /bionic/libc/kernel/uapi/linux/hdlc/
ioctl.h 94 unsigned int interval; member in struct:__anon449
  /development/ndk/platforms/android-L/include/linux/hdlc/
ioctl.h 94 unsigned int interval; member in struct:__anon2055
  /external/chromium_org/cc/test/
fake_layer_tree_host_impl_client.h 19 base::TimeDelta interval) OVERRIDE {}
  /external/chromium_org/chrome/test/remoting/
waiter.h 44 // interval until true is returned.
50 base::TimeDelta interval,
  /external/chromium_org/components/rappor/
log_uploader.h 28 // fixed interval after the successful upload of the previous logs. If an
30 // backoff interval.
55 virtual void ScheduleNextUpload(base::TimeDelta interval);
60 // Increases the upload interval each time it's called, to handle the case
93 // The interval to wait after an upload's URLFetcher completion before
  /external/chromium_org/content/browser/renderer_host/
display_link_mac.h 28 base::TimeDelta* interval);
  /external/chromium_org/mojo/examples/html_viewer/
blink_platform_impl.cc 110 int64 interval = static_cast<int64>( local
114 if (interval < 0)
115 interval = 0;
118 shared_timer_.Start(FROM_HERE, base::TimeDelta::FromMicroseconds(interval),
  /external/chromium_org/third_party/WebKit/Source/core/frame/
DOMTimer.h 68 DOMTimer(ExecutionContext*, PassOwnPtr<ScheduledAction>, int interval, bool singleShot, int timeoutID);
71 // Retuns timer fire time rounded to the next multiple of timer alignment interval.
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
glx_empty.c 9 glXSwapIntervalSGI(int interval)
11 (void) interval;
20 glXSwapIntervalMESA(unsigned int interval)
22 (void) interval;
  /external/chromium_org/ui/gl/
gl_context_cgl.h 29 virtual void SetSwapInterval(int interval) OVERRIDE;

Completed in 641 milliseconds

1 2 3 4 5 6 7 891011>>