/external/lzma/CPP/Windows/ |
FileFind.h | 84 HANDLE _handle;
137 HANDLE _handle;
139 operator HANDLE () { return _handle; }
144 HANDLE FindFirst(LPCTSTR pathName, bool watchSubtree, DWORD notifyFilter);
146 HANDLE FindFirst(LPCWSTR pathName, bool watchSubtree, DWORD notifyFilter);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_debug_symbol.c | 81 typedef BOOL (WINAPI *PFNSYMINITIALIZE)(HANDLE, LPSTR, BOOL); 85 BOOL WINAPI j_SymInitialize(HANDLE hProcess, PSTR UserSearchPath, BOOL fInvadeProcess) 109 typedef BOOL (WINAPI *PFNSYMGETSYMFROMADDR)(HANDLE, DWORD64, PDWORD64, PSYMBOL_INFO); 113 BOOL WINAPI j_SymFromAddr(HANDLE hProcess, DWORD64 Address, PDWORD64 Displacement, PSYMBOL_INFO Symbol) 127 HANDLE hProcess;
|
/external/qemu/target-i386/ |
hax-windows.c | 23 HANDLE hDevice; 66 HANDLE hDeviceVM; 100 HANDLE hDeviceVM; 139 HANDLE hDevice = hax->fd; //handle to hax module 169 HANDLE hDevice = hax->fd; //handle to hax module 384 HANDLE hDeviceVCPU = vcpu->fd; 403 HANDLE hDeviceVCPU; 436 HANDLE hDeviceVCPU [all...] |
/external/chromium_org/content/browser/geolocation/ |
wifi_data_provider_win.cc | 63 HANDLE hClientHandle, 69 HANDLE hClientHandle, 82 typedef DWORD (WINAPI* WlanCloseHandleFunction)(HANDLE hClientHandle, 97 // Takes ownership of the library handle. 102 int GetInterfaceDataWLAN(HANDLE wlan_handle, 109 // Handle to the wlanapi.dll library. 135 bool GetInterfaceDataNDIS(HANDLE adapter_handle, 149 HANDLE GetFileHandle(const base::string16& device_name); 151 int PerformQuery(HANDLE adapter_handle, 253 // Get the handle to the WLAN API [all...] |
/external/chromium_org/third_party/zlib/contrib/minizip/ |
iowin32.c | 38 HANDLE hf; 69 static voidpf win32_build_iowin(HANDLE hFile) 92 HANDLE hFile = NULL; 107 HANDLE hFile = NULL; 122 HANDLE hFile = NULL; 137 HANDLE hFile = NULL; 151 HANDLE hFile = NULL; 173 HANDLE hFile = NULL; 194 HANDLE hFile = NULL; 215 HANDLE hFile = NULL [all...] |
/external/chromium_org/sandbox/win/src/ |
handle_closer_test.cc | 18 // Returns a handle to a unique marker file that can be retrieved between runs. 19 HANDLE GetMarkerFile(const wchar_t *extension) { 46 HANDLE finish_event; 73 // Brute force the handle table to find what we're looking for. 76 const size_t kHandleOffset = sizeof(HANDLE); 77 HANDLE handle = NULL; local 85 reinterpret_cast<size_t&>(handle) += kHandleOffset; 86 if (GetHandleName(handle, &handle_name)) { 159 HANDLE wait_list[20] [all...] |
target_process.cc | 42 SANDBOX_INTERCEPT HANDLE g_shared_section; 67 TargetProcess::TargetProcess(HANDLE initial_token, HANDLE lockdown_token, 68 HANDLE job, ThreadProvider* thread_pool) 70 // the job_ handle. The Job handle is closed by BrokerServices and results 104 // ipc_server_ references our process handle, so make sure the former is shut 166 HANDLE temp_thread = process_info.thread_handle(); 249 // the handle to the shared section. The target on the first IPC must do 263 HANDLE target_shared_section [all...] |
crosscall_server.h | 77 virtual bool RegisterWait(const void* client, HANDLE waitable_object, 143 // process handle and the job object handle that contains the client process. 145 HANDLE process; 146 HANDLE job_object; 168 // one that could handle it. When an IPC arrives the IPC implementation will: 170 // returns NULL it means that it cannot handle this IPC but if it returns 171 // non-null, it must be the pointer to a dispatcher that can handle it. 177 // Called from the IPC implementation to handle a specific IPC message. 201 // on a derived class to handle a set of IPC messages. Return NULL if you [all...] |
sandbox_nt_util.h | 104 wchar_t** out_name, uint32* attributes, HANDLE* root); 109 // Returns true if the provided handle refers to the current process. 110 bool IsSameProcess(HANDLE process); 147 bool IsValidImageSection(HANDLE section, PVOID *base, PLARGE_INTEGER offset,
|
/external/chromium_org/sandbox/win/tools/finder/ |
ntundoc.h | 28 HANDLE RootDirectory; 168 USHORT Handle; 181 HANDLE, 190 HANDLE *, 240 HANDLE *, 248 HANDLE, 261 HANDLE Handle, 267 typedef NTSTATUS (WINAPI* NTCLOSE) (HANDLE);
|
/external/chromium_org/third_party/lcov/bin/ |
genpng | 130 # genpng_print_usage(handle) 137 local *HANDLE = $_[0]; 139 print(HANDLE <<END_OF_USAGE) 182 local *HANDLE; 185 open(HANDLE, "<", $filename) 192 while (<HANDLE>) 214 while (<HANDLE>) { push(@source, ":$_"); } 216 close(HANDLE); 262 local *PNG_HANDLE; # Handle for output PNG file 264 # Handle empty source file [all...] |
geninfo | 555 # print_usage(handle) 562 local *HANDLE = $_[0]; 564 print(HANDLE <<END_OF_USAGE); [all...] |
/external/chromium_org/v8/src/ |
platform-win32.cc | 661 // standard output handle is invalid or its file type is unknown. 957 Win32MemoryMappedFile(HANDLE file, 958 HANDLE file_mapping, 969 HANDLE file_; 970 HANDLE file_mapping_; 978 HANDLE file = CreateFileA(name, GENERIC_READ | GENERIC_WRITE, 985 HANDLE file_mapping = CreateFileMapping(file, NULL, 998 HANDLE file = CreateFileA(name, GENERIC_READ | GENERIC_WRITE, 1002 HANDLE file_mapping = CreateFileMapping(file, NULL, [all...] |
/external/chromium_org/net/base/ |
net_util_win.cc | 31 DWORD, VOID*, DWORD*, HANDLE*); 33 HANDLE, VOID*, WLAN_INTERFACE_INFO_LIST**); 35 HANDLE, const GUID*, WLAN_INTF_OPCODE, VOID*, DWORD*, VOID**, 38 typedef DWORD (WINAPI *WlanCloseHandleFunc)(HANDLE, VOID*); 65 DWORD OpenHandle(DWORD client_version, DWORD* cur_version, T* handle) const { 66 HANDLE temp_handle; 71 handle->Set(temp_handle); 221 typedef HANDLE Handle; 223 static bool CloseHandle(HANDLE handle) [all...] |
/external/chromium_org/third_party/WebKit/Source/wtf/ |
ThreadingWin.cpp | 170 static HashMap<DWORD, HANDLE>& threadMap() 172 static HashMap<DWORD, HANDLE>* gMap; 174 gMap = new HashMap<DWORD, HANDLE>(); 178 static void storeThreadHandleByIdentifier(DWORD threadID, HANDLE threadHandle) 185 static HANDLE threadHandleForIdentifier(ThreadIdentifier id) 214 HANDLE threadHandle = reinterpret_cast<HANDLE>(_beginthreadex(0, 0, wtfThreadEntryPoint, invocation.get(), 0, &threadIdentifier)); 233 HANDLE threadHandle = threadHandleForIdentifier(threadID); 251 HANDLE threadHandle = threadHandleForIdentifier(threadID);
|
/external/chromium/base/ |
shared_memory.h | 27 // the underlying OS handle to a shared memory segment. 29 typedef HANDLE SharedMemoryHandle; 30 typedef HANDLE SharedMemoryLock; 56 SharedMemory(SharedMemoryHandle handle, bool read_only); 61 SharedMemory(SharedMemoryHandle handle, bool read_only, 67 // Return true iff the given handle is valid (i.e. not the distingished 68 // invalid value; NULL for a HANDLE and -1 for a file descriptor) 69 static bool IsHandleValid(const SharedMemoryHandle& handle); 71 // Returns invalid handle (see comment above for exact definition). 74 // Closes a shared memory handle [all...] |
time_win_unittest.cc | 42 HANDLE g_rollover_test_start; 84 HANDLE threads[kThreads]; 89 threads[index] = reinterpret_cast<HANDLE>( 92 EXPECT_NE((HANDLE)NULL, threads[index]);
|
/external/chromium_org/third_party/libpng/ |
pngrio.c | 61 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) ) 73 can't handle far buffers in the medium and small models, we have to copy 95 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, 112 if ( !ReadFile((HANDLE)(io_ptr), buf, read, &err, NULL) )
|
/external/chromium_org/ui/surface/ |
transport_dib.h | 33 // Two typedefs are defined. A Handle is the type which can be sent over 38 typedef HANDLE Handle; 41 // 1) Process A creates a transport DIB with HANDLE=1 and sends to B. 44 // is also assigned HANDLE=1. 45 // 4) Process A sends the Handle to B, but B incorrectly believes that it 49 : handle(NULL), 53 HandleAndSequenceNum(HANDLE h, uint32 seq_num) 54 : handle(h), 59 return other.handle == handle && other.sequence_num == sequence_num 69 HANDLE handle; member in struct:TransportDIB::HandleAndSequenceNum [all...] |
/external/libpng/ |
pngrio.c | 76 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) ) 88 can't handle far buffers in the medium and small models, we have to copy 110 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, 127 if ( !ReadFile((HANDLE)(io_ptr), buf, read, &err, NULL) )
|
/external/qemu/distrib/libpng-1.2.19/ |
pngrio.c | 54 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) ) 66 can't handle far buffers in the medium and small models, we have to copy 87 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) ) 103 if ( !ReadFile((HANDLE)(io_ptr), buf, read, &err, NULL) )
|
/system/core/libutils/ |
Threads.cpp | 218 HANDLE hThread; 226 hThread = (HANDLE) _beginthreadex(NULL, 0, threadIntermediary, pDetails, 0, 241 /* close the management handle */ 364 HANDLE hMutex; 375 HANDLE hMutex; 386 HANDLE hMutex; 396 CloseHandle((HANDLE) mState); 402 dwWaitResult = WaitForSingleObject((HANDLE) mState, INFINITE); 408 if (!ReleaseMutex((HANDLE) mState)) 416 dwWaitResult = WaitForSingleObject((HANDLE) mState, 0) [all...] |
/external/chromium/base/synchronization/ |
condition_variable_win.cc | 54 HANDLE handle; local 59 handle = waiting_event->handle(); 60 DCHECK(handle); 65 WaitForSingleObject(handle, static_cast<DWORD>(max_time.InMilliseconds())); 76 std::stack<HANDLE> handles; // See FAQ-question-10. 83 handles.push(waiting_list_.PopBack()->handle()); 96 HANDLE handle; local 232 HANDLE ConditionVariable::Event::handle() const { function in class:base::ConditionVariable::Event [all...] |
waitable_event_watcher.h | 134 void OnObjectSignaled(HANDLE h);
|
waitable_event_watcher_win.cc | 18 void WaitableEventWatcher::ObjectWatcherHelper::OnObjectSignaled(HANDLE h) { 37 return watcher_.StartWatching(event->handle(), &helper_);
|