HomeSort by relevance Sort by last modified time
    Searched defs:HANDLE (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/lzma/CPP/Windows/
Handle.h 1 // Windows/Handle.h
11 HANDLE _handle;
13 operator HANDLE() { return _handle; }
26 void Attach(HANDLE handle) { _handle = handle; }
27 HANDLE Detach()
29 HANDLE handle = _handle; local
31 return handle;
    [all...]
Thread.h 25 operator HANDLE() { return thread; }
26 void Attach(HANDLE handle) { thread = handle; }
27 HANDLE Detach() { HANDLE h = thread; thread = NULL; return h; }
Synchronization.h 11 #include "Handle.h"
23 operator HANDLE() { return _object; }
133 operator HANDLE() { return _object; }
FileFind.h 77 HANDLE _handle;
144 HANDLE _handle;
146 operator HANDLE () { return _handle; }
151 HANDLE FindFirst(CFSTR pathName, bool watchSubtree, DWORD notifyFilter);
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
mlos.h 22 typedef pthread_mutex_t* HANDLE;
53 inv_error_t inv_create_mutex(HANDLE *mutex);
54 inv_error_t inv_lock_mutex(HANDLE mutex);
55 inv_error_t inv_unlock_mutex(HANDLE mutex);
59 inv_error_t inv_destroy_mutex(HANDLE handle);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
mlos.h 22 typedef pthread_mutex_t* HANDLE;
53 inv_error_t inv_create_mutex(HANDLE *mutex);
54 inv_error_t inv_lock_mutex(HANDLE mutex);
55 inv_error_t inv_unlock_mutex(HANDLE mutex);
59 inv_error_t inv_destroy_mutex(HANDLE handle);
  /external/ltp/testcases/kernel/io/disktest/
defs.h 95 typedef void * HANDLE;
  /external/python/cpython3/Modules/_multiprocessing/
multiprocessing.h 22 # define SEM_HANDLE HANDLE
30 # define HANDLE int
  /external/swiftshader/third_party/LLVM/lib/Support/Windows/
Windows.h 45 HANDLE handle; member in class:AutoHandle
48 AutoHandle(HANDLE h) : handle(h) {}
51 if (handle)
52 CloseHandle(handle);
55 operator HANDLE() {
56 return handle;
59 AutoHandle &operator=(HANDLE h) {
60 handle = h
    [all...]
  /frameworks/av/drm/drmserver/
PlugInManager.h 37 * The DrmManager uses this class to handle the plugins.
43 typedef void* HANDLE;
51 HANDLE hHandle;
  /external/libmojo/mojo/public/cpp/bindings/lib/
bindings_internal.h 44 // which is the "decoded" invalid handle.
140 Handle_Data handle; member in struct:mojo::internal::Interface_Data
157 AssociatedEndpointHandle_Data handle; member in struct:mojo::internal::AssociatedInterface_Data
194 HANDLE = 1 << 5,
272 static const MojomTypeCategory category = MojomTypeCategory::HANDLE;
  /external/python/cpython2/Modules/_multiprocessing/
multiprocessing.h 28 # define SEM_HANDLE HANDLE
40 # define HANDLE int
140 extern HANDLE sigint_event;
172 HANDLE handle; member in struct:__anon32727
  /external/skia/src/ports/
SkOSFile_win.cpp 44 HANDLE file = (HANDLE)_get_osfhandle(fileno);
71 SkAutoNullKernelHandle(const HANDLE handle) : fHandle(handle) { }
73 operator HANDLE() const { return fHandle; }
76 HANDLE fHandle;
85 HANDLE file = (HANDLE)_get_osfhandle(fileno);
131 HANDLE fileHandle = (HANDLE)_get_osfhandle(fileno)
    [all...]
  /external/skqp/src/ports/
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)
    [all...]
  /external/v8/src/
string-stream.h 75 FmtElm(Handle<Object> value) : FmtElm(HANDLE) { // NOLINT
84 enum Type { INT, DOUBLE, C_STR, LC_STR, OBJ, HANDLE, POINTER };
137 Handle<String> ToString(Isolate* isolate);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
os.h 98 typedef void* HANDLE;
  /external/python/cpython2/Lib/ctypes/
wintypes.py 58 # HANDLE types
59 HANDLE = c_void_p # in the header files: void *
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...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
wintypes.py 62 # HANDLE types
63 HANDLE = c_void_p # in the header files: void *
65 HACCEL = HANDLE
66 HBITMAP = HANDLE
67 HBRUSH = HANDLE
68 HCOLORSPACE = HANDLE
69 HDC = HANDLE
70 HDESK = HANDLE
71 HDWP = HANDLE
72 HENHMETAFILE = HANDLE
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
wintypes.py 62 # HANDLE types
63 HANDLE = c_void_p # in the header files: void *
65 HACCEL = HANDLE
66 HBITMAP = HANDLE
67 HBRUSH = HANDLE
68 HCOLORSPACE = HANDLE
69 HDC = HANDLE
70 HDESK = HANDLE
71 HDWP = HANDLE
72 HENHMETAFILE = HANDLE
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 62 # HANDLE types
63 HANDLE = c_void_p # in the header files: void *
65 HACCEL = HANDLE
66 HBITMAP = HANDLE
67 HBRUSH = HANDLE
68 HCOLORSPACE = HANDLE
69 HDC = HANDLE
70 HDESK = HANDLE
71 HDWP = HANDLE
72 HENHMETAFILE = HANDLE
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 62 # HANDLE types
63 HANDLE = c_void_p # in the header files: void *
65 HACCEL = HANDLE
66 HBITMAP = HANDLE
67 HBRUSH = HANDLE
68 HCOLORSPACE = HANDLE
69 HDC = HANDLE
70 HDESK = HANDLE
71 HDWP = HANDLE
72 HENHMETAFILE = HANDLE
    [all...]
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
module.py 39 # handle them here.
101 """ReferenceKind represents pointer and handle types.
103 A type is nullable if null (for pointer types) or invalid handle (for handle
125 if self == HANDLE:
178 HANDLE = ReferenceKind('h')
205 HANDLE,
714 return kind.spec == HANDLE.spec or kind.spec == NULLABLE_HANDLE.spec
  /external/python/cpython3/Lib/ctypes/
wintypes.py 59 # HANDLE types
60 HANDLE = ctypes.c_void_p # in the header files: void *
62 HACCEL = HANDLE
63 HBITMAP = HANDLE
64 HBRUSH = HANDLE
65 HCOLORSPACE = HANDLE
66 HDC = HANDLE
67 HDESK = HANDLE
68 HDWP = HANDLE
69 HENHMETAFILE = HANDLE
    [all...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/
ClassWriter.java 196 static final int HANDLE = 15;
990 } else if (cst instanceof Handle) {
991 Handle h = (Handle) cst;
    [all...]
  /external/scapy/scapy/modules/
winpcapy.py 523 HANDLE = c_void_p
660 #HANDLE pcap_getevent (pcap_t *p)
661 # Return the handle of the event associated with the interface p.
663 pcap_getevent.restype = HANDLE

Completed in 903 milliseconds

1 2 3