Home
last modified time | relevance | path

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

/external/capstone/bindings/ocaml/
Docaml.c735 CAMLprim value ocaml_cs_disasm_internal(value _arch, value _handle, value _code, value _addr, value… in ocaml_cs_disasm_internal()
862 CAMLprim value ocaml_option(value _handle, value _opt, value _value) in ocaml_option()
897 CAMLprim value ocaml_register_name(value _handle, value _reg) in ocaml_register_name()
908 CAMLprim value ocaml_instruction_name(value _handle, value _insn) in ocaml_instruction_name()
919 CAMLprim value ocaml_group_name(value _handle, value _insn) in ocaml_group_name()
936 CAMLprim value ocaml_close(value _handle) in ocaml_close()
/external/parameter-framework/upstream/utility/
DDynamicLibrary.hpp80 void *_handle; member in DynamicLibrary
/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/python/cpython3/Lib/ctypes/
D__init__.py329 _handle = 0 variable in CDLL
/external/python/cpython2/Lib/ctypes/
D__init__.py347 _handle = 0 variable in CDLL
/external/python/cpython3/Lib/multiprocessing/
Dconnection.py115 _handle = None variable in _ConnectionBase
/external/tensorflow/tensorflow/python/eager/
Dcontext.py426 def _handle(self): member in Context