HomeSort by relevance Sort by last modified time
    Searched full:events (Results 76 - 100 of 9031) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java 35 import android.provider.CalendarContract.Events;
83 Events._SYNC_ID + "," +
84 Events.CALENDAR_ID + "," +
85 Events.TITLE + "," +
86 Events.EVENT_LOCATION + "," +
87 Events.DESCRIPTION + "," +
88 Events.EVENT_COLOR + "," +
89 Events.EVENT_COLOR_KEY + "," +
90 Events.STATUS + "," +
91 Events.SELF_ATTENDEE_STATUS + ","
    [all...]
CalendarInstancesHelper.java 33 import android.provider.CalendarContract.Events;
67 "((" + Events.DTSTART + " <= ? AND "
68 + "(" + Events.LAST_DATE + " IS NULL OR " + Events.LAST_DATE + " >= ?)) OR "
69 + "(" + Events.ORIGINAL_INSTANCE_TIME + " IS NOT NULL AND "
70 + Events.ORIGINAL_INSTANCE_TIME
71 + " <= ? AND " + Events.ORIGINAL_INSTANCE_TIME + " >= ?)) AND "
73 + "(" + Events.LAST_SYNCED + " = ?)";
76 * Determines the set of Events where the _id matches the first query argument, or the
78 * Instances whose event_id field matches one of those events
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/
glossary.rst 16 focus events
17 Events that indicate whether certain parts of a web page are
19 input events
20 Events that occur when an input device (such as keyboard or mouse)
28 message events
29 Events used to pass data between JavaScript and the Native Client
39 progress events
40 Events generated by the Native Client runtime system during the
45 view change events
46 Events that occur when a change in the browser affects th
    [all...]
  /external/chromium_org/ui/base/gtk/
