Home
last modified time | relevance | path

Searched defs:get_handle (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/test/
Dlimit_fd.cpp41 …const auto get_handle = [](FILE * f) {return reinterpret_cast<bt::nati… in __anon77d911da0102() variable
44 const auto get_handle = [](FILE * f) {return fileno(f);}; in __anon77d911da0302() variable
165 const auto get_handle = [](FILE * f){return std::to_string(_get_osfhandle(_fileno(f)));}; in __anon77d911da0702() variable
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/src/
Dffi.rs32 get_handle: unsafe extern "C" fn(user: *mut (), address: *const [u8; 6]) -> u16, field
51 pub(crate) fn get_handle(&self, addr: hci::Address) -> u16 { in get_handle() method
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dbfc_allocator.h329 ChunkHandle get_handle(const void* p) const { in get_handle() function
417 ChunkHandle get_handle(const void* p) const { in get_handle() function
/aosp_15_r20/external/cronet/ipc/
H A Dhandle_win.h35 HANDLE get_handle() const { return handle_; } in get_handle() function
/aosp_15_r20/external/rust/android-crates-io/crates/shared_child/src/sys/
Dwindows.rs15 pub fn get_handle(child: &Child) -> Handle { in get_handle() function
Dunix.rs8 pub fn get_handle(child: &Child) -> Handle { in get_handle() function
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/include/
Drootcanal_rs.h29 uint16_t (*get_handle)(void* user, const uint8_t (*address)[6]); member
/aosp_15_r20/external/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.cc98 Handle get_handle() { return Handle(this); } in get_handle() function
/aosp_15_r20/external/rust/android-crates-io/crates/rusb/src/
Dhotplug.rs41 fn get_handle(&self) -> libusb_hotplug_callback_handle { in get_handle() method
/aosp_15_r20/external/rust/crates/rusb/src/
Dhotplug.rs41 fn get_handle(&self) -> libusb_hotplug_callback_handle { in get_handle() method
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cc83 StackDepotHandle get_handle() { return StackDepotHandle(this); } in get_handle() function
/aosp_15_r20/external/rust/android-crates-io/crates/shared_child/src/
Dlib.rs123 fn get_handle(&self) -> sys::Handle { in get_handle() method
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/
Dtc.rs151 pub fn get_handle(&self) -> u32 { in get_handle() method
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/
H A Dnnapi_delegate_kernel.h123 ANeuralNetworksMemory* get_handle() { return nn_memory_handle_; } in get_handle() function
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dload.py118 def get_handle(x): function
H A Dload_test.py1861 def get_handle(): function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dstdio.rs71 pub fn get_handle(handle_id: c::DWORD) -> io::Result<c::HANDLE> { in get_handle() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dstdio.rs71 pub fn get_handle(handle_id: c::DWORD) -> io::Result<c::HANDLE> { in get_handle() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dstdio.rs71 pub fn get_handle(handle_id: u32) -> io::Result<c::HANDLE> { in get_handle() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dstdio.rs71 pub fn get_handle(handle_id: u32) -> io::Result<c::HANDLE> { in get_handle() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dstdio.rs71 pub fn get_handle(handle_id: u32) -> io::Result<c::HANDLE> { in get_handle() function
/aosp_15_r20/bionic/linker/
H A Dlinker_soinfo.cpp823 uintptr_t soinfo::get_handle() const { in get_handle() function in soinfo
/aosp_15_r20/external/selinux/python/semanage/
H A Dseobject.py271 def get_handle(self, store): member in semanageRecords
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dshaderapi.c639 get_handle(struct gl_context *ctx, GLenum pname) in get_handle() function