/aosp_15_r20/external/capstone/bindings/ocaml/ |
H A D | ocaml.c | 854 CAMLprim value ocaml_cs_disasm_internal(value _arch, value _handle, value _code, value _addr, value… in ocaml_cs_disasm_internal() 1023 CAMLprim value ocaml_option(value _handle, value _opt, value _value) in ocaml_option() 1058 CAMLprim value ocaml_register_name(value _handle, value _reg) in ocaml_register_name() 1069 CAMLprim value ocaml_instruction_name(value _handle, value _insn) in ocaml_instruction_name() 1080 CAMLprim value ocaml_group_name(value _handle, value _insn) in ocaml_group_name() 1097 CAMLprim value ocaml_close(value _handle) in ocaml_close()
|
/aosp_15_r20/external/OpenCL-ICD-Loader/loader/ |
H A D | icd.h | 205 #define KHR_ICD_VALIDATE_HANDLE_RETURN_ERROR(_handle, _error) \ argument 214 #define KHR_ICD_VALIDATE_HANDLE_RETURN_HANDLE(_handle, _error) \ argument
|
/aosp_15_r20/external/fastrpc/src/ |
H A D | adsp_listener_stub.c | 562 static __inline int _stub_method(remote_handle _handle, uint32_t _mid, uint32_t _in0[1], uint32_t _… in _stub_method() 665 static __inline int _stub_method_1(remote_handle _handle, uint32_t _mid, uint32_t _in0[1], void* _r… in _stub_method_1() 715 static __inline int _stub_method_2(remote_handle _handle, uint32_t _mid) { in _stub_method_2() 730 static __inline int _stub_method_3(remote_handle _handle, uint32_t _mid, uint32_t _in0[1], uint32_t… in _stub_method_3() 765 static __inline int _stub_method_4(remote_handle _handle, uint32_t _mid, uint32_t _in0[1], uint32_t… in _stub_method_4()
|
H A D | remotectl_stub.c | 556 static __inline int _stub_method(remote_handle _handle, uint32_t _mid, char* _in0[1], uint32_t _rou… in _stub_method() 589 static __inline int _stub_method_1(remote_handle _handle, uint32_t _mid, uint32_t _in0[1], char* _r… in _stub_method_1() 617 static __inline int _stub_method_2(remote_handle _handle, uint32_t _mid, uint32_t _in0[1], uint32_t… in _stub_method_2() 633 static __inline int _stub_method_3(remote_handle _handle, uint32_t _mid, uint32_t _in0[1], char* _i… in _stub_method_3()
|
H A D | adsp_perf_stub.c | 554 static __inline int _stub_method(remote_handle _handle, uint32_t _mid, uint32_t _in0[1]) { in _stub_method() 569 static __inline int _stub_method_1(remote_handle _handle, uint32_t _mid, char* _rout0[1], uint32_t … in _stub_method_1() 592 static __inline int _stub_method_2(remote_handle _handle, uint32_t _mid, char* _rout0[1], uint32_t … in _stub_method_2()
|
H A D | adsp_current_process1_stub.c | 474 static __inline int _stub_method(remote_handle64 _handle, uint32_t _mid) { in _stub_method() 517 static __inline int _stub_method_1(remote_handle64 _handle, uint32_t _mid, uint16_t _in0[1], void* … in _stub_method_1() 567 static __inline int _stub_method_2(remote_handle64 _handle, uint32_t _mid, uint32_t _rout0[1]) { in _stub_method_2()
|
H A D | adsp_current_process_stub.c | 556 static __inline int _stub_method(remote_handle _handle, uint32_t _mid) { in _stub_method() 599 static __inline int _stub_method_1(remote_handle _handle, uint32_t _mid, uint16_t _in0[1], void* _i… in _stub_method_1() 649 static __inline int _stub_method_2(remote_handle _handle, uint32_t _mid, uint32_t _rout0[1]) { in _stub_method_2()
|
/aosp_15_r20/external/lzma/CPP/Windows/ |
H A D | FileFind.cpp | 307 _handle = ::FindFirstFileW(fs2us(path), &fd); in FindFirst() local 435 _handle = MY_FindFirstStreamW(fs2us(path), My_FindStreamInfoStandard, &sd, 0); in FindFirst() local 958 _handle = ::FindFirstChangeNotificationW(fs2us(path), BoolToBOOL(watchSubtree), notifyFilter); in FindFirst() local
|
H A D | Net.h | 46 HANDLE _handle; variable
|
/aosp_15_r20/system/chre/host/msm/daemon/generated/ |
H A D | chre_slpi_stub.c | 539 static __inline int _stub_method(remote_handle _handle, uint32_t _mid) { in _stub_method() 562 static __inline int _stub_method_1(remote_handle _handle, uint32_t _mid, unsigned char* _rout0[1], … in _stub_method_1() 589 static __inline int _stub_method_2(remote_handle _handle, uint32_t _mid, const unsigned char* _in0[… in _stub_method_2()
|
/aosp_15_r20/external/pytorch/torch/csrc/ |
H A D | StorageSharing.cpp | 304 THPObjectPtr _handle(Py_None); in THPStorage_shareCuda() local 434 PyObject* _handle = PyTuple_GET_ITEM(args, 1); in THPStorage_newSharedCuda() local
|
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/ |
H A D | gralloc.rs | 419 let _handle = gralloc.allocate_memory(reqs).unwrap(); in create_render_target() localVariable 457 let _handle = gralloc.allocate_memory(reqs).unwrap(); in create_video_buffer() localVariable
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/ |
H A D | Tensor.h | 116 std::unique_ptr<ITensorHandle> _handle; /**< Tensor Handle */ variable
|
/aosp_15_r20/external/parameter-framework/upstream/utility/ |
H A D | DynamicLibrary.hpp | 80 void *_handle; member in DynamicLibrary
|
/aosp_15_r20/bionic/tests/ |
H A D | page_size_compat_helpers.h | 43 void* _handle = dlopen(lib.c_str(), RTLD_NODELETE); in OpenTestLibrary() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/gpio-cdev/examples/ |
D | driveoutput.rs | 33 let _handle = in do_main() localVariable
|
D | multioutput.rs | 41 let _handle = in do_main() localVariable
|
/aosp_15_r20/external/crosvm/base/src/sys/windows/ |
H A D | priority.rs | 94 let _handle = set_audio_thread_priority(); in test_mm_handle_is_dropped() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/src/ |
D | select_macro.rs | 688 let _handle: &dyn $crate::internal::SelectHandle = &$crate::never::<()>(); localVariable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/posix/ |
D | file_descriptor.hpp | 71 int _handle = -1; member
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/ |
H A D | process_unsupported.rs | 36 _handle: pid_t, field
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/ |
H A D | process_unsupported.rs | 36 _handle: pid_t, field
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/ |
H A D | process_unsupported.rs | 36 _handle: pid_t, field
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/ |
H A D | process_unsupported.rs | 36 _handle: pid_t, field
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/ |
H A D | process_unsupported.rs | 36 _handle: pid_t, field
|