HomeSort by relevance Sort by last modified time
    Searched defs:events (Results 351 - 375 of 409) sorted by null

<<11121314151617

  /external/valgrind/main/include/vki/
vki-amd64-linux.h 477 short events; member in struct:vki_pollfd
vki-ppc32-linux.h 661 short events; member in struct:vki_pollfd
    [all...]
vki-ppc64-linux.h 645 short events; member in struct:vki_pollfd
vki-s390x-linux.h 623 short events; member in struct:vki_pollfd
vki-x86-linux.h 558 short events; member in struct:vki_pollfd
vki-arm-linux.h 526 short events; member in struct:vki_pollfd
vki-mips32-linux.h 657 short events; member in struct:vki_pollfd
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 1219 var Events = new Class({
1221 $events: {},
1224 type = Events.removeOn(type);
1226 this.$events[type] = this.$events[type] || [];
1227 this.$events[type].include(fn);
1233 addEvents: function(events){
1234 for (var type in events) this.addEvent(type, events[type]);
1239 type = Events.removeOn(type)
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 35 import android.provider.CalendarContract.Events;
95 private Uri mEventsUri = Events.CONTENT_URI;
103 // recurrence exceptions that refer to recurring events.
153 * a (key, value) pair. This is used for updating events.
167 * commands that can create events, delete or update events, and then
242 if (CalendarContract.Events.STATUS.equals(pair.key)) {
249 if (map.size() == 1 && map.containsKey(Events.STATUS)) {
258 * This command queries the number of events and compares it to the given
277 * This command dumps the list of events to the log for debugging
1812 EventInfo[] events = { event1, event2, event3 }; local
2569 EventInfo[] events = { new EventInfo("normal0", local
2792 EventInfo[] events = { new EventInfo("normal0", local
2935 EventInfo[] events = { new EventInfo("normal0", local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asequencer.h 113 /** synthesizer events
126 /** user-defined events with fixed length
164 /* 130-139: variable length events
177 /* 150-151: kernel events with quote - DO NOT use in user clients */
183 /* 192-254: hardware specific events */
426 /* result events: 0-4 */
428 /* channel specific events: 5-19 */
430 /* note events: 5-9 */
432 /* control events: 10-19 */
434 /* queue control events: 30-39 *
661 int events; \/* read-only - queue size *\/ member in struct:snd_seq_queue_status
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asequencer.h 113 /** synthesizer events
126 /** user-defined events with fixed length
164 /* 130-139: variable length events
177 /* 150-151: kernel events with quote - DO NOT use in user clients */
183 /* 192-254: hardware specific events */
426 /* result events: 0-4 */
428 /* channel specific events: 5-19 */
430 /* note events: 5-9 */
432 /* control events: 10-19 */
434 /* queue control events: 30-39 *
661 int events; \/* read-only - queue size *\/ member in struct:snd_seq_queue_status
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.core.runtime_3.6.0.v20100505.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
curses.h 422 * This is an extension to support events...
460 _nc_event *events[1]; member in struct:__anon26199
    [all...]
ncurses.h 422 * This is an extension to support events...
460 _nc_event *events[1]; member in struct:__anon26727
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
curses.h 422 * This is an extension to support events...
460 _nc_event *events[1]; member in struct:__anon27789
    [all...]
ncurses.h 422 * This is an extension to support events...
460 _nc_event *events[1]; member in struct:__anon28318
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
curses.h 422 * This is an extension to support events...
460 _nc_event *events[1]; member in struct:__anon29304
    [all...]
ncurses.h 422 * This is an extension to support events...
460 _nc_event *events[1]; member in struct:__anon29832
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java 43 import android.provider.CalendarContract.Events;
110 // duration for events' cross-fade animation
302 * This variable helps to avoid unnecessarily reloading events by keeping
304 * of events. If the next reload matches this, then the events are not
336 // This encloses the more allDay events icon
367 * When unexpanded, allday events will use this height.
368 * When expanded allDay events will attempt to grow to fit all
369 * events at this height.
379 * This is the minimum size reserved for displaying regular events
2031 final ArrayList<Event> events = new ArrayList<Event>(); local
2115 final ArrayList<Event> events = mEvents; local
2890 final ArrayList<Event> events = mAllDayEvents; local
3105 final ArrayList<Event> events = mEvents; local
4628 ArrayList<Event> events = mEvents; local
    [all...]

Completed in 1376 milliseconds

<<11121314151617