Home
last modified time | relevance | path

Searched defs:delay (Results 1 – 25 of 157) sorted by relevance

1234567

/external/guava/guava/src/com/google/common/util/concurrent/
DListeningScheduledExecutorService.java41 Runnable command, long delay, TimeUnit unit); in schedule()
46 Callable<V> callable, long delay, TimeUnit unit); in schedule()
56 Runnable command, long initialDelay, long delay, TimeUnit unit); in scheduleWithFixedDelay()
DWrappingScheduledExecutorService.java41 public final ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule()
46 public final <V> ScheduledFuture<V> schedule(Callable<V> task, long delay, TimeUnit unit) { in schedule()
58 Runnable command, long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay()
DAbstractScheduledService.java119 public static Scheduler newFixedDelaySchedule(final long initialDelay, final long delay, in newFixedDelaySchedule()
/external/nist-sip/java/gov/nist/javax/sip/header/
DTimeStamp.java61 protected int delay = -1; field in TimeStamp
162 public void setDelay(float delay) throws InvalidArgumentException { in setDelay()
188 public void setTimeDelay(int delay) throws InvalidArgumentException { in setTimeDelay()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceThreadTest.java130 private final long delay; field in ICUServiceThreadTest.TestThread
133 public TestThread(String name, ICUService service, long delay, TestLog log) { in TestThread()
205 RegisterFactoryThread(String name, ICUService service, long delay, TestLog log) { in RegisterFactoryThread()
220 UnregisterFactoryThread(String name, ICUService service, long delay, TestLog log) { in UnregisterFactoryThread()
244 …UnregisterFactoryListThread(String name, ICUService service, long delay, Factory[] factories, Test… in UnregisterFactoryListThread()
261 GetVisibleThread(String name, ICUService service, long delay, TestLog log) { in GetVisibleThread()
280 GetDisplayThread(String name, ICUService service, long delay, ULocale locale, TestLog log) { in GetDisplayThread()
313 GetThread(String name, ICUService service, long delay, TestLog log) { in GetThread()
332 GetListThread(String name, ICUService service, long delay, String[] list, TestLog log) { in GetListThread()
/external/v8/test/promises-aplus/lib/
Dglobal.js45 setInterval = function(fn, delay) { argument
68 setTimeout = function(fn, delay) { argument
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DWrappingScheduledExecutorServiceTest.java112 void assertLastMethodCalled(String method, long delay, TimeUnit unit) { in assertLastMethodCalled()
118 void assertLastMethodCalled(String method, long initialDelay, long delay, TimeUnit unit) { in assertLastMethodCalled()
125 @Override public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule()
134 Callable<V> callable, long delay, TimeUnit unit) { in schedule()
153 Runnable command, long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay()
/external/nist-sip/java/javax/sip/header/
DTimeStampHeader.java9 void setDelay(float delay) throws InvalidArgumentException; in setDelay()
17 void setTimeDelay(int delay) throws InvalidArgumentException; in setTimeDelay()
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
DTestingExecutors.java131 Callable<V> callable, long delay, TimeUnit unit) { in schedule()
136 Runnable command, long delay, TimeUnit unit) { in schedule()
146 Runnable command, long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay()
DSameThreadScheduledExecutorService.java138 public ListenableScheduledFuture<?> schedule(Runnable command, long delay, in schedule()
177 long delay, TimeUnit unit) { in schedule()
193 long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay()
/external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
Ddebugapp.py32 def __init__(self, chunk_size = 4096, delay = 1, progress = True): argument
72 def make_slow_app(global_conf, chunk_size=4096, delay=1, progress=True): argument
/external/toybox/toys/other/
Dusleep.c21 long delay = atol(*toys.optargs); in usleep_main() local
/external/ppp/pppd/
Dcbcp.c233 int code, opt, id, len, olen, delay; local
310 u_char type, opt_len, delay, addr_type; local
451 u_char type, delay, addr_type; local
/external/valgrind/helgrind/tests/
Dtc01_simple_race.c20 const struct timespec delay = { 0, 100 * 1000 * 1000 }; in main() local
Dtc16_byterace.c19 const struct timespec delay = { 0, 100 * 1000 * 1000 }; in main() local
Dtc05_simple_race.c25 const struct timespec delay = { 0, 100 * 1000 * 1000 }; in main() local
/external/aac/libAACenc/src/
Dspreading.cpp99 FIXP_DBL delay; in FDKaacEnc_SpreadingMax() local
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_LED.h9 __u32 delay; /* Delay until LED is switched off after trigger */ member
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/
DBasicProfilerDemo.java81 static private void delay(int millis) { in delay() method in BasicProfilerDemo
/external/iptables/include/linux/netfilter/
Dxt_LED.h9 __u32 delay; /* Delay until LED is switched off after trigger */ member
/external/valgrind/drd/tests/
Dannotate_hb_race.c30 const struct timespec delay = { 0, 100 * 1000 * 1000 }; in main() local
Dannotate_ignore_rw.c26 const struct timespec delay = { 0, 100 * 1000 * 1000 }; in main() local
Dannotate_ignore_write.c26 const struct timespec delay = { 0, 100 * 1000 * 1000 }; in main() local
Dstd_atomic.cpp18 timespec delay = { 0, 100 * 1000 * 1000 }; in func1() local
/external/jmdns/src/javax/jmdns/impl/
DDNSTaskStarter.java206 public synchronized void schedule(TimerTask task, long delay) { in schedule()
226 public synchronized void schedule(TimerTask task, long delay, long period) { in schedule()
246 public synchronized void scheduleAtFixedRate(TimerTask task, long delay, long period) { in scheduleAtFixedRate()

1234567