HomeSort by relevance Sort by last modified time
    Searched refs:WE (Results 1 - 8 of 8) 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...]
  /packages/apps/Calendar/src/com/android/calendar/
EventRecurrenceFormatter.java 94 case EventRecurrence.WE: return Calendar.WEDNESDAY;
  /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/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 142 /// Note, we pre-compute the local declarations at parse time as an
143 /// optimization to make sure we do not deserialize everything from disk.
272 /// \param Mode - determines if we are requesting syntax only or path
298 // We skip function template definitions, as their semantics is
317 /// \brief Check if we should skip (not analyze) the given function.
352 // We want to re-analyse the functions as top level in several cases:
355 // 'nil' and unless we analyze the 'init' functions as top level, we will not
357 // - We want to reanalyze all ObjC methods as top level to report Retain
362 // Otherwise, if we visited the function before, do not reanalyze it
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java 250 // It's a problem if we try to save a non-existent or invalid model or if we're
251 // modifying an existing event and we have the wrong original model
327 // We've changed a recurring event to a non-recurring event.
328 // If the event we are editing is the first in the series,
334 // Update the current repeating event to end at the new start time. We
349 // We need to update the existing recurrence to end before the exception
350 // event starts. If the recurrence rule has a COUNT, we need to adjust
354 // we don't want to overwrite it.
373 // We've changed a recurring event to a non-recurring event
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 473 // If this is a trivial offset, then we'll get something like
474 // 1*sizeof(type). With target data, which we need anyway, this will get
557 // Now we have a map of all of the pairable instructions and we need to
629 // We can vectorize casts, but not casts of pointer types, etc.
658 // We can't vectorize memory operations without target data
814 WE = WriteSet.end(); W != WE; ++W) {
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 7 % BECAUSE THIS PROGRAM IS LICENSED FREE OF CHARGE, WE PROVIDE ABSOLUTELY
94 %Software Foundation at 675 Mass Ave, Cambridge, MA 02139. We have not yet
95 %worked out a simple rule that can be stated here, but we will often permit
96 %this. We will be guided by the two goals of preserving the free status of
108 % Save some parts of plain tex whose names we will redefine.
585 % When we turn headings on, set the page number to 1,
844 % To define \realbackslash, we must make \ not be an escape.
845 % We must first make another character (@) an escape
846 % so we do not become unable to do a definition.
866 % Now produce the complete index entry. We process the index-string again
    [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
pdfjs.js 383 ///////// The PDF we want to render, encoded in base64. ////////
    [all...]

Completed in 1255 milliseconds