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

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/java/util/concurrent/
ScheduledFuture.java 11 * Usually a scheduled future is the result of scheduling
ScheduledExecutorService.java 20 * {@link ExecutorService} <tt>submit</tt> methods are scheduled with
79 * scheduled for execution
94 * scheduled for execution
121 * scheduled for execution
148 * scheduled for execution
CompletionService.java 42 * scheduled for execution
58 * scheduled for execution
ExecutorService.java 207 * scheduled for execution
221 * scheduled for execution
234 * scheduled for execution
257 * scheduled for execution
287 * @throws RejectedExecutionException if any task cannot be scheduled
309 * @throws RejectedExecutionException if tasks cannot be scheduled
334 * @throws RejectedExecutionException if tasks cannot be scheduled
  /libcore/luni/src/main/java/java/util/
Timer.java 28 * <p>One-shot are scheduled to run at an absolute time or after a relative
31 * <p>Recurring tasks are scheduled with either a fixed period or a fixed rate:
34 * successive run of a task is scheduled relative to the start time of
38 * successive run of a task is scheduled without regard for when the
178 * Vector consists of scheduled events, sorted according to
212 // no tasks scheduled -- sleep until any task appear
231 // check the time to sleep for the first task scheduled
266 // task is scheduled at fixed rate
269 // task is scheduled at fixed delay
400 * Cancels the {@code Timer} and all scheduled tasks. If there is
    [all...]
TimerTask.java 66 * Is TimerTask scheduled into any timer?
68 * @return {@code true} if the timer task is scheduled, {@code false}
89 * @return {@code true} if the call prevented a scheduled execution
101 * Returns the scheduled execution time. If the task execution is in
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h 3 * We put each of the ciphers scheduled keys in their own structs then we put all of
197 /** The scheduled key */
215 /** The scheduled key */
231 /** The scheduled key */
245 /** The scheduled key */
266 /** The scheduled key */
287 /** The scheduled symmetric key */
311 /** The scheduled key */
335 @param skey [out] The destination of the scheduled key
342 @param skey The scheduled ke
    [all...]
  /external/dropbear/libtomcrypt/notes/
tech0003.txt 12 To save space all of the symmetric key scheduled keys are stored in a union called "symmetric_key". This means the
13 size of a symmetric_key is the size of the largest scheduled key. By removing the ciphers you don't use from
20 Cipher Name | Size of scheduled key (bytes) |
  /external/stlport/stlport/stl/
_threads.c 133 // Spinning worked. Thus we're probably not being scheduled
143 // We are probably being scheduled against the other process. Sleep.
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_threads.c 133 // Spinning worked. Thus we're probably not being scheduled
143 // We are probably being scheduled against the other process. Sleep.
  /external/iptables/extensions/
libipt_connbytes.man 8 scheduled using a lower priority band in traffic control.
  /external/webkit/WebCore/manual-tests/
video-waiting-seeking.html 33 consoleWrite("Running scheduled seek");
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarReceiver.java 44 // as "scheduled" but not fired yet. We do this because the
  /external/dropbear/libtomcrypt/src/ciphers/
xtea.c 73 @param skey The key as scheduled
109 @param skey The key as scheduled
182 @param skey The scheduled key
noekeon.c 72 @param skey The key in as scheduled by this function.
109 @param skey The key as scheduled
163 @param skey The key as scheduled
276 @param skey The scheduled key
rc5.c 50 @param skey The key in as scheduled by this function.
125 @param skey The key as scheduled
180 @param skey The key as scheduled
293 @param skey The scheduled key
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmService.java 47 // Create an IntentSender that will launch our service, to be scheduled
  /frameworks/base/core/java/android/content/
PeriodicSync.java 35 /** How frequently the sync should be scheduled, in seconds. */
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallTracker.java 97 * scheduled while this operation is pending, the invocation
  /libcore/luni/src/main/java/org/apache/harmony/luni/util/
DeleteOnExit.java 38 * Our list of files scheduled for deletion.
  /external/chromium/base/
message_pump.h 34 // calls to this function need to be scheduled.
109 // DoWork callback is already scheduled. This method may be called from any
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_timer.h 58 * new alarm is scheduled. If the callback returns 0, the periodic alarm
92 * scheduled. If the callback returns 0, the periodic alarm is cancelled.
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_event_mbox.h 205 uint16 scheduledScanAttendedChannels; /* Channels scanned by the Scheduled Scan. */
221 uint8 scheduledScanStatus; /* Status of scheduled scan. Refer to */
  /libcore/luni/src/test/java/tests/api/java/util/
TimerTaskTest.java 97 // Ensure cancel returns false if never scheduled
213 // Ensure scheduledExecutionTime is the last scheduled time
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_timer.h 58 * new alarm is scheduled. If the callback returns 0, the periodic alarm
92 * scheduled. If the callback returns 0, the periodic alarm is cancelled.

Completed in 381 milliseconds

1 2 3 4 5 6 7 8 91011>>