Home
last modified time | relevance | path

Searched defs:handle (Results 1176 – 1200 of 9246) sorted by relevance

1...<<41424344454647484950>>...370

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dsharded_device_array.cc106 for (auto& handle : device_buffers_.value()) { in GetPjRtBuffers() local
134 bool ShardedDeviceArray::IsShardedDeviceArray(py::handle handle) { in IsShardedDeviceArray()
139 ShardedDeviceArray::AsShardedDeviceArrayUnchecked(py::handle handle) { in AsShardedDeviceArrayUnchecked()
144 ShardedDeviceArray::AsShardedDeviceArray(py::handle handle) { in AsShardedDeviceArray()
/aosp_15_r20/system/hardware/interfaces/net/netd/aidl/vts/
DVtsHalNetNetdV1TargetTest.cpp62 void checkAllReachable(net_handle_t handle) { in checkAllReachable()
74 void checkAllUnreachable(net_handle_t handle) { in checkAllUnreachable()
138 void expectAddRoute(int expectedStatus, net_handle_t handle, const char* iface, in expectAddRoute()
152 void expectRemoveRoute(int expectedStatus, net_handle_t handle, const char* iface, in expectRemoveRoute()
/aosp_15_r20/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Difaceeventhandler.cpp134 IfaceEventHandlerCommand::IfaceEventHandlerCommand(wifi_handle handle, int id, u32 subcmd) in IfaceEventHandlerCommand()
165 wifiEventHandler::wifiEventHandler(wifi_handle handle, int id, u32 subcmd) in wifiEventHandler()
191 WifihalGeneric::WifihalGeneric(wifi_handle handle, int id, u32 vendor_id, in WifihalGeneric()
744 wifi_error WifihalGeneric::wifiGetCapabilities(wifi_interface_handle handle) in wifiGetCapabilities()
/aosp_15_r20/system/hardware/interfaces/net/netd/1.1/vts/functional/
DVtsHalNetNetdV1_1TargetTest.cpp61 void checkAllReachable(net_handle_t handle) { in checkAllReachable()
73 void checkAllUnreachable(net_handle_t handle) { in checkAllUnreachable()
137 void expectAddRoute(INetd::StatusCode expectedStatus, net_handle_t handle, const char* iface, in expectAddRoute()
148 void expectRemoveRoute(INetd::StatusCode expectedStatus, net_handle_t handle, const char* iface, in expectRemoveRoute()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/test/
Dbta_gatt_test.cc38 uint16_t handle; member
44 void bta_gatt_read_complete_callback(uint16_t conn_id, tGATT_STATUS status, uint16_t handle, in bta_gatt_read_complete_callback()
58 uint16_t handle; member
65 void bta_gatt_write_complete_callback(uint16_t conn_id, tGATT_STATUS status, uint16_t handle, in bta_gatt_write_complete_callback()
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/imx/common/
Dimx_sip_handler.c49 void *handle, in imx_srtc_handler()
123 void *handle, in imx_otp_handler()
164 void *handle) in imx_src_handler()
244 void *handle) in imx_src_handler()
/aosp_15_r20/external/pigweed/pw_bluetooth_proxy/
H A Dproxy_host.cc67 const uint16_t handle = acl.header().handle().Read(); in CheckForActiveFragmenting() local
96 const uint16_t handle = acl.header().handle().Read(); in CheckForFragmentedStart() local
175 const uint16_t handle = acl->header().handle().Read(); in HandleAclFromController() local
330 const uint16_t handle = acl->header().handle().Read(); in HandleAclFromHost() local
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DSystemProperties.java124 private static native String native_get(long handle); in native_get()
126 private static native int native_get_int(long handle, int def); in native_get_int()
128 private static native long native_get_long(long handle, long def); in native_get_long()
130 private static native boolean native_get_boolean(long handle, boolean def); in native_get_boolean()
/aosp_15_r20/hardware/google/graphics/common/libion/
Dion_uapi.h44 int handle; member
48 int handle; member
53 int handle; member
60 int handle; member
/aosp_15_r20/external/rust/android-crates-io/crates/drm/src/control/
Dframebuffer.rs50 pub(crate) handle: Handle, field
66 pub fn handle(&self) -> Handle { in handle() method
99 pub(crate) handle: Handle, field
111 pub fn handle(&self) -> Handle { in handle() method
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/memory/
H A DImage.h57 VkSampler handle() const { in handle() function
140 VkImage handle; member
196 inline VkImage handle() const { in handle() function
267 VkImageMemoryBarrier handle; member
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_sync.c227 HANDLE handle, LPCWSTR name) in dzn_sync_import_win32_handle()
250 dzn_sync_export_win32_handle(struct vk_device *device, struct vk_sync *sync, HANDLE *handle) in dzn_sync_export_win32_handle()
291 HANDLE handle = (HANDLE)(intptr_t)fd; in dzn_sync_import_opaque_fd() local
302 HANDLE handle; in dzn_sync_export_opaque_fd() local
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_lock_unittest.cc82 base::PlatformThreadHandle handle; in TEST() local
146 base::PlatformThreadHandle handle; in TEST() local
197 base::PlatformThreadHandle handle; in TEST() local
237 base::PlatformThreadHandle handle; in TEST() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DCallbackInfo.java25 public int handle; field in CallbackInfo
39 Builder setHandle(int handle) { in setHandle()
54 private CallbackInfo(String address, int status, int handle, byte[] value) { in CallbackInfo()
/aosp_15_r20/external/arm-trusted-firmware/services/std_svc/trng/
H A Dtrng_main.c23 static uintptr_t trng_rnd32(uint32_t nbits, void *handle) in trng_rnd32()
59 static uintptr_t trng_rnd64(uint32_t nbits, void *handle) in trng_rnd64()
111 void *handle, u_register_t flags) in trng_smc_handler()
/aosp_15_r20/external/pigweed/pw_tokenizer/java/dev/pigweed/tokenizer/
H A Ddetokenizer.cc34 Detokenizer* HandleToPointer(jlong handle) { in HandleToPointer()
42 jlong handle = 0; in PointerToHandle() local
61 const jlong handle = in DETOKENIZER_METHOD() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/services/std_svc/trng/
Dtrng_main.c23 static uintptr_t trng_rnd32(uint32_t nbits, void *handle) in trng_rnd32()
59 static uintptr_t trng_rnd64(uint32_t nbits, void *handle) in trng_rnd64()
111 void *handle, u_register_t flags) in trng_smc_handler()
/aosp_15_r20/external/cronet/base/memory/
H A Dread_only_shared_memory_region.cc23 subtle::PlatformSharedMemoryRegion handle = in Create() local
49 subtle::PlatformSharedMemoryRegion handle) { in Deserialize()
96 subtle::PlatformSharedMemoryRegion handle) in ReadOnlySharedMemoryRegion()
/aosp_15_r20/external/capstone/arch/SystemZ/
H A DSystemZMapping.c139 const char *SystemZ_reg_name(csh handle, unsigned int reg) in SystemZ_reg_name()
206 const char *SystemZ_insn_name(csh handle, unsigned int id) in SystemZ_insn_name()
264 const char *SystemZ_group_name(csh handle, unsigned int id) in SystemZ_group_name()
/aosp_15_r20/external/selinux/libsemanage/src/
H A Dusers_extra_file.c23 static int user_extra_print(semanage_handle_t * handle, in user_extra_print()
41 static int user_extra_parse(semanage_handle_t * handle, in user_extra_parse()
108 int user_extra_file_dbase_init(semanage_handle_t * handle, in user_extra_file_dbase_init()
H A Dbooleans_file.c23 static int bool_print(semanage_handle_t * handle, in bool_print()
38 static int bool_parse(semanage_handle_t * handle, in bool_parse()
109 int bool_file_dbase_init(semanage_handle_t * handle, in bool_file_dbase_init()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/views/mdspan/mdspan/
H A Dctor.dh_map_acc.pass.cpp33 constexpr void test_mdspan_types(const H& handle, const M& map, const A& acc) { in test_mdspan_types()
57 constexpr void mixin_extents(const H& handle, const L& layout, const A& acc) { in mixin_extents()
68 constexpr void mixin_layout(const H& handle, const A& acc) { in mixin_layout()
/aosp_15_r20/external/libchrome/mojo/public/cpp/platform/
H A Dnamed_platform_channel_posix.cc64 PlatformHandle handle(base::ScopedFD(socket(AF_UNIX, SOCK_STREAM, 0))); in CreateUnixDomainSocket() local
106 PlatformHandle handle = CreateUnixDomainSocket(); in CreateServerEndpoint() local
138 PlatformHandle handle = CreateUnixDomainSocket(); in CreateClientEndpoint() local
/aosp_15_r20/external/OpenCSD/decoder/source/
H A Docsd_error_logger.cpp95 ocsd_hndl_err_log_t handle = m_error_sources.size(); in RegisterErrorSource() local
100 void ocsdDefaultErrorLogger::LogError(const ocsd_hndl_err_log_t handle, const ocsdError *Error) in LogError()
135 void ocsdDefaultErrorLogger::LogMessage(const ocsd_hndl_err_log_t handle, const ocsd_err_severity_t… in LogMessage()
/aosp_15_r20/external/iproute2/tc/
H A Df_fw.c43 static int fw_parse_opt(struct filter_util *qu, char *handle, int argc, char **argv, struct nlmsghd… in fw_parse_opt()
80 unsigned int handle; in fw_parse_opt() local
127 static int fw_print_opt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 handle) in fw_print_opt()

1...<<41424344454647484950>>...370