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

1 2

  /packages/providers/CalendarProvider/
maketests.py 77 recurrences = entry.getElementsByTagName("gd:recurrence") variable
82 if len(recurrences) > 0:
83 recurrence = recurrences[0]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarInstancesHelper.java 198 // b) Recurrences that included the window. These will be displayed
434 // b) Instances of recurrences that fall in the window. They may
490 // b) Instances of recurrences that fall in the window and have not
572 // recurrences that do fall within our window. we won't insert these
690 // recurrences.
    [all...]
CalendarProvider2.java 1660 long[] recurrences; local
    [all...]
CalendarDatabaseHelper.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java 731 long[] recurrences; local
733 recurrences = recurProc.expand(dtstart, recurSet, startTimeMillis, endTimeMillis);
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSync.java 292 // recurrences. We don't support any of this as yet, but EAS 12.0 and higher
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 299 // Only consider affine recurrences.
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 440 // First step. Check to see if there are any floating-point recurrences.
441 // If there are, change them into integer recurrences, permitting analysis by
    [all...]
  /frameworks/base/core/java/android/app/
AlarmManager.java 408 * the strict recurrences traditionally supplied by {@link #setRepeating}, since the
  /frameworks/base/docs/html/google/play/billing/
billing_subscriptions.jd 310 Wallet provides a base Merchant Order Number for all recurrences of the
  /frameworks/base/docs/html/google/play/billing/v2/
billing_subscriptions.jd 289 recurrences over time to remain valid. Your app should check the validity of
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 331 /// evaluateAtIteration - Return the value of this chain of recurrences at
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java 148 // Bits used in EAS recurrences for days of the week
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 42 // Chains of recurrences -- a method to expedite the evaluation
46 // On computational properties of chains of recurrences
49 // Symbolic Evaluation of Chains of Recurrences for Loop Optimization
55 // Using the chains of recurrences algebra for data dependence testing and
793 /// evaluateAtIteration - Return the value of this chain of recurrences at
    [all...]
ScalarEvolutionExpander.cpp     [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Tags.java     [all...]
EmailSyncAdapter.java     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.def     [all...]
tree.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.def     [all...]
tree.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.def     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.def     [all...]
  /external/llvm/docs/
Passes.rst 602 * Any pointer arithmetic recurrences are raised to use array subscripts.
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java     [all...]

Completed in 643 milliseconds

1 2