/external/chromium_org/third_party/webrtc/base/ |
win32window.cc | 32 bool Win32Window::Create(HWND parent, const wchar_t* title, DWORD style, 33 DWORD exstyle, int x, int y, int cx, int cy) {
|
/external/chromium_org/tools/win/link_limiter/ |
limiter.cc | 43 static tstring ErrorMessageToString(DWORD err) { 45 DWORD rc = FormatMessage( 60 static DWORD RunExe(const tstring& exe_name) { 63 DWORD exit_code; 102 DWORD last_error = 0; 104 DWORD bufsize = buffer.size(); 197 DWORD error = GetLastError(); 243 DWORD ret = RunExe(shimmed_exe);
|
/external/deqp/framework/delibs/dethread/win32/ |
deSemaphoreWin32.c | 67 DWORD ret = WaitForSingleObject(handle, INFINITE); 74 DWORD ret = WaitForSingleObject(handle, 0);
|
/external/icu/icu4c/source/test/perf/convperf/ |
convperf.h | 151 DWORD uiCodePage; 203 DWORD uiCodePage; 307 pMulti->CreateConvertCharset(mimeInfo.uiCodePage, 1200 /*unicode*/, (DWORD)0,&pConvToUni); 363 pMulti->CreateConvertCharset(1200 /*unicode*/, mimeInfo.uiCodePage, (DWORD)0,&pConvFromUni); 390 DWORD dwEnc; 424 DWORD dwMode=0; 443 DWORD dwEnc; 480 DWORD dwMode=0;
|
/external/lzma/CPP/7zip/Common/ |
FileStreams.h | 93 bool Open(LPCTSTR fileName, DWORD creationDisposition)
105 bool Open(LPCWSTR fileName, DWORD creationDisposition)
|
/external/lzma/CPP/7zip/UI/Common/ |
EnumDirItems.cpp | 83 UStringVector &errorPaths, CRecordVector<DWORD> &errorCodes)
109 const UStringVector &filePaths, UStringVector &errorPaths, CRecordVector<DWORD> &errorCodes)
151 CRecordVector<DWORD> &errorCodes);
161 CRecordVector<DWORD> &errorCodes)
182 CRecordVector<DWORD> &errorCodes)
224 errorCodes.Add((DWORD)E_FAIL);
275 errorCodes.Add((DWORD)E_FAIL);
350 CRecordVector<DWORD> &errorCodes)
|
/external/qemu/block/ |
raw-win32.c | 60 if (!SetFilePointer(h, (DWORD) length, &high, FILE_BEGIN)) 71 DWORD returned; 80 DWORD overlapped; 113 DWORD ret_count; 134 DWORD ret_count; 182 DWORD count; 319 DWORD overlapped; 378 DWORD ret_count;
|
/external/sfntly/cpp/src/test/ |
platform_thread.cc | 23 DWORD __stdcall ThreadFunc(void* params) { 45 DWORD result = WaitForSingleObject(thread_handle, INFINITE);
|
/frameworks/compile/mclinker/include/mcld/LD/ |
RelocationFactory.h | 30 typedef Relocation::DWord DWord;
|
/hardware/ti/omap3/dspbridge/libbridge/ |
dsptrap.c | 53 DWORD DSPTRAP_Trap(Trapped_Args *args, int cmd) 55 DWORD dwResult = DSP_EHANDLE;/* returned from call into class driver */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
perflib.h | 27 DWORD ContextSize; 28 DWORD Reserved;
|
servprov.h | 62 void __RPC_STUB IServiceProvider_RemoteQueryService_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); 90 void __RPC_STUB IServiceProvider_RemoteQueryService_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
|
/external/chromium_org/third_party/npapi/npspy/common/ |
format.cpp | 365 static void makeAbbreviatedString(char * szBuf, int iSize, DWORD dwArg, int iLength, int iWrap) 401 DWORD dw1, DWORD dw2, DWORD dw3, DWORD dw4, 402 DWORD dw5, DWORD dw6, DWORD dw7, BOOL bShort) 545 plis->arg4.pData = new char[sizeof(DWORD)]; 546 plis->arg4.iLength = sizeof(DWORD); [all...] |
/external/chromium_org/chrome/installer/setup/ |
setup_util_unittest.cc | 68 DWORD size; 84 const DWORD desired_size = wcslen(privilege_name); 85 const DWORD buffer_size = desired_size + 1; 89 DWORD size = buffer_size; 195 static scoped_ptr<ScopedPriorityClass> Create(DWORD priority_class); 199 explicit ScopedPriorityClass(DWORD original_priority_class); 200 DWORD original_priority_class_; 205 DWORD priority_class) { 207 DWORD original_priority_class = ::GetPriorityClass(this_process); 220 ScopedPriorityClass::ScopedPriorityClass(DWORD original_priority_class [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/ |
opt-gvmat64.asm | 58 ;%define scanalign rsp + xx - LocalVarsSize ; dword-misalignment of string r13 90 ;;; assumption that the compiler will dword-align the fields. (Thus, 104 extern window_size:DWORD 110 extern strstart:DWORD 111 extern match_start:DWORD 113 extern prev_length:DWORD ; PrevLen 114 extern max_chain_length:DWORD 115 extern good_match:DWORD 116 extern nice_match:DWORD 238 ;;; dword-aligned [all...] |
/external/zlib/src/contrib/masmx64/ |
gvmat64.asm | 76 ;scanalign equ rsp + xx - LocalVarsSize ; dword-misalignment of string r13
127 ;;; assumption that the compiler will dword-align the fields. (Thus,
142 COMM window_size:DWORD
148 COMM strstart:DWORD
149 COMM match_start:DWORD
151 COMM prev_length:DWORD ; PrevLen
152 COMM max_chain_length:DWORD
153 COMM good_match:DWORD
154 COMM nice_match:DWORD
276 ;;; dword-aligned. [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/ |
gthr-default.h | 58 hw where sizeof (DWORD) > sizeof (int). 90 static DWORD __gthread_objc_data_tls = (DWORD) -1; 99 if ((__gthread_objc_data_tls = TlsAlloc ()) != (DWORD) -1) 109 if (__gthread_objc_data_tls != (DWORD) -1) 120 DWORD thread_id = 0; 225 DWORD lasterror; 589 DWORD __tls_index = TlsAlloc (); 613 DWORD __lasterror; 708 DWORD __me = GetCurrentThreadId() [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/ |
gthr-default.h | 58 hw where sizeof (DWORD) > sizeof (int). 90 static DWORD __gthread_objc_data_tls = (DWORD) -1; 99 if ((__gthread_objc_data_tls = TlsAlloc ()) != (DWORD) -1) 109 if (__gthread_objc_data_tls != (DWORD) -1) 120 DWORD thread_id = 0; 225 DWORD lasterror; 589 DWORD __tls_index = TlsAlloc (); 613 DWORD __lasterror; 708 DWORD __me = GetCurrentThreadId() [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
patch_functions.cc | 295 DWORD modBaseSize; 351 static LPVOID WINAPI Perftools_HeapAlloc(HANDLE hHeap, DWORD dwFlags, 353 static BOOL WINAPI Perftools_HeapFree(HANDLE hHeap, DWORD dwFlags, 357 SIZE_T size, DWORD type, 358 DWORD protect); 360 SIZE_T size, DWORD type); 363 DWORD dwDesiredAccess, 364 DWORD dwFileOffsetHigh, 365 DWORD dwFileOffsetLow, 372 DWORD dwFlags) [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
patch_functions.cc | 295 DWORD modBaseSize; 351 static LPVOID WINAPI Perftools_HeapAlloc(HANDLE hHeap, DWORD dwFlags, 353 static BOOL WINAPI Perftools_HeapFree(HANDLE hHeap, DWORD dwFlags, 357 SIZE_T size, DWORD type, 358 DWORD protect); 360 SIZE_T size, DWORD type); 363 DWORD dwDesiredAccess, 364 DWORD dwFileOffsetHigh, 365 DWORD dwFileOffsetLow, 372 DWORD dwFlags) [all...] |
/external/llvm/lib/Support/Windows/ |
Path.inc | 48 static std::error_code windows_error(DWORD E) { 55 DWORD Len = ::GetTempPathW(Res.capacity(), Res.begin()); 85 DWORD Size = ::GetModuleFileNameW(NULL, PathName.data(), PathName.capacity()); 129 DWORD len = MAX_PATH; 158 DWORD LastError = ::GetLastError(); 244 DWORD LastError = ::GetLastError(); 284 DWORD attributes = ::GetFileAttributesW(path_utf16.begin()); 288 DWORD LastError = ::GetLastError(); 306 DWORD Attr = ::GetFileAttributesW(PathUtf16.begin()); 317 DWORD Attr = ::GetFileAttributesW(PathUtf16.begin()) [all...] |
/external/chromium_org/chrome/browser/ |
chrome_elf_init_unittest_win.cc | 40 DWORD GetBlacklistState() { 41 DWORD blacklist_state = blacklist::BLACKLIST_STATE_MAX; 152 DWORD attempt_count = blacklist::kBeaconMaxAttempts; 155 ASSERT_EQ(static_cast<DWORD>(0), attempt_count);
|
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/ |
removable_storage_provider_win.cc | 24 DWORD interface_detail_data_size; 78 DWORD bytes_returned; 189 DWORD index = 0; 203 DWORD error_code = GetLastError();
|
/external/chromium_org/chrome/browser/extensions/api/messaging/ |
native_process_launcher_win.cc | 31 DWORD flags, 96 const DWORD kTimeoutMs = 5000; 100 const DWORD kBufferSize = 0; 137 DWORD comspec_length = ::GetEnvironmentVariable(L"COMSPEC", NULL, 0);
|
/external/chromium_org/chrome/browser/hang_monitor/ |
hung_plugin_action.h | 41 DWORD browser_process_id,
|