Home
last modified time | relevance | path

Searched refs:HANDLE (Results 1 – 25 of 201) sorted by relevance

123456789

/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h28 HANDLE hFile;
47 …typedef BOOL (CALLBACK *PFIND_DEBUG_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerDat…
49 …typedef BOOL (CALLBACK *PFIND_EXE_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerData);
59 HANDLE IMAGEAPI FindDebugInfoFile(PSTR FileName,PSTR SymbolPath,PSTR DebugFilePath);
60HANDLE IMAGEAPI FindDebugInfoFileEx(PSTR FileName,PSTR SymbolPath,PSTR DebugFilePath,PFIND_DEBUG_F…
61 …BOOL IMAGEAPI SymFindFileInPath(HANDLE hprocess,LPSTR SearchPath,LPSTR FileName,PVOID id,DWORD two…
62 HANDLE IMAGEAPI FindExecutableImage(PSTR FileName,PSTR SymbolPath,PSTR ImageFilePath);
63HANDLE IMAGEAPI FindExecutableImageEx(PSTR FileName,PSTR SymbolPath,PSTR ImageFilePath,PFIND_EXE_F…
126 …PIMAGE_DEBUG_INFORMATION IMAGEAPI MapDebugInformation(HANDLE FileHandle,PSTR FileName,PSTR SymbolP…
133 …BOOL IMAGEAPI EnumDirTree(HANDLE hProcess,PSTR RootPath,PSTR InputPathName,PSTR OutputPathBuffer,P…
[all …]
/external/deqp/framework/delibs/dethread/win32/
DdeSemaphoreWin32.c34 DE_STATIC_ASSERT(sizeof(deSemaphore) >= sizeof(HANDLE));
38 HANDLE handle; in deSemaphore_create()
53 HANDLE handle = (HANDLE)semaphore; in deSemaphore_destroy()
59 HANDLE handle = (HANDLE)semaphore; in deSemaphore_increment()
67 HANDLE handle = (HANDLE)semaphore; in deSemaphore_decrement()
75 HANDLE handle = (HANDLE)semaphore; in deSemaphore_tryDecrement()
DdeMutexWin32.c88 DE_STATIC_ASSERT(sizeof(deMutex) >= sizeof(HANDLE));
92 HANDLE handle = DE_NULL; in deMutex_create()
103 HANDLE handle = (HANDLE)mutex; in deMutex_destroy()
109 HANDLE handle = (HANDLE)mutex; in deMutex_lock()
116 HANDLE handle = (HANDLE)mutex; in deMutex_unlock()
123 HANDLE handle = (HANDLE)mutex; in deMutex_tryLock()
DdeThreadWin32.c36 DE_STATIC_ASSERT(sizeof(deThread) >= sizeof(HANDLE));
74 HANDLE thread = 0; in deThread_create()
97 HANDLE handle = (HANDLE)thread; in deThread_join()
105 HANDLE handle = (HANDLE)thread; in deThread_destroy()
/external/deqp/execserver/
DxsWin32TestProcess.hpp67 HANDLE getHandle (void) const { return m_handle; } in getHandle()
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; } in getStdIn()
149 HANDLE getStdOut (void) const { return m_standardOut; } in getStdOut()
150 HANDLE getStdErr (void) const { return m_standardErr; } in getStdErr()
[all …]
DxsWin32TestProcess.cpp114 void CaseListWriter::start (const char* caseList, HANDLE dst) in start()
132 HANDLE waitHandles[] = { ioEvent.getHandle(), m_cancelEvent.getHandle() }; in run()
213 void FileReader::start (HANDLE file) in start()
227 HANDLE waitHandles[] = { ioEvent.getHandle(), m_cancelEvent.getHandle() }; in run()
447 static void createPipeWithOverlappedIO (HANDLE* readHandleOut, HANDLE* writeHandleOut, deUint32 rea… in createPipeWithOverlappedIO()
451 HANDLE readHandle; in createPipeWithOverlappedIO()
452 HANDLE writeHandle; in createPipeWithOverlappedIO()
495 HANDLE stdInRead = INVALID_HANDLE_VALUE; in start()
496 HANDLE stdInWrite = INVALID_HANDLE_VALUE; in start()
497 HANDLE stdOutRead = INVALID_HANDLE_VALUE; in start()
[all …]
/external/google-breakpad/src/client/windows/crash_generation/
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_;
Dclient_info.h65 HANDLE process_handle() const { return process_handle_; } in process_handle()
66 HANDLE dump_requested_handle() const { return dump_requested_handle_; } in dump_requested_handle()
67 HANDLE dump_generated_handle() const { return dump_generated_handle_; } in dump_generated_handle()
73 void set_dump_request_wait_handle(HANDLE value) { in set_dump_request_wait_handle()
77 void set_process_exit_wait_handle(HANDLE value) { in set_process_exit_wait_handle()
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_;
Dcrash_generation_client.cc114 HANDLE pipe_handle, in CrashGenerationClient()
185 HANDLE pipe = ConnectToServer(); in Register()
196 HANDLE pipe = ConnectToServer(); in RequestUpload()
212 HANDLE CrashGenerationClient::ConnectToServer() { in ConnectToServer()
213 HANDLE pipe = ConnectToPipe(pipe_name_.c_str(), in ConnectToServer()
229 bool CrashGenerationClient::RegisterClient(HANDLE pipe) { in RegisterClient()
273 HANDLE CrashGenerationClient::ConnectToPipe(const wchar_t* pipe_name, in ConnectToPipe()
277 HANDLE t = pipe_handle_; in ConnectToPipe()
283 HANDLE pipe = CreateFile(pipe_name, in ConnectToPipe()
364 HANDLE wait_handles[kWaitEventCount] = {crash_generated_, server_alive_}; in SignalCrashEventAndWait()
[all …]
Dminidump_generator.h57 const HANDLE process_handle,
68 void SetDumpFile(const HANDLE dump_file) { dump_file_ = dump_file; } in SetDumpFile()
69 void SetFullDumpFile(const HANDLE full_dump_file) { in SetFullDumpFile()
102 HANDLE hProcess,
104 HANDLE hFile,
143 HANDLE process_handle_;
172 HANDLE dump_file_;
175 HANDLE full_dump_file_;
/external/wpa_supplicant_8/src/drivers/
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/lzma/CPP/Windows/
DHandle.h11 HANDLE _handle;
13 operator HANDLE() { return _handle; } in HANDLE() function
26 void Attach(HANDLE handle) { _handle = handle; } in Attach()
27 HANDLE Detach() in Detach()
29 HANDLE handle = _handle; in Detach()
DThread.h25 operator HANDLE() { return thread; } in HANDLE() function
26 void Attach(HANDLE handle) { thread = handle; } in Attach()
27 HANDLE Detach() { HANDLE h = thread; thread = NULL; return h; } in Detach()
/external/skia/src/ports/
DSkOSFile_win.cpp39 HANDLE file = (HANDLE)_get_osfhandle(fileno); in sk_ino()
66 SkAutoNullKernelHandle(const HANDLE handle) : fHandle(handle) { } in SkAutoNullKernelHandle()
68 operator HANDLE() const { return fHandle; } in operator HANDLE()
71 HANDLE fHandle;
80 HANDLE file = (HANDLE)_get_osfhandle(fileno); in sk_fdmmap()
128 HANDLE fHandle;
195 static bool get_the_file(HANDLE handle, SkString* name, WIN32_FIND_DATAW* dataPtr, bool getDir) { in get_the_file()
239 if (self.fHandle != 0 && self.fHandle != (HANDLE)~0) { in next()
243 return self.fHandle != (HANDLE)~0 && get_the_file(self.fHandle, name, dataPtr, getDir); in next()
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.h195 HANDLE pipe_handle,
248 static bool WriteMinidumpForChild(HANDLE child,
294 HANDLE pipe_handle,
301 HANDLE hProcess,
303 HANDLE hFile,
376 HANDLE process,
440 HANDLE handler_thread_;
457 HANDLE handler_start_semaphore_;
458 HANDLE handler_finish_semaphore_;
/external/google-breakpad/src/client/windows/common/
Dipc_protocol.h125 HANDLE arg_dump_request_handle, in ProtocolMessage()
126 HANDLE arg_dump_generated_handle, in ProtocolMessage()
127 HANDLE arg_server_alive) in ProtocolMessage()
164 HANDLE dump_request_handle;
167 HANDLE dump_generated_handle;
171 HANDLE server_alive_handle;
/external/openssh/openbsd-compat/
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/e2fsprogs/lib/ext2fs/
Dnt_io.c53 IN HANDLE Handle
73 IN HANDLE FileHandle,
82 IN HANDLE FileHandle,
83 IN HANDLE Event OPTIONAL,
97 IN HANDLE FileHandle,
98 IN HANDLE Event OPTIONAL,
112 IN HANDLE FileHandle,
113 IN HANDLE Event OPTIONAL,
128 IN HANDLE FileHandle,
129 IN HANDLE Event OPTIONAL,
[all …]
/external/v8/src/base/platform/
Dplatform-win32.cc848 Win32MemoryMappedFile(HANDLE file, in Win32MemoryMappedFile()
849 HANDLE file_mapping, in Win32MemoryMappedFile()
860 HANDLE file_;
861 HANDLE file_mapping_;
869 HANDLE file = CreateFileA(name, GENERIC_READ | GENERIC_WRITE, in open()
876 HANDLE file_mapping = CreateFileMapping(file, NULL, in open()
889 HANDLE file = CreateFileA(name, GENERIC_READ | GENERIC_WRITE, in create()
893 HANDLE file_mapping = CreateFileMapping(file, NULL, in create()
955 typedef BOOL (__stdcall *DLL_FUNC_TYPE(SymInitialize))(IN HANDLE hProcess,
961 IN HANDLE hProcess,
[all …]
/external/zlib/src/contrib/minizip/
Diowin32.c45 HANDLE hf;
76 static voidpf win32_build_iowin(HANDLE hFile) in win32_build_iowin()
99 HANDLE hFile = NULL; in win32_open64_file_func()
128 HANDLE hFile = NULL; in win32_open64_file_funcA()
152 HANDLE hFile = NULL; in win32_open64_file_funcW()
172 HANDLE hFile = NULL; in win32_open_file_func()
200 HANDLE hFile = NULL; in win32_read_file_func()
222 HANDLE hFile = NULL; in win32_write_file_func()
240 static BOOL MySetFilePointerEx(HANDLE hFile, LARGE_INTEGER pos, LARGE_INTEGER *newPos, DWORD dwMov… in MySetFilePointerEx()
263 HANDLE hFile = NULL; in win32_tell_file_func()
[all …]
/external/lzma/C/
DThreads.h13 WRes HandlePtr_Close(HANDLE *h);
14 WRes Handle_WaitObject(HANDLE h);
16 typedef HANDLE CThread;
27 typedef HANDLE CEvent;
41 typedef HANDLE CSemaphore;
/external/llvm/test/CodeGen/NVPTX/
Dtexsurf-queries.ll28 ; SM30: mov.u64 %rd[[HANDLE:[0-9]+]], tex0
31 ; SM30: txq.width.b32 %r{{[0-9]+}}, [%rd[[HANDLE:[0-9]+]]]
49 ; SM30: mov.u64 %rd[[HANDLE:[0-9]+]], tex0
52 ; SM30: txq.height.b32 %r{{[0-9]+}}, [%rd[[HANDLE:[0-9]+]]]
70 ; SM30: mov.u64 %rd[[HANDLE:[0-9]+]], surf0
73 ; SM30: suq.width.b32 %r{{[0-9]+}}, [%rd[[HANDLE:[0-9]+]]]
91 ; SM30: mov.u64 %rd[[HANDLE:[0-9]+]], surf0
94 ; SM30: suq.height.b32 %r{{[0-9]+}}, [%rd[[HANDLE:[0-9]+]]]
/external/ltrace/sysdeps/linux-gnu/x86/
Dfetch.c216 #define HANDLE(NUM, WHICH) \ in allocate_integer() macro
226 HANDLE(0, rdi); in allocate_integer()
227 HANDLE(1, rsi); in allocate_integer()
228 HANDLE(2, rdx); in allocate_integer()
229 HANDLE(3, rcx); in allocate_integer()
230 HANDLE(4, r8); in allocate_integer()
231 HANDLE(5, r9); in allocate_integer()
244 HANDLE(0, rdi); in allocate_integer()
245 HANDLE(1, rsi); in allocate_integer()
246 HANDLE(2, rdx); in allocate_integer()
[all …]
/external/bison/lib/
Dfcntl.c54 HANDLE curr_process = GetCurrentProcess (); in dupfd()
55 HANDLE old_handle = (HANDLE) _get_osfhandle (oldfd); in dupfd()
80 HANDLE new_handle; in dupfd()
273 HANDLE handle = (HANDLE) _get_osfhandle (fd); in rpl_fcntl()
/external/protobuf/src/google/protobuf/compiler/
Dsubprocess.h86 HANDLE child_handle_;
90 HANDLE child_stdin_;
91 HANDLE child_stdout_;

123456789