HomeSort by relevance Sort by last modified time
    Searched refs:delay (Results 226 - 250 of 1486) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackStateAnimator.java 193 * @param fixedDelay a fixed delay if desired or -1 if the delay should be calculated
216 long delay = 0; local
218 delay = fixedDelay;
220 delay = mCurrentAdditionalDelay + calculateChildAnimationDelay(viewState, finalState);
223 startViewAnimations(child, viewState, delay, duration);
227 startHeightAnimation(child, viewState, duration, delay);
234 startShadowAlphaAnimation(child, viewState, duration, delay);
241 startInsetAnimation(child, viewState, duration, delay);
254 delay, duration)
343 long delay = (DELAY_EFFECT_MAX_INDEX_DIFFERENCE - difference) * delayPerElement; local
365 long delay = difference * delayPerElement; local
    [all...]
  /external/autotest/server/cros/network/
frame_sender.py 12 num_bss=None, frame_count=None, delay=None, dest_addr=None,
22 @param delay: int delay in between frames in milliseconds.
34 self._delay = delay
53 delay=self._delay, dest_addr=self._dest_addr,
  /external/webrtc/webrtc/voice_engine/test/auto_test/extended/
ec_metrics_test.cc 52 " delay median=%3d, delay std=%3d [ms], "
77 TEST_LOG("Verify EC Delay metrics:");
82 int delay, delay_std; local
84 EXPECT_EQ(0, voe_apm_->GetEcDelayMetrics(delay, delay_std,
86 TEST_LOG("Delay = %d, Delay Std = %d, Fraction poor delays = %3.1f\n",
87 delay, delay_std, fraction_poor_delays * 100);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationHeaderViewWrapper.java 162 public void setDark(boolean dark, boolean fade, long delay) {
166 super.setDark(dark, fade, delay);
168 mInvertHelper.fade(dark, delay);
179 fadeIconColorFilter(mIcon, dark, delay);
180 fadeIconAlpha(mIcon, dark, delay);
182 fadeGrayscale(mIcon, dark, delay);
195 private void fadeIconColorFilter(final ImageView target, boolean dark, long delay) {
201 }, dark, delay, null /* listener */);
204 private void fadeIconAlpha(final ImageView target, boolean dark, long delay) {
211 }, dark, delay, null /* listener */)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
NotificationListenerVerifierActivity.java 161 delay(); method
179 delay(); // in case the catcher never returns method
253 delay(); // in case the catcher never returns method
260 delay(); method
274 delay(); method
300 delay(); method
307 delay(); method
321 delay(); method
347 delay(); // in case the catcher never returns method
354 delay(); method
384 delay(); method
409 delay(); \/\/ in case the catcher never returns method
415 delay(); method
430 delay(); method
448 delay(); \/\/ in case the catcher never returns method
455 delay(); method
    [all...]
  /device/google/contexthub/firmware/src/platform/stm32f4xx/
rtc.c 165 /* Set calendar alarm to go off after delay has expired. uint64_t delay must
167 int rtcSetWakeupTimer(uint64_t delay)
175 if (delay < (RTC_DIV2_PERIOD_NS * 2)) {
179 /* Get appropriate clock period for delay size. Wakeup clock = RTC/x. */
180 if (delay < (RTC_DIV2_PERIOD_NS * RTC_WKUP_DOWNCOUNT_MAX)) {
186 else if (delay < ((unsigned long long)RTC_DIV4_PERIOD_NS * RTC_WKUP_DOWNCOUNT_MAX)) {
192 else if (delay < ((unsigned long long)RTC_DIV8_PERIOD_NS * RTC_WKUP_DOWNCOUNT_MAX)) {
198 else if (delay < ((unsigned long long)RTC_DIV16_PERIOD_NS * RTC_WKUP_DOWNCOUNT_MAX)) {
204 else if (delay < ((unsigned long long)NS_PER_S * RTC_WKUP_DOWNCOUNT_MAX))
    [all...]
  /external/aac/libSBRenc/src/
resampler.h 125 int delay; /*! downsampling delay (source fs) */ member in struct:__anon6416
  /external/curl/src/
tool_sleep.c 45 delay(ms);
  /external/libchrome/base/
task_runner.h 33 // - Increasing the delay can only delay when the task gets run.
34 // That is, increasing the delay may not affect when the task gets
77 base::TimeDelta delay) = 0;
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
PropertyConfigurator.java 41 public static void configureAndWatch(String configFilename, long delay) {
  /external/tcpdump/
print-igrp.c 57 uint8_t igr_dly[3]; /* delay in tens of microseconds */
71 register u_int delay, bandwidth; local
84 delay = EXTRACT_24BITS(igr->igr_dly);
86 metric = bandwidth + delay;
92 10 * delay, bandwidth == 0 ? 0 : 10000000 / bandwidth,
  /external/webrtc/webrtc/test/
vcm_capturer.h 35 void OnCaptureDelayChanged(const int32_t id, const int32_t delay) override;
  /hardware/qcom/msm8996/kernel-headers/media/
msm_camsensor_sdk.h 222 unsigned short delay; member in struct:msm_sensor_power_setting
247 unsigned short delay; member in struct:msm_sensor_i2c_sync_params
257 uint16_t delay; member in struct:msm_camera_reg_settings_t
307 unsigned int delay; member in struct:msm_camera_i2c_reg_array
316 unsigned short delay; member in struct:msm_camera_i2c_reg_setting
372 unsigned short delay; member in struct:msm_camera_i2c_seq_reg_setting
386 unsigned short delay; member in struct:msm_actuator_reg_params_t
409 unsigned int delay; member in struct:reg_settings_t
417 unsigned short delay; member in struct:msm_camera_i2c_reg_setting_array
  /hardware/qcom/msm8996/original-kernel-headers/media/
msm_camsensor_sdk.h 194 unsigned short delay; member in struct:msm_sensor_power_setting
217 unsigned short delay; member in struct:msm_sensor_i2c_sync_params
226 uint16_t delay; member in struct:msm_camera_reg_settings_t
276 unsigned int delay; member in struct:msm_camera_i2c_reg_array
284 unsigned short delay; member in struct:msm_camera_i2c_reg_setting
336 unsigned short delay; member in struct:msm_camera_i2c_seq_reg_setting
348 unsigned short delay; member in struct:msm_actuator_reg_params_t
374 unsigned int delay; member in struct:reg_settings_t
382 unsigned short delay; member in struct:msm_camera_i2c_reg_setting_array
  /libcore/ojluni/src/main/java/java/util/
Timer.java 39 * turn, delay the execution of subsequent tasks, which may "bunch up" and
68 * executing tasks at a given rate or delay. It is effectively a more
180 * Schedules the specified task for execution after the specified delay.
183 * @param delay delay in milliseconds before task is to be executed.
184 * @throws IllegalArgumentException if <tt>delay</tt> is negative, or
185 * <tt>delay + System.currentTimeMillis()</tt> is negative.
190 public void schedule(TimerTask task, long delay) {
191 if (delay < 0)
192 throw new IllegalArgumentException("Negative delay.")
    [all...]
  /system/bt/vendor_libs/test_vendor_lib/include/
vendor_manager.h 72 // |PostDelayedTask| with a delay of 0.
75 // Posts a callback to be run after |delay| ms (or longer) have passed.
76 bool PostDelayedTask(const base::Closure& task, base::TimeDelta delay);
  /system/extras/iotop/
iotop.cpp 43 "Usage: %s [-h] [-P] [-d <delay>] [-n <cycles>] [-s <column>]\n"
45 " -d Set the delay between refreshes in seconds.\n"
51 " pid, read, write, total, io, swap, sched, mem or delay.\n",
90 {"delay", make_sorter(&TaskStatistics::delay_total, true)},
103 int delay = 1; local
114 {"delay", required_argument, 0, 'd'},
131 delay = atoi(optarg);
188 // hold delay accounting data across all threads, including
241 const int delay_div = accumulated ? 1 : delay;
262 TimeToTgidPercent(statistics.delay_io(), delay, statistics)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/reloc/
r_no_reloc.s 19 ;ldo 120(%r0),%r28 --> to delay slot
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/microblaze/
reloc_strongsym.s 16 nop # Unfilled delay slot
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
24k-triple-stores-2.s 32 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
24k-triple-stores-5.s 40 # Force at least 8 (non-delay-slot) zero bytes,to make 'objdump' print ...
at-2.s 20 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
branch-misc-1.s 26 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
daddi.s 30 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
eret-1.s 29 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...

Completed in 1934 milliseconds

1 2 3 4 5 6 7 8 91011>>