/external/chromium_org/content/child/npapi/ |
plugin_instance.cc | 448 uint32 PluginInstance::ScheduleTimer(uint32 interval, 457 // Record timer interval and repeat. 459 info.interval = interval; 467 base::TimeDelta::FromMilliseconds(interval)); 509 base::TimeDelta::FromMilliseconds(info.interval));
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
pseudotcp_unittest.cc | 177 long interval = 0; // NOLINT local 178 tcp->GetNextClock(PseudoTcp::Now(), interval); local 179 interval = talk_base::_max<int>(interval, 0L); // sometimes interval is < 0 181 talk_base::Thread::Current()->PostDelayed(interval, this, message);
|
/external/chromium_org/webkit/child/ |
webkitplatformsupport_impl.cc | 735 int64 interval = static_cast<int64>( 739 if (interval < 0) 740 interval = 0; 743 shared_timer_.Start(FROM_HERE, base::TimeDelta::FromMicroseconds(interval), 745 OnStartSharedTimer(base::TimeDelta::FromMicroseconds(interval)); [all...] |
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
EventRecurrenceTest.java | 42 /* int interval */ 0, 63 /* int interval */ 0, 84 /* int interval */ 0, 105 /* int interval */ 0, 126 /* int interval */ 0, 147 /* int interval */ 0, 168 /* int interval */ 0, 190 /* int interval */ 0, 212 /* int interval */ 0, 230 verifyRecurType("FREQ=DAILY;INTERVAL=5000" [all...] |
/packages/apps/Mms/src/com/android/mms/dom/smil/ |
SmilPlayer.java | 424 private synchronized void waitForEntry(long interval) 427 Log.v(TAG, "Waiting for " + interval + "ms."); 432 while (interval > 0) { 434 long sleep = Math.min(interval, TIMESLICE); 450 interval -= TIMESLICE;
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
utmstest.c | 67 uint64_t interval = max - min; local 73 /* Verify that we don't have a huge interval. */ 74 if (interval < (uint64_t)U_INT64_MAX) { 75 ranInt = interval;
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
localvideosource.cc | 168 return (value <= cricket::VideoFormat::IntervalToFps(format_in.interval)); 180 if (value <= cricket::VideoFormat::IntervalToFps(format_in.interval)) { 181 format_out->interval = cricket::VideoFormat::FpsToInterval(value);
|
/external/icu4c/test/cintltst/ |
utmstest.c | 67 uint64_t interval = max - min; local 73 /* Verify that we don't have a huge interval. */ 74 if (interval < (uint64_t)U_INT64_MAX) { 75 ranInt = interval;
|
/external/netperf/ |
netsh.c | 184 double demo_interval = 1000000.0; /* what is the desired interval to 185 display interval results. default 191 reporting interval? */ 210 double interval; variable 262 and confidence interval in percentage (10)\n\ 444 interval = 0.05; /* five percent? */ 596 interval = (double) convert(arg2)/100; 754 /* interval. */
|
netcpu_procstat.c | 112 calibrate_idle_rate (int iterations, int interval)
|
/external/opencv/cv/src/ |
cvfloodfill.cpp | 360 #define DIFF_INT_C1(p1,p2) ((unsigned)((p1)[0] - (p2)[0] + d_lw[0]) <= interval[0]) 362 #define DIFF_INT_C3(p1,p2) ((unsigned)((p1)[0] - (p2)[0] + d_lw[0])<= interval[0] && \ 363 (unsigned)((p1)[1] - (p2)[1] + d_lw[1])<= interval[1] && \ 364 (unsigned)((p1)[2] - (p2)[2] + d_lw[2])<= interval[2]) 366 #define DIFF_FLT_C1(p1,p2) (fabs((p1)[0] - (p2)[0] + d_lw[0]) <= interval[0]) 368 #define DIFF_FLT_C3(p1,p2) (fabs((p1)[0] - (p2)[0] + d_lw[0]) <= interval[0] && \ 369 fabs((p1)[1] - (p2)[1] + d_lw[1]) <= interval[1] && \ 370 fabs((p1)[2] - (p2)[2] + d_lw[2]) <= interval[2]) 385 unsigned interval[] = {0,0,0}; local 403 interval[i] = (unsigned)(_d_up[i] + _d_lw[i]) 691 float interval[] = {0,0,0}; local [all...] |
/frameworks/base/services/java/com/android/server/ |
AlarmManagerService.java | 332 // Apply a heuristic to { recurrence interval, futurity of the trigger time } to 334 static long maxTriggerTime(long now, long triggerAtTime, long interval) { 335 // Current heuristic: batchable window is 75% of either the recurrence interval 337 // with a minimum delay/interval of 10 seconds, under which we will simply not 339 long futurity = (interval == 0) 341 : interval; 512 public void set(int type, long triggerAtTime, long windowLength, long interval, 520 set(type, triggerAtTime, windowLength, interval, operation, false, workSource); 523 public void set(int type, long triggerAtTime, long windowLength, long interval, 556 maxElapsed = maxTriggerTime(nowElapsed, triggerElapsed, interval); [all...] |
/external/blktrace/ |
blkiomon.c | 77 static int interval = -1; variable 279 wake.tv_sec += interval; 599 "-I <interval> | --interval=<interval>\n" \ 607 "\t-I Sample interval.\n" \ 641 .name = "interval", 705 interval = atoi(optarg); 725 if (interval <= 0) {
|
/external/chromium_org/chrome/browser/chromeos/memory/ |
oom_priority_manager.cc | 57 // Record a size in megabytes, over a potential interval up to 32 GB. 61 // The default interval in seconds after which to adjust the oom_score_adj 66 // or not the user experienced a low memory event. If you change this interval 70 // If there has been no priority adjustment in this interval, we assume the 333 TimeDelta interval = TimeTicks::Now() - start_time_; local 334 int interval_seconds = static_cast<int>(interval.InSeconds()); 335 // Record time in seconds over an interval of approximately 1 day. 340 TimeDelta interval = TimeTicks::Now() - last_discard_time_; local 341 int interval_ms = static_cast<int>(interval.InMilliseconds()); 342 // Record time in milliseconds over an interval of approximately 1 day [all...] |
/external/chromium_org/chrome/test/functional/ |
webrtc_call.py | 125 cpu_usage = renderer_process.get_cpu_percent(interval=0)
|
/external/chromium_org/content/browser/device_orientation/ |
data_fetcher_impl_android.cc | 179 device_motion_buffer_->data.interval = kPeriodInMilliseconds;
|
/external/chromium_org/content/common/gpu/ |
image_transport_surface.h | 127 base::TimeTicks timebase, base::TimeDelta interval); 142 // Set the default swap interval on the surface.
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
videocommon.cc | 233 ss << fourcc_name << width << "x" << height << "x" << IntervalToFps(interval);
|
/external/chromium_org/v8/src/ |
lithium-allocator.cc | 284 // Find the last interval that ends before the position. If the 286 // split that interval and use the first part. 289 // If the split position coincides with the beginning of a use interval 294 // When splitting at start we need to locate the previous use interval. 315 ? after // Only interval in the range after split. 316 : last_interval_; // Last interval of the original range. 325 // The split position coincides with the beginning of a use interval (the 327 // the split child because split child owns use interval covering it. 396 LAllocator::TraceAlloc("Ensure live range %d in interval [%d %d[\n", 421 LAllocator::TraceAlloc("Add to live range %d interval [%d %d[\n" 426 UseInterval* interval = new(zone) UseInterval(start, end); local 433 UseInterval* interval = new(zone) UseInterval(start, end); local [all...] |
/external/nist-sip/java/gov/nist/javax/sip/ |
SipStackImpl.java | 282 * headers must be delivered in this interval and each successive buffer must be 283 * of the content delivered in this interval. Default value is -1 (ie. the stack 394 * When a forked response is received in this time interval from when the original 920 String interval = configurationProperties local [all...] |
/external/openfst/src/include/fst/ |
fstlib.h | 125 #include <fst/interval-set.h>
|
state-reachable.h | 30 #include <fst/interval-set.h> 50 typedef typename IntervalSet<I>::Interval Interval; 72 // Create tree interval 73 vector<Interval> *intervals = (*isets_)[s].Intervals(); 87 intervals->push_back(Interval(index, index + 1)); 89 intervals->push_back(Interval(index_, index_ + 1)); 107 // Non-tree interval 114 vector<Interval> *intervals = (*isets_)[s].Intervals(); 115 (*intervals)[0].end = index_; // Update tree interval en [all...] |
/external/v8/src/ |
lithium-allocator.cc | 279 // Find the last interval that ends before the position. If the 281 // split that interval and use the first part. 284 // If the split position coincides with the beginning of a use interval 289 // When splitting at start we need to locate the previous use interval. 310 ? after // Only interval in the range after split. 311 : last_interval_; // Last interval of the original range. 320 // The split position coincides with the beginning of a use interval (the 322 // the split child because split child owns use interval covering it. 391 LAllocator::TraceAlloc("Ensure live range %d in interval [%d %d[\n", 416 LAllocator::TraceAlloc("Add to live range %d interval [%d %d[\n" 421 UseInterval* interval = new(zone) UseInterval(start, end); local 428 UseInterval* interval = new(zone) UseInterval(start, end); local [all...] |
/external/chromium_org/cc/output/ |
output_surface_unittest.cc | 50 base::TimeDelta interval) { 51 OnVSyncParametersChanged(timebase, interval);
|
/external/chromium_org/content/browser/gpu/ |
gpu_process_host_ui_shim.cc | 222 base::TimeDelta interval) { 234 RenderWidgetHostImpl::From(rwh)->UpdateVSyncParameters(timebase, interval);
|