Home
last modified time | relevance | path

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

12345678910>>...13

/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2022-072.md3 ### CVE Number
6 ### Impact
23 ### Patches
28 ### For more information
31 ### Attribution
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/system/impl/
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 …]
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
/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()
118 const MojoHandle* handles, in BeginTransit()
160 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::__anon1ac2be0e0111::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
/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/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowContextHubManagerTest.java106 int[] handles = contextHubManager.getContextHubHandles(); in getContextHubHandles_returnsValidArray() local
115 int[] handles = contextHubManager.getContextHubHandles(); in getContextHubInfo_returnsValidInfo() local
126 int[] handles = contextHubManager.getContextHubHandles(); in getContextHubInfo_returnsInvalidInfo() local
136 int[] handles = contextHubManager.getContextHubHandles(); in getNanoAppInstanceInfo_returnsValidInfo() local
/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/cronet/ipc/
Dmessage_mojom_traits.cc18 StructTraits<IPC::mojom::MessageDataView, IPC::MessageView>::handles( in handles() function in mojo::StructTraits::mojom::MessageDataView::MessageView
30 absl::optional<std::vector<mojo::native::SerializedHandlePtr>> handles; in Read() local
/external/cronet/base/task/sequence_manager/
Dhierarchical_timing_wheel_unittest.cc79 HierarchicalTimingWheelHandle* handles[kHierarchyCount]; in TEST() local
107 HierarchicalTimingWheelHandle* handles[kTotalElements]; in TEST() local
174 HierarchicalTimingWheelHandle* handles[kHierarchyCount]; in TEST() local
207 HierarchicalTimingWheelHandle* handles[kHierarchyCount]; in TEST() local
238 HierarchicalTimingWheelHandle* handles[kHierarchyCount]; in TEST() local
265 HierarchicalTimingWheelHandle* handles[kTotalElements]; in TEST() local
/external/ComputeLibrary/src/runtime/
DOffsetMemoryPool.cpp48 void OffsetMemoryPool::acquire(MemoryMappings &handles) in acquire()
60 void OffsetMemoryPool::release(MemoryMappings &handles) in release()
DBlobMemoryPool.cpp47 void BlobMemoryPool::acquire(MemoryMappings &handles) in acquire()
57 void BlobMemoryPool::release(MemoryMappings &handles) in release()
/external/crosvm/cros_async/src/sys/windows/
Dhandle_source.rs92 handles: Vec<Descriptor>, field
208 let handles = HandleWrapper::new(self.as_descriptors()); in read_to_vec() localVariable
238 let handles = HandleWrapper::new(self.as_descriptors()); in read_to_mem() localVariable
278 let handles = HandleWrapper::new(self.as_descriptors()); in write_from_vec() localVariable
308 let handles = HandleWrapper::new(self.as_descriptors()); in write_from_mem() localVariable
339 let handles = HandleWrapper::new(self.as_descriptors()); in fallocate() localVariable
367 let handles = HandleWrapper::new(self.as_descriptors()); in fsync() localVariable
Dasync_types.rs37 let handles = in next() localVariable
48 let handles = in send() localVariable
/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 = std::move(result_status).value(); in TEST_F() local
117 auto handles = std::move(result_status).value(); in XLA_TEST_F() local
139 auto handles = std::move(result_status).value(); in TEST_F() local
182 auto handles = std::move(result_status).value(); 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/cronet/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/webrtc/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/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/tensorflow/third_party/absl/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

12345678910>>...13