/external/llvm/lib/Target/AMDGPU/ |
SIInsertWaits.cpp | 93 /// \brief Get register interval an operand affects. 306 RegInterval Interval = getRegInterval(RC, Op); 307 for (unsigned j = Interval.first; j < Interval.second; ++j) { 412 RegInterval Interval = getRegInterval(RC, Op); 413 for (unsigned j = Interval.first; j < Interval.second; ++j) {
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
AlarmScheduler.java | 85 // We really need to query for reminder times that fall in some interval, but 86 // the Reminders table only stores the reminder interval (10min, 15min, etc), and 89 // whose start times begin within some interval (ie. 1 week out). This means 100 * has the limitation of querying events within some interval from now (ie. looks at 128 * Queries events starting within a fixed interval from now. 146 // Build query for all events starting within the fixed interval. 188 // Put query results of all events starting within some interval into map of event ID to
|
/external/autotest/server/cros/dynamic_suite/ |
job_status.py | 138 def wait_for_jobs_to_start(afe, jobs, interval=DEFAULT_POLL_INTERVAL_SECONDS, 145 @param interval: polling interval in seconds. 167 logging.debug('Waiting %ds before polling again.', interval) 168 time.sleep(interval) 172 def wait_for_jobs_to_finish(afe, jobs, interval=DEFAULT_POLL_INTERVAL_SECONDS, 178 @param interval: polling interval in seconds. 201 logging.debug('Waiting %ds before polling again.', interval) 202 time.sleep(interval) [all...] |
/external/llvm/include/llvm/CodeGen/ |
LiveInterval.h | 1 //===-- llvm/CodeGen/LiveInterval.h - Interval representation ---*- C++ -*-===// 11 // numbering of each the machine instructions an interval [i, j) is said to be a 157 /// This represents a simple continuous liveness interval for a value. 161 SlotIndex start; // Start point of the interval (inclusive) 162 SlotIndex end; // End point of the interval (exclusive) 177 /// Return true if the given interval, [S, E), is covered by this segment. 179 assert((S < E) && "Backwards interval?"); 434 /// overlaps - Return true if the live range overlaps an interval specified 594 /// super register are covered by the interval. 617 const unsigned reg; // the register or stack slot of this interval [all...] |
/packages/apps/Calendar/src/com/android/calendar/recurrencepicker/ |
RecurrencePickerDialog.java | 120 * INTERVAL: Every n days/weeks/months/years. n >= 1 122 int interval = INTERVAL_DEFAULT; field in class:RecurrencePickerDialog.RecurrenceModel 185 return "Model [freq=" + freq + ", interval=" + interval + ", end=" + end + ", endDate=" 203 dest.writeInt(interval); 437 // Interval: 438 if (er.interval > 0) { 439 model.interval = er.interval; 527 // Interval [all...] |
/system/connectivity/shill/wifi/ |
wake_on_wifi_unittest.cc | 166 // kSSIDBytes2, and scans for these SSIDs at interval 1228 const uint32_t interval = kNetDetectScanIntervalSeconds; local 1356 const uint32_t interval = kNetDetectScanIntervalSeconds; local 3379 const uint32_t interval = kNetDetectScanIntervalSeconds; local 3396 const uint32_t interval = kNetDetectScanIntervalSeconds; local [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/regression/ |
SimpleRegression.java | 507 * Returns the half-width of a 95% confidence interval for the slope 510 * The 95% confidence interval is</p> 525 * @return half-width of 95% confidence interval for the slope estimate 526 * @throws MathException if the confidence interval can not be computed. 533 * Returns the half-width of a (100-100*alpha)% confidence interval for 536 * The (100-100*alpha)% confidence interval is </p> 541 * To request, for example, a 99% confidence interval, use 560 * @return half-width of 95% confidence interval for the slope estimate 561 * @throws MathException if the confidence interval can not be computed. 578 * such that the slope confidence interval with significance leve [all...] |
/external/e2fsprogs/misc/ |
tune2fs.8.in | 26 .I interval-between-checks 179 .BI mmp_update_interval= interval 180 Adjust the initial MMP update interval to 181 .I interval 183 .I interval 184 of 0 means to use the default interval. The specified interval must 270 .I interval-between-checks 597 Set the desired MMP check interval in seconds. It is 5 seconds by default.
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_util.h | 418 class Interval 421 Interval() : head(0), tail(0) { } 422 Interval(const Interval&); 423 ~Interval(); 426 void insert(const Interval&); 427 void unify(Interval&); // clears source interval 433 bool overlaps(const Interval&) const; 571 void Interval::checkTail() cons [all...] |
/external/fio/ |
options.c | 1563 .interval = 1, 1578 .interval = 1, 1592 .interval = 1, 1605 .interval = 1, 1616 .interval = 1024 * 1024, 1626 .interval = 1024 * 1024, 1649 .interval = 1024 * 1024, [all...] |
/device/linaro/hikey/gralloc/ |
framebuffer_device.cpp | 51 static int fb_set_swap_interval(struct framebuffer_device_t *dev, int interval) 53 if (interval < dev->minSwapInterval) 55 interval = dev->minSwapInterval; 57 else if (interval > dev->maxSwapInterval) 59 interval = dev->maxSwapInterval; 62 swapInterval = interval;
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/ |
EventState.java | 48 /** Maximal time interval between events handler checks. */ 88 * @param maxCheckInterval maximal time interval between switching 89 * function checks (this interval prevents missing sign changes in 121 /** Get the maximal time interval between events handler checks. 122 * @return maximal time interval between events handler checks 248 // - when ta was computed, convergence was reached on the "wrong side" of the interval
|
/external/autotest/client/site_tests/desktopui_SonicExtension/ |
test_utils.py | 322 def cpu_usage_interval(self, duration, interval=1): 323 """Get the CPU usage over a period of time based on interval. 326 @param interval: The interval to check the CPU usage. Default is 1 sec. 333 time.sleep(interval) 337 current_time += interval
|
/external/iproute2/misc/ |
rtacct.c | 301 static void update_db(int interval) 319 sample = (double)(incr*1000)/interval; 320 if (interval >= scan_interval) { 322 } else if (interval >= 1000) { 323 if (interval >= time_constant) { 326 double w = W*(double)interval/scan_interval;
|
/external/tcpdump/tests/ |
lmp-v.out | 12 Verify Interval: 20 39 Hello Interval: 5 40 Hello Dead Interval: 15 64 Hello Interval: 5 65 Hello Dead Interval: 15 108 Verify Dead Interval: 50
|
/external/v8/src/compiler/ |
graph-visualizer.cc | 567 for (auto interval = range->first_interval(); interval != nullptr; 568 interval = interval->next()) { 569 os_ << " [" << interval->start().value() << ", " 570 << interval->end().value() << "[";
|
/external/webrtc/talk/app/webrtc/ |
videosource.cc | 149 return (value <= cricket::VideoFormat::IntervalToFps(format_in.interval)); 161 if (value <= cricket::VideoFormat::IntervalToFps(format_in.interval)) 162 format_out->interval = cricket::VideoFormat::FpsToInterval(value); 254 int64_t best_diff_interval = kDefaultFormat.interval; 257 int64_t diff_interval = std::abs(kDefaultFormat.interval - it->interval);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
bgscan_learn.c | 335 wpa_printf(MSG_ERROR, "bgscan learn: Missing scan interval " 412 "Short bgscan interval %d Long bgscan interval %d", 425 /* Poll for signal info to set initial scan interval */ 580 "interval"); 587 "interval");
|
/frameworks/base/core/java/android/os/ |
CommonTimeConfig.java | 246 * @param interval The time (in milliseconds) between master announcements. 250 public int setMasterAnnounceInterval(int interval) { 253 return mUtils.transactSetInt(METHOD_SET_MASTER_ANNOUNCE_INTERVAL, interval); 273 * @param interval The time (in milliseconds) between time sync requests. 277 public int setClientSyncInterval(int interval) { 280 return mUtils.transactSetInt(METHOD_SET_CLIENT_SYNC_INTERVAL, interval);
|
/hardware/qcom/camera/QCamera2/util/ |
QCameraDisplay.cpp | 52 * DESCRIPTION: Computes average vsync interval. Called by display 191 * DESCRIPTION: Computes average vsync interval using current and previously 206 // Compute average vsync interval using current and previously stored vsync data. 207 // Leave the max and min vsync interval from history in computing the average. 231 * DESCRIPTION: Computes presentation time stamp using vsync interval 250 // future time stamp = vfe time stamp + N * average vsync interval
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
InCallContactInteractions.java | 156 // This variable records which interval the current time is after. 0 denotes none of the 157 // intervals, 1 after the first interval, etc. It is also the index of the interval the 158 // current time is in (if open) or the next interval (if closed). 206 // be after the last interval, but just in case, we don't want to crash. 234 // interval, afterInterval should be less than the count of intervals, but just in
|
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/ |
InteractiveLineGraphView.java | 477 double interval = roundToOneSignificantFigure(rawInterval); local 478 double intervalMagnitude = Math.pow(10, (int) Math.log10(interval)); 479 int intervalSigDigit = (int) (interval / intervalMagnitude); 482 interval = Math.floor(10 * intervalMagnitude); 485 double first = Math.ceil(start / interval) * interval; 486 double last = Math.nextUp(Math.floor(stop / interval) * interval); 491 for (f = first; f <= last; f += interval) { 502 for (f = first, i = 0; i < n; f += interval, ++i) [all...] |
/external/autotest/client/cros/networking/chrome_testing/ |
chrome_networking_test_context.py | 152 @param timeout: The timeout interval length, in seconds, after which 155 timeout interval. 177 @param timeout: The timeout interval, in seconds, for which this
|
/external/autotest/server/cros/ap_configurators/ |
buffaloag300h_ap_configurator.py | 190 interval = '//input[@name="ath0_wpa_gtk_rekey"]' 193 interval = '//input[@name="ath1_wpa_gtk_rekey"]' 202 self.set_content_of_text_field_by_xpath(update_interval, interval,
|
/external/compiler-rt/lib/builtins/ |
divsf3.c | 102 // is in the interval [-0x1.f58108p-31, 0x1.d0e48cp-29], in line with our 110 // interval [0x1.000000eep-1, 0x1.fffffffcp-1], and is strictly smaller 115 // 2. q is in the interval [0x1.000000eep-1, 0x1.fffffffcp0)
|