/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/system/impl/ |
D | WatcherImplTest.java | 74 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
|
D | CoreImplTest.java | 80 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/mojo/core/ |
D | broker_host.cc | 52 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()
|
D | handle_table.cc | 66 MojoHandle* handles) { in AddDispatchersFromTransit() 112 const MojoHandle* handles, in BeginTransit() 154 void HandleTable::GetActiveHandlesForTest(std::vector<MojoHandle>* handles) { in GetActiveHandlesForTest()
|
D | message_unittest.cc | 75 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::__anona30b2c700111::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 …]
|
D | channel_posix.cc | 82 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
|
D | platform_handle_dispatcher.cc | 45 PlatformHandle* handles) { in EndSerialize() 78 PlatformHandle* handles, in Deserialize()
|
D | channel.cc | 254 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()
|
/external/igt-gpu-tools/lib/ |
D | igt_syncobj.c | 182 syncobj_wait_err(int fd, uint32_t *handles, uint32_t count, in syncobj_wait_err() 211 syncobj_wait(int fd, uint32_t *handles, uint32_t count, in syncobj_wait() 237 __syncobj_reset(int fd, uint32_t *handles, uint32_t count) in __syncobj_reset() 258 syncobj_reset(int fd, uint32_t *handles, uint32_t count) in syncobj_reset() 264 __syncobj_signal(int fd, uint32_t *handles, uint32_t count) in __syncobj_signal() 285 syncobj_signal(int fd, uint32_t *handles, uint32_t count) in syncobj_signal()
|
D | igt_syncobj.h | 36 __u64 handles; member 46 __u64 handles; member
|
/external/libchrome/ipc/ |
D | message_view.cc | 13 base::Optional<std::vector<mojo::native::SerializedHandlePtr>> handles) in MessageView() 21 base::Optional<std::vector<mojo::native::SerializedHandlePtr>> handles) in MessageView()
|
D | message_mojom_traits.cc | 20 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/tensorflow/tensorflow/core/common_runtime/ |
D | pending_counts_test.cc | 85 PendingCounts::Handle handles[2]; in TEST() local 120 std::vector<PendingCounts::Handle> handles(C); in TEST() local 145 PendingCounts::Handle handles[2]; in TEST() local 175 PendingCounts::Handle handles[2]; in TEST() local
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | deconstruct_tuple_test.cc | 66 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/ |
D | message_pipe.cc | 14 const MojoHandle* handles, in WriteMessageRaw() 46 std::vector<ScopedHandle>* handles, in ReadMessageRaw()
|
/external/skqp/src/compute/skc/platforms/cl_12/ |
D | handle_pool_cl_12.c | 119 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/angle/third_party/abseil-cpp/absl/strings/internal/ |
D | cordz_handle.cc | 95 std::vector<const CordzHandle*> handles; in DiagnosticsGetDeleteQueue() local 123 std::vector<const CordzHandle*> handles; in DiagnosticsGetSafeToInspectDeletedHandles() local
|
/external/libchrome/mojo/public/cpp/system/tests/ |
D | wait_unittest.cc | 188 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/libusb/libusb/os/ |
D | events_windows.c | 132 HANDLE *handles; in usbi_alloc_event_data() local 170 HANDLE *handles = ctx->event_data; in usbi_wait_for_events() local
|
/external/libchrome/mojo/core/test/ |
D | mojo_test_base.cc | 110 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/openscreen/platform/impl/ |
D | socket_handle_waiter.cc | 72 std::vector<HandleWithSubscription>* handles, in ProcessReadyHandles() 110 std::vector<SocketHandleRef> handles; in ProcessHandles() local
|
/external/tpm2-tss/src/tss2-fapi/api/ |
D | Fapi_GetPollHandles.c | 48 FAPI_POLL_HANDLE **handles, in Fapi_GetPollHandles()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | LanguageBreakEngine.java | 23 boolean handles(int c); in handles() method
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | LanguageBreakEngine.java | 22 boolean handles(int c); in handles() method
|
/external/tpm2-tss/test/unit/ |
D | esys-getpollhandles.c | 48 TSS2_TCTI_POLL_HANDLE * handles, in tcti_fake_getpollhandles() 122 TSS2_TCTI_POLL_HANDLE *handles; in test_GetPollHandles() local
|