Searched refs:REG_MULTI_SZ (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_winreg.py | 42 ("Multi-string", ["Lots", "of", "string", "values"], REG_MULTI_SZ), 53 unicode("values")], REG_MULTI_SZ), 55 "values"], REG_MULTI_SZ),
|
/external/libchrome/components/policy/core/common/ |
D | preg_parser.cc | 43 #define REG_MULTI_SZ 7 macro 188 case REG_MULTI_SZ: in DecodePRegValue()
|
D | registry_dict.cc | 276 case REG_MULTI_SZ: in ReadRegistry()
|
/external/lzma/CPP/Windows/ |
D | Registry.cpp | 233 …MYASSERT((res != ERROR_SUCCESS) || (type == REG_SZ) || (type == REG_MULTI_SZ) || (type == REG_EXPA… in QueryValue() 260 …MYASSERT((res != ERROR_SUCCESS) || (type == REG_SZ) || (type == REG_MULTI_SZ) || (type == REG_EXPA… in QueryValue()
|
/external/python/cpython3/Lib/test/ |
D | test_winreg.py | 43 ("Multi-string", ["Lots", "of", "string", "values"], REG_MULTI_SZ), 44 ("Multi-nul", ["", "", "", ""], REG_MULTI_SZ),
|
/external/python/cpython3/PC/ |
D | winreg.c | 628 case REG_MULTI_SZ: in Py2Reg() 749 case REG_MULTI_SZ: in Reg2Py() 2081 ADD_INT(REG_MULTI_SZ); in PyInit_winreg()
|
/external/python/cpython2/PC/ |
D | _winreg.c | 810 case REG_MULTI_SZ: in Py2Reg() 941 case REG_MULTI_SZ: in Reg2Py() 1867 ADD_INT(REG_MULTI_SZ); in init_winreg()
|
/external/python/cpython2/Doc/library/ |
D | _winreg.rst | 627 .. data:: REG_MULTI_SZ
|
/external/python/cpython3/Doc/library/ |
D | winreg.rst | 702 .. data:: REG_MULTI_SZ
|
/external/libusb/libusb/os/ |
D | windows_winusb.c | 1567 ((reg_type == REG_MULTI_SZ) && (size == sizeof(guid_string_w))))) { in winusb_get_device_list()
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.0a1.rst | 4986 Make :data:`winreg.REG_MULTI_SZ` support zero-length strings.
|