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

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/java/util/concurrent/
ScheduledFuture.java 10 * A delayed result-bearing action that can be cancelled.
18 public interface ScheduledFuture<V> extends Delayed, Future<V> {
Delayed.java 20 public interface Delayed extends Comparable<Delayed> {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
properties.cpp 31 // new (possibly delayed) FST is instead constructed.
34 uint64 ClosureProperties(uint64 inprops, bool star, bool delayed) {
36 if (!delayed)
39 if (!delayed || inprops & kAccessible)
69 uint64 ConcatProperties(uint64 inprops1, uint64 inprops2, bool delayed) {
73 bool empty1 = delayed; // Can fst1 be the empty machine?
74 bool empty2 = delayed; // Can fst2 be the empty machine?
76 if (!delayed) {
82 if (!delayed || inprops1 & kAccessible)
92 if (!delayed || inprops2 & kAccessible
    [all...]
rational.h 17 // An Fst implementation and base interface for delayed unions,
42 // Implementation class for delayed unions, concatenations and closures.
183 // Parent class for the delayed rational operations - delayed union,
  /external/webkit/WebCore/bindings/v8/
V8ConsoleMessage.cpp 57 // Process any delayed messages to make sure that messages
68 // Allocate a vector for the delayed messages. Will be
69 // deallocated when the delayed messages are processed
82 // Take ownership of the delayed vector to avoid re-entrancy issues.
86 // If we have a delayed vector it cannot be empty.
89 // Add the delayed messages to the page of the active
91 // exist, we clear the list of delayed messages to avoid
100 // Iterate through all the delayed messages and add them
V8ConsoleMessage.h 58 // Delayed messages are always reported in the page corresponding
62 // Process any delayed messages. May end up calling JavaScript code
67 // Convenience class for ensuring that delayed messages in the
83 // All delayed messages are stored in this vector. If the vector
84 // is 0, there are no delayed messages.
DOMData.h 86 // Stores all the DOM objects that are delayed to be processed when the
90 // The flag to indicate if the task to do the delayed process has
  /cts/tests/tests/os/src/android/os/cts/
HandlerTest.java 40 static final long DELAYED = RUNTIME + 50;
108 sleep(DELAYED);
124 sleep(DELAYED);
139 sleep(DELAYED);
235 sleep(DELAYED / 2);
237 sleep(DELAYED / 2);
251 sleep(DELAYED);
279 sleep(DELAYED / 2);
281 sleep(DELAYED / 2);
288 sleep(DELAYED / 2)
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
ToneGeneratorTest.java 57 final long DELAYED = 1000;
58 Thread.sleep(DELAYED);
  /frameworks/base/media/libeffects/lvm/lib/Common/src/
BP_1I_D16F16Css_TRC_WRA_01_Private.h 24 LVM_INT32 * pDelays; /* pointer to the delayed samples (data of 32 bits) */
BP_1I_D16F32Cll_TRC_WRA_01_Private.h 24 LVM_INT32 * pDelays; /* pointer to the delayed samples (data of 32 bits) */
BP_1I_D32F32Cll_TRC_WRA_02_Private.h 24 LVM_INT32 * pDelays; /* pointer to the delayed samples (data of 32 bits) */
BQ_1I_D16F16Css_TRC_WRA_01_Private.h 24 LVM_INT32 * pDelays; /* pointer to the delayed samples (data of 32 bits) */
BQ_1I_D16F32Css_TRC_WRA_01_Private.h 24 LVM_INT32 * pDelays; /* pointer to the delayed samples (data of 32 bits) */
BQ_2I_D16F16Css_TRC_WRA_01_Private.h 25 LVM_INT32 * pDelays; /* pointer to the delayed samples (data of 32 bits) */
BQ_2I_D16F32Css_TRC_WRA_01_Private.h 25 LVM_INT32 * pDelays; /* pointer to the delayed samples (data of 32 bits) */
BQ_2I_D32F32Cll_TRC_WRA_01_Private.h 26 LVM_INT32 * pDelays; /* pointer to the delayed samples (data of 32 bits) */
DelayMix_16x16.c 28 void DelayMix_16x16(const LVM_INT16 *src, /* Source 1, to be delayed */
DelayWrite_32.c 28 void DelayWrite_32(const LVM_INT32 *src, /* Source 1, to be delayed */
FO_1I_D16F16Css_TRC_WRA_01_Private.h 25 LVM_INT32* pDelays; /* pointer to the delayed samples (data of 32 bits) */
FO_1I_D32F32Cll_TRC_WRA_01_Private.h 26 LVM_INT32 * pDelays; /* pointer to the delayed samples (data of 32 bits) */
FO_2I_D16F32Css_LShx_TRC_WRA_01_Private.h 25 LVM_INT32 *pDelays; /* pointer to the delayed samples (data of 32 bits) */
PK_2I_D32F32CllGss_TRC_WRA_01_Private.h 25 LVM_INT32 * pDelays; /* pointer to the delayed samples (data of 32 bits) */
PK_2I_D32F32CssGss_TRC_WRA_01_Private.h 26 LVM_INT32 * pDelays; /* pointer to the delayed samples (data of 32 bits) */
  /frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_QPD.h 30 LVM_INT32 *pDelay; /* pointer to the delayed samples (data of 32 bits) */

Completed in 279 milliseconds

1 2 3 4 5 6 7 8 91011>>