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

1 2

  /external/openssh/openbsd-compat/
bsd-cygwin_util.h 40 typedef void *HANDLE;
41 #define INVALID_HANDLE_VALUE ((HANDLE) -1)
47 extern HANDLE cygwin_logon_user (const struct passwd *, const char *);
48 extern void cygwin_set_impersonation_token (const HANDLE);
  /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;
141 HANDLE _handle;
143 operator HANDLE () { return _handle; }
148 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/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/libdrmframework/include/
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 48 // which is the "decoded" invalid handle.
125 Handle_Data handle; member in struct:mojo::internal::Interface_Data
174 HANDLE = 1 << 5,
252 static const MojomTypeCategory category = MojomTypeCategory::HANDLE;
  /external/skia/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 77 FmtElm(Handle<Object> value) : type_(HANDLE) { // NOLINT
86 enum Type { INT, DOUBLE, C_STR, LC_STR, OBJ, HANDLE, POINTER };
138 Handle<String> ToString(Isolate* isolate);
  /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,
430 # values. However, what happens if the struct has a handle in it? Or
701 return kind.spec == HANDLE.spec or kind.spec == NULLABLE_HANDLE.spec
774 # Please note that interface is not considered as handle kind, since it is a
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntdef.h 308 /* Handle Type */
310 typedef void *HANDLE;
313 typedef PVOID HANDLE;
314 #define DECLARE_HANDLE(n) typedef HANDLE n
316 typedef HANDLE *PHANDLE;
554 HANDLE RootDirectory;
winnt.h 398 typedef void *HANDLE;
401 typedef PVOID HANDLE;
402 #define DECLARE_HANDLE(name) typedef HANDLE name
405 typedef HANDLE *PHANDLE;
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/misc/common/jacoco/lib/
jacocoagent.jar 
  /prebuilts/tools/common/m2/repository/net/orfjackal/retrolambda/retrolambda/2.0.6/
retrolambda-2.0.6.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /tools/tradefederation/core/res/jacoco/
jacocoagent.jar 

Completed in 1132 milliseconds

1 2