Searched defs:events (Results 126 - 150 of 167) sorted by relevance

1234567

/external/qemu/android/
H A Dasync-socket.c1008 * events - LOOP_IO_READ | LOOP_IO_WRITE bitmask.
1011 _on_async_socket_io(void* opaque, int fd, unsigned events) argument
1018 if ((events & LOOP_IO_READ) != 0) {
1025 if ((events & LOOP_IO_WRITE) != 0) {
1036 * events.
H A Dmain-common.c942 #include "android/protocol/user-events-proxy.h"
969 coreconsole_io_func(void* opaque, int fd, unsigned events) argument
1153 // Connect to the core's user events service.
/external/qemu/distrib/sdl-1.2.15/src/joystick/linux/
H A DSDL_sysjoystick.c988 * but instead should call SDL_PrivateJoystick*() to deliver events
993 struct js_event events[32]; local
1005 while ((len=read(joystick->hwdata->fd, events, (sizeof events))) > 0) {
1006 len /= sizeof(events[0]);
1008 switch (events[i].type & ~JS_EVENT_INIT) {
1010 if ( events[i].number < joystick->naxes ) {
1013 events[i].number, events[i].value))
1016 events[
1079 struct input_event events[32]; local
[all...]
/external/valgrind/tsan/
H A Dts_pin.cc194 uintptr_t events[kThreadLocalEventBufferSize]; member in struct:ThreadLocalEventBuffer
212 int ignore_sync; // if > 0, ignore all sync events.
309 // The events are encoded like this:
428 fwrite(tleb.events, sizeof(uintptr_t), tleb.size, G_out);
435 uintptr_t event = tleb.events[i++];
442 uintptr_t call_pc = tleb.events[i++];
443 uintptr_t target_pc = tleb.events[i++];
444 IGNORE_BELOW_RTN ignore_below = (IGNORE_BELOW_RTN)tleb.events[i++];
450 TraceInfo *trace_info = (TraceInfo*) tleb.events[i++];
468 uintptr_t addr = tleb.events[
[all...]
H A Dts_valgrind_intercepts.c242 // We ignore memory accesses and sync events inside malloc.
244 // Sync events are ignored so that malloc does not create h-b arcs.
245 // Currently, we ignore only Lock/Unlock events, not any other sync events.
1987 LIBC_FUNC(int, epoll_wait, int epfd, void * events, int maxevents, int timeout) { argument
1993 CALL_FN_W_WWWW(ret, fn, epfd, events, maxevents, timeout);
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnPathProcessor.cpp884 // The entry / exit events which occur at the minimum and maximum x
949 // box. We sort these events by increasing X coordinate. We then
979 Vector<SweepEvent> events; local
991 // coincident entry and exit events for the same triangle
997 // Add entry and exit events
1000 events.append(event);
1002 events.append(event);
1007 // Sort events by increasing X coordinate
1008 std::sort(events.begin(), events
[all...]
/external/blktrace/btreplay/
H A Dbtreplay.c1036 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++) {
/external/libusb/libusb/
H A Dlibusb.h1206 short events; member in struct:libusb_pollfd
1211 * to the set of file descriptors monitored for events.
1213 * \param events events to monitor for, see \ref libusb_pollfd for a
1219 typedef void (*libusb_pollfd_added_cb)(int fd, short events, void *user_data);
1223 * the set of file descriptors being monitored for events. After returning
/external/oprofile/libpp/
H A Dxml_utils.cpp190 void xml_utils::set_nr_events(size_t events) argument
192 nr_events = events;
246 string const & cpu_info, string const & events)
268 cout << open_element(SETUP) << events;
245 output_xml_header(string const & command_options, string const & cpu_info, string const & events) argument
/external/valgrind/main/cachegrind/
H A Dcg_main.c441 /* Maintain an ordered list of memory events which are outstanding, in
443 helper calls. The BB is scanned top to bottom and memory events
466 events in order to reduce the number of helper function calls made.
468 events with a single helper call. */
537 /* Up to this many unnotified events are allowed. Number is
549 Event events[N_EVENTS]; member in struct:__anon13490
657 /* Generate code for all outstanding memory events, and mark the queue
685 ev = &cgs->events[i];
686 ev2 = ( i < cgs->events_used-1 ? &cgs->events[i+1] : NULL );
687 ev3 = ( i < cgs->events_used-2 ? &cgs->events[
[all...]
/external/valgrind/main/callgrind/
H A Dmain.c195 /* Maintain an ordered list of memory events which are outstanding, in
197 helper calls. The BB is scanned top to bottom and memory events
220 events in order to reduce the number of helper function calls made.
222 events with a single helper call. */
294 /* Up to this many unnotified events are allowed. Number is
305 Event events[N_EVENTS]; member in struct:__anon13508
369 /* Generate code for all outstanding memory events, and mark the queue
389 ev = &clgs->events[i];
439 ev = &clgs->events[i];
440 ev2 = ( i < clgs->events_used-1 ? &clgs->events[
[all...]
/external/blktrace/
H A Dblkparse.c51 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
1616 if (!pdi->events)
1619 pdi->events++;
1849 get_dev_name(pdi, line, sizeof(line)), pdi->events);
1852 if (!pdi->skips && !pdi->events)
1856 (double)(pdi->events + pdi->seq_skips));
2157 unsigned int events = 0; local
2159 while (!is_done() && events < rb_batc
2541 int events, fdblock; local
[all...]
H A Dblktrace.c58 * rate and see skipped/missed events
460 pfd->events = 0;
1629 pfd->events = POLLIN;
1675 pfd->events = 0;
1717 pfd->events = 0;
1972 * Estimate events if not known...
1980 " CPU%3d: %20llu events, %8llu KiB data\n",
1987 fprintf(ofp, " Total: %20llu events (dropped %llu),"
2005 fprintf(stderr, "\nYou have %llu (%5.1lf%%) dropped events\n"
2443 * overload cpu count with dropped events
2459 handle_client_data(struct net_server_s *ns, int events) argument
2497 int events; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium/third_party/libevent/
H A Devdns.c225 char write_waiting; /* true if we are waiting for EV_WRITE events */
322 static void nameserver_ready_callback(int fd, short events, void *arg);
337 static void server_port_ready_callback(int fd, short events, void *arg);
449 nameserver_prod_callback(int fd, short events, void *arg) { argument
452 (void)events;
1237 /* We have no more pending requests; stop listening for 'writeable' events. */
1248 /* if waiting is true then we ask libevent for EV_WRITE events, otherwise */
1249 /* we stop these events. */
1268 nameserver_ready_callback(int fd, short events, void *arg) { argument
1272 if (events
1286 server_port_ready_callback(int fd, short events, void *arg) argument
1883 evdns_request_timeout_callback(int fd, short events, void *arg) argument
[all...]
/external/kernel-headers/original/linux/
H A Dperf_event.h2 * 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 recor
601 local_t events; /* event limit */ member in struct:perf_mmap_data
[all...]
/external/linux-tools-perf/util/include/linux/added/
H A Dperf_event.h2 * 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 i
708 local_t events; /* event limit */ member in struct:perf_buffer
[all...]
/external/valgrind/main/include/vki/
H A Dvki-amd64-linux.h465 short events; member in struct:vki_pollfd
H A Dvki-ppc32-linux.h649 short events; member in struct:vki_pollfd
H A Dvki-ppc64-linux.h633 short events; member in struct:vki_pollfd
H A Dvki-s390x-linux.h611 short events; member in struct:vki_pollfd
H A Dvki-x86-linux.h546 short events; member in struct:vki_pollfd
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js1221 $events: {},
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]);
1240 if (!this.$events || !this.$events[type]) return this;
1241 this.$events[typ
[all...]

Completed in 9047 milliseconds

1234567