HomeSort by relevance Sort by last modified time
    Searched full:delays (Results 1 - 25 of 189) sorted by null

1 2 3 4 5 6 7 8

  /dalvik/tests/053-wait-some/src/
Main.java 7 /* delays, in milliseconds */
8 private final static long[] DELAYS = {
31 for(long delay : DELAYS) {
  /external/kernel-headers/original/asm-arm/
delay.h 26 * Use only for very small delays ( < 1 msec). Should probably use a
28 * short delays. This is a "reasonable" implementation, though (and the
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/widget/
PinnedHeaderUseCaseActivity.java 77 boolean[] showIfEmpty, int[] delays) {
85 intent.putExtra("delays", delays);
  /packages/apps/Contacts/src/com/android/contacts/widget/
PinnedHeaderListDemoActivity.java 111 int[] delays = extras.getIntArray("delays"); local
113 if (counts == null || names == null || showIfEmpty == null || delays == null) {
132 }, delays[i]);
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
FO_1I_D16F16C15_TRC_WRA_01.c 29 DELAYS-
61 UPDATING THE DELAYS
FO_1I_D32F32C31_TRC_WRA_01.c 30 DELAYS-
62 UPDATING THE DELAYS
BP_1I_D16F16C14_TRC_WRA_01.c 30 DELAYS-
66 UPDATING THE DELAYS
BP_1I_D16F32C30_TRC_WRA_01.c 30 DELAYS-
68 UPDATING THE DELAYS
BP_1I_D32F32C30_TRC_WRA_02.c 30 DELAYS-
66 UPDATING THE DELAYS
BQ_1I_D16F16C15_TRC_WRA_01.c 29 DELAYS-
69 UPDATING THE DELAYS
BQ_1I_D16F32C14_TRC_WRA_01.c 29 DELAYS-
70 UPDATING THE DELAYS
FO_2I_D16F32C15_LShx_TRC_WRA_01.c 29 DELAYS-
82 UPDATING THE DELAYS
  /external/kernel-headers/original/linux/
taskstats.h 47 * few fields are not delays
62 /* Following four fields atomically updated using task->delays->lock */
65 * does not account for delays in I/O submission
delay.h 17 * mdelay() provides a wrapper to prevent this. For delays greater
  /external/chromium/chrome/browser/chromeos/login/
wizard_in_process_browser_test.cc 41 // delays deleting itself). Run the message loop until we know the wizard
  /external/kernel-headers/original/asm-mips/
delay.h 56 * Use only for very small delays ( < 1 msec). Should probably use a
58 * short delays. This is a "reasonable" implementation, though (and the
  /external/iproute2/tc/
README.last 23 Besides that, it will misbehave, when delays exceed 2 seconds
  /packages/apps/Gallery2/src/com/android/camera/ui/
PieMenuButton.java 42 // delays the performClick() call after ACTION_UP. But we do not
  /libcore/luni/src/main/java/java/util/concurrent/
ScheduledExecutorService.java 13 * <p> The <tt>schedule</tt> methods create tasks with various delays
21 * a requested delay of zero. Zero and negative delays (but not
25 * <p>All <tt>schedule</tt> methods accept <em>relative</em> delays and
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
taskstats.h 57 * few fields are not delays
72 /* Following four fields atomically updated using task->delays->lock */
75 * does not account for delays in I/O submission
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
taskstats.h 57 * few fields are not delays
72 /* Following four fields atomically updated using task->delays->lock */
75 * does not account for delays in I/O submission
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
taskstats.h 57 * few fields are not delays
72 /* Following four fields atomically updated using task->delays->lock */
75 * does not account for delays in I/O submission
  /frameworks/base/core/java/android/view/animation/
LayoutAnimationController.java 56 * Distributes the animation delays in the order in which view were added
62 * Distributes the animation delays in the reverse order in which view were
68 * Randomly distributes the animation delays.
85 * The interpolator used to interpolate the delays.
217 * Sets the interpolator used to interpolate the delays between the
233 * Sets the interpolator used to interpolate the delays between the
248 * Returns the interpolator used to interpolate the delays between the
  /external/chromium/chrome/browser/policy/
file_based_policy_loader.h 47 // and then delays until it is considered safe to reload in |delay|.
  /external/guava/guava/src/com/google/common/base/
Charsets.java 65 * initialized here may cause unexpected delays when this class is loaded. See the Charset

Completed in 1252 milliseconds

1 2 3 4 5 6 7 8