Home
last modified time | relevance | path

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

12345678910

/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/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()
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::__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 …]
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
Dplatform_handle_dispatcher.cc45 PlatformHandle* handles) { in EndSerialize()
78 PlatformHandle* handles, in Deserialize()
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()
/external/igt-gpu-tools/lib/
Digt_syncobj.c182 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()
Digt_syncobj.h36 __u64 handles; member
46 __u64 handles; member
/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/tensorflow/tensorflow/core/common_runtime/
Dpending_counts_test.cc85 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/
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/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/angle/third_party/abseil-cpp/absl/strings/internal/
Dcordz_handle.cc95 std::vector<const CordzHandle*> handles; in DiagnosticsGetDeleteQueue() local
123 std::vector<const CordzHandle*> handles; in DiagnosticsGetSafeToInspectDeletedHandles() local
/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/libusb/libusb/os/
Devents_windows.c132 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/
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/openscreen/platform/impl/
Dsocket_handle_waiter.cc72 std::vector<HandleWithSubscription>* handles, in ProcessReadyHandles()
110 std::vector<SocketHandleRef> handles; in ProcessHandles() local
/external/tpm2-tss/src/tss2-fapi/api/
DFapi_GetPollHandles.c48 FAPI_POLL_HANDLE **handles, in Fapi_GetPollHandles()
/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/tpm2-tss/test/unit/
Desys-getpollhandles.c48 TSS2_TCTI_POLL_HANDLE * handles, in tcti_fake_getpollhandles()
122 TSS2_TCTI_POLL_HANDLE *handles; in test_GetPollHandles() local

12345678910