Home
last modified time | relevance | path

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

12345678910>>...43

/aosp_15_r20/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/system/impl/
H A 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 …]
H A 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
/aosp_15_r20/trusty/user/base/experimental/lib/tidl/
Dipc_ql_tipc.cpp199 handle_t* handles, in send_iovs()
213 handle_t* handles, in send()
227 handle_t* handles, in recv_iovs()
242 handle_t* handles, in recv()
259 handle_t* handles, in send()
280 handle_t* handles, in recv()
303 handle_t* handles, in send()
331 handle_t* handles, in recv()
Dipc.cpp39 handle_t* handles, in send()
58 handle_t* handles, in recv()
93 handle_t* handles, in send()
120 handle_t* handles, in recv()
163 handle_t* handles, in send()
196 handle_t* handles, in recv()
/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2022-072.md3 ### CVE Number
6 ### Impact
23 ### Patches
28 ### For more information
31 ### Attribution
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/att/
H A Ddatabase_test.cc47 std::vector<Handle> handles; in IterHandles() local
261 auto handles = IterHandles(&iter); in TEST() local
283 auto handles = IterHandles(&iter); in TEST() local
317 auto handles = IterHandles(&iter); in TEST() local
348 auto handles = IterHandles(&iter); in TEST() local
405 auto handles = IterHandles(&iter); in TEST() local
452 auto handles = IterHandles(&iter); in TEST_F() local
469 auto handles = IterHandles(&iter); in TEST_F() local
485 auto handles = IterHandles(&iter); in TEST_F() local
511 auto handles = IterHandles(&iter); in TEST_F() local
[all …]
/aosp_15_r20/external/libchrome/mojo/core/
H A 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::__anonfeea0cbf0111::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 …]
H A 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()
H A 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
H A Dmultiprocess_message_pipe_unittest.cc54 std::vector<ScopedHandle> handles; in MojoReadMessage() local
80 const MojoHandle* handles, in MojoWriteMessage()
272 MojoHandle handles[10]; in DEFINE_TEST_CLIENT_WITH_PIPE() local
349 MojoHandle handles[1]; in TEST_F() local
409 MojoHandle handles[255]; // Maximum number to receive. in DEFINE_TEST_CLIENT_WITH_PIPE() local
448 std::vector<MojoHandle> handles; in TEST_P() local
505 MojoHandle handles[10]; in DEFINE_TEST_CLIENT_WITH_PIPE() local
621 MojoHandle handles[10]; in DEFINE_TEST_CLIENT_WITH_PIPE() local
796 std::vector<Handle> handles(2); in DEFINE_TEST_CLIENT_WITH_PIPE() local
1263 MojoHandle handles[4]; in DEFINE_TEST_CLIENT_TEST_WITH_PIPE() local
/aosp_15_r20/external/perfmark/impl/src/main/java/io/perfmark/impl/
H A 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()
/aosp_15_r20/external/igt-gpu-tools/lib/
H A 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()
/aosp_15_r20/external/crosvm/cros_async/src/sys/windows/
H A 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
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/util/kotlin/
DDisposableHandles.java11 private final java.util.List<kotlinx.coroutines.DisposableHandle> handles = null; field in DisposableHandles
20 public final void add(@org.jetbrains.annotations.NotNull() in add()
34 public final void plusAssign(@org.jetbrains.annotations.NotNull() in plusAssign()
41 public final void replaceAll(@org.jetbrains.annotations.NotNull() in replaceAll()
/aosp_15_r20/cts/tests/appsearch/testutils/src/android/app/appsearch/testutil/external/
H A DAppSearchSessionShim.java159 default ListenableFuture<OpenBlobForWriteResponse> openBlobForWriteAsync( in openBlobForWriteAsync()
186 default ListenableFuture<RemoveBlobResponse> removeBlobAsync( in removeBlobAsync()
223 default ListenableFuture<CommitBlobResponse> commitBlobAsync( in commitBlobAsync()
243 default ListenableFuture<OpenBlobForReadResponse> openBlobForReadAsync( in openBlobForReadAsync()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/vc/
Dvc_test.cc327 GATT_READ_MULTI_OP_CB cb, void* cb_data) -> void { in set_sample_database()
623 for (auto const& handles : handle_pairs) { in TestSubscribeNotifications() local
636 std::vector<uint16_t> handles) { in TestReadCharacteristic()
1105 std::map<uint16_t, uint16_t> handles({{0x0021, 0x0022}}); in TEST_F() local
1110 std::map<uint16_t, uint16_t> handles({{0x0072, 0x0073}, {0x0082, 0x0083}}); in TEST_F() local
1115 std::map<uint16_t, uint16_t> handles({{0x0085, 0x0086}}); in TEST_F() local
1120 std::map<uint16_t, uint16_t> handles({{0x008a, 0x008b}}); in TEST_F() local
1127 std::vector<uint16_t> handles({0x0021}); in TEST_F() local
1132 std::vector<uint16_t> handles({0x0026}); in TEST_F() local
1145 std::vector<uint16_t> handles({0x0072, 0x0082}); in TEST_F() local
[all …]
/aosp_15_r20/external/coreboot/src/security/tpm/tss/tcg-2.0/
H A 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
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/os/xe/
H A 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()
/aosp_15_r20/art/compiler/optimizing/
H A Dreference_type_propagation_test.cc49 void SetupPropagation(VariableSizedHandleScope* handles) { in SetupPropagation()
177 VariableSizedHandleScope handles(soa.Self()); in TEST_F() local
186 VariableSizedHandleScope handles(soa.Self()); in TEST_F() local
218 VariableSizedHandleScope handles(soa.Self()); in TEST_F() local
266 VariableSizedHandleScope handles(soa.Self()); in RunVisitListTest() local
368 VariableSizedHandleScope handles(soa.Self()); in RunVisitListTest() local
/aosp_15_r20/development/tools/winscope/src/test/e2e/
H A Dcross_tool_protocol_test.ts34 const handles = await browser.getAllWindowHandles(); constant
160 const handles = await browser.getAllWindowHandles(); constant
244 const handles = await browser.getAllWindowHandles(); constant
250 const handles = await browser.getAllWindowHandles(); constant
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/
DDashboardFeatureProviderImplTest.java716 final ArrayList<UserHandle> handles = new ArrayList<>(); in openTileIntent_profileSelectionDialog_shouldShow() local
733 final ArrayList<UserHandle> handles = new ArrayList<>(); in openTileIntent_profileSelectionDialog_explicitMetadataShouldShow() local
750 final ArrayList<UserHandle> handles = new ArrayList<>(); in openTileIntent_profileSelectionDialog_shouldNotShow() local
769 final ArrayList<UserHandle> handles = new ArrayList<>(); in openTileIntent_profileSelectionDialog_validUserHandleShouldNotShow() local
789 final ArrayList<UserHandle> handles = new ArrayList<>(); in openTileIntent_profileSelectionDialog_invalidUserHandleShouldShow() local
807 final ArrayList<UserHandle> handles = new ArrayList<>(); in openTileIntent_profileSelectionDialog_unresolvableWorkProfileIntentShouldNotShow() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A 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
/aosp_15_r20/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
H A DHardwareKeyboardShortcutControllerTest.java31 final List<String> handles = Arrays.asList("0", "1", "2", "3"); in testForwardRotation() local
39 final List<String> handles = Arrays.asList("0", "1", "2", "3"); in testBackwardRotation() local
47 final List<String> handles = Arrays.asList("0", "1", "2", "3"); in testNotMatching() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowContextHubManagerTest.java117 int[] handles = contextHubManager.getContextHubHandles(); in getContextHubHandles_returnsValidArray() local
126 int[] handles = contextHubManager.getContextHubHandles(); in getContextHubInfo_returnsValidInfo() local
137 int[] handles = contextHubManager.getContextHubHandles(); in getContextHubInfo_returnsInvalidInfo() local
147 int[] handles = contextHubManager.getContextHubHandles(); in getNanoAppInstanceInfo_returnsValidInfo() local
/aosp_15_r20/cts/tests/appsearch/testutils/src/android/app/appsearch/testutil/
H A DAppSearchSessionShimImpl.java157 public ListenableFuture<OpenBlobForWriteResponse> openBlobForWriteAsync( in openBlobForWriteAsync()
167 public ListenableFuture<RemoveBlobResponse> removeBlobAsync( in removeBlobAsync()
177 public ListenableFuture<CommitBlobResponse> commitBlobAsync( in commitBlobAsync()
187 public ListenableFuture<OpenBlobForReadResponse> openBlobForReadAsync( in openBlobForReadAsync()

12345678910>>...43