Home
last modified time | relevance | path

Searched defs:_handle (Results 1 – 22 of 22) sorted by relevance

/external/capstone/bindings/ocaml/
Docaml.c854 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()
/external/parameter-framework/upstream/utility/
DDynamicLibrary.hpp80 void *_handle; member in DynamicLibrary
/external/llvm-project/lld/include/lld/Core/
DInstrumentation.h48 __itt_string_handle *_handle; variable
/external/rust/crates/crossbeam-channel/src/
Dselect_macro.rs738 let _handle: &$crate::internal::SelectHandle = &$crate::never::<()>(); localVariable
/external/lzma/CPP/Windows/
DFileFind.cpp168 _handle = ::FindFirstFileW(fs2us(path), &fd); in FindFirst() local
282 _handle = g_FindFirstStreamW(fs2us(path), My_FindStreamInfoStandard, &sd, 0); in FindFirst() local
680 _handle = ::FindFirstChangeNotificationW(fs2us(path), BoolToBOOL(watchSubtree), notifyFilter); in FindFirst() local
DSecurityUtils.h15 HANDLE _handle; variable
DFileFind.h144 HANDLE _handle; variable
DFileIO.cpp69 _handle = ::CreateFileW(fs2us(path), desiredAccess, shareMode, in Create() local
/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
Dgralloc.rs371 let _handle = gralloc.allocate_memory(reqs).unwrap(); in create_render_target() localVariable
408 let _handle = gralloc.allocate_memory(reqs).unwrap(); in create_video_buffer() localVariable
/external/fastrpc/src/
Dremotectl_stub.c556 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()
Dadsp_listener_stub.c562 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()
Dadsp_perf_stub.c554 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()
Dadsp_current_process_stub.c556 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()
Dadsp_current_process1_stub.c474 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()
Dadspmsgd_adsp_stub.c553 static __inline int _stub_method(remote_handle _handle, uint32_t _mid, uint32_t _in0[1], uint32_t _… in _stub_method()
577 static __inline int _stub_method_1(remote_handle _handle, uint32_t _mid) { in _stub_method_1()
Dadsp_default_listener_stub.c503 static __inline int _stub_method(remote_handle _handle, uint32_t _mid) { in _stub_method()
Dadspmsgd_adsp1_stub.c471 static __inline int _stub_method(remote_handle64 _handle, uint32_t _mid) { in _stub_method()
/external/python/cpython3/Lib/ctypes/
D__init__.py337 _handle = 0 variable in CDLL
/external/python/cpython2/Lib/ctypes/
D__init__.py347 _handle = 0 variable in CDLL
/external/mtools/
Dfloppyd.c127 static io_buffer new_io_buffer (int _handle) { in new_io_buffer()
/external/python/cpython3/Lib/multiprocessing/
Dconnection.py120 _handle = None variable in _ConnectionBase
/external/tensorflow/tensorflow/python/eager/
Dcontext.py784 def _handle(self): member in Context