Home
last modified time | relevance | path

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

12345678910>>...15

/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/perfmark/impl/src/main/java/io/perfmark/impl/
DMostlyThreadLocal.java55 CopyOnWriteArrayList<Storage.MarkHolderHandle> handles = getHandles(thread); in getAndSetSlow() local
86 CopyOnWriteArrayList<Storage.MarkHolderHandle> handles = getHandles(thread); in remove() local
112 CopyOnWriteArrayList<Storage.MarkHolderHandle> handles; in getOrCreateHandles() local
125 …te static Storage.MarkHolderHandle getConcurrent(CopyOnWriteArrayList<Storage.MarkHolderHandle> ha… in getConcurrent()
144 …tatic Storage.MarkHolderHandle slowGetConcurrent(CopyOnWriteArrayList<Storage.MarkHolderHandle> ha… in slowGetConcurrent()
/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::__anon5e24273f0111::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/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/tot/ipc/
Dmessage_mojom_traits.cc18 StructTraits<IPC::mojom::MessageDataView, IPC::MessageView>::handles( in handles() function in mojo::StructTraits::mojom::MessageDataView::MessageView
30 std::optional<std::vector<mojo::native::SerializedHandlePtr>> handles; in Read() local
/external/cronet/stable/ipc/
Dmessage_mojom_traits.cc18 StructTraits<IPC::mojom::MessageDataView, IPC::MessageView>::handles( in handles() function in mojo::StructTraits::mojom::MessageDataView::MessageView
30 std::optional<std::vector<mojo::native::SerializedHandlePtr>> handles; in Read() 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/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/crosvm/cros_async/src/sys/windows/
Dhandle_source.rs183 let handles = HandleWrapper::new(self.source_descriptor); in read_to_vec() localVariable
213 let handles = HandleWrapper::new(self.source_descriptor); in read_to_mem() localVariable
253 let handles = HandleWrapper::new(self.source_descriptor); in write_from_vec() localVariable
283 let handles = HandleWrapper::new(self.source_descriptor); in write_from_mem() localVariable
309 let handles = HandleWrapper::new(self.source_descriptor); in punch_hole() localVariable
327 let handles = HandleWrapper::new(self.source_descriptor); in write_zeroes_at() localVariable
347 let handles = HandleWrapper::new(self.source_descriptor); in fsync() localVariable
Dasync_types.rs48 let handles = HandleWrapper::new(Descriptor(tube.lock().unwrap().as_raw_descriptor())); in next() localVariable
58 let handles = HandleWrapper::new(Descriptor(tube.lock().unwrap().as_raw_descriptor())); in send() localVariable
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowContextHubManagerTest.java118 int[] handles = contextHubManager.getContextHubHandles(); in getContextHubHandles_returnsValidArray() local
127 int[] handles = contextHubManager.getContextHubHandles(); in getContextHubInfo_returnsValidInfo() local
138 int[] handles = contextHubManager.getContextHubHandles(); in getContextHubInfo_returnsInvalidInfo() local
148 int[] handles = contextHubManager.getContextHubHandles(); in getNanoAppInstanceInfo_returnsValidInfo() 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/pigweed/pw_bluetooth_sapphire/host/att/
Ddatabase_test.cc48 std::vector<Handle> handles; in IterHandles() local
262 auto handles = IterHandles(&iter); in TEST() local
284 auto handles = IterHandles(&iter); in TEST() local
318 auto handles = IterHandles(&iter); in TEST() local
349 auto handles = IterHandles(&iter); in TEST() local
406 auto handles = IterHandles(&iter); in TEST() local
453 auto handles = IterHandles(&iter); in TEST_F() local
470 auto handles = IterHandles(&iter); in TEST_F() local
486 auto handles = IterHandles(&iter); in TEST_F() local
512 auto handles = IterHandles(&iter); in TEST_F() local
[all …]
/external/libchrome/mojo/public/cpp/system/
Dmessage_pipe.cc14 const MojoHandle* handles, in WriteMessageRaw()
46 std::vector<ScopedHandle>* handles, in ReadMessageRaw()
/external/coreboot/src/security/tpm/tss/tcg-2.0/
Dtss_marshaling.c154 const uint32_t *handles, in marshal_common_session_header()
204 const uint32_t handles[] = { TPM_RH_PLATFORM, command_body->nvIndex }; in marshal_nv_setbits() local
216 const uint32_t handles[] = { TPM_RH_PLATFORM, command_body->nvIndex }; in marshal_nv_write() local
228 const uint32_t handles[] = { TPM_RH_PLATFORM, command_body->nvIndex }; in marshal_nv_write_lock() local
237 const uint32_t handles[] = { command_body->pcrHandle }; in marshal_pcr_extend() local
249 const uint32_t handles[] = { TPM_RH_PLATFORM, command_body->nvIndex }; in marshal_nv_read() local
/external/intel-media-driver/media_softlet/linux/common/os/xe/
Dmos_synchronization_xe.c88 int mos_sync_syncobj_wait_err(int fd, uint32_t *handles, uint32_t count, in mos_sync_syncobj_wait_err()
118 int mos_sync_syncobj_reset(int fd, uint32_t *handles, uint32_t count) in mos_sync_syncobj_reset()
139 int mos_sync_syncobj_signal(int fd, uint32_t *handles, uint32_t count) in mos_sync_syncobj_signal()
160 int mos_sync_syncobj_timeline_signal(int fd, uint32_t *handles, uint64_t *points, uint32_t count) in mos_sync_syncobj_timeline_signal()
183 int mos_sync_syncobj_timeline_wait(int fd, uint32_t *handles, uint64_t *points, in mos_sync_syncobj_timeline_wait()
217 int mos_sync_syncobj_timeline_query(int fd, uint32_t *handles, uint64_t *points, in mos_sync_syncobj_timeline_query()

12345678910>>...15