HomeSort by relevance Sort by last modified time
    Searched full:schedule (Results 226 - 250 of 500) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
preauth.c 423 /* TODO: schedule periodic scans if current AP supports preauth */
  /frameworks/base/core/java/android/webkit/
HTML5VideoViewProxy.java 233 mTimer.schedule(new TimeupdateTask(mCurrentProxy), TIMEUPDATE_PERIOD, TIMEUPDATE_PERIOD);
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
sid_sync.h 105 Word16 sid_handover_debt; /* Number of extra SID_UPD frames to schedule*/
  /frameworks/base/services/java/com/android/server/am/
ServiceRecord.java 70 final Runnable restarter; // used to schedule retries of starting the service
  /frameworks/ex/common/java/com/android/common/
OperationScheduler.java 33 * it only keeps track of the schedule. Somebody else needs to call
  /hardware/libhardware/include/hardware/
gps.h 95 and will start and call start() and stop() to schedule the GPS.
  /hardware/ti/wlan/wl1271/utils/
timer.c 270 * Leave critical section and if operational state, request schedule for handling
  /system/wlan/ti/wilink_6_1/utils/
timer.c 281 * Leave critical section and if operational state, request schedule for handling
  /external/chromium/net/flip/
flip_session.cc 372 // Schedule to write to the socket after we've made it back
639 // Schedule the work through the message loop to avoid recursive
    [all...]
  /external/webkit/WebCore/platform/network/mac/
ResourceHandleMac.mm 257 // Start the connection if we did schedule with at least one runloop.
309 void ResourceHandle::schedule(SchedulePair* pair)
    [all...]
  /external/webkit/WebCore/plugins/
PluginView.cpp 540 // Schedule a new request before calling performRequest since the call to
    [all...]
  /frameworks/base/docs/html/guide/topics/appwidgets/
index.jd 329 all updated simultaneously. However, only one <code>updatePeriodMillis</code> schedule will be
330 managed for all instances of the App Widget. For example, if the update schedule is defined
  /frameworks/base/graphics/java/android/graphics/drawable/
Drawable.java 241 * this interface to schedule and execute animation changes.
254 * A Drawable can call this to schedule the next frame of its
    [all...]
  /frameworks/base/voip/java/com/android/server/sip/
SipService.java     [all...]
  /hardware/ti/wlan/wl1271/TWD/TwIf/
TwIf.c     [all...]
  /system/wlan/ti/wilink_6_1/TWD/TwIf/
TwIf.c 828 /* Request schedule to continue handling in driver context (will call twIf_HandleTxnDone()) */
859 /* Request schedule to continue handling in driver context (will call twIf_HandleTxnDone()) */
    [all...]
  /external/openssl/crypto/aes/
aes_core.c     [all...]
  /external/wpa_supplicant/
wpa_supplicant.c 485 * wpa_supplicant_req_scan - Schedule a scan for neighboring access points
490 * This function is used to schedule a scan for neighboring access points after
558 * wpa_supplicant_req_auth_timeout - Schedule a timeout for authentication
563 * This function is used to schedule a timeout for the current authentication
    [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 520 // and then settle into the usual periodic backup schedule.
663 // out the package names mentioned there and schedule them for
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp.c 74 #include "schedule.h"
835 /* turn off schedule */
866 /* add to the schedule to expire, and seve back pointer. */
889 /* Schedule the r_u_there.... */
996 /* turn off schedule */
    [all...]
  /packages/providers/DownloadProvider/docs/
index.html 45 <li> <a href="#Schedule">Schedule</a>
178 Because there is no testing environment in place in the 1.0 code, and because the schedule between
301 <h2><a name="Schedule"> </a> Schedule </h2>
    [all...]
  /external/openssl/crypto/aes/asm/
aes-s390x.pl 24 # Then software key schedule can be postponed till hardware support
31 # Implement AES_set_[en|de]crypt_key. Key schedule setup is avoided
45 # at the moment of key schedule setup, which is denoted in key->rounds.
  /external/openssl/crypto/des/asm/
des_enc.m4 1440 ! void DES_ncbc_encrypt(input, output, length, schedule, ivec, enc)
1481 mov in3, in4 ! schedule
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageList.java 1662 protected synchronized void schedule(long delay) { method in class:MessageList.MessageListAdapter.RefreshTimer
1668 schedule(timerTask, delay); method
    [all...]
  /development/samples/JetBoy/src/com/example/android/jetboy/
JetBoyView.java 650 mTimer.schedule(mTimerTask, mTaskIntervalInMillis);
    [all...]

Completed in 800 milliseconds

1 2 3 4 5 6 7 8 91011>>