/external/chromium_org/ash/autoclick/ |
D | autoclick_unittest.cc | 104 std::vector<ui::MouseEvent> events; in TEST_F() local 138 std::vector<ui::MouseEvent> events; in TEST_F() local 183 std::vector<ui::MouseEvent> events = WaitForMouseEvents(); in TEST_F() local 194 std::vector<ui::MouseEvent> events = WaitForMouseEvents(); in TEST_F() local 212 std::vector<ui::MouseEvent> events; in TEST_F() local 227 std::vector<ui::MouseEvent> events; in TEST_F() local 250 std::vector<ui::MouseEvent> events; in TEST_F() local 293 std::vector<ui::MouseEvent> events; in TEST_F() local
|
/external/chromium_org/cc/animation/ |
D | layer_animation_controller_unittest.cc | 96 AnimationEventsVector events; in TEST() local 141 AnimationEventsVector events; in TEST() local 182 scoped_ptr<AnimationEventsVector> events( in TEST() local 278 AnimationEventsVector events; in TEST() local 356 scoped_ptr<AnimationEventsVector> events( in TEST() local 419 const AnimationEventsVector* events) { in GetMostRecentPropertyUpdateEvent() 429 scoped_ptr<AnimationEventsVector> events( in TEST() local 461 scoped_ptr<AnimationEventsVector> events( in TEST() local 496 scoped_ptr<AnimationEventsVector> events( in TEST() local 552 scoped_ptr<AnimationEventsVector> events( in TEST() local [all …]
|
/external/wpa_supplicant_8/src/drivers/ |
D | ndis_events.c | 119 static int ndis_events_constructor(struct ndis_events_data *events) in ndis_events_constructor() 141 static void ndis_events_destructor(struct ndis_events_data *events) in ndis_events_destructor() 171 struct ndis_events_data *events = (struct ndis_events_data *) this; in ndis_events_add_ref() local 178 struct ndis_events_data *events = (struct ndis_events_data *) this; in ndis_events_release() local 192 static int ndis_events_send_event(struct ndis_events_data *events, in ndis_events_send_event() 226 static void ndis_events_media_connect(struct ndis_events_data *events) in ndis_events_media_connect() 233 static void ndis_events_media_disconnect(struct ndis_events_data *events) in ndis_events_media_disconnect() 240 static void ndis_events_media_specific(struct ndis_events_data *events, in ndis_events_media_specific() 288 static void ndis_events_adapter_arrival(struct ndis_events_data *events) in ndis_events_adapter_arrival() 295 static void ndis_events_adapter_removal(struct ndis_events_data *events) in ndis_events_adapter_removal() [all …]
|
/external/chromium_org/content/renderer/media/ |
D | render_media_log_unittest.cc | 39 Tuple1<std::vector<media::MediaLogEvent> > events; in GetMediaLogEvents() local 67 std::vector<media::MediaLogEvent> events = GetMediaLogEvents(); in TEST_F() local 96 std::vector<media::MediaLogEvent> events = GetMediaLogEvents(); in TEST_F() local
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
D | event_listener.cc | 79 void EventListenerLock::ReceiveEvents(EventEmitter* emitter, uint32_t events) { in ReceiveEvents() 84 Error EventListenerLock::WaitOnEvent(uint32_t events, int ms_timeout) { in WaitOnEvent() 114 void EventListenerPoll::ReceiveEvents(EventEmitter* emitter, uint32_t events) { in ReceiveEvents() 139 uint32_t events = request->emitter->GetEventStatus() & request->filter; in WaitOnAny() local
|
D | event_emitter.cc | 24 void EventEmitter::RegisterListener(EventListener* listener, uint32_t events) { in RegisterListener() 35 uint32_t events) { in RegisterListener_Locked()
|
D | event_listener.h | 71 uint32_t events; member 78 uint32_t events; member
|
/external/guava/guava-tests/test/com/google/common/eventbus/ |
D | EventBusTest.java | 51 List<String> events = catcher.getEvents(); in testBasicCatcherDistribution() local 129 List<DeadEvent> events = catcher.getEvents(); in testDeadEventForwarding() local 141 List<DeadEvent> events = catcher.getEvents(); in testDeadEventPosting() local 224 private List<DeadEvent> events = Lists.newArrayList(); field in EventBusTest.GhostCatcher
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/ |
D | Transcript.java | 10 private List<String> events = new ArrayList<String>(); field in Transcript 21 assertEquals(Arrays.asList(expectedEvents), events); in assertEventsSoFar() local
|
/external/chromium_org/base/test/ |
D | sequenced_task_runner_test_template.cc | 119 std::vector<int> GetEventTypeOrder(const std::vector<TaskEvent>& events, in GetEventTypeOrder() 132 const std::vector<TaskEvent>& events, in GetEventsForTask() 147 const std::vector<TaskEvent>& events, in CheckEventOrdersForEachTask() 173 const std::vector<TaskEvent>& events) { in CheckNoTaskRunsOverlap() 235 const std::vector<TaskEvent>& events, in CheckNonNestableInvariants()
|
/external/chromium_org/third_party/libevent/ |
D | devpoll.c | 65 struct pollfd *events; member 106 devpoll_queue(struct devpollop *devpollop, int fd, int events) { in devpoll_queue() 216 struct pollfd *events = devpollop->events; in devpoll_dispatch() local 294 int fd, events; in devpoll_add() local 348 int fd, events; in devpoll_del() local
|
D | epoll.c | 67 struct epoll_event *events; member 185 struct epoll_event *events = epollop->events; in epoll_dispatch() local 269 int fd, op, events; in epoll_add() local 317 int fd, events, op; in epoll_del() local
|
/external/chromium_org/base/win/ |
D | startup_information_unittest.cc | 22 HANDLE* events = reinterpret_cast<HANDLE*>(::MapViewOfFile(section, in MULTIPROCESS_TEST_MAIN() local 48 HANDLE* events = reinterpret_cast<HANDLE*>(::MapViewOfFile(section, in TEST_F() local
|
/external/chromium_org/content/browser/power_profiler/ |
D | power_profiler_service.cc | 106 void PowerProfilerService::Notify(const PowerEventVector& events) { in Notify() 115 PowerEventVector events = data_provider_->GetData(); in QueryDataOnTaskRunner() local
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
D | TimelineManager.js | 136 _stopped: function(consoleTimeline, events) argument 140 events: events || [] property 204 stopped: function(consoleTimeline, events) argument
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/ |
D | parse-no-sample-id-all.c | 37 static int process_events(union perf_event **events, size_t count) in process_events() 97 union perf_event *events[] = { in test__parse_no_sample_id_all() local
|
/external/chromium_org/net/base/ |
D | net_log_logger_unittest.cc | 46 base::ListValue* events; in TEST_F() local 78 base::ListValue* events; in TEST_F() local 113 base::ListValue* events; in TEST_F() local
|
/external/chromium_org/v8/test/webkit/ |
D | throw-from-finally.js | 28 var events = []; variable
|
/external/chromium_org/net/socket_stream/ |
D | socket_stream_unittest.cc | 436 const std::vector<SocketStreamEvent>& events = delegate->GetSeenEvents(); in TEST_F() local 477 const std::vector<SocketStreamEvent>& events = delegate->GetSeenEvents(); in TEST_F() local 510 const std::vector<SocketStreamEvent>& events = delegate->GetSeenEvents(); in TEST_F() local 579 const std::vector<SocketStreamEvent>& events = delegate->GetSeenEvents(); in TEST_F() local 640 const std::vector<SocketStreamEvent>& events = delegate->GetSeenEvents(); in TEST_F() local 697 const std::vector<SocketStreamEvent>& events = delegate->GetSeenEvents(); in TEST_F() local 759 const std::vector<SocketStreamEvent>& events = delegate->GetSeenEvents(); in TEST_F() local 790 const std::vector<SocketStreamEvent>& events = delegate->GetSeenEvents(); in TEST_F() local 822 const std::vector<SocketStreamEvent>& events = delegate->GetSeenEvents(); in TEST_F() local 872 const std::vector<SocketStreamEvent>& events = delegate->GetSeenEvents(); in TEST_F() local [all …]
|
/external/chromium_org/google_apis/gaia/ |
D | account_tracker_unittest.cc | 90 std::string Str(const std::vector<TrackingEvent>& events) { in Str() 174 std::vector<TrackingEvent> events; in CheckEvents() local 180 std::vector<TrackingEvent> events; in CheckEvents() local 188 std::vector<TrackingEvent> events; in CheckEvents() local 198 std::vector<TrackingEvent> events; in CheckEvents() local 210 std::vector<TrackingEvent> events; in CheckEvents() local 224 std::vector<TrackingEvent> events; in CheckEvents() local 240 std::vector<TrackingEvent> events; in CheckEvents() local 251 const std::vector<TrackingEvent>& events) { in CheckEvents()
|
/external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/ |
D | test_util.h | 34 ScopedVector<extensions::Event>& events() { return events_; } in events() function
|
/external/chromium_org/ui/events/gesture_detection/ |
D | motion_event_buffer_unittest.cc | 178 size_t events = 0; in RunResample() local 298 ScopedVector<MotionEvent> events = GetAndResetForwardedEvents(); in TEST_F() local 339 ScopedVector<MotionEvent> events = GetAndResetForwardedEvents(); in TEST_F() local 437 ScopedVector<MotionEvent> events = GetAndResetForwardedEvents(); in TEST_F() local 525 ScopedVector<MotionEvent> events = GetAndResetForwardedEvents(); in TEST_F() local 647 ScopedVector<MotionEvent> events = GetAndResetForwardedEvents(); in TEST_F() local 677 ScopedVector<MotionEvent> events = GetAndResetForwardedEvents(); in TEST_F() local 717 ScopedVector<MotionEvent> events = GetAndResetForwardedEvents(); in TEST_F() local 769 ScopedVector<MotionEvent> events = GetAndResetForwardedEvents(); in TEST_F() local 814 ScopedVector<MotionEvent> events = GetAndResetForwardedEvents(); in TEST_F() local
|
/external/chromium_org/chrome/common/extensions/docs/server2/test_data/test_json/ |
D | expected_tester.json | 15 "events": [], array 24 "events": [], array 30 "events": [], array 64 "events": [], array 152 "events": [], array 170 "events": [], array 175 "events": [ array
|
/external/chromium_org/third_party/mesa/src/include/CL/ |
D | cl.hpp | 1618 waitForEvents(const VECTOR_CLASS<Event>& events) in waitForEvents() 1673 WaitForEvents(const VECTOR_CLASS<Event>& events) in WaitForEvents() 2618 const VECTOR_CLASS<Event>* events = NULL, in enqueueReadBuffer() 2637 const VECTOR_CLASS<Event>* events = NULL, in enqueueWriteBuffer() 2656 const VECTOR_CLASS<Event>* events = NULL, in enqueueCopyBuffer() 2680 const VECTOR_CLASS<Event>* events = NULL, in enqueueReadBufferRect() 2714 const VECTOR_CLASS<Event>* events = NULL, in enqueueWriteBufferRect() 2746 const VECTOR_CLASS<Event>* events = NULL, in enqueueCopyBufferRect() 2776 const VECTOR_CLASS<Event>* events = NULL, in enqueueReadImage() 2797 const VECTOR_CLASS<Event>* events = NULL, in enqueueWriteImage() [all …]
|
/external/mesa3d/include/CL/ |
D | cl.hpp | 1618 waitForEvents(const VECTOR_CLASS<Event>& events) in waitForEvents() 1673 WaitForEvents(const VECTOR_CLASS<Event>& events) in WaitForEvents() 2618 const VECTOR_CLASS<Event>* events = NULL, in enqueueReadBuffer() 2637 const VECTOR_CLASS<Event>* events = NULL, in enqueueWriteBuffer() 2656 const VECTOR_CLASS<Event>* events = NULL, in enqueueCopyBuffer() 2680 const VECTOR_CLASS<Event>* events = NULL, in enqueueReadBufferRect() 2714 const VECTOR_CLASS<Event>* events = NULL, in enqueueWriteBufferRect() 2746 const VECTOR_CLASS<Event>* events = NULL, in enqueueCopyBufferRect() 2776 const VECTOR_CLASS<Event>* events = NULL, in enqueueReadImage() 2797 const VECTOR_CLASS<Event>* events = NULL, in enqueueWriteImage() [all …]
|