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

1 2 3 4 5 6 7 891011>>

  /packages/apps/Email/src/com/android/exchange/adapter/
EmailSyncAdapter.java 185 if (messageClass.equals("IPM.Schedule.Meeting.Request")) {
187 } else if (messageClass.equals("IPM.Schedule.Meeting.Canceled")) {
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAppWidgetService.java 226 // Schedule an alarm to wake ourselves up for the next update. We also cancel
229 // If no next-update calculated, or bad trigger time in past, schedule
CalendarDatabaseHelper.java 513 // Both require resync, so just schedule it once
    [all...]
  /external/ipsec-tools/src/racoon/
Makefile.in 88 schedule.$(OBJEXT) str2val.$(OBJEXT) safefile.$(OBJEXT) \
260 schedule.h sockmisc.h vmbuf.h isakmp_var.h isakmp.h isakmp_xauth.h \
288 plog.c logger.c schedule.c str2val.c \
329 dhgroup.h isakmp_agg.h netdb_dnssec.h schedule.h \
531 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/schedule.Po@am__quote@
    [all...]
admin.c 68 #include "schedule.h"
isakmp_quick.c 64 #include "schedule.h"
287 /* send the packet, add to the schedule to resend */
622 /* send the packet, add to the schedule to resend */
1353 /* send the packet, add to the schedule to resend */
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionStack.java 388 // Schedule the next ping
389 getTimer().schedule(new PingTimer(threadHandle),
474 timer.schedule(new PingTimer(null), 0);
    [all...]
  /external/chromium/base/third_party/nss/
sha512.cc 208 /* prepare the "message schedule" */
659 PRUint64 w[80]; /* message schedule, input buffer, plus 64 words */
823 /* prepare the "message schedule" */
    [all...]
  /external/kernel-headers/original/linux/
sched.h 164 * schedule();
179 * This serializes "schedule()" and also protects
239 asmlinkage void schedule(void);
    [all...]
cpumask.h 66 * int cpu_present(cpu) Is some cpu present (can schedule)?
  /external/openssl/crypto/aes/
aes_x86core.c 468 * Expand the cipher key into the encryption key schedule.
569 * Expand the cipher key into the decryption key schedule.
578 /* first, start with an encryption schedule */
    [all...]
  /external/webkit/WebCore/html/
HTMLMediaElement.cpp 311 // Schedule the timer to try the next <source> element WITHOUT resetting state ala prepareForLoad.
734 // <source> children, schedule the next one
779 // Schedule one last progress event so we guarantee that at least one is fired
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
RemoteService.java 142 * to schedule increments of our value.
  /external/bluetooth/glib/gio/
gbufferedoutputstream.c 635 * callback (from idle) otherwise schedule a buffer
gfilemonitor.c 703 /* Schedule a virtual change done. This is removed if we get a real one, and
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
DESEngine.java 122 * Use the key schedule specified in the Standard (ANSI X3.92-1981).
  /external/chromium/net/tools/hresolv/
hresolv.cc 255 // Schedule all tasks on our message loop, and then run.
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-api-fst.c 66 /* initialize key schedule: */
  /external/v8/src/
v8threads.cc 416 // must cooperatively schedule amongst them from this point on.
  /external/webkit/WebCore/loader/
MainResourceLoader.cpp 478 m_dataLoadTimer.schedule(*scheduledPairs);
  /external/webkit/WebCore/page/animation/
KeyframeAnimation.cpp 288 // Schedule event handling
  /external/webkit/WebCore/storage/
SQLTransaction.cpp 491 // Schedule a "post-success callback" step to return control to the database thread in case there
  /external/wpa_supplicant/
des.c 72 /* Use the key schedule specific in the standard (ANSI X3.92-1981) */
preauth.c 420 /* TODO: schedule periodic scans if current AP supports preauth */
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
des.c 72 /* Use the key schedule specific in the standard (ANSI X3.92-1981) */

Completed in 1540 milliseconds

1 2 3 4 5 6 7 891011>>