| /external/tensorflow/tensorflow/security/advisory/ |
| D | tfsa-2022-072.md | 3 ### 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/ |
| 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 …]
|
| 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
|
| /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() 118 const MojoHandle* handles, in BeginTransit() 160 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::__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 …]
|
| 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
|
| /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/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
| D | ShadowContextHubManagerTest.java | 106 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/ |
| 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/cronet/ipc/ |
| D | message_mojom_traits.cc | 18 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/ |
| D | hierarchical_timing_wheel_unittest.cc | 79 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/ |
| D | OffsetMemoryPool.cpp | 48 void OffsetMemoryPool::acquire(MemoryMappings &handles) in acquire() 60 void OffsetMemoryPool::release(MemoryMappings &handles) in release()
|
| D | BlobMemoryPool.cpp | 47 void BlobMemoryPool::acquire(MemoryMappings &handles) in acquire() 57 void BlobMemoryPool::release(MemoryMappings &handles) in release()
|
| /external/crosvm/cros_async/src/sys/windows/ |
| D | handle_source.rs | 92 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
|
| D | async_types.rs | 37 let handles = in next() localVariable 48 let handles = in send() localVariable
|
| /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 = 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/ |
| D | message_pipe.cc | 14 const MojoHandle* handles, in WriteMessageRaw() 46 std::vector<ScopedHandle>* handles, in ReadMessageRaw()
|
| /external/cronet/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/webrtc/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/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/tensorflow/third_party/absl/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
|