/external/mdnsresponder/mDNSWindows/ControlPanel/ |
D | ControlPanelExe.cpp | 190 …Windows\\CurrentVersion\\Explorer\\ControlPanel\\NameSpace\\%s" ), NULL, REG_SZ, inName }, in Register() 192 …EXT( "CLSID\\%s" ), TEXT( "System.ApplicationName" ), REG_SZ, inCanonicalName … in Register() 193 …XT( "CLSID\\%s" ), TEXT( "System.ControlPanel.Category" ), REG_SZ, inCategory }, in Register() 194 …{ HKEY_CLASSES_ROOT, TEXT( "CLSID\\%s" ), TEXT( "LocalizedString" ), REG_SZ, … in Register() 195 …{ HKEY_CLASSES_ROOT, TEXT( "CLSID\\%s" ), TEXT( "InfoTip" ), REG_SZ, inInf… in Register() 196 …{ HKEY_CLASSES_ROOT, TEXT( "CLSID\\%s\\DefaultIcon" ), NULL, REG_SZ, inIco… in Register() 199 …{ HKEY_CLASSES_ROOT, TEXT( "CLSID\\%s\\Shell\\Open\\Command" ), NULL, REG_SZ,… in Register()
|
D | RegistrationPage.cpp | 317 …err = RegSetValueEx( m_hostnameSetupKey, L"", 0, REG_SZ, (LPBYTE) (LPCTSTR) hostname, ( hostname.G… in Commit()
|
D | SecondPage.cpp | 225 …err = RegSetValueEx( key, L"UserDefined", 0, REG_SZ, (LPBYTE) (LPCTSTR) string, ( string.GetLength… in Commit()
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | addinterface.cpp | 160 RegSetValueEx(ihk, TEXT("adapter"), 0, REG_SZ, in addRegistryInterface() 165 RegSetValueEx(ihk, TEXT("adapter"), 0, REG_SZ, in addRegistryInterface() 168 RegSetValueEx(ihk, TEXT("config"), 0, REG_SZ, in addRegistryInterface() 170 RegSetValueEx(ihk, TEXT("ctrl_interface"), 0, REG_SZ, in addRegistryInterface()
|
/external/lzma/CPP/Windows/ |
D | Registry.cpp | 132 return RegSetValueEx(_object, name, 0, REG_SZ, in SetValue() 153 return RegSetValueExW(_object, name, NULL, REG_SZ, in SetValue() 232 …MYASSERT((res != ERROR_SUCCESS) || (type == REG_SZ) || (type == REG_MULTI_SZ) || (type == REG_EXPA… in QueryValue() 255 …MYASSERT((res != ERROR_SUCCESS) || (type == REG_SZ) || (type == REG_MULTI_SZ) || (type == REG_EXPA… in QueryValue()
|
/external/webrtc/webrtc/base/ |
D | win32regkey.cc | 98 REG_SZ, const_cast<wchar_t*>(value)); in SetValue() 183 return GetValueStaticHelper(full_key_name, value_name, REG_SZ, value); in GetValue() 406 case REG_SZ: in SetValueStaticHelper() 456 case REG_SZ: in GetValueStaticHelper() 569 ASSERT((hr != S_OK) || (type == REG_SZ) || in GetValue() 603 ASSERT((hr != S_OK) || (type == REG_SZ) || in GetValue() 707 LONG res = ::RegSetValueEx(h_key_, value_name, NULL, REG_SZ, in SetValue()
|
D | win32regkey_unittest.cc | 330 EXPECT_EQ(type, REG_SZ); in RegKeyNonStaticFunctionsTest()
|
D | proxydetect.cc | 633 if (result == ERROR_SUCCESS && type == REG_SZ) { in IsDefaultBrowserFirefox()
|
/external/libusb/msvc/ |
D | missing.c | 65 if (dwType != REG_SZ) { in getenv()
|
/external/kernel-headers/original/uapi/linux/ |
D | hyperv.h | 240 #define REG_SZ 1 macro
|
/external/vulkan-validation-layers/windowsRuntimeInstaller/ |
D | configure_runtime.c | 334 if(type == REG_SZ && !strcmp("InstallDir", name)) { in find_installations() 339 } else if(type == REG_SZ && !strncmp("DisplayVersion", name, 8)) { in find_installations()
|
/external/ImageMagick/MagickCore/ |
D | nt-base.c | 1072 type=REG_SZ; in NTGetRegistryValue() 2028 if ((status == ERROR_MORE_DATA) && (type == REG_SZ)) in NTRegistryKeyLookup() 2039 if ((type != REG_SZ) || (status != ERROR_SUCCESS)) in NTRegistryKeyLookup()
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/ |
D | resolver.py | 493 if ttype != _winreg.REG_SZ:
|
/external/clang/lib/Driver/ |
D | MSVCToolChain.cpp | 108 if (result != ERROR_SUCCESS || type != REG_SZ || !valueSize) in readFullStringValue()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config_winreg.c | 536 ret = RegSetValueEx(hk, _name, 0, REG_SZ, (BYTE *) _val, in wpa_config_write_reg_string()
|