Searched defs:events (Results 251 - 275 of 294) sorted by relevance

<<1112

/external/lldb/tools/debugserver/source/
H A DRNBRemote.cpp465 PThreadEvent& events = m_ctx.Events(); local
466 nub_event_t set_events = events.GetEventBits();
474 while ((set_events = events.WaitForSetEvents(events_to_wait_for)) != 0)
678 //DNBLogThreadedIf (LOG_RNB_EVENTS, "%8d RNBRemote::%s called events.SetEvent(RNBContext::event_read_packet_available)", (uint32_t)m_comm.Timer().ElapsedMicroSeconds(true), __FUNCTION__);
679 PThreadEvent& events = m_ctx.Events(); local
680 events.SetEvents (RNBContext::event_read_packet_available);
702 PThreadEvent& events = m_ctx.Events(); local
703 if ((events.GetEventBits() & RNBContext::event_read_thread_running) == 0)
705 events.ResetEvents (RNBContext::event_read_thread_exiting);
711 events
725 PThreadEvent& events = m_ctx.Events(); local
750 PThreadEvent& events = remote->Context().Events(); local
[all...]
/external/valgrind/main/include/vki/
H A Dvki-arm64-linux.h456 short events; member in struct:vki_pollfd
H A Dvki-amd64-linux.h483 short events; member in struct:vki_pollfd
H A Dvki-ppc32-linux.h669 short events; member in struct:vki_pollfd
H A Dvki-ppc64-linux.h651 short events; member in struct:vki_pollfd
H A Dvki-s390x-linux.h626 short events; member in struct:vki_pollfd
H A Dvki-arm-linux.h531 short events; member in struct:vki_pollfd
H A Dvki-mips32-linux.h661 short events; member in struct:vki_pollfd
H A Dvki-mips64-linux.h677 short events; member in struct:vki_pollfd
H A Dvki-x86-linux.h563 short events; member in struct:vki_pollfd
/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 ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.runtime_3.6.0.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jar ... eclipse.equinox.internal.security.auth.events.SecurityEventsManager eventsManager private boolean loggedIn public void " href= ...
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl.cc2544 // Gesture events need to be transformed from viewport coordinates to local
2546 // user's finger. In contrast, wheel events represent a fixed amount of
2643 // for events with WHEEL_PAGESCROLL set.
3025 scoped_ptr<AnimationEventsVector> events = local
3032 (*iter).second->UpdateState(start_ready_animations, events.get());
3034 if (!events->empty()) {
3035 client_->PostAnimationEventsToMainThreadOnImplThread(events.Pass());
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc67 #include "ui/events/event.h"
68 #include "ui/events/event_utils.h"
69 #include "ui/events/gestures/gesture_recognizer.h"
94 #include "ui/events/linux/text_edit_command_auralinux.h"
95 #include "ui/events/linux/text_edit_key_bindings_delegate_auralinux.h"
254 // Renderer cannot handle WM_XBUTTON or NC events.
344 // We need to watch for mouse events outside a Web Popup or its parent
345 // and dismiss the popup for certain events.
509 // to never get a chance to filter events. See crbug.com/160589.
524 // Setting the transient child allows for the popup to get mouse events whe
1173 ScopedVector<ui::TouchEvent> events; local
[all...]
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc133 #include "ui/events/keycodes/keyboard_codes_posix.h"
1040 handled = true; // Unfiltered events are assumed to be handled.
1132 // Don't dispatch input events to crashed plugins.
1136 // Don't send reserved system key events to plugins.
1152 std::vector<ppapi::InputEventData> events; local
1153 CreateInputEventData(event, &events);
1173 for (size_t i = 0; i < events.size(); i++) {
1175 InitLatencyInfo(&events[i].latency_info,
1181 events[i].is_filtered = true;
1183 rv = true; // Unfiltered events ar
[all...]
/external/chromium_org/third_party/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...]
/external/chromium_org/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/chromium_org/third_party/mesa/src/include/CL/
H A Dcl.hpp1618 waitForEvents(const VECTOR_CLASS<Event>& events) argument
1622 (cl_uint) events.size(), (cl_event*)&events.front()),
1673 WaitForEvents(const VECTOR_CLASS<Event>& events) argument
1677 (cl_uint) events.size(), (cl_event*)&events.front()),
2618 const VECTOR_CLASS<Event>* events = NULL,
2625 (events != NULL) ? (cl_uint) events->size() : 0,
2626 (events !
3396 operator ()(const VECTOR_CLASS<Event>* events) argument
3412 operator ()( const A1& a1, const VECTOR_CLASS<Event>* events) argument
3432 operator ()( const A1& a1, const A2& a2, const VECTOR_CLASS<Event>* events) argument
3454 operator ()( const A1& a1, const A2& a2, const A3& a3, const VECTOR_CLASS<Event>* events) argument
3478 operator ()( const A1& a1, const A2& a2, const A3& a3, const A4& a4, const VECTOR_CLASS<Event>* events) argument
3504 operator ()( const A1& a1, const A2& a2, const A3& a3, const A4& a4, const A5& a5, const VECTOR_CLASS<Event>* events) argument
3533 operator ()( const A1& a1, const A2& a2, const A3& a3, const A4& a4, const A5& a5, const A6& a6, const VECTOR_CLASS<Event>* events) argument
3564 operator ()( const A1& a1, const A2& a2, const A3& a3, const A4& a4, const A5& a5, const A6& a6, const A7& a7, const VECTOR_CLASS<Event>* events) argument
3597 operator ()( const A1& a1, const A2& a2, const A3& a3, const A4& a4, const A5& a5, const A6& a6, const A7& a7, const A8& a8, const VECTOR_CLASS<Event>* events) argument
3632 operator ()( const A1& a1, const A2& a2, const A3& a3, const A4& a4, const A5& a5, const A6& a6, const A7& a7, const A8& a8, const A9& a9, const VECTOR_CLASS<Event>* events) argument
3669 operator ()( const A1& a1, const A2& a2, const A3& a3, const A4& a4, const A5& a5, const A6& a6, const A7& a7, const A8& a8, const A9& a9, const A10& a10, const VECTOR_CLASS<Event>* events) argument
3709 operator ()( const A1& a1, const A2& a2, const A3& a3, const A4& a4, const A5& a5, const A6& a6, const A7& a7, const A8& a8, const A9& a9, const A10& a10, const A11& a11, const VECTOR_CLASS<Event>* events) argument
3751 operator ()( const A1& a1, const A2& a2, const A3& a3, const A4& a4, const A5& a5, const A6& a6, const A7& a7, const A8& a8, const A9& a9, const A10& a10, const A11& a11, const A12& a12, const VECTOR_CLASS<Event>* events) argument
3795 operator ()( const A1& a1, const A2& a2, const A3& a3, const A4& a4, const A5& a5, const A6& a6, const A7& a7, const A8& a8, const A9& a9, const A10& a10, const A11& a11, const A12& a12, const A13& a13, const VECTOR_CLASS<Event>* events) argument
3841 operator ()( const A1& a1, const A2& a2, const A3& a3, const A4& a4, const A5& a5, const A6& a6, const A7& a7, const A8& a8, const A9& a9, const A10& a10, const A11& a11, const A12& a12, const A13& a13, const A14& a14, const VECTOR_CLASS<Event>* events) argument
3889 operator ()( const A1& a1, const A2& a2, const A3& a3, const A4& a4, const A5& a5, const A6& a6, const A7& a7, const A8& a8, const A9& a9, const A10& a10, const A11& a11, const A12& a12, const A13& a13, const A14& a14, const A15& a15, const VECTOR_CLASS<Event>* events) argument
[all...]
/external/mesa3d/include/CL/
H A Dcl.hpp1618 waitForEvents(const VECTOR_CLASS<Event>& events) argument
1622 (cl_uint) events.size(), (cl_event*)&events.front()),
1673 WaitForEvents(const VECTOR_CLASS<Event>& events) argument
1677 (cl_uint) events.size(), (cl_event*)&events.front()),
2618 const VECTOR_CLASS<Event>* events = NULL,
2625 (events != NULL) ? (cl_uint) events->size() : 0,
2626 (events !
3396 operator ()(const VECTOR_CLASS<Event>* events) argument
3412 operator ()( const A1& a1, const VECTOR_CLASS<Event>* events) argument
3432 operator ()( const A1& a1, const A2& a2, const VECTOR_CLASS<Event>* events) argument
3454 operator ()( const A1& a1, const A2& a2, const A3& a3, const VECTOR_CLASS<Event>* events) argument
3478 operator ()( const A1& a1, const A2& a2, const A3& a3, const A4& a4, const VECTOR_CLASS<Event>* events) argument
3504 operator ()( const A1& a1, const A2& a2, const A3& a3, const A4& a4, const A5& a5, const VECTOR_CLASS<Event>* events) argument
3533 operator ()( const A1& a1, const A2& a2, const A3& a3, const A4& a4, const A5& a5, const A6& a6, const VECTOR_CLASS<Event>* events) argument
3564 operator ()( const A1& a1, const A2& a2, const A3& a3, const A4& a4, const A5& a5, const A6& a6, const A7& a7, const VECTOR_CLASS<Event>* events) argument
3597 operator ()( const A1& a1, const A2& a2, const A3& a3, const A4& a4, const A5& a5, const A6& a6, const A7& a7, const A8& a8, const VECTOR_CLASS<Event>* events) argument
3632 operator ()( const A1& a1, const A2& a2, const A3& a3, const A4& a4, const A5& a5, const A6& a6, const A7& a7, const A8& a8, const A9& a9, const VECTOR_CLASS<Event>* events) argument
3669 operator ()( const A1& a1, const A2& a2, const A3& a3, const A4& a4, const A5& a5, const A6& a6, const A7& a7, const A8& a8, const A9& a9, const A10& a10, const VECTOR_CLASS<Event>* events) argument
3709 operator ()( const A1& a1, const A2& a2, const A3& a3, const A4& a4, const A5& a5, const A6& a6, const A7& a7, const A8& a8, const A9& a9, const A10& a10, const A11& a11, const VECTOR_CLASS<Event>* events) argument
3751 operator ()( const A1& a1, const A2& a2, const A3& a3, const A4& a4, const A5& a5, const A6& a6, const A7& a7, const A8& a8, const A9& a9, const A10& a10, const A11& a11, const A12& a12, const VECTOR_CLASS<Event>* events) argument
3795 operator ()( const A1& a1, const A2& a2, const A3& a3, const A4& a4, const A5& a5, const A6& a6, const A7& a7, const A8& a8, const A9& a9, const A10& a10, const A11& a11, const A12& a12, const A13& a13, const VECTOR_CLASS<Event>* events) argument
3841 operator ()( const A1& a1, const A2& a2, const A3& a3, const A4& a4, const A5& a5, const A6& a6, const A7& a7, const A8& a8, const A9& a9, const A10& a10, const A11& a11, const A12& a12, const A13& a13, const A14& a14, const VECTOR_CLASS<Event>* events) argument
3889 operator ()( const A1& a1, const A2& a2, const A3& a3, const A4& a4, const A5& a5, const A6& a6, const A7& a7, const A8& a8, const A9& a9, const A10& a10, const A11& a11, const A12& a12, const A13& a13, const A14& a14, const A15& a15, const VECTOR_CLASS<Event>* events) argument
[all...]

Completed in 2050 milliseconds

<<1112