/external/openssh/openbsd-compat/ |
H A D | bsd-cygwin_util.h | 38 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 D | Handle.h | 11 HANDLE _handle;
13 operator HANDLE() { return _handle; }
26 void Attach(HANDLE handle) { _handle = handle; }
27 HANDLE Detach()
29 HANDLE handle = _handle;
|
H A D | Thread.h | 25 operator HANDLE() { return thread; }
26 void Attach(HANDLE handle) { thread = handle; }
27 HANDLE Detach() { HANDLE h = thread; thread = NULL; return h; }
|
H A D | FileFind.h | 77 HANDLE _handle;
144 HANDLE _handle;
146 operator HANDLE () { return _handle; }
151 HANDLE FindFirst(CFSTR pathName, bool watchSubtree, DWORD notifyFilter);
|
H A D | Synchronization.h | 23 operator HANDLE() { return _object; }
133 operator HANDLE() { return _object; }
|
/external/ltp/testcases/kernel/io/disktest/ |
H A D | defs.h | 95 typedef void * HANDLE; typedef
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
H A D | Windows.h | 45 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 D | list_ports_windows.py | 11 from ctypes.wintypes import HANDLE namespace
|
/external/libmojo/mojo/public/cpp/bindings/lib/ |
H A D | bindings_internal.h | 174 HANDLE = 1 << 5, member in class:mojo::internal::MojomTypeCategory 252 static const MojomTypeCategory category = MojomTypeCategory::HANDLE;
|
/external/python/cpython2/Modules/_multiprocessing/ |
H A D | multiprocessing.h | 28 # define SEM_HANDLE HANDLE 40 # define HANDLE int macro 140 extern HANDLE sigint_event; 172 HANDLE handle;
|
/external/v8/src/ |
H A D | string-stream.h | 75 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 D | os.h | 98 typedef void* HANDLE; typedef
|
/external/python/cpython2/Lib/ctypes/ |
H A D | wintypes.py | 58 # 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 D | SkOSFile_win.cpp | 43 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 D | win32.py | 2 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 D | module.py | 125 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 D | platform.py | 571 from ctypes.wintypes import DWORD, HANDLE namespace 602 actual_len = kernel32.GetModuleFileNameW(HANDLE(kernel32._handle),
|
/external/mesa3d/include/D3D9/ |
H A D | d3d9types.h | 85 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 D | asm-debug-all-5.0.1.jar | META-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class AnnotationVisitor ... |