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

1 2 3 4 5 67 8 91011>>

  /external/chromium/third_party/libevent/test/
regress_rpc.c 195 * At this point, we want to schedule an HTTP POST request
279 * At this point, we want to schedule an HTTP POST request
  /external/ipsec-tools/src/racoon/
nattraversal.c 67 #include "schedule.h"
293 /* Drafts 00 / 01, just schedule keepalive */
isakmp_base.c 61 #include "schedule.h"
252 /* send the packet, add to the schedule to resend */
581 /* send the packet, add to the schedule to resend */
1075 /* send the packet, add to the schedule to resend */
    [all...]
isakmp_frag.c 72 #include "schedule.h"
  /external/webkit/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.mm 229 // First, update right away, then schedule future update
467 // Schedule -endScrubbing for when leaving mouse tracking mode.
  /external/wpa_supplicant_6/wpa_supplicant/
wpas_glue.c 404 /* Schedule a scan to make sure we continue looking for networks */
412 /* Schedule a scan to make sure we continue looking for networks */
  /frameworks/base/core/java/android/content/
SyncManager.java 525 delay = -1; // this means schedule at the front of the queue
754 * Create and schedule a SyncOperation.
756 * @param syncOperation the SyncOperation to schedule
    [all...]
  /frameworks/base/core/java/android/widget/
Toast.java 332 * schedule handleShow into the right thread
340 * schedule handleHide into the right thread
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
CmdHndlr.c 301 /* No need to schedule the driver (already handling commands) so just leave critical section */
312 /* Request driver task schedule for command handling (after we left critical section!) */
  /hardware/ti/wlan/wl1271/utils/
context.c 83 TI_UINT32 aRequestCount [MAX_CLIENTS]; /* Clients' schedule requests counter*/
381 /* If client is pending, schedule driver task */
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
FwEvent.c 331 * \brief Requests the context engine to schedule the driver task
338 * Requests the context engine to schedule the driver task
  /system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
CmdHndlr.c 300 /* No need to schedule the driver (already handling commands) so just leave critical section */
311 /* Request driver task schedule for command handling (after we left critical section!) */
  /system/wlan/ti/wilink_6_1/utils/
context.c 83 TI_UINT32 aRequestCount [MAX_CLIENTS]; /* Clients' schedule requests counter*/
381 /* If client is pending, schedule driver task */
  /external/chromium/net/url_request/
url_request_new_ftp_job.cc 111 // there were no auth. Schedule this for later so that we don't cause
  /external/dropbear/libtomcrypt/src/modes/lrw/
lrw_test.c 85 /* schedule it */
  /external/webkit/WebCore/bindings/v8/
DOMDataStore.h 256 // contains the object - so we can schedule the object to be deleted on the thread which created it.
  /external/webkit/WebCore/loader/
CachedResource.h 150 virtual bool schedule() const { return false; } function in class:WebCore::CachedResource
DocumentLoader.h 117 void schedule(SchedulePair*);
  /external/webkit/WebCore/svg/animation/
SMILTimeContainer.cpp 65 void SMILTimeContainer::schedule(SVGSMILElement* animation) function in class:WebCore::SMILTimeContainer
  /frameworks/base/core/java/android/view/
ViewParent.java 29 * child of this view parent. This will schedule a layout pass of the view
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
Ticker.java 187 // If there's already a notification schedule for this package and id, remove it.
  /frameworks/ex/common/tests/src/com/android/common/
OperationSchedulerTest.java 56 // It will schedule for the later of the trigger and the moratorium...
  /dalvik/vm/alloc/
MarkSweep.c 152 * schedule it to be scanned for references.
784 * and schedule them for finalization.
805 // we can schedule them next time. Watch out,
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txDataQueue.c 300 * \brief Insert packet in queue and schedule task
378 to schedule Tx handling (both are executed below, outside the critical section!) */
389 /* If needed, schedule Tx handling */
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPServerTransaction.java 383 sipStack.getTimer().schedule(myTimer,
505 sipStack.getTimer().schedule(new ListenerExecutionMaxTimer(),
681 // Schedule a timer to fire in 200 ms if the
683 sipStack.getTimer().schedule(new SendTrying(), 200);
    [all...]

Completed in 423 milliseconds

1 2 3 4 5 67 8 91011>>