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

  /external/chromium_org/mojo/system/
core.cc 183 // does not transfer dispatchers from one handle to another, even when sending a
208 // validity, even for dispatchers that don't support |WriteMessage()| and will
216 // We'll need to hold on to the dispatchers so that we can pass them on to
223 // When we pass handles, we have to try to take all their dispatchers' locks
274 DispatcherVector dispatchers;
276 &dispatchers, num_handles,
278 if (!dispatchers.empty()) {
281 DCHECK_LE(dispatchers.size(), static_cast<size_t>(*num_handles));
286 success = handle_table_.AddDispatcherVector(dispatchers, handles);
289 LOG(ERROR) << "Received message with " << dispatchers.size(
520 DispatcherVector dispatchers; local
    [all...]
message_in_transit.h 153 // Makes this message "own" the given set of dispatchers. The dispatchers must
156 // message must not already have dispatchers.
157 void SetDispatchers(scoped_ptr<DispatcherVector> dispatchers);
160 // there are no dispatchers and no existing |TransportData|.
163 // Serializes any dispatchers to the secondary buffer. This message must not
197 // Gets the dispatchers attached to this message; this may return null if
198 // there are none. Note that the caller may mutate the set of dispatchers
199 // (e.g., take ownership of all the dispatchers, leaving the vector empty).
200 DispatcherVector* dispatchers() { return dispatchers_.get(); function in class:mojo::system::MessageInTransit
    [all...]
multiprocess_message_pipe_unittest.cc 303 DispatcherVector dispatchers; local
307 &dispatchers, &num_dispatchers,
314 CHECK_EQ(dispatchers[0]->GetType(), Dispatcher::kTypeSharedBuffer);
317 static_cast<SharedBufferDispatcher*>(dispatchers[0].get()));
469 DispatcherVector dispatchers; local
473 &dispatchers, &num_dispatchers,
482 CHECK_EQ(dispatchers[0]->GetType(), Dispatcher::kTypePlatformHandle);
485 static_cast<PlatformHandleDispatcher*>(dispatchers[0].get()));
  /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 228 milliseconds