/device/generic/goldfish/qemud/ |
qemud.c | 277 * called when events happen on the file descriptor. 280 * the set of monitored events for a given file descriptor. 286 * all events related to a given file descriptor. 304 typedef void (*EventFunc)( void* user, int events ); 324 int wanted; /* events we are monitoring */ 325 int events; /* events that occured */ member in struct:__anon1572 337 struct epoll_event* events; member in struct:__anon1573 348 l->events = NULL; 356 xfree(l->events); [all...] |
/external/blktrace/btreplay/ |
btreplay.c | 1036 struct io_event *evp, events[naios_out]; local 1041 ndone = io_getevents(tip->ctx, 1, naios_out, events, NULL); 1054 for (i = 0, evp = events; i < ndone; i++, evp++) { [all...] |
/external/libusb/libusb/ |
libusb.h | 1206 short events; member in struct:libusb_pollfd [all...] |
/external/libusb_aah/libusb/ |
libusb.h | 1336 short events; member in struct:libusb_pollfd [all...] |
/external/valgrind/main/cachegrind/ |
cg_main.c | 447 /* Maintain an ordered list of memory events which are outstanding, in 449 helper calls. The BB is scanned top to bottom and memory events 472 events in order to reduce the number of helper function calls made. 474 events with a single helper call. */ 543 /* Up to this many unnotified events are allowed. Number is 555 Event events[N_EVENTS]; member in struct:__anon16612 663 /* Generate code for all outstanding memory events, and mark the queue 691 ev = &cgs->events[i]; 692 ev2 = ( i < cgs->events_used-1 ? &cgs->events[i+1] : NULL ); 693 ev3 = ( i < cgs->events_used-2 ? &cgs->events[i+2] : NULL ) [all...] |
/external/valgrind/main/callgrind/ |
main.c | 199 /* Maintain an ordered list of memory events which are outstanding, in 201 helper calls. The BB is scanned top to bottom and memory events 224 events in order to reduce the number of helper function calls made. 226 events with a single helper call. */ 298 /* Up to this many unnotified events are allowed. Number is 309 Event events[N_EVENTS]; member in struct:__anon16631 373 /* Generate code for all outstanding memory events, and mark the queue 393 ev = &clgs->events[i]; 443 ev = &clgs->events[i]; 444 ev2 = ( i < clgs->events_used-1 ? &clgs->events[i+1] : NULL ) [all...] |
/frameworks/base/core/java/android/app/ |
Instrumentation.java | 313 * (has no more events to process). 836 * Sends the key events corresponding to the text to the app being 847 KeyEvent[] events = keyCharacterMap.getEvents(text.toCharArray()); local 849 if (events != null) { 850 for (int i = 0; i < events.length; i++) { 853 // time stamp and the system rejects too old events. Hence, it is 856 sendKeySync(KeyEvent.changeTimeRepeat(events[i], SystemClock.uptimeMillis(), 0)); [all...] |
/hardware/samsung_slsi/exynos5/include/ |
ExynosCamera.h | 697 pollfd events; member in struct:android::ExynosCamera::devInfo
|
/packages/apps/Calendar/src/com/android/calendar/month/ |
MonthWeekEventsView.java | 116 // events being drawn on each day. The code will expand this if necessary. 254 // Sets the list of events for this week. Takes a sorted list of arrays 271 // Stash the list of events for use when this view is ready, or 277 // clear the cached set of events since we're ready to build it now 309 Log.wtf(TAG, "Events size must be same as days displayed: size=" 807 * if the event and its extras won't fit or if there are more events and the 808 * more events line would not fit after drawing this event. 815 * @param moreEvents indicates whether additional events will follow this one 817 * events 1078 ArrayList<Event> events = mEvents.get(dayPosition); local [all...] |
/prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/ |
xmlParserAPIs-2.6.2.jar | |
/prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/ |
xml-apis-1.0.b2.jar | |
/system/core/adb/ |
sysdeps_win32.c | 86 void (*_fh_hook) ( FH f, int events, EventHook hook ); 1614 int events = fde->state & FDE_EVENTMASK; local 1623 int events = fde->state & FDE_EVENTMASK; local 1927 unsigned events = fde->events; local [all...] |
/prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/ |
swt-3.5.0.jar | |
/prebuilts/tools/darwin-x86/swt/ |
swt.jar | |
/prebuilts/tools/darwin-x86_64/swt/ |
swt.jar | |
/prebuilts/tools/linux-x86/swt/ |
swt.jar | |
/prebuilts/tools/linux-x86_64/swt/ |
swt.jar | |
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarProvider2.java | 49 import android.provider.CalendarContract.Events; 102 new String[] {Events._ID}; 105 Events._SYNC_ID, 106 Events.RRULE, 107 Events.RDATE, 108 Events.ORIGINAL_ID, 109 Events.ORIGINAL_SYNC_ID, 156 * Projection to query for correcting times in allDay events. 159 Events._ID, 160 Events.DTSTART 4009 Cursor events = null; local [all...] |
/external/blktrace/ |
blkparse.c | 51 unsigned long long events; member in struct:per_dev_info 618 /* Ignore unknown notify events */ 881 * events don't have sequence and time matched. so we end up 2157 unsigned int events = 0; local 2541 int events, fdblock; local [all...] |
blktrace.c | 58 * rate and see skipped/missed events 460 pfd->events = 0; 2497 int events; local [all...] |
/prebuilts/tools/windows/swt/ |
swt.jar | |
/prebuilts/tools/windows-x86_64/swt/ |
swt.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar | |
/external/kernel-headers/original/linux/ |
perf_event.h | 2 * Performance events: 46 * Common hardware events, generalized by the kernel: 60 * Generalized hardware cache events: 93 * Special "software" events provided by the kernel, even if the hardware 94 * does not support performance events. These events measure various 95 * physical and sw events of the kernel (and allow the profiling of them as 221 __u32 wakeup_events; /* wakeup every n events */ 253 * Bits needed to read the hw events in user-space. 329 * The MMAP events record the PROT_EXEC mappings so that we ca 601 local_t events; \/* event limit *\/ member in struct:perf_mmap_data [all...] |
/external/linux-tools-perf/util/include/linux/added/ |
perf_event.h | 2 * Performance events: 54 * Common hardware events, generalized by the kernel: 70 * Generalized hardware cache events: 103 * Special "software" events provided by the kernel, even if the hardware 104 * does not support performance events. These events measure various 105 * physical and sw events of the kernel (and allow the profiling of them as 228 sample_id_all : 1, /* sample_type all events */ 233 __u32 wakeup_events; /* wakeup every n events */ 271 * Bits needed to read the hw events in user-space 708 local_t events; \/* event limit *\/ member in struct:perf_buffer [all...] |