Home
last modified time | relevance | path

Searched defs:handles (Results 1 – 25 of 178) sorted by relevance

12345678

/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/system/impl/
DWatcherImplTest.java74 private void addHandlePairToClose(Pair<? extends Handle, ? extends Handle> handles) { in addHandlePairToClose()
120 Pair<MessagePipeHandle, MessagePipeHandle> handles = mCore.createMessagePipe(null); in testCorrectResult() local
141 Pair<MessagePipeHandle, MessagePipeHandle> handles = mCore.createMessagePipe(null); in testClosingPeerHandle() local
165 Pair<MessagePipeHandle, MessagePipeHandle> handles = mCore.createMessagePipe(null); in testClosingWatchedHandle() local
189 Pair<MessagePipeHandle, MessagePipeHandle> handles = mCore.createMessagePipe(null); in testInvalidHandle() local
228 Pair<MessagePipeHandle, MessagePipeHandle> handles = mCore.createMessagePipe(null); in testCancel() local
257 Pair<MessagePipeHandle, MessagePipeHandle> handles = mCore.createMessagePipe(null); in testImmediateCancelOnInvalidHandle() local
DCoreImplTest.java80 private void addHandlePairToClose(Pair<? extends Handle, ? extends Handle> handles) { in addHandlePairToClose()
171 Pair<? extends Handle, ? extends Handle> handles = core.createMessagePipe(null); in testGetCore() local
191 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(options); in createAndCloseMessagePipe() local
215 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); in testMessagePipeEmpty() local
234 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); in testMessagePipeSend() local
248 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); in testMessagePipeSendHandles() local
269 Pair<DataPipe.ProducerHandle, DataPipe.ConsumerHandle> handles = in createAndCloseDataPipe() local
300 Pair<DataPipe.ProducerHandle, DataPipe.ConsumerHandle> handles = core.createDataPipe(null); in testDataPipeSend() local
314 Pair<DataPipe.ProducerHandle, DataPipe.ConsumerHandle> handles = core.createDataPipe(null); in testDataPipeTwoPhaseSend() local
344 Pair<DataPipe.ProducerHandle, DataPipe.ConsumerHandle> handles = core.createDataPipe(null); in testDataPipeDiscard() local
[all …]
/external/libchrome/ipc/
Dmessage_view.cc13 base::Optional<std::vector<mojo::native::SerializedHandlePtr>> handles) in MessageView()
21 base::Optional<std::vector<mojo::native::SerializedHandlePtr>> handles) in MessageView()
Dmessage_mojom_traits.cc20 StructTraits<IPC::mojom::MessageDataView, IPC::MessageView>::handles( in handles() function in mojo::StructTraits::mojom::MessageDataView::MessageView
32 base::Optional<std::vector<mojo::native::SerializedHandlePtr>> handles; in Read() local
/external/libchrome/mojo/core/
Dbroker_host.cc52 std::vector<PlatformHandleInTransit>* handles) { in PrepareHandlesForClient()
78 std::vector<PlatformHandleInTransit> handles(1); in SendChannel() local
110 std::vector<PlatformHandleInTransit> handles(2); in OnBufferRequest() local
144 std::vector<PlatformHandle> handles) { in OnChannelMessage()
Dhandle_table.cc66 MojoHandle* handles) { in AddDispatchersFromTransit()
112 const MojoHandle* handles, in BeginTransit()
154 void HandleTable::GetActiveHandlesForTest(std::vector<MojoHandle>* handles) { in GetActiveHandlesForTest()
Dchannel_fuchsia.cc54 zx_handle_t handles[FDIO_MAX_HANDLES] = {}; in UnwrapPlatformHandle() local
89 base::circular_deque<zx::handle>* handles) { in WrapPlatformHandles()
249 std::vector<PlatformHandle>* handles, in GetReadPlatformHandles()
341 zx_handle_t handles[ZX_CHANNEL_MAX_MSG_HANDLES] = {}; in OnZxHandleSignalled() local
388 zx_handle_t handles[ZX_CHANNEL_MAX_MSG_HANDLES] = {}; in WriteNoLock() local
Dmessage_unittest.cc75 std::vector<MojoHandle> handles(num_handles); in SerializeMessageContext() local
114 void SerializeHandles(MojoHandle* handles) override { NOTREACHED(); } in SerializeHandles()
137 std::vector<mojo::ScopedMessagePipeHandle>& handles() { return handles_; } in handles() function in mojo::core::__anon2b539ad20111::SimpleMessage
146 void SerializeHandles(MojoHandle* handles) override { in SerializeHandles()
291 MojoHandle handles[4]; in DEFINE_TEST_CLIENT_TEST_WITH_PIPE() local
638 MojoHandle handles[2]; in TEST_F() local
688 MojoHandle handles[2]; in TEST_F() local
815 MojoHandle handles[5]; in TEST_F() local
861 MojoHandle handles[5]; in DEFINE_TEST_CLIENT_TEST_WITH_PIPE() local
868 MojoHandle handles[5]; in TEST_F() local
[all …]
Dplatform_handle_dispatcher.cc45 PlatformHandle* handles) { in EndSerialize()
78 PlatformHandle* handles, in Deserialize()
Dchannel_posix.cc82 void SetHandles(std::vector<PlatformHandleInTransit> handles) { in SetHandles()
193 std::vector<PlatformHandle>* handles, in GetReadPlatformHandles()
394 std::vector<PlatformHandle> handles(message.handles.size()); in FlushPendingMessagesWithMachPortsOnIOThread() local
511 std::vector<PlatformHandleInTransit> handles = message_view.TakeHandles(); in WriteNoLock() local
620 std::vector<PlatformHandle> handles) override { in OnControlMessage()
743 std::vector<PlatformHandleInTransit> handles; member
Dchannel_win.cc68 std::vector<PlatformHandleInTransit> handles = message->TakeHandles(); in Write() local
106 std::vector<PlatformHandle>* handles, in GetReadPlatformHandles()
269 std::vector<PlatformHandleInTransit> handles = message->TakeHandles(); in OnWriteDone() local
Dchannel.cc254 std::vector<PlatformHandleInTransit> handles(num_handles); in Deserialize() local
375 std::vector<PlatformHandleInTransit> handles; in SetHandles() local
687 std::vector<PlatformHandle> handles; in OnReadComplete() local
733 std::vector<PlatformHandle> handles) { in OnControlMessage()
Dnode_channel.cc285 std::vector<PlatformHandle> handles; in AddBrokerClient() local
304 std::vector<PlatformHandle> handles; in BrokerClientAdded() local
318 std::vector<PlatformHandle> handles; in AcceptBrokerClient() local
351 std::vector<PlatformHandle> handles; in Introduce() local
399 std::vector<PlatformHandleInTransit> handles = message->TakeHandles(); in RelayEventMessage() local
461 std::vector<PlatformHandle> handles) { in OnChannelMessage()
/external/tensorflow/tensorflow/compiler/xla/tests/
Ddeconstruct_tuple_test.cc66 auto handles = result_status.ConsumeValueOrDie(); in TEST_F() local
117 auto handles = result_status.ConsumeValueOrDie(); in XLA_TEST_F() local
139 auto handles = result_status.ConsumeValueOrDie(); in TEST_F() local
182 auto handles = result_status.ConsumeValueOrDie(); in XLA_TEST_F() local
/external/libchrome/mojo/public/cpp/system/
Dmessage_pipe.cc14 const MojoHandle* handles, in WriteMessageRaw()
46 std::vector<ScopedHandle>* handles, in ReadMessageRaw()
/external/tensorflow/tensorflow/core/common_runtime/
Dpending_counts_test.cc80 PendingCounts::Handle handles[2]; in TEST() local
115 std::vector<PendingCounts::Handle> handles(C); in TEST() local
140 PendingCounts::Handle handles[2]; in TEST() local
/external/skia/src/compute/skc/platforms/cl_12/
Dhandle_pool_cl_12.c119 skc_uint const handles = blocks * width; in skc_handle_pool_create() local
544 skc_typed_handle_t const * const handles, in skc_runtime_host_validated_release()
641 skc_typed_handle_t const * handles, in skc_runtime_handle_device_validate_retain()
688 skc_handle_t const * handles, in skc_runtime_handle_device_retain()
705 skc_handle_t const * handles, in skc_runtime_handle_device_release()
736 skc_handle_t const * handles, in skc_runtime_path_device_release()
744 skc_handle_t const * handles, in skc_runtime_raster_device_release()
/external/skqp/src/compute/skc/platforms/cl_12/
Dhandle_pool_cl_12.c119 skc_uint const handles = blocks * width; in skc_handle_pool_create() local
544 skc_typed_handle_t const * const handles, in skc_runtime_host_validated_release()
641 skc_typed_handle_t const * handles, in skc_runtime_handle_device_validate_retain()
688 skc_handle_t const * handles, in skc_runtime_handle_device_retain()
705 skc_handle_t const * handles, in skc_runtime_handle_device_release()
736 skc_handle_t const * handles, in skc_runtime_path_device_release()
744 skc_handle_t const * handles, in skc_runtime_raster_device_release()
/external/libchrome/mojo/public/cpp/system/tests/
Dwait_unittest.cc188 Handle handles[2] = {p.handle0.get(), p.handle1.get()}; in TEST_F() local
232 Handle handles[3] = {q.handle0.get(), q.handle1.get(), p.handle1.get()}; in TEST_F() local
263 Handle handles[2] = {p.handle0.get(), p.handle1.get()}; in TEST_F() local
290 Handle handles[3] = {q.handle0.get(), q.handle1.get(), p.handle1.get()}; in TEST_F() local
/external/libchrome/mojo/core/test/
Dmojo_test_base.cc110 const MojoHandle* handles, in WriteMessageWithHandles()
131 std::vector<ScopedHandle> handles; in ReadMessageWithHandles() local
148 std::vector<ScopedHandle> handles; in ReadMessageWithOptionalHandle() local
173 std::vector<ScopedHandle> handles; in ReadMessage() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DLanguageBreakEngine.java23 boolean handles(int c); in handles() method
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DLanguageBreakEngine.java22 boolean handles(int c); in handles() method
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DMessage.java40 public Message(ByteBuffer buffer, List<? extends Handle> handles) { in Message()
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/impl/
DMessagePipeHandleImpl.java44 public void writeMessage(ByteBuffer bytes, List<? extends Handle> handles, WriteFlags flags) { in writeMessage()
/external/curl/tests/libtest/
Dlib536.c34 int handles; in perform() local

12345678