/external/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 28 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); 60 …HANDLE 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); 63 …HANDLE 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/ |
D | deSemaphoreWin32.c | 34 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()
|
D | deMutexWin32.c | 88 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()
|
D | deThreadWin32.c | 36 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/ |
D | xsWin32TestProcess.hpp | 67 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 …]
|
D | xsWin32TestProcess.cpp | 114 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/ |
D | crash_generation_client.h | 69 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_;
|
D | client_info.h | 65 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_;
|
D | crash_generation_client.cc | 114 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 …]
|
D | minidump_generator.h | 57 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/ |
D | driver_ndis.h | 14 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/ |
D | Handle.h | 11 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()
|
D | Thread.h | 25 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/ |
D | SkOSFile_win.cpp | 39 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/ |
D | exception_handler.h | 195 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/ |
D | ipc_protocol.h | 125 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/ |
D | bsd-cygwin_util.h | 40 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/ |
D | nt_io.c | 53 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/ |
D | platform-win32.cc | 848 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/ |
D | iowin32.c | 45 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/ |
D | Threads.h | 13 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/ |
D | texsurf-queries.ll | 28 ; 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/ |
D | fetch.c | 216 #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/ |
D | fcntl.c | 54 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/ |
D | subprocess.h | 86 HANDLE child_handle_; 90 HANDLE child_stdin_; 91 HANDLE child_stdout_;
|