/external/mdnsresponder/mDNSWindows/ControlPanel/ |
D | ControlPanelExe.cpp | 80 TCHAR szName[MAX_PATH]; in MyRegDeleteKey() local 110 err = RegEnumKeyEx(hKey, 0, szName, &dwSize, NULL, NULL, NULL, &ftWrite); in MyRegDeleteKey() 116 lstrcpy (lpEnd, szName); in MyRegDeleteKey() 125 err = RegEnumKeyEx( hKey, 0, szName, &dwSize, NULL, NULL, NULL, &ftWrite ); in MyRegDeleteKey()
|
/external/webrtc/webrtc/modules/audio_device/win/ |
D | audio_mixer_manager_win.cc | 217 … "found valid speaker/headphone (name: %s, ID: %u)", WideToUTF8(destLine.szName), destLine.dwLineI… in EnumerateSpeakers() 228 …d, "found volume control (name: %s, ID: %u)", WideToUTF8(controlArray[c].szName), controlArray[c].… in EnumerateSpeakers() 234 …_id, "found mute control (name: %s, ID: %u)", WideToUTF8(controlArray[c].szName), controlArray[c].… in EnumerateSpeakers() 305 …found valid Wave In destination (name: %s, ID: %u)", WideToUTF8(destLine.szName), destLine.dwLineI… in EnumerateMicrophones() 327 WideToUTF8(sourceLine.szName), sourceId); in EnumerateMicrophones() 342 WideToUTF8(controlArray[sc].szName), in EnumerateMicrophones() 354 WideToUTF8(controlArray[sc].szName), in EnumerateMicrophones() 368 WideToUTF8(controlArray[sc].szName), in EnumerateMicrophones() 455 …, "found volume control (name: %s, ID: %u)", WideToUTF8(controlArray[sc].szName), controlArray[sc]… in EnumerateMicrophones() 462 …id, "found mute control (name: %s, ID: %u)", WideToUTF8(controlArray[sc].szName), controlArray[sc]… in EnumerateMicrophones() [all …]
|
D | audio_device_core_win.cc | 59 LPCSTR szName; // pointer to name (in user addr space) member
|
/external/pdfium/fxjs/ |
D | cfxjse_context.cpp | 214 const ByteStringView& szName) const { in GetClassByName() 217 [szName](const std::unique_ptr<CFXJSE_Class>& item) { in GetClassByName() 218 return szName == item->m_szClassName; in GetClassByName()
|
D | cfxjse_context.h | 34 CFXJSE_Class* GetClassByName(const ByteStringView& szName) const;
|
D | cfxjse_formcalc_context.cpp | 5240 ByteString szName = args.GetUTF8String(2); in dot_accessor() local 5242 szName.AsStringView(), args.GetInt32(3), iIndexValue, bIsStar); in dot_accessor() 5264 &resolveNodeRS, true, szName.IsEmpty())) { in dot_accessor() 5272 WideString::FromUTF8(szName.AsStringView()), in dot_accessor() 5283 values[1]->SetString(szName.AsStringView()); in dot_accessor() 5304 &resolveNodeRS, true, szName.IsEmpty()); in dot_accessor() 5309 &resolveNodeRS, true, szName.IsEmpty()); in dot_accessor() 5313 WideString::FromUTF8(szName.AsStringView()), in dot_accessor() 5329 values[1]->SetString(szName.AsStringView()); in dot_accessor() 5358 ByteString szName = args.GetUTF8String(2); in dotdot_accessor() local [all …]
|
D | cfxjse_formcalc_context.h | 388 static ByteString GenerateSomExpression(const ByteStringView& szName,
|
/external/webrtc/webrtc/modules/video_capture/windows/ |
D | sink_filter_ds.cc | 33 LPCSTR szName; // pointer to name (in user addr space) member 39 IN TCHAR * szName, in CaptureInputPin() argument 44 : CBaseInputPin (szName, pFilter, pLock, pHr, pszName), in CaptureInputPin()
|
D | sink_filter_ds.h | 39 IN TCHAR* szName,
|
/external/webrtc/webrtc/base/ |
D | platform_thread.cc | 62 LPCSTR szName; in SetCurrentThreadName() member
|
/external/icu/icu4c/source/test/intltest/ |
D | loctest.cpp | 938 char szName[200]; in TestGetLangsAndCountries() local 941 name.extract (0, 200, szName, sizeof(szName)); in TestGetLangsAndCountries()
|