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

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_expose.c 34 SDL_Event events[32]; local
36 /* Pull out all old refresh events */
37 SDL_PeepEvents(events, sizeof(events)/sizeof(events[0]),
SDL_resize.c 41 SDL_Event events[32]; local
54 /* Pull out all old resize events */
55 SDL_PeepEvents(events, sizeof(events)/sizeof(events[0]),
  /development/ndk/sources/android/libportable/common/include/
epoll_portable.h 28 unsigned int events; member in struct:epoll_event_portable
  /packages/apps/Mms/src/org/w3c/dom/events/
DocumentEvent.java 13 package org.w3c.dom.events;
23 * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113'>Document Object Model (DOM) Level 2 Events Specification</a>.
EventException.java 13 package org.w3c.dom.events;
18 * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113'>Document Object Model (DOM) Level 2 Events Specification</a>.
EventListener.java 13 package org.w3c.dom.events;
17 * handling events. Users implement the <code>EventListener</code> interface
27 * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113'>Document Object Model (DOM) Level 2 Events Specification</a>.
EventTarget.java 13 package org.w3c.dom.events;
22 * of events to that <code>EventTarget</code>.
23 * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113'>Document Object Model (DOM) Level 2 Events Specification</a>.
45 * events of the specified type will be dispatched to the registered
47 * <code>EventTargets</code> beneath them in the tree. Events which
80 * This method allows the dispatch of events into the implementations
81 * event model. Events dispatched in this manner will have the same
82 * capturing and bubbling behavior as events dispatched directly by the
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
poll.h 43 short int events; /* Types of events poller cares about. */ member in struct:pollfd
44 short int revents; /* Types of events that actually occurred. */
53 Returns the number of file descriptors with events, zero if timed out,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
poll.h 43 short int events; /* Types of events poller cares about. */ member in struct:pollfd
44 short int revents; /* Types of events that actually occurred. */
53 Returns the number of file descriptors with events, zero if timed out,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
poll.h 43 short int events; /* Types of events poller cares about. */ member in struct:pollfd
44 short int revents; /* Types of events that actually occurred. */
53 Returns the number of file descriptors with events, zero if timed out,
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
Transcript.java 10 private List<String> events = new ArrayList<String>(); field in class:Transcript
13 events.add(event);
17 assertEquals("Expected no events but got " + events + ".", 0, events.size());
21 assertEquals(Arrays.asList(expectedEvents), events); local
22 events.clear();
26 events.clear();
30 return events;
  /external/chromium/chrome/browser/metrics/
metrics_response.cc 12 int events; member in struct:SAXState
38 if (strcmp(Char(attrs[i]), "events") == 0) {
39 state->events = atoi(Char(attrs[i + 1]));
79 events_ = state.events;
  /external/guava/guava-tests/test/com/google/common/eventbus/
StringCatcher.java 32 private List<String> events = Lists.newArrayList(); field in class:StringCatcher
36 events.add(string);
44 return events;
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
CinematicEventListener.java 6 package com.jme3.cinematic.events;
  /external/oprofile/libop/tests/
parse_event_tests.c 23 static struct events_test const events[] = variable
55 for (ev = events; ev->tests[0]; ++ev)
  /external/skia/legacy/src/animator/
SkDump.h 29 SkBool events; member in class:SkDump
  /external/skia/src/animator/
SkDump.h 29 SkBool events; member in class:SkDump
  /libcore/luni/src/main/java/libcore/io/
StructPollfd.java 30 * The events we're interested in. POLLIN corresponds to being in select(2)'s read fd set,
33 public short events; field in class:StructPollfd
35 /** The events that actually happened. */
46 return "StructPollfd[fd=" + fd + ",events=" + events + ",revents=" + revents + "]";
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
eventpoll.h 44 __u32 events; member in struct:epoll_event
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
eventpoll.h 44 __u32 events; member in struct:epoll_event
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
eventpoll.h 44 __u32 events; member in struct:epoll_event
  /bootable/recovery/minadbd/
fdevent.h 22 /* events that may be observed */
28 /* features that may be set (via the events set/add/del interface) */
33 typedef void (*fd_func)(int fd, unsigned events, void *userdata);
55 /* Change which events should cause notifications
57 void fdevent_set(fdevent *fde, unsigned events);
58 void fdevent_add(fdevent *fde, unsigned events);
59 void fdevent_del(fdevent *fde, unsigned events);
63 /* loop forever, handling events.
76 unsigned short events; member in struct:fdevent
  /external/clang/test/CodeGen/
2007-09-28-PackedUnionMember.c 34 static const struct E events[] = { local
37 bork(hndlr, events);
  /external/openssh/openbsd-compat/
bsd-poll.h 36 short events; member in struct:pollfd
  /libcore/dom/src/test/java/org/w3c/domts/level2/events/
TestBatik.java 14 package org.w3c.domts.level2.events;
30 Class testClass = ClassLoader.getSystemClassLoader().loadClass("org.w3c.domts.level2.events.alltests");

Completed in 4724 milliseconds

1 2 3 4 5 6 7 8 91011>>