Searched defs:_handle (Results 1 – 10 of 10) sorted by relevance
/external/capstone/bindings/ocaml/ |
D | ocaml.c | 735 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/ |
D | DynamicLibrary.hpp | 80 void *_handle; member in DynamicLibrary
|
/external/lzma/CPP/Windows/ |
D | FileFind.cpp | 168 _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
|
D | SecurityUtils.h | 15 HANDLE _handle; variable
|
D | FileFind.h | 144 HANDLE _handle; variable
|
D | FileIO.cpp | 69 _handle = ::CreateFileW(fs2us(path), desiredAccess, shareMode, in Create() local
|
/external/python/cpython3/Lib/ctypes/ |
D | __init__.py | 329 _handle = 0 variable in CDLL
|
/external/python/cpython2/Lib/ctypes/ |
D | __init__.py | 347 _handle = 0 variable in CDLL
|
/external/python/cpython3/Lib/multiprocessing/ |
D | connection.py | 115 _handle = None variable in _ConnectionBase
|
/external/tensorflow/tensorflow/python/eager/ |
D | context.py | 426 def _handle(self): member in Context
|