/external/libusb/msvc/ |
missing.c | 37 DWORD dwType, dwData; 58 rc = RegQueryValueEx(hkey, wName, NULL, &dwType, 65 if (dwType != REG_SZ) { 66 usbi_dbg("Registry value was of type %d instead of REG_SZ", dwType);
|
/external/pdfium/core/fxcrt/css/ |
cfx_cssdatatable.h | 22 uint32_t dwType;
|
cfx_cssdeclaration.cpp | 324 const uint32_t dwType = pTable->dwType; 325 switch (dwType & 0x0F) { 334 const uint32_t dwMatch = dwType & g_ValueGuessOrder[i]; 360 if ((dwType & ~(g_ValueGuessOrder[i])) == CFX_CSSVALUETYPE_Primitive) 477 const uint32_t dwType = pTable->dwType; 483 if (dwType & CFX_CSSVALUETYPE_MaybeNumber) { 492 if (dwType & CFX_CSSVALUETYPE_MaybeColor) { 499 if (dwType & CFX_CSSVALUETYPE_MaybeEnum) [all...] |
/external/pdfium/xfa/fxfa/parser/ |
cxfa_localevalue.h | 32 CXFA_LocaleValue(uint32_t dwType, CXFA_LocaleMgr* pLocaleMgr); 33 CXFA_LocaleValue(uint32_t dwType, 36 CXFA_LocaleValue(uint32_t dwType,
|
cxfa_localevalue.cpp | 74 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, CXFA_LocaleMgr* pLocaleMgr) 76 m_dwType(dwType), 79 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, 84 m_dwType(dwType), 85 m_bValid(ValidateCanonicalValue(wsValue, dwType)) {} 87 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, 93 m_dwType(dwType),
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
os.cpp | 44 DWORD dwType; // Must be 0x1000. 54 info.dwType = 0x1000;
|
/external/pdfium/xfa/fgas/layout/ |
cfx_break.h | 66 FX_CHARTYPE GetUnifiedCharType(FX_CHARTYPE dwType) const;
|
/external/pdfium/fpdfsdk/fpdfxfa/ |
cpdfxfa_context.h | 68 void Beep(uint32_t dwType) override;
|
cpdfxfa_context.cpp | 227 void CPDFXFA_Context::Beep(uint32_t dwType) { 229 m_pFormFillEnv->JS_appBeep(dwType);
|
/external/pdfium/xfa/fxfa/ |
fxfa.h | 133 * @param[in] dwType The system code for the appropriate sound.0 (Error)1 136 virtual void Beep(uint32_t dwType) = 0;
|
cxfa_widgetacc.cpp | [all...] |
/external/skia/src/ports/ |
SkImageEncoder_WIC.cpp | 142 name.dwType = PROPBAG2_TYPE_DATA;
|
/external/skqp/src/ports/ |
SkImageEncoder_WIC.cpp | 142 name.dwType = PROPBAG2_TYPE_DATA;
|
/external/webrtc/webrtc/base/ |
platform_thread.cc | 61 DWORD dwType;
|
/external/webrtc/webrtc/modules/audio_device/win/ |
audio_mixer_manager_win.h | 111 void TraceTargetType(DWORD dwType) const;
|
audio_mixer_manager_win.cc | [all...] |
audio_device_core_win.cc | 58 DWORD dwType; // must be 0x1000 [all...] |
/external/pdfium/fxjs/xfa/ |
cjx_hostpseudomodel.cpp | 418 uint32_t dwType = 4; 420 dwType = runtime->ToInt32(params[0]); 422 pNotify->GetAppProvider()->Beep(dwType);
|
/external/libcups/cups/ |
tls-sspi.c | 1026 DWORD dwType; /* Type */ 1033 dwType = SCHANNEL_SHUTDOWN; 1035 buffers[0].pvBuffer = &dwType; 1037 buffers[0].cbBuffer = sizeof(dwType); [all...] |
/external/webrtc/webrtc/modules/video_capture/windows/ |
sink_filter_ds.cc | 32 DWORD dwType; // must be 0x1000
|
/external/syzkaller/sys/windows/gen/ |
amd64.go | [all...] |