Searched refs:events (Results 26 - 50 of 928) sorted by relevance

1234567891011>>

/external/oprofile/libop/
H A Dop_parse_event.h29 * @param parsed_events array of events to fill in
31 * @param events null terminated array of events string on the form
34 * parse events given by the nil terminated array events and fill in
36 * A fatal error occur if number of events is greater than max_events.
38 * Return the number of events parsed.
41 char const * const * events);
/external/qemu/distrib/sdl-1.2.15/src/events/
H A DSDL_resize.c41 SDL_Event events[32]; local
54 /* Pull out all old resize events */
55 SDL_PeepEvents(events, sizeof(events)/sizeof(events[0]),
/external/clang/test/CodeGen/
H A D2007-09-28-PackedUnionMember.c34 static const struct E events[] = { local
37 bork(hndlr, events);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Devent_listener.h27 // specific events from these objects which are derived from EventEmitters.
70 // Bit Mask of signaled POLL events.
71 uint32_t events; member in struct:nacl_io::EventData
78 uint32_t events; member in struct:nacl_io::EventRequest
89 // The EventListener class provides an object to wait on for specific events
91 // read when events are waiting, making it is also an Emitter.
99 virtual void ReceiveEvents(EventEmitter* emitter, uint32_t events) = 0;
109 // temporarily unlock waiting for any event in |events| to become signaled.
119 virtual void ReceiveEvents(EventEmitter* emitter, uint32_t events);
122 // Waits in a condvar until one of the events i
[all...]
H A Devent_listener.cc79 void EventListenerLock::ReceiveEvents(EventEmitter* emitter, uint32_t events) { argument
84 Error EventListenerLock::WaitOnEvent(uint32_t events, int ms_timeout) { argument
88 emitter_->RegisterListener_Locked(this, events);
89 while ((emitter_->GetEventStatus_Locked() & events) == 0) {
114 void EventListenerPoll::ReceiveEvents(EventEmitter* emitter, uint32_t events) { argument
116 emitters_[emitter]->events |= events;
131 request->events = 0;
139 uint32_t events = request->emitter->GetEventStatus() & request->filter; local
141 if (events) {
[all...]
/external/chromium_org/third_party/polymer/components/paper-tabs/
H A Dpaper-tab.css27 pointer-events: none;
44 pointer-events: none;
48 pointer-events: none;
/external/chromium_org/third_party/polymer/components-chromium/paper-tabs/
H A Dpaper-tab.css27 pointer-events: none;
44 pointer-events: none;
48 pointer-events: none;
/external/lldb/test/unittest2/test/
H A Dtest_skipping.py12 events = []
13 result = LoggingResult(events)
16 self.assertEqual(events, ['startTest', 'addSkip', 'stopTest'])
24 events = []
25 result = LoggingResult(events)
28 self.assertEqual(events, ['startTest', 'addSkip', 'stopTest'])
48 events = []
49 result = LoggingResult(events)
54 self.assertEqual(events, expected)
79 events
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Ddevice_event_router_unittest.cc42 events.push_back(event);
50 // List of dispatched events.
51 std::vector<DeviceEvent> events; member in class:file_manager::__anon3133::DeviceEventRouterImpl
121 ASSERT_EQ(1u, device_event_router->events.size());
123 device_event_router->events[0].type);
124 EXPECT_EQ("/device/test", device_event_router->events[0].device_path);
137 ASSERT_EQ(2u, device_event_router->events.size());
139 device_event_router->events[0].type);
140 EXPECT_EQ("/device/test", device_event_router->events[0].device_path);
142 device_event_router->events[
[all...]
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_aurax11_unittest.cc60 // Pops all of |events_| and returns the popped events in the order that they
420 std::vector<XClientMessageEvent> events = collector.PopAllEvents(); local
421 ASSERT_EQ(2u, events.size());
423 EXPECT_TRUE(client->MessageHasType(events[0], "XdndEnter"));
425 static_cast<XID>(events[0].data.l[0]));
426 EXPECT_EQ(1, events[0].data.l[1] & 1);
431 EXPECT_TRUE(client->MessageHasType(events[1], "XdndPosition"));
433 static_cast<XID>(events[0].data.l[0]));
436 EXPECT_EQ(kCoords, events[1].data.l[2]);
438 static_cast<Atom>(events[
466 std::vector<XClientMessageEvent> events = collector.PopAllEvents(); local
523 std::vector<XClientMessageEvent> events = collector.PopAllEvents(); local
560 std::vector<XClientMessageEvent> events = collector.PopAllEvents(); local
657 std::vector<XClientMessageEvent> events = collector.PopAllEvents(); local
688 std::vector<XClientMessageEvent> events = collector.PopAllEvents(); local
[all...]
/external/chromium_org/third_party/libevent/
H A Ddevpoll.c65 struct pollfd *events; member in struct:devpollop
106 devpoll_queue(struct devpollop *devpollop, int fd, int events) { argument
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...]
/external/chromium_org/third_party/WebKit/Source/core/
H A Dcore_event_interfaces.target.darwin-arm.mk22 $(gyp_shared_intermediate_dir)/blink/core/EventInterfaces.in: $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/generate_event_interfaces.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/utilities.py $(LOCAL_PATH)/third_party/WebKit/Source/core/event_idl_files_list.tmp $(LOCAL_PATH)/third_party/WebKit/Source/core/css/FontFaceSetLoadEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/MediaQueryListEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/AnimationPlayerEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ApplicationCacheErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/AutocompleteErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/BeforeUnloadEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/CompositionEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/CustomEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/Event.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/FocusEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/HashChangeEven
[all...]
H A Dcore_event_interfaces.target.darwin-arm64.mk22 $(gyp_shared_intermediate_dir)/blink/core/EventInterfaces.in: $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/generate_event_interfaces.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/utilities.py $(LOCAL_PATH)/third_party/WebKit/Source/core/event_idl_files_list.tmp $(LOCAL_PATH)/third_party/WebKit/Source/core/css/FontFaceSetLoadEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/MediaQueryListEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/AnimationPlayerEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ApplicationCacheErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/AutocompleteErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/BeforeUnloadEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/CompositionEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/CustomEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/Event.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/FocusEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/HashChangeEven
[all...]
H A Dcore_event_interfaces.target.darwin-mips.mk22 $(gyp_shared_intermediate_dir)/blink/core/EventInterfaces.in: $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/generate_event_interfaces.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/utilities.py $(LOCAL_PATH)/third_party/WebKit/Source/core/event_idl_files_list.tmp $(LOCAL_PATH)/third_party/WebKit/Source/core/css/FontFaceSetLoadEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/MediaQueryListEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/AnimationPlayerEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ApplicationCacheErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/AutocompleteErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/BeforeUnloadEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/CompositionEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/CustomEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/Event.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/FocusEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/HashChangeEven
[all...]
H A Dcore_event_interfaces.target.darwin-mips64.mk22 $(gyp_shared_intermediate_dir)/blink/core/EventInterfaces.in: $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/generate_event_interfaces.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/utilities.py $(LOCAL_PATH)/third_party/WebKit/Source/core/event_idl_files_list.tmp $(LOCAL_PATH)/third_party/WebKit/Source/core/css/FontFaceSetLoadEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/MediaQueryListEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/AnimationPlayerEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ApplicationCacheErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/AutocompleteErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/BeforeUnloadEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/CompositionEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/CustomEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/Event.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/FocusEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/HashChangeEven
[all...]
H A Dcore_event_interfaces.target.darwin-x86.mk22 $(gyp_shared_intermediate_dir)/blink/core/EventInterfaces.in: $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/generate_event_interfaces.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/utilities.py $(LOCAL_PATH)/third_party/WebKit/Source/core/event_idl_files_list.tmp $(LOCAL_PATH)/third_party/WebKit/Source/core/css/FontFaceSetLoadEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/MediaQueryListEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/AnimationPlayerEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ApplicationCacheErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/AutocompleteErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/BeforeUnloadEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/CompositionEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/CustomEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/Event.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/FocusEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/HashChangeEven
[all...]
H A Dcore_event_interfaces.target.darwin-x86_64.mk22 $(gyp_shared_intermediate_dir)/blink/core/EventInterfaces.in: $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/generate_event_interfaces.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/utilities.py $(LOCAL_PATH)/third_party/WebKit/Source/core/event_idl_files_list.tmp $(LOCAL_PATH)/third_party/WebKit/Source/core/css/FontFaceSetLoadEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/MediaQueryListEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/AnimationPlayerEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ApplicationCacheErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/AutocompleteErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/BeforeUnloadEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/CompositionEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/CustomEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/Event.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/FocusEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/HashChangeEven
[all...]
H A Dcore_event_interfaces.target.linux-arm.mk22 $(gyp_shared_intermediate_dir)/blink/core/EventInterfaces.in: $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/generate_event_interfaces.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/utilities.py $(LOCAL_PATH)/third_party/WebKit/Source/core/event_idl_files_list.tmp $(LOCAL_PATH)/third_party/WebKit/Source/core/css/FontFaceSetLoadEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/MediaQueryListEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/AnimationPlayerEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ApplicationCacheErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/AutocompleteErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/BeforeUnloadEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/CompositionEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/CustomEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/Event.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/FocusEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/HashChangeEven
[all...]
H A Dcore_event_interfaces.target.linux-arm64.mk22 $(gyp_shared_intermediate_dir)/blink/core/EventInterfaces.in: $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/generate_event_interfaces.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/utilities.py $(LOCAL_PATH)/third_party/WebKit/Source/core/event_idl_files_list.tmp $(LOCAL_PATH)/third_party/WebKit/Source/core/css/FontFaceSetLoadEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/MediaQueryListEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/AnimationPlayerEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ApplicationCacheErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/AutocompleteErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/BeforeUnloadEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/CompositionEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/CustomEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/Event.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/FocusEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/HashChangeEven
[all...]
H A Dcore_event_interfaces.target.linux-mips.mk22 $(gyp_shared_intermediate_dir)/blink/core/EventInterfaces.in: $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/generate_event_interfaces.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/utilities.py $(LOCAL_PATH)/third_party/WebKit/Source/core/event_idl_files_list.tmp $(LOCAL_PATH)/third_party/WebKit/Source/core/css/FontFaceSetLoadEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/MediaQueryListEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/AnimationPlayerEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ApplicationCacheErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/AutocompleteErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/BeforeUnloadEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/CompositionEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/CustomEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/Event.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/FocusEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/HashChangeEven
[all...]
H A Dcore_event_interfaces.target.linux-mips64.mk22 $(gyp_shared_intermediate_dir)/blink/core/EventInterfaces.in: $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/generate_event_interfaces.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/utilities.py $(LOCAL_PATH)/third_party/WebKit/Source/core/event_idl_files_list.tmp $(LOCAL_PATH)/third_party/WebKit/Source/core/css/FontFaceSetLoadEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/MediaQueryListEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/AnimationPlayerEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ApplicationCacheErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/AutocompleteErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/BeforeUnloadEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/CompositionEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/CustomEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/Event.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/FocusEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/HashChangeEven
[all...]
H A Dcore_event_interfaces.target.linux-x86.mk22 $(gyp_shared_intermediate_dir)/blink/core/EventInterfaces.in: $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/generate_event_interfaces.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/utilities.py $(LOCAL_PATH)/third_party/WebKit/Source/core/event_idl_files_list.tmp $(LOCAL_PATH)/third_party/WebKit/Source/core/css/FontFaceSetLoadEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/MediaQueryListEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/AnimationPlayerEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ApplicationCacheErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/AutocompleteErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/BeforeUnloadEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/CompositionEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/CustomEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/Event.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/FocusEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/HashChangeEven
[all...]
H A Dcore_event_interfaces.target.linux-x86_64.mk22 $(gyp_shared_intermediate_dir)/blink/core/EventInterfaces.in: $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/generate_event_interfaces.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/utilities.py $(LOCAL_PATH)/third_party/WebKit/Source/core/event_idl_files_list.tmp $(LOCAL_PATH)/third_party/WebKit/Source/core/css/FontFaceSetLoadEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/MediaQueryListEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/AnimationPlayerEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ApplicationCacheErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/AutocompleteErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/BeforeUnloadEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/CompositionEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/CustomEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/Event.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/FocusEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/HashChangeEven
[all...]
/external/chromium_org/net/socket_stream/
H A Dsocket_stream_unittest.cc436 const std::vector<SocketStreamEvent>& events = delegate->GetSeenEvents(); local
437 ASSERT_EQ(7U, events.size());
440 events[0].event_type);
441 EXPECT_EQ(SocketStreamEvent::EVENT_CONNECTED, events[1].event_type);
442 EXPECT_EQ(SocketStreamEvent::EVENT_SENT_DATA, events[2].event_type);
443 EXPECT_EQ(SocketStreamEvent::EVENT_RECEIVED_DATA, events[3].event_type);
444 EXPECT_EQ(SocketStreamEvent::EVENT_SENT_DATA, events[4].event_type);
445 EXPECT_EQ(SocketStreamEvent::EVENT_SENT_DATA, events[5].event_type);
446 EXPECT_EQ(SocketStreamEvent::EVENT_CLOSE, events[6].event_type);
477 const std::vector<SocketStreamEvent>& events 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
759 const std::vector<SocketStreamEvent>& events = delegate->GetSeenEvents(); local
790 const std::vector<SocketStreamEvent>& events = delegate->GetSeenEvents(); local
822 const std::vector<SocketStreamEvent>& events = delegate->GetSeenEvents(); local
872 const std::vector<SocketStreamEvent>& events = delegate->GetSeenEvents(); local
923 const std::vector<SocketStreamEvent>& events = delegate->GetSeenEvents(); local
953 const std::vector<SocketStreamEvent>& events = delegate->GetSeenEvents(); local
1033 const std::vector<SocketStreamEvent>& events = delegate->GetSeenEvents(); local
[all...]
/external/oprofile/libop/tests/
H A Dalloc_counter_tests.c21 /* FIXME: alpha description events need 20 but when running test on x86
35 char const * const * events; member in struct:allocated_counter
131 static void show_events(char const * const * events) argument
133 for ( ; *events; ++events)
134 printf("%s\n", *events);
157 nr_events = parse_events(parsed, MAX_EVENTS, it->events);
165 printf("Can't find events %s for cpu %s\n",
176 printf("Can't map this set of events to counter:\n");
177 show_events(it->events);
[all...]

Completed in 6791 milliseconds

1234567891011>>