Searched defs:HANDLE (Results 1 - 19 of 19) sorted by relevance

/external/openssh/openbsd-compat/
H A Dbsd-cygwin_util.h38 typedef void *HANDLE; typedef
39 #define INVALID_HANDLE_VALUE ((HANDLE) -1)
45 extern HANDLE cygwin_logon_user (const struct passwd *, const char *);
46 extern void cygwin_set_impersonation_token (const HANDLE);
/external/lzma/CPP/Windows/
H A DHandle.h11 HANDLE _handle;
13 operator HANDLE() { return _handle; }
26 void Attach(HANDLE handle) { _handle = handle; }
27 HANDLE Detach()
29 HANDLE handle = _handle;
H A DThread.h25 operator HANDLE() { return thread; }
26 void Attach(HANDLE handle) { thread = handle; }
27 HANDLE Detach() { HANDLE h = thread; thread = NULL; return h; }
H A DFileFind.h77 HANDLE _handle;
144 HANDLE _handle;
146 operator HANDLE () { return _handle; }
151 HANDLE FindFirst(CFSTR pathName, bool watchSubtree, DWORD notifyFilter);
H A DSynchronization.h23 operator HANDLE() { return _object; }
133 operator HANDLE() { return _object; }
/external/ltp/testcases/kernel/io/disktest/
H A Ddefs.h95 typedef void * HANDLE; typedef
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
H A DWindows.h45 HANDLE handle;
48 AutoHandle(HANDLE h) : handle(h) {}
55 operator HANDLE() {
59 AutoHandle &operator=(HANDLE h) {
105 typedef ScopedHandle<HANDLE, uintptr_t(-1),
106 BOOL (WINAPI*)(HANDLE), ::FindClose>
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/
H A Dlist_ports_windows.py11 from ctypes.wintypes import HANDLE namespace
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dbindings_internal.h174 HANDLE = 1 << 5, member in class:mojo::internal::MojomTypeCategory
252 static const MojomTypeCategory category = MojomTypeCategory::HANDLE;
/external/python/cpython2/Modules/_multiprocessing/
H A Dmultiprocessing.h28 # define SEM_HANDLE HANDLE
40 # define HANDLE int macro
140 extern HANDLE sigint_event;
172 HANDLE handle;
/external/v8/src/
H A Dstring-stream.h75 FmtElm(Handle<Object> value) : FmtElm(HANDLE) { // NOLINT
84 enum Type { INT, DOUBLE, C_STR, LC_STR, OBJ, HANDLE, POINTER }; enumerator in enum:v8::internal::final::final::Type
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
H A Dos.h98 typedef void* HANDLE; typedef
/external/python/cpython2/Lib/ctypes/
H A Dwintypes.py58 # HANDLE types
59 HANDLE = c_void_p # in the header files: void * variable
61 HACCEL = HANDLE
62 HBITMAP = HANDLE
63 HBRUSH = HANDLE
64 HCOLORSPACE = HANDLE
65 HDC = HANDLE
66 HDESK = HANDLE
67 HDWP = HANDLE
68 HENHMETAFILE = HANDLE
[all...]
/external/skia/src/ports/
H A DSkOSFile_win.cpp43 HANDLE file = (HANDLE)_get_osfhandle(fileno);
70 SkAutoNullKernelHandle(const HANDLE handle) : fHandle(handle) { }
72 operator HANDLE() const { return fHandle; }
75 HANDLE fHandle;
84 HANDLE file = (HANDLE)_get_osfhandle(fileno);
130 HANDLE fileHandle = (HANDLE)_get_osfhandle(fileno);
159 HANDLE fHandl
[all...]
/external/chromium-trace/catapult/third_party/pyserial/serial/
H A Dwin32.py2 from ctypes.wintypes import HANDLE namespace
11 INVALID_HANDLE_VALUE = HANDLE(-1).value
40 CreateEventA.restype = HANDLE
45 CreateFileA.restype = HANDLE
46 CreateFileA.argtypes = [LPCSTR, DWORD, DWORD, LPSECURITY_ATTRIBUTES, DWORD, DWORD, HANDLE]
49 CreateEventW.restype = HANDLE
54 CreateFileW.restype = HANDLE
55 CreateFileW.argtypes = [LPCWSTR, DWORD, DWORD, LPSECURITY_ATTRIBUTES, DWORD, DWORD, HANDLE]
83 GetOverlappedResult.argtypes = [HANDLE, LPOVERLAPPED, LPDWORD, BOOL]
87 ResetEvent.argtypes = [HANDLE]
[all...]
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dmodule.py125 if self == HANDLE:
178 HANDLE = ReferenceKind('h') variable
205 HANDLE,
701 return kind.spec == HANDLE.spec or kind.spec == NULLABLE_HANDLE.spec
/external/python/cpython2/Lib/
H A Dplatform.py571 from ctypes.wintypes import DWORD, HANDLE namespace
602 actual_len = kernel32.GetModuleFileNameW(HANDLE(kernel32._handle),
/external/mesa3d/include/D3D9/
H A Dd3d9types.h85 typedef void *HANDLE; typedef
87 typedef HANDLE HWND;
88 typedef HANDLE HMONITOR;
89 typedef HANDLE HDC;
1311 HANDLE hChannel;
1317 HANDLE DXVA2DecodeHandle;
1318 HANDLE CryptoSessionHandle;
1319 HANDLE DeviceHandle;
1347 HANDLE ProcessHandle;
1359 HANDLE hChanne
[all...]
/external/jacoco/
H A Dasm-debug-all-5.0.1.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class AnnotationVisitor ...

Completed in 616 milliseconds