/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
accctrl.h | 57 DWORD ObjectsPresent; 64 DWORD ObjectsPresent; 72 DWORD ObjectsPresent; 122 DWORD grfAccessPermissions; 124 DWORD grfInheritance; 129 DWORD grfAccessPermissions; 131 DWORD grfInheritance;
|
msdadc.h | 59 typedef DWORD DBDATACONVERT; 98 void __RPC_STUB IDataConvert_DataConvert_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); 100 void __RPC_STUB IDataConvert_CanConvert_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); 102 void __RPC_STUB IDataConvert_GetConversionSize_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); 107 typedef DWORD DCINFOTYPE; 146 void __RPC_STUB IDCInfo_GetInfo_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); 148 void __RPC_STUB IDCInfo_SetInfo_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
|
odbcinst.h | 86 WINBOOL WINAPI SQLGetTranslator(HWND hwnd,LPSTR lpszName,WORD cbNameMax,WORD *pcbNameOut,LPSTR lpszPath,WORD cbPathMax,WORD *pcbPathOut,DWORD *pvOption); 107 SQLRETURN WINAPI SQLInstallerError(WORD iError,DWORD *pfErrorCode,LPSTR lpszErrorMsg,WORD cbErrorMsgMax,WORD *pcbErrorMsg); 108 SQLRETURN WINAPI SQLPostInstallerError(DWORD dwErrorCode,LPCSTR lpszErrMsg); 118 WINBOOL WINAPI ConfigTranslator(HWND hwndParent,DWORD *pvOption); 124 WINBOOL WINAPI SQLGetTranslatorW(HWND hwnd,LPWSTR lpszName,WORD cbNameMax,WORD *pcbNameOut,LPWSTR lpszPath,WORD cbPathMax,WORD *pcbPathOut,DWORD *pvOption); 142 SQLRETURN WINAPI SQLInstallerErrorW(WORD iError,DWORD *pfErrorCode,LPWSTR lpszErrorMsg,WORD cbErrorMsgMax,WORD *pcbErrorMsg); 143 SQLRETURN WINAPI SQLPostInstallerErrorW(DWORD dwErrorCode,LPCWSTR lpszErrorMsg);
|
p2p.h | 95 DWORD dwSize; 122 DWORD dwPublicationScope; 220 DWORD dwPublicationScope; 346 DWORD *dwSigninOptions 383 DWORD cEventRegistration, 404 DWORD dwSigninOptions 408 DWORD dwSignoutOptions
|
wincodec.h | 495 DWORD* pdwStubPhase); 504 DWORD* pdwStubPhase); 512 DWORD* pdwStubPhase); 520 DWORD* pdwStubPhase); 530 DWORD* pdwStubPhase); 538 DWORD* pdwStubPhase); 677 DWORD* pdwStubPhase); 685 DWORD* pdwStubPhase); 694 DWORD* pdwStubPhase); 702 DWORD* pdwStubPhase) [all...] |
/external/chromium_org/media/video/capture/win/ |
video_capture_device_mf_win.cc | 71 DWORD stream_index = 0; 122 STDMETHOD(OnReadSample)(HRESULT status, DWORD stream_index, 123 DWORD stream_flags, LONGLONG time_stamp, IMFSample* sample) { 130 DWORD count = 0; 133 for (DWORD i = 0; i < count; ++i) { 137 DWORD length = 0, max_length = 0; 147 STDMETHOD(OnFlush)(DWORD stream_index) { 155 STDMETHOD(OnEvent)(DWORD stream_index, IMFMediaEvent* event) { 292 static_cast<DWORD>(MF_SOURCE_READER_ALL_STREAMS)));
|
/external/chromium_org/sandbox/win/src/ |
interceptors_64.cc | 128 LPCWSTR pipe_name, DWORD open_mode, DWORD pipe_mode, DWORD max_instance, 129 DWORD out_buffer_size, DWORD in_buffer_size, DWORD default_timeout, 177 LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags, 192 LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags, 259 DWORD reason) {
|
interceptors_64.h | 83 LPCWSTR pipe_name, DWORD open_mode, DWORD pipe_mode, DWORD max_instance, 84 DWORD out_buffer_size, DWORD in_buffer_size, DWORD default_timeout, 113 LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags, 121 LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags, 163 DWORD reason);
|
process_thread_dispatcher.cc | 74 DWORD result = 0; 158 bool ThreadProcessDispatcher::NtOpenThread(IPCInfo* ipc, DWORD desired_access, 159 DWORD thread_id) { 169 bool ThreadProcessDispatcher::NtOpenProcess(IPCInfo* ipc, DWORD desired_access, 170 DWORD process_id) { 181 DWORD desired_access) { 192 DWORD desired_access, 193 DWORD attributes) { 237 DWORD ret = ProcessPolicy::CreateProcessWAction(eval, *ipc->client_info,
|
handle_dispatcher.cc | 44 DWORD target_process_id, 45 DWORD desired_access, 46 DWORD options) {
|
sync_dispatcher.cc | 46 DWORD event_type, DWORD initial_state) { 62 DWORD desired_access) {
|
/external/compiler-rt/lib/interception/ |
interception_win.cc | 110 case 0x458B: // 8B 45 XX = mov eax, dword ptr [ebp+XXh] 111 case 0x5D8B: // 8B 5D XX = mov ebx, dword ptr [ebp+XXh] 123 case 0x24448A: // 8A 44 24 XX = mov eal, dword ptr [esp+XXh] 124 case 0x24448B: // 8B 44 24 XX = mov eax, dword ptr [esp+XXh] 125 case 0x244C8B: // 8B 4C 24 XX = mov ecx, dword ptr [esp+XXh] 126 case 0x24548B: // 8B 54 24 XX = mov edx, dword ptr [esp+XXh] 127 case 0x24748B: // 8B 74 24 XX = mov esi, dword ptr [esp+XXh] 128 case 0x247C8B: // 8B 7C 24 XX = mov edi, dword ptr [esp+XXh] 181 DWORD old_prot, unused_prot;
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_subpel_variance_impl_sse2.asm | 39 movsxd rcx, dword ptr arg(4) ;Height ; 40 movsxd rax, dword ptr arg(1) ;ref_pixels_per_line 41 movsxd rdx, dword ptr arg(3) ;src_pixels_per_line 154 movsxd rcx, dword ptr arg(4) ;Height 155 movsxd rax, dword ptr arg(1) ;ref_pixels_per_line 156 movsxd rdx, dword ptr arg(3) ;src_pixels_per_line 261 movsxd rcx, dword ptr arg(4) ;Height ; 262 movsxd rax, dword ptr arg(1) ;ref_pixels_per_line 263 movsxd rdx, dword ptr arg(3) ;src_pixels_per_line
|
/external/pdfium/core/src/fxge/Microsoft SDK/include/ |
GdiPlusMetaHeader.h | 20 DWORD iType; // Record type EMR_HEADER
21 DWORD nSize; // Record size in bytes. This may be greater
25 DWORD dSignature; // Signature. Must be ENHMETA_SIGNATURE.
26 DWORD nVersion; // Version number
27 DWORD nBytes; // Size of the metafile in bytes
28 DWORD nRecords; // Number of records in the metafile
32 DWORD nDescription; // Number of chars in the unicode description string
34 DWORD offDescription; // Offset to the metafile description record.
36 DWORD nPalEntries; // Number of entries in the metafile palette.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
vp9_subpel_variance_impl_sse2.asm | 39 movsxd rcx, dword ptr arg(4) ;Height ; 40 movsxd rax, dword ptr arg(1) ;ref_pixels_per_line 41 movsxd rdx, dword ptr arg(3) ;src_pixels_per_line 154 movsxd rcx, dword ptr arg(4) ;Height 155 movsxd rax, dword ptr arg(1) ;ref_pixels_per_line 156 movsxd rdx, dword ptr arg(3) ;src_pixels_per_line 261 movsxd rcx, dword ptr arg(4) ;Height ; 262 movsxd rax, dword ptr arg(1) ;ref_pixels_per_line 263 movsxd rdx, dword ptr arg(3) ;src_pixels_per_line
|
/external/chromium_org/base/process/ |
process_handle_win.cc | 89 DWORD token_info_length = 0; 108 DWORD integrity_level = *GetSidSubAuthority(token_label->Label.Sid, 109 (DWORD)(UCHAR)(*GetSidSubAuthorityCount(token_label->Label.Sid)-1));
|
/external/chromium_org/base/win/ |
pe_image.h | 35 PVOID section_start, DWORD section_size, 43 typedef bool (*EnumExportsFunction)(const PEImage &image, DWORD ordinal, 44 DWORD hint, LPCSTR name, PVOID function, 60 DWORD ordinal, LPCSTR name, DWORD hint, 113 DWORD GetImageDirectoryEntrySize(UINT directory) const; 216 virtual PVOID RVAToAddr(DWORD rva) const; 220 bool ImageRVAToOnDiskOffset(DWORD rva, DWORD *on_disk_offset) const; 224 bool ImageAddrToOnDiskOffset(LPVOID address, DWORD *on_disk_offset) const [all...] |
/external/chromium_org/chrome/browser/ |
crash_upload_list_win.cc | 21 DWORD bytes_read; 22 DWORD bytes_needed; 32 DWORD record_offset = 0;
|
/external/chromium_org/chrome/installer/util/ |
app_command.cc | 61 DWORD value = 0; // Set default to false. 90 // Adds a work item to set |var_name| to DWORD 1 if |var_data| is true; 97 static_cast<DWORD>(1),
|
registry_test_data.cc | 92 DWORD dw_value = 0; 99 DWORD num_subkeys = 0; 100 DWORD num_values = 0;
|
set_reg_value_work_item.h | 56 DWORD value_data, 83 DWORD type_; 85 DWORD previous_type_;
|
/external/chromium_org/chrome/test/logging/win/ |
mof_data_parser.h | 27 bool ReadDWORD(DWORD* value) { 41 bool ReadPointerArray(DWORD size, const intptr_t** values) { 76 template<typename T> bool ReadPrimitiveArray(DWORD size, const T** values) {
|
/external/chromium_org/chrome_elf/ |
ntdll_cache.cc | 30 DWORD ordinal, 31 DWORD hint, 64 DWORD old_protect = 0;
|
/external/chromium_org/crypto/ |
scoped_capi_types.h | 30 // a second DWORD parameter indicating flags to use when closing or releasing. 32 template <typename CAPIHandle, BOOL (WINAPI *Destroyer)(CAPIHandle, DWORD), 33 DWORD flags>
|
/external/chromium_org/remoting/host/ |
usage_stats_consent_win.cc | 26 LONG ReadUsageStatsValue(const wchar_t* state_key, DWORD* usagestats_out) { 52 DWORD value = 0; 74 DWORD value = allowed;
|