/development/samples/browseable/AppUsageStatistics/src/com.example.android.appusagestatistics/ |
AppUsageStatisticsFragment.java | 129 * @param intervalType The time interval by which the stats are aggregated. 217 StatsUsageInterval(String stringRepresentation, int interval) { 219 mInterval = interval;
|
/device/generic/goldfish/opengl/system/renderControl_enc/ |
README | 105 immediatly, the buffer will be displayed at the next swap interval. 107 void rcFBSetSwapInterval(EGLint interval); 108 Sets the swap interval for the host framebuffer window.
|
renderControl_entry.cpp | 28 void rcFBSetSwapInterval(EGLint interval); 161 void rcFBSetSwapInterval(EGLint interval) 164 ctx->rcFBSetSwapInterval(ctx, interval);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/ |
TrapezoidIntegrator.java | 66 * The interval is divided equally into 2^n sections rather than an 71 * @param min the lower bound for the interval 72 * @param max the upper bound for the interval
|
/external/ceres-solver/internal/ceres/ |
polynomial.h | 74 // Find the minimum value of the polynomial in the interval [x_min, 77 // interval [x_min, x_max] are considered as well as the end points 121 // and minimize it on the interval [x_min, x_max]. Depending on the
|
/external/google-breakpad/src/client/ios/ |
BreakpadController.h | 62 // The interval to wait between two uploads. Value is 0 if no upload must be 86 // Set the minimal interval between two uploads in seconds. This must be called 87 // at least once if the interval is not in the bundle information. A value of 0
|
/external/icu/icu4c/source/test/intltest/ |
tzbdtest.cpp | 69 const UDate TimeZoneBoundaryTest::INTERVAL = 10; 82 while ((max - min) > INTERVAL) { 97 mindelta <= INTERVAL && 99 maxdelta <= INTERVAL) logln(UnicodeString("PASS: Expected boundary at ") + expectedBoundary); 132 while ((max - min) > INTERVAL) { 148 mindelta <= INTERVAL && 150 maxdelta <= INTERVAL) logln(UnicodeString("PASS: Expected boundary at ") + expectedBoundary); 393 while ((max - min) > INTERVAL) { 408 mindelta <= INTERVAL && 410 maxdelta <= INTERVAL) logln(UnicodeString("PASS: Expected boundary at ") + expectedBoundary) [all...] |
/external/iw/ |
ibss.c | 120 if (argc > 1 && strcmp(argv[0], "beacon-interval") == 0) { 197 "<SSID> <freq in MHz> [HT20|HT40+|HT40-|NOHT|5MHZ|10MHZ] [fixed-freq] [<fixed bssid>] [beacon-interval <TU>]" 206 "it with the specified basic-rates, multicast-rate and beacon-interval.");
|
/external/libchrome/base/files/ |
important_file_writer.h | 68 // Same as above, but with a custom commit interval. 71 TimeDelta interval); 88 // to disk after the commit interval. If another ScheduleWrite is issued
|
/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);
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
AlarmManagerTest.java | 145 private void assertRepeatingScheduledAlarm(long now, long interval, PendingIntent pendingIntent, 152 assertThat(scheduledAlarm.interval, equalTo(interval));
|
/external/tlsdate/src/events/ |
kickoff_time_sync.c | 92 struct timeval interval = { wait_time, 0 }; local 98 error ("Failed to create interval event"); 102 return event_add (state->events[E_STEADYSTATE], &interval);
|
/external/webrtc/webrtc/system_wrappers/include/ |
tick_util.h | 78 explicit TickInterval(int64_t interval); 174 inline TickInterval::TickInterval(const int64_t interval) 175 : interval_(interval) {
|
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
RootScanner.java | 34 * Polling interval in milliseconds used for first SHORT_POLLING_TIMES because it is more 40 * Polling interval in milliseconds for low priority polling, when changes are not expected. 187 // TODO: Use short interval only for a device that is just added.
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/ |
RecentLocationApps.java | 98 * This method examines the time interval of the PackageOps first. If the PackageOps is older 99 * than the designated interval, this method ignores the PackageOps object and returns null. 127 Log.v(TAG, packageName + " hadn't used location within the time interval.");
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
AnglesClassifier.java | 44 * in [0.0, PI - ANGLE_DEVIATION) interval), straight angles 45 * ([PI - ANGLE_DEVIATION, PI + ANGLE_DEVIATION] interval) and right angles 46 * ((PI + ANGLE_DEVIATION, 2 * PI) interval) and then calculates the percentage of angles which are
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
X509CertInfo.java | 89 protected CertificateValidity interval = null; field in class:X509CertInfo 294 if (subject == null || pubKey == null || interval == null 305 sb.append(" " + interval.toString() + "\n"); 410 interval.set(suffix, val); 493 interval = null; 495 interval.delete(suffix); 581 return(interval); 583 return(interval.get(suffix)); 656 interval = new CertificateValidity(in); 772 interval.encode(tmp) [all...] |
/system/core/metricsd/ |
metrics_collector.cc | 59 // Interval between calls to UpdateStats(). 83 // Memory use stats collection intervals. We collect some memory use interval 562 void MetricsCollector::ScheduleMemuseCallback(double interval) { 569 base::TimeDelta::FromSeconds(interval)); 582 // Report stats and advance the measurement interval unless there are 583 // errors or we've completed the last interval. 586 double interval = kMemuseIntervals[memuse_interval_index_++]; local 587 memuse_final_time_ = now + interval; 588 ScheduleMemuseCallback(interval); 689 const unique_ptr<PersistentInteger>& interval) { [all...] |
/system/extras/tests/sdcard/ |
stopwatch.h | 77 // Time of the snapshot and its nature (start of the interval or end of it). 100 // interval whose duration will be reported in sprint. 117 // @return true if at least one interval was timed.
|
/external/libdrm/tests/ |
dristat.c | 241 int interval = 0; local 254 case 'i': interval = strtol(optarg, NULL, 0); break; 262 fprintf( stderr, " -i [interval] Continuously display statistics every [interval] seconds\n" ); 279 if (mask & DRM_STATS) getstats(fd, interval);
|
/frameworks/ex/common/tests/src/com/android/common/ |
OperationSchedulerTest.java | 68 // Backoff interval after an error 78 // Two errors: backoff interval increases 84 // Reset transient error: no backoff interval 112 // Periodic interval after success 132 // Backoff interval after an error
|
/packages/apps/Gallery2/res/values/ |
strings.xml | [all...] |
/external/webrtc/talk/media/base/ |
videocapturer.cc | 294 best_format->interval = best->interval; 295 LOG(LS_INFO) << " Best " << best_format->ToString() << " Interval " 296 << best_format->interval << " distance " << best_distance; 363 VideoFormat::IntervalToFps(capture_format_->interval) : 621 float supported_fps = VideoFormat::IntervalToFpsFloat(supported.interval); 623 supported_fps - VideoFormat::IntervalToFpsFloat(desired.interval); 651 VideoFormat::IntervalToFpsFloat(desired.interval) * 28.f / 30.f : 652 VideoFormat::IntervalToFpsFloat(desired.interval) * 23.f / 30.f; 705 // TODO(ronghuawu): Useful to report interval as well [all...] |
/external/blktrace/doc/ |
btt.1 | 49 [ \-S <\fIinterval\fR> | \-\-iostat\-interval=<\fIinterval\fR> ] 270 .B \-\-iostat\-interval=<\fIinterval\fR> 272 The \-S option specifies the interval to use between data
|
/external/deqp/modules/egl/ |
teglResizeTests.cpp | 68 using tcu::Interval; 431 typedef tcu::Vector<Interval, 2> IvVec2; 451 Interval approximateInt (int i) 453 const Interval margin(-1.0, 1.0); // The resolution may be rounded 455 return (Interval(i) + margin) & Interval(0.0, TCU_INFINITY); 467 / Interval(inchPer10km));
|