HomeSort by relevance Sort by last modified time
    Searched full:interval (Results 426 - 450 of 3257) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/view/
WindowAnimationFrameStats.java 25 * activity to another. The frame statistics are a snapshot for the time interval
29 * run window animations at a specific time interval obtained by calling {@link
  /frameworks/base/tests/LocationTracker/res/values/
strings.xml 26 <string name="summary_mintime_preference">The suggested minimum time interval for location updates, in seconds</string>
29 <string name="summary_mindistance_preference">Minimum distance interval for location updates, in meters</string>
  /system/core/metricsd/
metricsd_main.cc 36 "Interval at which metricsd uploads the metrics.");
38 "Interval at which metricsd saves the aggregated metrics to "
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /packages/apps/Camera2/res/values/
strings.xml 226 <!-- Describes the preference dialog for choosing interval between frame capture for
    [all...]
  /external/wpa_supplicant_8/src/ap/
accounting.c 25 /* Default interval in seconds for polling TX/RX octets from the driver if
207 int interval; local
211 interval = sta->acct_interim_interval;
215 interval = ACCT_DEFAULT_UPDATE_INTERVAL;
218 eloop_register_timeout(interval, 0, accounting_interim_update,
231 int interval; local
252 interval = sta->acct_interim_interval;
254 interval = ACCT_DEFAULT_UPDATE_INTERVAL;
255 eloop_register_timeout(interval, 0, accounting_interim_update,
479 /* Next update will be tried after normal update interval */
    [all...]
  /system/core/init/
perfboot.py 18 times. By default, interval between measurements is adjusted in such a way that
24 Repeat measurements 10 times. Interval between iterations is adjusted based on
29 Repeat measurements 20 times. 60 seconds interval is taken between each
32 $ ./perfboot.py --iterations=20 --interval=60
76 """A helper class to take suffficient interval between iterations."""
78 # CPU temperature values per product used to decide interval
85 # The interval between CPU temperature checks
91 def __init__(self, interval, device):
92 self._interval = interval
400 parser.add_argument('--interval', type=int
    [all...]
  /device/google/contexthub/inc/
chre_sensor.h 244 * Indicates that the interval and/or the latency which this sensor is
292 * Special value indicating non-importance of the interval.
606 * The interval, in nanoseconds, at which the sensor is now sampling.
608 * If this is CHRE_SENSOR_INTERVAL_DEFAULT, then a sampling interval
613 uint64_t interval; member in struct:chreSensorSamplingStatus
634 * Note that only at least one of 'interval' or 'latency' must be
683 * does not exactly support the interval requested in chreSensorConfigure(), so
687 * requested a faster interval and/or lower latency. This latter scenario
705 * Configures a given sensor at a specific interval and latency and mode.
735 * interval/latency. They have not changed the fact that this nanoapp i
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_031746-fw_11.27-robot_sim/
touch_firmware_report-lumpy-fw_11.27-complete-20140116_103521.log 184 S'average time interval (ms)'
198 S'max time interval (ms)'
218 S' average time interval (ms): 8.831488'
220 aS' max time interval (ms): 9.129000'
423 S' average time interval (ms): 8.782891'
425 aS' max time interval (ms): 9.158000'
646 S' average time interval (ms): 8.766565'
648 aS' max time interval (ms): 9.230000'
917 S' average time interval (ms): 10.096509'
919 aS' max time interval (ms): 10.551000
    [all...]
  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl.in 20 GL_ENTRY(void, rcFBSetSwapInterval, EGLint interval)
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
package.html 20 Classes providing hypothesis testing and confidence interval
  /external/autotest/client/profilers/kvm_modload/
kvm_modload.py 17 def initialize(self, interval=None, options=None):
  /external/autotest/contrib/
reverify_unknown 8 # any jobs within a reasonable time interval isn't working, since
  /external/autotest/server/site_tests/network_WiFi_BeaconInterval/
network_WiFi_BeaconInterval.py 12 """Test that we understand the routers negotiated beacon interval."""
  /external/autotest/server/site_tests/platform_CryptohomeSyncStressServer/
control 13 This test logs in, waits a random interval between 0 and 120s, then
  /external/autotest/site_utils/
count_jobs.py 31 description=('A script which records the number of afe jobs run in a time interval.'))
  /external/caliper/caliper/src/main/java/com/google/caliper/bridge/
StartMeasurementLogMessage.java 22 * A message signaling that the timing interval has started in the worker.
StopMeasurementLogMessage.java 26 * A message signaling that the timing interval has ended in the worker.
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
async_slice.py 9 """An AsyncSlice represents an interval of time during which an
  /external/chromium-trace/catapult/tracing/tracing/model/
thread_slice.html 20 * A ThreadSlice represents an interval of time on a thread resource
  /external/crcalc/src/com/hp/creals/
UnaryCRFunction.java 153 * and strictly monotone on the interval [<TT>low</tt>, <TT>high</tt>].
164 * The function must be defined on the interval [<TT>low</tt>, <TT>high</tt>],
166 * monotone in the open interval [<TT>low</tt>, <TT>high</tt>].
167 * The result is defined only in the open interval.
365 // end of the interval. We approximate this by setting l to
366 // a point slightly inside the interval, and letting f_l
369 // At the endpoints of the interval, f_l and f_h may correspond
384 trace("Setting interval to entire domain");
406 trace("Setting interval based on prev. appr");
446 // Narrow the interval by dividing at a cleverl
    [all...]
  /external/curl/tests/libtest/
lib526.c 85 struct timeval interval; local
89 interval.tv_sec = 1;
90 interval.tv_usec = 0;
136 select_test(maxfd+1, &rd, &wr, &exc, &interval);
  /external/e2fsprogs/tests/f_jnl_errno/
expect.0 25 Check interval: 0 (<none>)
  /external/google-benchmark/src/
sleep.cc 39 ; // Ignore signals and wait for the full interval to elapse.
  /external/icu/icu4c/source/i18n/
significantdigitinterval.h 21 * An interval of allowed significant digit counts.

Completed in 3264 milliseconds

<<11121314151617181920>>