Searched refs:events (Results 126 - 150 of 928) sorted by relevance

1234567891011>>

/external/fio/engines/
H A Dnull.c23 int events; member in struct:null_data
41 ret = nd->events;
42 nd->events = 0;
52 if (!nd->events) {
56 nd->events = nd->queued;
71 if (nd->events)
H A Dsg.c25 struct io_u **events; member in struct:sgio_data
70 unsigned int i, events; local
78 * don't block for min events == 0
86 sd->pfds[i].events = POLLIN;
114 events = 0;
125 events += ret / sizeof(struct sg_io_hdr);
131 if (!events) {
136 left -= events;
137 r += events;
139 for (i = 0; i < events;
[all...]
/external/qemu/telephony/
H A Dsimulator.c92 client_handler( void* _client, int events )
96 if (events & SYS_EVENT_READ) {
118 if (events & SYS_EVENT_WRITE) {
164 accept_func( void* _server, int events )
175 events=events;
H A Dtest2.c104 client_handler( void* _client, int events )
108 if (events & SYS_EVENT_READ) {
132 if (events & SYS_EVENT_WRITE) {
177 accept_func( void* _server, int events )
188 events=events;
H A Dsysdeps_posix.c143 /* used by select to wait on channel events */
200 int events,
204 int adds = events & ~channel->wanted;
205 int removes = channel->wanted & ~events;
207 channel->wanted = events;
224 if (events && !channel->active) {
227 else if (!events && channel->active) {
460 int events = 0; local
462 if(FD_ISSET(i, &rfd)) events |= SYS_EVENT_READ;
463 if(FD_ISSET(i, &wfd)) events |
199 sys_channel_on( SysChannel channel, int events, SysChannelCallback callback, void* opaque ) argument
525 int events; local
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/
H A DFileManager.js39 InspectorFrontendHost.events.addEventListener(InspectorFrontendHostAPI.Events.SavedURL, this._savedURL, this);
40 InspectorFrontendHost.events.addEventListener(InspectorFrontendHostAPI.Events.CanceledSaveURL, this._canceledSaveURL, this);
41 InspectorFrontendHost.events.addEventListener(InspectorFrontendHostAPI.Events.AppendedToURL, this._appendedToURL, this);
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt033backtracking.py27 events = parser.translation_unit()
H A Dt034tokenLabelPropertyRef.py35 events = parser.a()
H A Dt043synpred.py34 events = parser.a()
/external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
H A Dtest_util.h33 // Returns events sent to providing extensions.
34 ScopedVector<extensions::Event>& events() { return events_; } function in class:chromeos::file_system_provider::operations::util::LoggingDispatchEventImpl
/external/chromium_org/content/renderer/accessibility/
H A Drenderer_accessibility_focus_only.cc82 std::vector<AccessibilityHostMsg_EventParams> events; local
83 events.push_back(AccessibilityHostMsg_EventParams());
84 AccessibilityHostMsg_EventParams& event = events[0];
143 Send(new AccessibilityHostMsg_Events(routing_id(), events, false));
/external/chromium_org/sandbox/win/sandbox_poc/pocdll/
H A Dinvasive.cc142 int events = 0; local
159 events++;
163 fprintf(output, "[GRANTED] Created %d mutexes, %d jobs and %d events for "
165 events, mutexes + jobs + events);
/external/chromium_org/third_party/skia/src/animator/
H A DSkDump.h29 SkBool events; member in class:SkDump
/external/chromium_org/ui/events/gesture_detection/
H A Dmotion_event_buffer.h11 #include "ui/events/gesture_detection/gesture_detection_export.h"
27 // time and buffered events, a resampled event with history will be synthesized.
43 // remain buffered until the next |Flush()|, while other events will be
44 // forwarded immediately (incidentally flushing currently buffered events).
47 // Forward any buffered events, resampling if necessary (see |resample_|)
50 // events will be forwarded, and if another flush is necessary it will be
57 void FlushWithoutResampling(MotionEventVector events);
64 // conflicts between events received from the platfrom that may have an
68 // Whether buffered events should be resampled upon |Flush()|. If true, short
71 // forwarded, with preceding events a
[all...]
/external/lldb/source/Utility/
H A DKQueue.h59 WaitForEvents (struct kevent *events,
/external/lzma/CPP/7zip/Common/
H A DStreamBinder.cpp129 HANDLE events[2]; local
130 events[0] = _allBytesAreWritenEvent;
131 events[1] = _readStreamIsClosedEvent;
132 DWORD waitResult = ::WaitForMultipleObjects(2, events, FALSE, INFINITE);
/external/skia/src/animator/
H A DSkDump.h29 SkBool events; member in class:SkDump
/external/valgrind/main/cachegrind/
H A Dcg_annotate.in64 # - events = A,B,C,D
72 # CCs are arrays, the counts corresponding to @events, with 'undef'
100 my @events;
105 # Map from @show_events indices to @events indices, eg. (2,0,3). Gives the
106 # order in which we must traverse @events in order to show the @show_events,
107 # eg. (@events[$show_order[1]], @events[$show_order[2]]...) = @show_events.
111 # Print out the function totals sorted by these events, eg. (D,C).
114 # Map from @sort_events indices to @events indices, eg. (3,2). Same idea as
118 # Thresholds, one for each sort event (or default to 1 if no sort events
[all...]
/external/chromium_org/components/signin/core/browser/
H A Daccount_tracker_service_unittest.cc84 std::string Str(const std::vector<TrackingEvent>& events) { argument
88 events.begin(); it != events.end(); ++it) {
122 const std::vector<TrackingEvent>& events);
146 std::vector<TrackingEvent> events; local
147 return CheckEvents(events);
152 std::vector<TrackingEvent> events; local
153 events.push_back(e1);
154 return CheckEvents(events);
160 std::vector<TrackingEvent> events; local
170 std::vector<TrackingEvent> events; local
177 CheckEvents( const std::vector<TrackingEvent>& events) argument
[all...]
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Djsc_view_test.py91 events = self._LoadJSON('add_rules_def_test.json')
92 return Future(value=GetEventByNameFromEvents(events))
100 events = {}
102 self.assertRaises(AssertionError, GetEventByNameFromEvents, events)
104 events['types'] = []
106 self.assertRaises(AssertionError, GetEventByNameFromEvents, events)
108 events['types'].append({ 'name': 'Event',
111 events['types'][0]['functions'].append(add_rules)
113 GetEventByNameFromEvents(events)['addRules'])
115 events['type
[all...]
/external/chromium_org/chrome/test/chromedriver/
H A Dkey_converter_unittest.cc24 std::list<KeyEvent> events; local
26 &modifiers, &events).code());
27 EXPECT_EQ(expected_size, events.size());
29 std::list<KeyEvent>::const_iterator it = events.begin();
30 while (i < expected_size && it != events.end()) {
61 std::list<KeyEvent> events; local
64 &modifiers, &events).code());
65 ASSERT_EQ(3u, events.size()) << "Char: " << character;
66 std::list<KeyEvent>::const_iterator it = events.begin();
81 std::list<KeyEvent> events; local
351 std::list<KeyEvent> events; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_dom.target.darwin-arm.mk173 third_party/WebKit/Source/core/events/AnimationPlayerEvent.cpp \
174 third_party/WebKit/Source/core/events/ApplicationCacheErrorEvent.cpp \
175 third_party/WebKit/Source/core/events/BeforeTextInsertedEvent.cpp \
176 third_party/WebKit/Source/core/events/BeforeUnloadEvent.cpp \
177 third_party/WebKit/Source/core/events/ClipboardEvent.cpp \
178 third_party/WebKit/Source/core/events/CompositionEvent.cpp \
179 third_party/WebKit/Source/core/events/CustomEvent.cpp \
180 third_party/WebKit/Source/core/events/DOMWindowEventQueue.cpp \
181 third_party/WebKit/Source/core/events/ErrorEvent.cpp \
182 third_party/WebKit/Source/core/events/Even
[all...]
H A Dwebcore_dom.target.darwin-arm64.mk173 third_party/WebKit/Source/core/events/AnimationPlayerEvent.cpp \
174 third_party/WebKit/Source/core/events/ApplicationCacheErrorEvent.cpp \
175 third_party/WebKit/Source/core/events/BeforeTextInsertedEvent.cpp \
176 third_party/WebKit/Source/core/events/BeforeUnloadEvent.cpp \
177 third_party/WebKit/Source/core/events/ClipboardEvent.cpp \
178 third_party/WebKit/Source/core/events/CompositionEvent.cpp \
179 third_party/WebKit/Source/core/events/CustomEvent.cpp \
180 third_party/WebKit/Source/core/events/DOMWindowEventQueue.cpp \
181 third_party/WebKit/Source/core/events/ErrorEvent.cpp \
182 third_party/WebKit/Source/core/events/Even
[all...]
H A Dwebcore_dom.target.darwin-mips.mk173 third_party/WebKit/Source/core/events/AnimationPlayerEvent.cpp \
174 third_party/WebKit/Source/core/events/ApplicationCacheErrorEvent.cpp \
175 third_party/WebKit/Source/core/events/BeforeTextInsertedEvent.cpp \
176 third_party/WebKit/Source/core/events/BeforeUnloadEvent.cpp \
177 third_party/WebKit/Source/core/events/ClipboardEvent.cpp \
178 third_party/WebKit/Source/core/events/CompositionEvent.cpp \
179 third_party/WebKit/Source/core/events/CustomEvent.cpp \
180 third_party/WebKit/Source/core/events/DOMWindowEventQueue.cpp \
181 third_party/WebKit/Source/core/events/ErrorEvent.cpp \
182 third_party/WebKit/Source/core/events/Even
[all...]
H A Dwebcore_dom.target.darwin-mips64.mk173 third_party/WebKit/Source/core/events/AnimationPlayerEvent.cpp \
174 third_party/WebKit/Source/core/events/ApplicationCacheErrorEvent.cpp \
175 third_party/WebKit/Source/core/events/BeforeTextInsertedEvent.cpp \
176 third_party/WebKit/Source/core/events/BeforeUnloadEvent.cpp \
177 third_party/WebKit/Source/core/events/ClipboardEvent.cpp \
178 third_party/WebKit/Source/core/events/CompositionEvent.cpp \
179 third_party/WebKit/Source/core/events/CustomEvent.cpp \
180 third_party/WebKit/Source/core/events/DOMWindowEventQueue.cpp \
181 third_party/WebKit/Source/core/events/ErrorEvent.cpp \
182 third_party/WebKit/Source/core/events/Even
[all...]

Completed in 307 milliseconds

1234567891011>>