/frameworks/base/tests/utils/SleepUtils/ |
README | 5 2) setting alarm for a specified period and releasing the wakelock; service
|
/hardware/intel/img/libdrm/libdrm/ |
xf86drmRandom.c | 32 * multiplicative linear congruential generator (MLCG) with a period of 45 * If PRNGs are used for simulation, the period of the current 49 * long-period PRNGs. 181 printf("With seed of %10ld, period = %10lu (0x%08lx)\n",
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
gscan.h | 65 unsigned short beacon_period; // period advertised in the beacon 98 int period; // desired period, in millisecond; if this is too member in struct:__anon20551 114 int base_period; // base timer period in ms
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/ |
default_ratio.pass.cpp | 16 // template <class Rep, class Period = ratio<1>>
|
positive_num.fail.cpp | 14 // Period::num shall be positive, diagnostic required.
|
ratio.fail.cpp | 14 // Period shall be a specialization of ratio, diagnostic required.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
time.h | 43 struct timespec it_interval; /* timer period */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
time.h | 43 struct timespec it_interval; /* timer period */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/ |
types.h | 95 struct timespec it_interval; /* Timer period */
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
TestSensorEnvironment.java | 49 * @param samplingPeriodUs The requested collection period for the sensor under test 63 * @param samplingPeriodUs The requested collection period for the sensor under test 87 * @param samplingPeriodUs The requested collection period for the sensor under test 110 * @param samplingPeriodUs The requested collection period for the sensor under test 134 * @param samplingPeriodUs The requested collection period for the sensor under test 157 * @param samplingPeriodUs The requested collection period for the sensor under test 251 * @return The actual sampling period at which a sensor can sample data. This value is a
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t049treeparser.py | 196 a : ID INT+ PERIOD; 200 PERIOD : '.' ; 210 a : ID INT+ PERIOD {self.capture("alt 1")} 386 PERIOD : '.' ; 414 PERIOD : '.' ; 445 PERIOD : '.' ; 476 PERIOD : '.' ;
|
/frameworks/base/core/java/android/net/http/ |
SslCertificate.java | 63 * Not-before date from the validity period 68 * Not-after date from the validity period 148 * validity period in ISO 8601 format 150 * validity period in ISO 8601 format 163 * @param validNotBefore The not-before date from the certificate validity period 164 * @param validNotAfter The not-after date from the certificate validity period 197 * @return Not-before date from the certificate validity period or 205 * @return Not-before date from the certificate validity period in 216 * @return Not-after date from the certificate validity period or 224 * @return Not-after date from the certificate validity period i [all...] |
/docs/source.android.com/src/devices/ |
latency_design.jd | 117 <h4>Period</h4> 120 The fast mixer runs periodically, with a recommended period of two 183 <h4>Period</h4> 186 The period is computed to be the first integral multiple of the 187 fast mixer period that is >= 20 ms.
|
/external/chromium_org/third_party/libsrtp/srtp/test/ |
lfsr.c | 82 printf("period: %d\n", i); 172 period(uint32_t poly) { function 302 u32_bit_string(p.value,8), period(p.value)); 315 u32_bit_string(polynomials[i],8), period(polynomials[i])); 332 u32_bit_string(y,bits), weight(y), period(y));
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/ |
hists.c | 50 u64 period = get_field(pair); local 66 percent = 100.0 * period / total; 101 __HPP_COLOR_PERCENT_FN(overhead, period) 283 float percent = h->stat.period * 100.0 / 319 total = h->stat.period;
|
/external/qemu/hw/timer/ |
mc146818rtc.c | 80 uint32_t period; member in struct:RTCState 113 muldiv64(s->period / c, get_ticks_per_sec(), 32768); 137 int period_code, period; local 159 /* period in 32 Khz cycles */ 160 period = 1 << (period_code - 1); 162 if(period != s->period) 163 s->irq_coalesced = (s->irq_coalesced * s->period) / period; 164 s->period = period [all...] |
/frameworks/ex/common/tests/src/com/android/common/ |
OperationSchedulerTest.java | 162 "OperationScheduler.Options[backoff=0.0+5.0 max=86400.0 min=0.0 period=3600.0]", 166 "OperationScheduler.Options[backoff=0.0+2.5 max=86400.0 min=0.0 period=3700.0]", 170 "OperationScheduler.Options[backoff=10.0+2.5 max=12345.6 min=7.0 period=3800.0]", 171 OperationScheduler.parseOptions("max=12345.6 min=7 backoff=10 period=3800", 175 "OperationScheduler.Options[backoff=10.0+2.5 max=12345.6 min=7.0 period=3800.0]", 179 "OperationScheduler.Options[backoff=5.0+2.5+10.0 max=12345.6 min=7.0 period=3600.0]",
|
/external/iproute2/man/man7/ |
tc-hfsc.7 | 79 ability to "look back", so if during current active period service curve is violated, maybe it 80 isn't if we count excess bandwidth received during earlier active period(s) 92 Here 'w' denotes the amount of service received during some time period between t0 94 period (further denoted as 'becoming backlogged'). For a clearer picture, 107 period ? If the amount of service received during the 1st period is bigger 109 the 2nd period \fIand\fR the gap \- if the gap is small enough. 126 At the 1st backlogged period beginning function X is initialized to generic 129 At any subsequent backlogged period, X() is: 131 \fBmin(X() from previous period ; w(t0)+S(t\-t0) for t>=t0),\f [all...] |
/external/chromium_org/ui/chromeos/ |
touch_exploration_controller.h | 85 // When the first touch is pressed, a 300 ms grace period timer starts. 108 // be registered if they are completed within the grace period. If a single 109 // finger gesture fails to be completed within the grace period, the state 111 // completed within the grace period, the user must lift all fingers before 155 // the grace period has passed, spoken feedback is silenced. 294 // to wait until the end of the grace period to allow the user to tap the 295 // second time. If the second tap doesn't occurs within the grace period, 300 // If another touch press occurs within the grace period, a single 302 // in that if a second tap doesn't occur within the grace period, 306 // The user tapped once, and before the grace period expired, presse [all...] |
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/ |
EventGapVerification.java | 17 * period. 40 * @param expectedDelayUs the expected period in us.
|
/external/chromium_org/base/threading/ |
worker_pool_posix.h | 7 // for a period of time to allow them to be reused. After this waiting period,
|
/external/chromium_org/chrome/browser/ |
intranet_redirect_detector.h | 73 bool in_sleep_; // True if we're in the seven-second "no fetching" period 75 // fetching" period that begins after network switches.
|
/external/chromium_org/media/tools/layout_tests/ |
README | 44 diff for the time period for the test names of interest. 84 period.
|
/external/chromium_org/sync/protocol/ |
unique_position.proto | 42 // repersentations to every protobuf during the transition period. Protobufs 43 // written during this transition period would be readable by clients who
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
delay_peak_detector_unittest.cc | 54 // The second peak period is the longest, 200 packets. 57 // Expect to disengage after no peaks are observed for two period times.
|