/external/chromium_org/ui/events/ |
event_targeter.cc | 5 #include "ui/events/event_targeter.h" 7 #include "ui/events/event.h" 8 #include "ui/events/event_target.h" 9 #include "ui/events/event_target_iterator.h"
|
/external/chromium_org/ui/message_center/ |
DEPS | 10 "+ui/events",
|
/external/chromium_org/ui/views/ |
DEPS | 10 "+ui/events",
|
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/ |
CinematicEventListener.java | 6 package com.jme3.cinematic.events;
|
/external/linux-tools-perf/Documentation/ |
perf-lock.txt | 6 perf-lock - Analyze lock events 18 'perf lock record <command>' records lock events 21 results of lock events. 23 'perf lock trace' shows raw lock events.
|
/external/llvm/tools/llvm-jitlistener/ |
CMakeLists.txt | 1 # This tool is excluded from the CMake build if Intel JIT events are disabled.
|
/external/oprofile/events/ia64/ia64/ |
events | 1 # IA-64 events
|
/external/qemu/android/protocol/ |
user-events-impl.h | 14 * Contains the Core-side of the "user events" service. Here we receive and 15 * handle user events sent from the UI. 21 /* Creates and initializes descriptor for the Core-side of the "user-events" 30 /* Destroys the descriptor for the Core-side of the "user-events" service. */
|
user-events-proxy.h | 14 * Contains the UI-side of the "user events" service. Here we send user events 21 /* Creates and initializes descriptor for the UI-side of the "user-events" 30 /* Destroys the UI-side of the "user-events". */
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_PumpEvents.3 | 3 SDL_PumpEvents \- Pumps the event loop, gathering events from the input devices\&. 11 Pumps the event loop, gathering events from the input devices\&. 13 \fBSDL_PumpEvents\fP gathers all the pending input information from devices and places it on the event queue\&. Without calls to \fBSDL_PumpEvents\fP no events would ever be placed on the queue\&. Often calls the need for \fBSDL_PumpEvents\fP is hidden from the user since \fI\fBSDL_PollEvent\fP\fR and \fI\fBSDL_WaitEvent\fP\fR implicitly call \fBSDL_PumpEvents\fP\&. However, if you are not polling or waiting for events (e\&.g\&. your filtering them), then you must call \fBSDL_PumpEvents\fP to force an event queue update\&.
|
/external/valgrind/main/callgrind/tests/ |
notpower2-hwpref.stderr.exp | 3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw
|
notpower2-use.stderr.exp | 3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw AcCost1 SpLoss1 AcCost2 SpLoss2
|
notpower2-wb.stderr.exp | 3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw ILdmr DLdmr DLdmw
|
notpower2.stderr.exp | 3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw
|
simwork-cache.stderr.exp | 3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw
|
simwork1.stderr.exp | 3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw
|
simwork2.stderr.exp | 3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw ILdmr DLdmr DLdmw
|
simwork3.stderr.exp | 3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw AcCost1 SpLoss1 AcCost2 SpLoss2
|
threads-use.stderr.exp | 3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw AcCost1 SpLoss1 AcCost2 SpLoss2 Ge sysCount sysTime
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
60_wpa_supplicant | 4 # Action script to notify wpa_supplicant of pm-action events.
|
/frameworks/base/services/input/tests/ |
InputDispatcher_test.cpp | 30 // An arbitrary injector pid / uid pair that has permission to inject events. 131 << "Should reject key events with undefined action."; 139 << "Should reject key events with ACTION_MULTIPLE."; 159 << "Should reject motion events with undefined action."; 169 << "Should reject motion events with pointer down index too large."; 178 << "Should reject motion events with pointer down index too small."; 188 << "Should reject motion events with pointer up index too large."; 197 << "Should reject motion events with pointer up index too small."; 199 // Rejects motion events with invalid number of pointers. 206 << "Should reject motion events with 0 pointers." [all...] |
/libcore/dom/src/test/java/ |
README | 6 all additions under org.w3c.dom.* and org.w3c.dom.events.*
|
/external/chromium_org/net/socket_stream/ |
socket_stream_unittest.cc | 435 const std::vector<SocketStreamEvent>& events = delegate->GetSeenEvents(); local 436 ASSERT_EQ(7U, events.size()); 439 events[0].event_type); 440 EXPECT_EQ(SocketStreamEvent::EVENT_CONNECTED, events[1].event_type); 441 EXPECT_EQ(SocketStreamEvent::EVENT_SENT_DATA, events[2].event_type); 442 EXPECT_EQ(SocketStreamEvent::EVENT_RECEIVED_DATA, events[3].event_type); 443 EXPECT_EQ(SocketStreamEvent::EVENT_SENT_DATA, events[4].event_type); 444 EXPECT_EQ(SocketStreamEvent::EVENT_SENT_DATA, events[5].event_type); 445 EXPECT_EQ(SocketStreamEvent::EVENT_CLOSE, events[6].event_type); 476 const std::vector<SocketStreamEvent>& events = delegate->GetSeenEvents() local 510 const std::vector<SocketStreamEvent>& events = delegate->GetSeenEvents(); local 579 const std::vector<SocketStreamEvent>& events = delegate->GetSeenEvents(); local 640 const std::vector<SocketStreamEvent>& events = delegate->GetSeenEvents(); local 697 const std::vector<SocketStreamEvent>& events = delegate->GetSeenEvents(); local 760 const std::vector<SocketStreamEvent>& events = delegate->GetSeenEvents(); local 792 const std::vector<SocketStreamEvent>& events = delegate->GetSeenEvents(); local 825 const std::vector<SocketStreamEvent>& events = delegate->GetSeenEvents(); local 875 const std::vector<SocketStreamEvent>& events = delegate->GetSeenEvents(); local 926 const std::vector<SocketStreamEvent>& events = delegate->GetSeenEvents(); local 957 const std::vector<SocketStreamEvent>& events = delegate->GetSeenEvents(); local 1038 const std::vector<SocketStreamEvent>& events = delegate->GetSeenEvents(); local [all...] |
/external/chromium/base/ |
event_recorder.h | 23 // A class for recording and playing back keyboard and mouse input events. 25 // Note - if you record events, and the playback with the windows in 32 // be playing back events while already recording events. 46 // Starts recording events. 57 // Plays events previously recorded. 75 // Create a new EventRecorder. Events are saved to the file filename.
|
/external/chromium/chrome/browser/automation/ |
ui_controls_mac.mm | 24 // observer/notification. Unlike windows, I cannot post non-events 26 // guarantee their order with regards to events). 29 // events. Because in order to handle mouse drag, when processing a mouse 34 // events. In order to notify the caller correctly after all events has been 40 // events causes BrowserKeyEventsTest.CommandKeyEvents to fail. 99 // NSKeyDown/NSKeyUp events. 104 // For events other than mouse moved, [event locationInWindow] is 122 // Creates the proper sequence of autoreleased key events for a key down + up. 129 std::vector<NSEvent*>* events) { [all...] |