event_synthesis_gtk.cc 7 #include "ui/events/keycodes/keyboard_code_conversion_gtk.h"
44 std::vector<GdkEvent*>* events) {
46 events->push_back(
50 events->push_back(SynthesizeKeyEvent(window, true, GDK_Shift_L,
57 events->push_back(
68 events->push_back(SynthesizeKeyEvent(window, true, gdk_key, state));
69 events->push_back(SynthesizeKeyEvent(window, false, gdk_key, state));
74 events->push_back(
79 events->push_back(
85 events->push_back
    [all...]
  /external/chromium_org/net/spdy/
spdy_websocket_stream_unittest.cc 345 const std::vector<SpdyWebSocketStreamEvent>& events = local
347 ASSERT_EQ(7U, events.size());
350 events[0].event_type);
351 EXPECT_EQ(OK, events[0].result);
353 events[1].event_type);
354 EXPECT_EQ(OK, events[1].result);
356 events[2].event_type);
357 EXPECT_EQ(static_cast<int>(kMessageFrameLength), events[2].result);
359 events[3].event_type);
360 EXPECT_EQ(static_cast<int>(kMessageFrameLength), events[3].result)
416 const std::vector<SpdyWebSocketStreamEvent>& events = local
477 const std::vector<SpdyWebSocketStreamEvent>& events = local
572 const std::vector<SpdyWebSocketStreamEvent>& events = local
    [all...]
  /external/chromium_org/chrome/browser/resources/sync_internals/
sync_log.js 10 * records all sync events.
16 * sync events. Recorded entries are available in the 'entries'
30 for (var eventType in chrome.sync.events) {
31 var events = chrome.sync.events[eventType];
32 for (var i = 0; i < events.length; ++i) {
33 var eventName = events[i];
  /external/chromium_org/chrome/common/extensions/docs/templates/private/
api_reference.html 21 {{?api.events}}
22 <h2 id="events">Events</h2>
23 {{#e:api.events}}
26 {{/api.events}}
28 <h2 id="dom_events">DOM Events</h2>
30 Listeners can be added for these events using the standard HTML
  /external/chromium_org/ui/events/ozone/
event_factory_ozone.h 12 #include "ui/events/events_export.h"
13 #include "ui/events/ozone/event_converter_ozone.h"
17 // Creates and dispatches |ui.Event|'s. Ozone assumes that events arrive on file
27 // Called from RootWindowHostOzone to initialize and start processing events.
30 // No events processing should happen until this is called. All processes have
31 // an EventFactoryOzone but not all of them should process events. In chrome,
32 // events are dispatched in the browser process on the UI thread.
  /external/qemu/distrib/sdl-1.2.15/test/
threadwin.c 116 /* Mouse and keyboard events go to threads */
124 /* Drop all other events */
132 SDL_Event events[10]; local
136 /* Handle mouse events here */
139 found = SDL_PeepEvents(events, 10, SDL_GETEVENT, mask);
141 switch(events[i].type) {
145 if ( events[i].button.state == SDL_PRESSED ) {
150 events[i].button.button,
151 (events[i].button.state == SDL_PRESSED) ?
157 events[i].motion.xrel, events[i].motion.yrel)
169 SDL_Event events[10]; local
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
event_listener.cc 81 uint32_t events) {
86 Error EventListenerLock::WaitOnEvent(uint32_t events, int ms_timeout) {
90 emitter_->RegisterListener_Locked(this, events);
91 while ((emitter_->GetEventStatus() & events) == 0) {
117 uint32_t events) {
119 emitters_[emitter]->events |= events;
135 request->events = 0;
143 uint32_t events = request->emitter->GetEventStatus() & request->filter; local
145 if (events) {
    [all...]
  /external/chromium_org/ash/wm/
overlay_event_filter.h 11 #include "ui/events/event_handler.h"
16 // EventFilter for the "overlay window", which intercepts events before they are
20 // of any key events during activation, and also signal cancellation when keys
25 // Windows that need to receive events from OverlayEventFilter implement this.
28 // Invoked when OverlayEventFilter needs to stop handling events.
34 // Returns the window that needs to receive events. NULL if no window needs
35 // to receive key events from OverlayEventFilter.
42 // Starts the filtering of events. It also notifies the specified
48 // Ends the filtering of events.
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/test_json/
fake_data_source.json 3 "events": [
25 "events": [
47 "events": [
83 "events": [
98 "events": [
  /external/chromium_org/remoting/client/
key_event_mapper.h 18 // Filtering InputStub which can be used to re-map the USB keycodes of events
20 // events with specific USB keycodes for special handling.
33 // Causes events matching |usb_keycode| to be delivered to the trap callback.
34 // Trapped events are not dispatched to the next InputStub in the chain.
37 // Causes events matching |in_usb_keycode| to be mapped to |out_usb_keycode|.
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_PeepEvents.3 8 \fBint \fBSDL_PeepEvents\fP\fR(\fBSDL_Event *events, int numevents, SDL_eventaction action, Uint32 mask\fR);
13 If \fBaction\fR is \fBSDL_ADDEVENT\fP, up to \fBnumevents\fR events will be added to the back of the event queue\&.
15 If \fBaction\fR is \fBSDL_PEEKEVENT\fP, up to \fBnumevents\fR events at the front of the event queue, matching \fI\fBmask\fR\fR, will be returned and will not be removed from the queue\&.
17 If \fBaction\fR is \fBSDL_GETEVENT\fP, up to \fBnumevents\fR events at the front of the event queue, matching \fI\fBmask\fR\fR, will be returned and will be removed from the queue\&.
22 This function returns the number of events actually stored, or \fB-1\fR if there was an error\&.
SDL_PollEvent.3 3 SDL_PollEvent \- Polls for currently pending events\&.
11 Polls for currently pending events, and returns \fB1\fR if there are any pending events, or \fB0\fR if there are none available\&.
23 /* Check for events */
24 while(SDL_PollEvent(&event)){ /* Loop until there are no events left on the queue */
  /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]),
  /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 + "]";
  /external/chromium_org/base/test/
sequenced_task_runner_test_template.cc 119 std::vector<int> GetEventTypeOrder(const std::vector<TaskEvent>& events,
123 for (event = events.begin(); event != events.end(); ++event) {
130 // Returns all task events for task |task_i|.
132 const std::vector<TaskEvent>& events,
136 for (event = events.begin(); event != events.end(); ++event) {
143 // Checks that the task events for each task in |events| occur in the order
147 const std::vector<TaskEvent>& events,
    [all...]
  /external/chromium/third_party/libevent/
devpoll.c 65 struct pollfd *events; member in struct:devpollop
106 devpoll_queue(struct devpollop *devpollop, int fd, int events) {
120 pfd->events = events;
154 devpollop->events = calloc(nfiles, sizeof(struct pollfd));
155 if (devpollop->events == NULL) {
164 free(devpollop->events);
174 free(devpollop->events);
216 struct pollfd *events = devpollop->events; local
294 int fd, events; local
348 int fd, events; local
    [all...]
epoll.c 67 struct epoll_event *events; member in struct:epollop
134 epollop->events = malloc(INITIAL_NEVENTS * sizeof(struct epoll_event));
135 if (epollop->events == NULL) {
143 free(epollop->events);
185 struct epoll_event *events = epollop->events; local
198 res = epoll_wait(epollop->epfd, events, epollop->nevents, timeout);
215 int what = events[i].events;
217 int fd = events[i].data.fd
269 int fd, op, events; local
317 int fd, events, op; local
    [all...]
  /external/chromium_org/third_party/libevent/
devpoll.c 65 struct pollfd *events; member in struct:devpollop
106 devpoll_queue(struct devpollop *devpollop, int fd, int events) {
120 pfd->events = events;
154 devpollop->events = calloc(nfiles, sizeof(struct pollfd));
155 if (devpollop->events == NULL) {
164 free(devpollop->events);
174 free(devpollop->events);
216 struct pollfd *events = devpollop->events; local
294 int fd, events; local
348 int fd, events; local
    [all...]
epoll.c 67 struct epoll_event *events; member in struct:epollop
134 epollop->events = malloc(INITIAL_NEVENTS * sizeof(struct epoll_event));
135 if (epollop->events == NULL) {
143 free(epollop->events);
185 struct epoll_event *events = epollop->events; local
198 res = epoll_wait(epollop->epfd, events, epollop->nevents, timeout);
215 int what = events[i].events;
217 int fd = events[i].data.fd
269 int fd, op, events; local
317 int fd, events, op; local
    [all...]
  /external/chromium_org/cc/animation/
layer_animation_controller_unittest.cc 81 AnimationEventsVector events; local
83 controller_impl->UpdateState(true, &events);
86 EXPECT_EQ(1u, events.size());
87 controller->NotifyAnimationStarted(events[0], 0.0);
115 scoped_ptr<AnimationEventsVector> events(
137 controller_impl->UpdateState(true, events.get());
138 EXPECT_EQ(1u, events->size());
139 controller->NotifyAnimationStarted((*events)[0], 0.0);
154 events.reset(new AnimationEventsVector);
156 controller_impl->UpdateState(true, events.get())
207 AnimationEventsVector events; local
1569 AnimationEventsVector events; local
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/
pointer-events.html 6 <title>Test for 'pointer-events' property in HTML</title>
9 pointer-events: auto;
18 pointer-events: none;
27 pointer-events: auto;
32 pointer-events: none;
41 pointer-events: none;
46 pointer-events: auto;
57 pointer-events: none;
62 pointer-events: auto;
80 pointer-events: auto
    [all...]
  /external/chromium_org/ash/
keyboard_uma_event_filter.h 10 #include "ui/events/event_handler.h"
15 // EventFilter for tracking keyboard-related metrics, which intercepts events
17 // events.

Completed in 720 milliseconds

1 2 34 5 6 7 8 91011>>