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

1 2 3 4 5 6 7 8 91011>>

  /external/aac/libAACenc/src/
spreading.cpp 99 FIXP_DBL delay; local
102 delay = pbSpreadEnergy[0];
104 delay = fixMax(pbSpreadEnergy[i], fMult(maskHighFactor[i], delay));
105 pbSpreadEnergy[i] = delay;
109 delay = pbSpreadEnergy[pbCnt-1];
111 delay = fixMax(pbSpreadEnergy[i], fMult(maskLowFactor[i],delay));
112 pbSpreadEnergy[i] = delay;
  /external/toybox/toys/other/
usleep.c 21 long delay = atol(*toys.optargs); local
23 tv.tv_sec = delay/1000000;
24 tv.tv_nsec = (delay%1000000) * 1000;
  /external/nist-sip/java/gov/nist/javax/sip/header/
TimeStamp.java 59 * delay field
61 protected int delay = -1; field in class:TimeStamp
72 delay = -1;
85 if (delay == -1 && delayFloat == -1)
87 else if (delay != -1)
88 return Integer.toString(delay);
113 * return true if delay exists
118 return delay != -1;
122 * remove the Delay field
125 delay = -1
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
RetryManagerTest.java 155 long delay = rm.getDelayForNextApn(false); local
156 assertEquals(RetryManager.NO_RETRY, delay);
160 delay = rm.getDelayForNextApn(false);
161 assertEquals(RetryManager.NO_RETRY, delay);
182 long delay = rm.getDelayForNextApn(false); local
183 assertEquals(RetryManager.NO_RETRY, delay);
204 long delay = rm.getDelayForNextApn(false); local
205 assertEquals(2000, delay);
209 delay = rm.getDelayForNextApn(false);
210 assertEquals(3000, delay);
259 long delay = rm.getDelayForNextApn(false); local
297 long delay = rm.getDelayForNextApn(false); local
345 long delay = rm.getDelayForNextApn(false); local
393 long delay = rm.getDelayForNextApn(false); local
428 long delay = rm.getDelayForNextApn(false); local
487 long delay = rm.getDelayForNextApn(false); local
544 long delay = rm.getDelayForNextApn(false); local
596 long delay = rm.getDelayForNextApn(false); local
634 long delay = rm.getDelayForNextApn(false); local
692 long delay = rm.getDelayForNextApn(false); local
762 long delay = rm.getDelayForNextApn(true); local
812 long delay = rm.getDelayForNextApn(false); local
893 long delay = rm.getDelayForNextApn(false); local
949 long delay = rm.getDelayForNextApn(false); local
992 long delay = rm.getDelayForNextApn(false); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
rm7000.s 5 mthi $8 # No delay needed
micromips-warn-branch-delay.l 2 .*:8: Warning: wrong size instruction in a 16-bit branch delay slot
3 .*:10: Warning: wrong size instruction in a 16-bit branch delay slot
4 .*:12: Warning: wrong size instruction in a 16-bit branch delay slot
5 .*:14: Warning: wrong size instruction in a 16-bit branch delay slot
6 .*:16: Warning: wrong size instruction in a 16-bit branch delay slot
7 .*:18: Warning: wrong size instruction in a 16-bit branch delay slot
8 .*:20: Warning: wrong size instruction in a 16-bit branch delay slot
micromips-size-1.l 2 .*:50: Warning: wrong size instruction in a 32-bit branch delay slot
3 .*:58: Warning: wrong size instruction in a 16-bit branch delay slot
4 .*:64: Warning: wrong size instruction in a 16-bit branch delay slot
5 .*:66: Warning: wrong size instruction in a 16-bit branch delay slot
6 .*:68: Warning: wrong size instruction in a 32-bit branch delay slot
7 .*:70: Warning: wrong size instruction in a 32-bit branch delay slot
8 .*:82: Warning: wrong size instruction in a 32-bit branch delay slot
9 .*:90: Warning: wrong size instruction in a 32-bit branch delay slot
10 .*:92: Warning: wrong size instruction in a 32-bit branch delay slot
mips-gp64-fp64.l 2 .*:92: Warning: macro instruction expanded into multiple instructions in a branch delay slot
3 .*:96: Warning: macro instruction expanded into multiple instructions in a branch delay slot
4 .*:100: Warning: macro instruction expanded into multiple instructions in a branch delay slot
  /external/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/
BasicProfilerDemo.java 70 delay(200);
74 delay(2500);
78 delay(3300);
81 static private void delay(int millis) { method in class:BasicProfilerDemo
  /libcore/luni/src/main/java/java/util/concurrent/
ScheduledExecutorService.java 11 * delay, or to execute periodically.
21 * with a requested delay of zero. Zero and negative delays (but not
32 * relative delay need not coincide with the current {@code Date} at
69 * after the given delay.
72 * @param delay the time from now to delay execution
73 * @param unit the time unit of the delay parameter
82 long delay, TimeUnit unit);
86 * given delay.
89 * @param delay the time from now to delay executio
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_LED.h 26 __u32 delay; member in struct:xt_led_info
  /development/ndk/platforms/android-21/include/linux/netfilter/
xt_LED.h 26 __u32 delay; member in struct:xt_led_info
  /external/autotest/client/cros/
power_strip.py 17 def reboot(self, outlet, delay=0):
18 self.command('reboot', outlet, delay)
20 def off(self, outlet, delay=0):
21 self.command('off', outlet, delay)
23 def on(self, outlet, delay=0):
24 self.command('on', outlet, delay)
26 def command(self, command, outlet=1, delay=0):
27 if delay == 0:
30 threading.Timer(delay, self._do_command, (command, outlet)).start()
  /external/iptables/include/linux/netfilter/
xt_LED.h 9 __u32 delay; /* Delay until LED is switched off after trigger */ member in struct:xt_led_info
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_LED.h 9 __u32 delay; /* Delay until LED is switched off after trigger */ member in struct:xt_led_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
xt_LED.h 9 __u32 delay; /* Delay until LED is switched off after trigger */ member in struct:xt_led_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_LED.h 9 __u32 delay; /* Delay until LED is switched off after trigger */ member in struct:xt_led_info
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/netfilter/
xt_LED.h 26 __u32 delay; member in struct:xt_led_info
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/netfilter/
xt_LED.h 26 __u32 delay; member in struct:xt_led_info
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/netfilter/
xt_LED.h 26 __u32 delay; member in struct:xt_led_info
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/netfilter/
xt_LED.h 26 __u32 delay; member in struct:xt_led_info
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/netfilter/
xt_LED.h 26 __u32 delay; member in struct:xt_led_info
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/
xt_LED.h 26 __u32 delay; member in struct:xt_led_info
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/netfilter/
xt_LED.h 26 __u32 delay; member in struct:xt_led_info
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/netfilter/
xt_LED.h 26 __u32 delay; member in struct:xt_led_info

Completed in 4165 milliseconds

1 2 3 4 5 6 7 8 91011>>