HomeSort by relevance Sort by last modified time
    Searched full:vevent (Results 1 - 8 of 8) sorted by null

  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
ICalendarTest.java 155 String text = "BEGIN:VEVENT\nEND:VEVENT\n";
158 assertEquals("VEVENT", event.getName());
165 String text = "BEGIN:VEVENT\n" +
169 "END:VEVENT\n";
173 assertEquals("VEVENT", event.getName());
189 String text = "BEGIN:VEVENT\n" +
193 "END:VEVENT\n";
197 assertEquals("VEVENT", event.getName());
208 String text = "BEGIN:VEVENT\n"
    [all...]
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 371 BlockHash vevent = vcalendar.blocks.get(0); local
372 // It's a VEVENT with the following fields
373 assertEquals("VEVENT", vevent.name);
374 assertEquals("Meeting Location", vevent.get("LOCATION"));
375 assertEquals("0", vevent.get("SEQUENCE"));
376 assertEquals("Discuss Unit Tests", vevent.get("SUMMARY"));
377 assertEquals(uid, vevent.get("UID"));
379 vevent.get("ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE"));
382 assertEquals("20100412", vevent.get("DTSTART;VALUE=DATE"))
433 BlockHash vevent = vcalendar.blocks.get(0); local
508 BlockHash vevent = vcalendar.blocks.get(1); local
589 BlockHash vevent = vcalendar.blocks.get(1); local
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 371 BlockHash vevent = vcalendar.blocks.get(0); local
372 // It's a VEVENT with the following fields
373 assertEquals("VEVENT", vevent.name);
374 assertEquals("Meeting Location", vevent.get("LOCATION"));
375 assertEquals("0", vevent.get("SEQUENCE"));
376 assertEquals("Discuss Unit Tests", vevent.get("SUMMARY"));
377 assertEquals(uid, vevent.get("UID"));
379 vevent.get("ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE"));
382 assertEquals("20100412", vevent.get("DTSTART;VALUE=DATE"))
433 BlockHash vevent = vcalendar.blocks.get(0); local
508 BlockHash vevent = vcalendar.blocks.get(1); local
589 BlockHash vevent = vcalendar.blocks.get(1); local
    [all...]
  /external/skia/third_party/glu/libtess/
sweep.c 104 static void SweepEvent( GLUtesselator *tess, GLUvertex *vEvent );
851 * Purpose: connect a "right" vertex vEvent (one where all edges go left)
853 * edges, two regions (one above vEvent and one below) are being merged
859 * - in any case, we must leave some record of vEvent in the dictionary,
860 * so that we can merge vEvent with features that we have not seen yet.
862 * the right of vEvent; we would like to splice vEvent into this edge.
864 * However, we don't want to connect vEvent to just any vertex. We don''t
870 * Our eventual goal is to connect vEvent to the leftmost unprocessed
875 * connect vEvent to the closest vertex of either chain, and mark the regio
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon/
ICalendar.java 34 // TODO: keep track of VEVENT, VTODO, VJOURNAL, VFREEBUSY, VTIMEZONE, VALARM
56 * A component within an iCalendar (VEVENT, VTODO, VJOURNAL, VFEEBUSY,
66 public static final String VEVENT = "VEVENT";
222 * within a VEVENT).
621 * component must be of type VEVENT.
623 * @return The top-level VEVENT component.
625 * iCalendar VEVENT.
629 if (event == null || !Component.VEVENT.equals(event.getName())) {
630 throw new FormatException("Expected " + Component.VEVENT);
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
CalendarUtilities.java     [all...]
  /external/webkit/PerformanceTests/Parser/resources/
html5.html     [all...]
  /external/zxing/core/
core.jar 

Completed in 424 milliseconds