HomeSort by relevance Sort by last modified time
    Searched defs:dispatchers (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/mojo/system/
multiprocess_message_pipe_unittest.cc 237 DispatcherVector dispatchers; local
242 &dispatchers,
250 CHECK_EQ(dispatchers[0]->GetType(), Dispatcher::kTypeSharedBuffer);
253 static_cast<SharedBufferDispatcher*>(dispatchers[0].get()));
429 DispatcherVector dispatchers; local
434 &dispatchers,
444 CHECK_EQ(dispatchers[0]->GetType(), Dispatcher::kTypePlatformHandle);
447 static_cast<PlatformHandleDispatcher*>(dispatchers[0].get()));
core.cc 221 // does not transfer dispatchers from one handle to another, even when sending a
246 // validity, even for dispatchers that don't support |WriteMessage()| and will
254 // We'll need to hold on to the dispatchers so that we can pass them on to
261 // When we pass handles, we have to try to take all their dispatchers' locks
314 DispatcherVector dispatchers; local
316 bytes, num_bytes, &dispatchers, &num_handles_value, flags);
317 if (!dispatchers.empty()) {
320 DCHECK_LE(dispatchers.size(), static_cast<size_t>(num_handles_value));
324 dispatchers.size());
328 dispatchers, handles_writer.GetPointer())
558 DispatcherVector dispatchers; local
    [all...]
message_in_transit.h 161 // Makes this message "own" the given set of dispatchers. The dispatchers must
164 // message must not already have dispatchers.
165 void SetDispatchers(scoped_ptr<DispatcherVector> dispatchers);
168 // there are no dispatchers and no existing |TransportData|.
171 // Serializes any dispatchers to the secondary buffer. This message must not
205 // Gets the dispatchers attached to this message; this may return null if
206 // there are none. Note that the caller may mutate the set of dispatchers
207 // (e.g., take ownership of all the dispatchers, leaving the vector empty).
208 DispatcherVector* dispatchers() { return dispatchers_.get(); function in class:mojo::system::MessageInTransit
    [all...]
  /external/chromium_org/ui/events/platform/
platform_event_source_unittest.cc 179 // Tests that dispatchers receive events in the correct order.
183 ScopedVector<TestPlatformEventDispatcher> dispatchers; local
185 dispatchers.push_back(
195 // Tests that if a dispatcher consumes the event, the subsequent dispatchers do
253 // Tests that observers and dispatchers receive events in the correct order.
267 // dispatchers.
289 // Tests that an overridden dispatcher can request that the default dispatchers
392 // event should reach all three dispatchers in the list.
411 // |second| removes itself during dispatch. So both dispatchers will have
431 // event should reach all three dispatchers
    [all...]
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.10/
gradle-tooling-api-1.10.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.11/
gradle-tooling-api-1.11.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.12/
gradle-tooling-api-1.12.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.9/
gradle-tooling-api-1.9.jar 

Completed in 157 milliseconds