Searched refs:HANDLE (Results 1 - 25 of 315) sorted by relevance

1234567891011>>

/external/libchrome/sandbox/win/sandbox_poc/pocdll/
H A Dexports.h20 void POCDLL_API TestFileSystem(HANDLE log);
25 void POCDLL_API TestGetHandle(HANDLE log);
31 void POCDLL_API TestThreadBombing(HANDLE log);
39 void POCDLL_API TestTakeAllCpu(HANDLE log);
45 void POCDLL_API TestUseAllMemory(HANDLE log);
51 void POCDLL_API TestCreateObjects(HANDLE log);
58 void POCDLL_API TestCloseHWND(HANDLE log);
62 void POCDLL_API TestNetworkListen(HANDLE log);
66 void POCDLL_API TestProcesses(HANDLE log);
70 void POCDLL_API TestThreads(HANDLE lo
[all...]
H A Dutils.h13 // Class to convert a HANDLE to a FILE *. The FILE * is closed when the
29 // Translates a HANDLE (handle) to a FILE * opened with the mode "mode".
31 FILE* Translate(HANDLE handle, const char *mode) {
36 HANDLE new_handle;
/external/openssh/openbsd-compat/
H A Dbsd-cygwin_util.h40 typedef void *HANDLE; typedef
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/
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; }
/external/webrtc/webrtc/test/channel_transport/
H A Dtraffic_control_win.h30 void MyClNotifyHandler(HANDLE ClRegCtx, HANDLE ClIfcCtx, ULONG Event,
31 HANDLE SubCode, ULONG BufSize, PVOID Buffer);
34 typedef ULONG (WINAPI *registerFn)(ULONG, HANDLE, PTCI_CLIENT_FUNC_LIST,
36 typedef ULONG (WINAPI *deregisterFn)(HANDLE);
37 typedef ULONG (WINAPI *enumerateFn)(HANDLE, PULONG, PTC_IFC_DESCRIPTOR);
38 typedef ULONG (WINAPI *openInterfaceFn)(LPWSTR, HANDLE, HANDLE, PHANDLE);
39 typedef ULONG (WINAPI *closeInterfaceFn)(HANDLE);
40 typedef ULONG (WINAPI *flowAddFn)(HANDLE, HANDL
[all...]
/external/deqp/framework/delibs/dethread/win32/
H A DdeSemaphoreWin32.c34 DE_STATIC_ASSERT(sizeof(deSemaphore) >= sizeof(HANDLE));
38 HANDLE handle;
53 HANDLE handle = (HANDLE)semaphore;
59 HANDLE handle = (HANDLE)semaphore;
67 HANDLE handle = (HANDLE)semaphore;
75 HANDLE handle = (HANDLE)semaphor
[all...]
H A DdeMutexWin32.c88 DE_STATIC_ASSERT(sizeof(deMutex) >= sizeof(HANDLE));
92 HANDLE handle = DE_NULL;
103 HANDLE handle = (HANDLE)mutex;
109 HANDLE handle = (HANDLE)mutex;
116 HANDLE handle = (HANDLE)mutex;
123 HANDLE handle = (HANDLE)mute
[all...]
/external/google-breakpad/src/client/windows/crash_generation/
H A Dclient_info.h65 HANDLE process_handle() const { return process_handle_; }
66 HANDLE dump_requested_handle() const { return dump_requested_handle_; }
67 HANDLE dump_generated_handle() const { return dump_generated_handle_; }
73 void set_dump_request_wait_handle(HANDLE value) {
77 void set_process_exit_wait_handle(HANDLE value) {
147 HANDLE process_handle_;
150 HANDLE dump_requested_handle_;
153 HANDLE dump_generated_handle_;
156 HANDLE dump_request_wait_handle_;
159 HANDLE process_exit_wait_handle
[all...]
H A Dcrash_generation_client.h69 CrashGenerationClient(HANDLE pipe_handle,
108 static HANDLE DuplicatePipeToClientProcess(const wchar_t* pipe_name,
109 HANDLE hProcess);
115 HANDLE ConnectToServer();
121 bool RegisterClient(HANDLE pipe);
132 HANDLE ConnectToPipe(const wchar_t* pipe_name,
144 HANDLE pipe_handle_;
153 HANDLE crash_event_;
157 HANDLE crash_generated_;
161 HANDLE server_alive
[all...]
H A Dminidump_generator.h57 const HANDLE process_handle,
68 void SetDumpFile(const HANDLE dump_file) { dump_file_ = dump_file; }
69 void SetFullDumpFile(const HANDLE full_dump_file) {
102 HANDLE hProcess,
104 HANDLE hFile,
143 HANDLE process_handle_;
172 HANDLE dump_file_;
175 HANDLE full_dump_file_;
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_ndis.h14 struct ndis_events_data * ndis_events_init(HANDLE *read_pipe, HANDLE *event,
31 HANDLE event_queue; /* NDISUIO notifier MsgQueue */
32 HANDLE connected_event; /* WpaSupplicantConnected event */
36 HANDLE ndisuio;
54 HANDLE events_pipe, event_avail;
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_ndis.h14 struct ndis_events_data * ndis_events_init(HANDLE *read_pipe, HANDLE *event,
31 HANDLE event_queue; /* NDISUIO notifier MsgQueue */
32 HANDLE connected_event; /* WpaSupplicantConnected event */
36 HANDLE ndisuio;
54 HANDLE events_pipe, event_avail;
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_ndis.h14 struct ndis_events_data * ndis_events_init(HANDLE *read_pipe, HANDLE *event,
31 HANDLE event_queue; /* NDISUIO notifier MsgQueue */
32 HANDLE connected_event; /* WpaSupplicantConnected event */
36 HANDLE ndisuio;
54 HANDLE events_pipe, event_avail;
/external/jemalloc/test/include/test/
H A Dthd.h3 typedef HANDLE thd_t;
/external/v8/src/
H A Dv8dll-main.cc14 BOOL WINAPI DllMain(HANDLE hinstDLL,
/external/webrtc/webrtc/base/
H A Dwinping.h35 typedef HANDLE (WINAPI *PIcmpCreateFile)();
37 typedef BOOL (WINAPI *PIcmpCloseHandle)(HANDLE icmp_handle);
39 typedef HANDLE (WINAPI *PIcmp6CreateFile)();
41 typedef BOOL (WINAPI *PIcmp6CloseHandle)(HANDLE icmp_handle);
44 HANDLE IcmpHandle,
54 HANDLE IcmpHandle,
55 HANDLE Event,
87 HANDLE hping_;
88 HANDLE hping6_;
/external/compiler-rt/test/asan/TestCases/Windows/
H A Dbeginthreadex.cc15 HANDLE thr = (HANDLE)_beginthreadex(NULL, 0, thread_proc, NULL, 0, NULL);
/external/skia/src/utils/
H A DSkThreadUtils_win.h19 HANDLE fHandle;
20 HANDLE fCancelEvent;
/external/lzma/CPP/Windows/Control/
H A DStatic.h14 HANDLE SetImage(WPARAM imageType, HANDLE handle) { return (HANDLE)SendMessage(STM_SETIMAGE, imageType, (LPARAM)handle); }
15 HANDLE GetImage(WPARAM imageType) { return (HANDLE)SendMessage(STM_GETIMAGE, imageType, 0); }
/external/deqp/execserver/
H A DxsWin32TestProcess.hpp67 HANDLE getHandle (void) const { return m_handle; }
73 HANDLE m_handle;
82 void start (const char* caseList, HANDLE dst);
89 HANDLE m_dst;
99 void start (HANDLE file);
106 HANDLE m_handle;
125 HANDLE m_logFile;
148 HANDLE getStdIn (void) const { return m_standardIn; }
149 HANDLE getStdOut (void) const { return m_standardOut; }
150 HANDLE getStdEr
[all...]
/external/chromium-trace/catapult/telemetry/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/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.h86 HANDLE child_handle_;
90 HANDLE child_stdin_;
91 HANDLE child_stdout_;
/external/google-breakpad/src/client/windows/common/
H A Dipc_protocol.h125 HANDLE arg_dump_request_handle,
126 HANDLE arg_dump_generated_handle,
127 HANDLE arg_server_alive)
164 HANDLE dump_request_handle;
167 HANDLE dump_generated_handle;
171 HANDLE server_alive_handle;
/external/dbus/dbus/
H A Ddbus-sysdeps-thread-win.c50 #define hinst_t HANDLE
63 HANDLE event;
96 HANDLE handle;
104 HANDLE handle;
112 CloseHandle ((HANDLE *) mutex);
118 CloseHandle ((HANDLE *) mutex);
124 WaitForSingleObject ((HANDLE *) mutex, INFINITE);
130 WaitForSingleObject ((HANDLE *) mutex, INFINITE);
136 ReleaseMutex ((HANDLE *) mutex);
142 ReleaseMutex ((HANDLE *) mute
[all...]

Completed in 492 milliseconds

1234567891011>>