/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/ |
H A D | sharded_device_array.cc | 106 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/ |
D | VtsHalNetNetdV1TargetTest.cpp | 62 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/ |
D | ifaceeventhandler.cpp | 134 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/ |
D | VtsHalNetNetdV1_1TargetTest.cpp | 61 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/ |
D | bta_gatt_test.cc | 38 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/ |
D | imx_sip_handler.c | 49 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 D | proxy_host.cc | 67 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 D | SystemProperties.java | 124 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/ |
D | ion_uapi.h | 44 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/ |
D | framebuffer.rs | 50 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 D | Image.h | 57 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 D | dzn_sync.c | 227 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 D | partition_lock_unittest.cc | 82 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/ |
D | CallbackInfo.java | 25 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 D | trng_main.c | 23 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 D | detokenizer.cc | 34 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/ |
D | trng_main.c | 23 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 D | read_only_shared_memory_region.cc | 23 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 D | SystemZMapping.c | 139 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 D | users_extra_file.c | 23 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 D | booleans_file.c | 23 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 D | ctor.dh_map_acc.pass.cpp | 33 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 D | named_platform_channel_posix.cc | 64 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 D | ocsd_error_logger.cpp | 95 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 D | f_fw.c | 43 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()
|