HomeSort by relevance Sort by last modified time
    Searched refs:WE (Results 1 - 9 of 9) sorted by null

  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
EventRecurrenceTest.java 353 verifyRecurType("FREQ=DAILY;BYDAY=1SU,-2MO,+33TU,WE,TH,FR,SA",
365 EventRecurrence.WE,
383 verifyRecurType("FREQ=WEEKLY;WKST=MO;UNTIL=20100129T130000Z;INTERVAL=1;BYDAY=MO,TU,WE,",
394 EventRecurrence.WE,
409 + "BYDAY=MO,TU,WE,TH,FR,SA,SU",
420 EventRecurrence.WE,
438 verifyRecurType("FREQ=MONTHLY;BYDAY=MO,TU,WE,TH,FR;BYSETPOS=-1",
449 EventRecurrence.WE,
553 verifyRecurType("FREQ=WEEKLY;WKST=SU;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR",
564 EventRecurrence.WE,
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
EventRecurrence.java 44 public static final int WE = 0x00080000;
98 /* values for bit vector that keeps track of what we have already seen */
132 sParseWeekdayMap.put("WE", WE);
165 * constants. btw, I think we should switch to those here too, to
179 return WE;
202 return WE;
223 case WE:
238 * constants. btw, I think we should switch to those here too, to
251 case WE
    [all...]
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp 54 // reason to use top-level bars, but we need a way to verify they don't exist
143 // Reserve space because we can. Reallocation would be ok.
295 WE = SchedWrites.end(); WI != WE; ++WI) {
561 for (IdxIter WI = SC.Writes.begin(), WE = SC.Writes.end(); WI != WE; ++WI)
578 for (IdxIter WI = Writes.begin(), WE = Writes.end(); WI != WE; ++WI)
620 for (IdxIter WI = OperWrites.begin(), WE = OperWrites.end(); WI != WE; ++WI)
    [all...]
SubtargetEmitter.cpp     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventRecurrenceFormatter.java 107 // Cache this stuff so we won't have to redo work again later.
166 case EventRecurrence.WE: return Calendar.WEDNESDAY;
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java 283 // It's a problem if we try to save a non-existent or invalid model or if we're
284 // modifying an existing event and we have the wrong original model
360 // We've changed a recurring event to a non-recurring event.
361 // If the event we are editing is the first in the series,
367 // Update the current repeating event to end at the new start time. We
382 // We need to update the existing recurrence to end before the exception
383 // event starts. If the recurrence rule has a COUNT, we need to adjust
387 // we don't want to overwrite it.
406 // We've changed a recurring event to a non-recurring event
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 550 // We mark this instruction as zero-cost because scalar GEPs are usually
551 // lowered to the instruction addressing mode. At the moment we don't
634 // If this is a trivial offset, then we'll get something like
635 // 1*sizeof(type). With target data, which we need anyway, this will get
748 // Now we have a map of all of the pairable instructions and we need to
    [all...]
  /external/chromium_org/third_party/dom_distiller_js/package/js/
domdistiller.js     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js 383 ///////// The PDF we want to render, encoded in base64. ////////
    [all...]

Completed in 877 milliseconds