Searched defs:dwType (Results 1 - 12 of 12) sorted by relevance

/external/libusb/msvc/
H A Dmissing.c37 DWORD dwType, dwData; local
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/xfa/fde/css/
H A Dfde_cssdatatable.h25 uint32_t dwType; member in struct:FDE_CSSPropertyTable
H A Dcfde_cssdeclaration.cpp173 const uint32_t dwType = pTable->dwType; local
174 switch (dwType & 0x0F) {
183 const uint32_t dwMatch = dwType & g_ValueGuessOrder[i];
208 if (FDE_IsOnlyValue(dwType, g_ValueGuessOrder[i]))
330 const uint32_t dwType = pTable->dwType; local
336 if (dwType & FDE_CSSVALUETYPE_MaybeNumber) {
345 if (dwType & FDE_CSSVALUETYPE_MaybeColor) {
352 if (dwType
[all...]
/external/webrtc/webrtc/base/
H A Dplatform_thread.cc61 DWORD dwType; member in struct:rtc::__anon26007
/external/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_context.cpp253 void CPDFXFA_Context::Beep(uint32_t dwType) { argument
255 m_pFormFillEnv->JS_appBeep(dwType);
/external/webrtc/webrtc/modules/video_capture/windows/
H A Dsink_filter_ds.cc32 DWORD dwType; // must be 0x1000 member in struct:webrtc::videocapturemodule::tagTHREADNAME_INFO
/external/pdfium/xfa/fxfa/app/
H A Dxfa_ffdoc.cpp352 void CXFA_FFDoc::SetDocType(uint32_t dwType) { argument
353 m_dwDocType = dwType;
/external/pdfium/xfa/fxfa/parser/
H A Dcscript_hostpseudomodel.cpp402 uint32_t dwType = 4; local
404 dwType = pArguments->GetInt32(0);
406 pNotify->GetAppProvider()->Beep(dwType);
H A Dxfa_localevalue.cpp47 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, argument
49 m_dwType = dwType;
53 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, argument
57 m_dwType = dwType;
59 m_bValid = ValidateCanonicalValue(wsValue, dwType);
61 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, argument
68 m_dwType = dwType;
203 uint32_t dwType) {
205 m_dwType = dwType;
202 SetValue(const CFX_WideString& wsValue, uint32_t dwType) argument
H A Dcxfa_widgetdata.cpp1556 uint32_t dwType = widgetValue.GetType();
1557 switch (dwType) {
1596 uint32_t dwType = widgetValue.GetType(); local
1597 switch (dwType) {
/external/libcups/cups/
H A Dtls-sspi.c1025 DWORD dwType; /* Type */ local
1032 dwType = SCHANNEL_SHUTDOWN;
1034 buffers[0].pvBuffer = &dwType;
1036 buffers[0].cbBuffer = sizeof(dwType);
2375 chainPara.RequestedUsage.dwType = USAGE_MATCH_TYPE_OR;
/external/webrtc/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc58 DWORD dwType; // must be 0x1000 member in struct:tagTHREADNAME_INFO

Completed in 484 milliseconds