/external/pdfium/core/fxcrt/css/ |
D | cfx_cssdeclaration.cpp | 181 const uint32_t dwType = property->dwType; in AddProperty() local 182 switch (dwType & 0x0F) { in AddProperty() 191 const uint32_t dwMatch = dwType & guess; in AddProperty() 217 if ((dwType & ~guess) == CFX_CSSVALUETYPE_Primitive) in AddProperty() 334 const uint32_t dwType = pProperty->dwType; in ParseValueListProperty() local 340 if (dwType & CFX_CSSVALUETYPE_MaybeNumber) { in ParseValueListProperty() 349 if (dwType & CFX_CSSVALUETYPE_MaybeColor) { in ParseValueListProperty() 356 if (dwType & CFX_CSSVALUETYPE_MaybeEnum) { in ParseValueListProperty() 365 if (dwType & CFX_CSSVALUETYPE_MaybeString) { in ParseValueListProperty() 371 if (dwType & CFX_CSSVALUETYPE_MaybeColor) { in ParseValueListProperty()
|
D | cfx_cssdata.h | 21 uint32_t dwType; member
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_localevalue.h | 32 CXFA_LocaleValue(uint32_t dwType, CXFA_LocaleMgr* pLocaleMgr); 33 CXFA_LocaleValue(uint32_t dwType, 36 CXFA_LocaleValue(uint32_t dwType,
|
D | cxfa_localevalue.cpp | 94 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, CXFA_LocaleMgr* pLocaleMgr) in CXFA_LocaleValue() argument 96 m_dwType(dwType), in CXFA_LocaleValue() 99 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, in CXFA_LocaleValue() argument 104 m_dwType(dwType), in CXFA_LocaleValue() 105 m_bValid(ValidateCanonicalValue(wsValue, dwType)) {} in CXFA_LocaleValue() 107 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, in CXFA_LocaleValue() argument 113 m_dwType(dwType), in CXFA_LocaleValue()
|
D | cxfa_node.cpp | 4707 uint32_t dwType = widgetValue.GetType(); in GetPictureContent() local 4708 switch (dwType) { in GetPictureContent() 4739 uint32_t dwType = widgetValue.GetType(); in GetPictureContent() local 4740 switch (dwType) { in GetPictureContent()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | os.cpp | 43 DWORD dwType; // Must be 0x1000. member 53 info.dwType = 0x1000; in LegacySetThreadName()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Threading.inc | 69 DWORD dwType; // Must be 0x1000. 77 info.dwType = 0x1000;
|
/external/webrtc/rtc_base/ |
D | platform_thread_types.cc | 93 DWORD dwType; in SetCurrentThreadName() member
|
/external/pdfium/xfa/fgas/layout/ |
D | cfx_break.h | 73 FX_CHARTYPE GetUnifiedCharType(FX_CHARTYPE dwType) const;
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | DebuggerThread.cpp | 319 if (dbe.u.RipInfo.dwType == SLE_ERROR) in DebugLoop() 522 info.dwError, info.dwType, m_process.GetProcessId(), thread_id); in HandleRipEvent() 525 m_debug_delegate->OnDebuggerError(error, info.dwType); in HandleRipEvent()
|
/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_context.cpp | 288 void CPDFXFA_Context::Beep(uint32_t dwType) { in Beep() argument 290 m_pFormFillEnv->JS_appBeep(dwType); in Beep()
|
D | cpdfxfa_context.h | 69 void Beep(uint32_t dwType) override;
|
/external/pdfium/fxjs/xfa/ |
D | cjx_hostpseudomodel.cpp | 403 uint32_t dwType = 4; in beep() local 405 dwType = runtime->ToInt32(params[0]); in beep() 407 pNotify->GetAppProvider()->Beep(dwType); in beep()
|
/external/skia/src/ports/ |
D | SkImageEncoder_WIC.cpp | 142 name.dwType = PROPBAG2_TYPE_DATA; in SkEncodeImageWithWIC()
|
/external/skqp/src/ports/ |
D | SkImageEncoder_WIC.cpp | 142 name.dwType = PROPBAG2_TYPE_DATA; in SkEncodeImageWithWIC()
|
/external/pdfium/xfa/fxfa/ |
D | fxfa.h | 122 virtual void Beep(uint32_t dwType) = 0;
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | Threading.inc | 71 DWORD dwType; // Must be 0x1000. 79 info.dwType = 0x1000;
|
/external/libcups/cups/ |
D | tls-sspi.c | 1025 DWORD dwType; /* Type */ in _httpTLSStop() local 1032 dwType = SCHANNEL_SHUTDOWN; in _httpTLSStop() 1034 buffers[0].pvBuffer = &dwType; in _httpTLSStop() 1036 buffers[0].cbBuffer = sizeof(dwType); in _httpTLSStop() 2381 chainPara.RequestedUsage.dwType = USAGE_MATCH_TYPE_OR; in http_sspi_verify()
|
/external/webrtc/modules/audio_device/win/ |
D | audio_device_core_win.cc | 76 DWORD dwType; // must be 0x1000 member
|