Searched refs:RegEnumValue (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Lib/distutils/ |
D | msvccompiler.py | 31 RegEnumValue = _winreg.EnumValue variable 43 RegEnumValue = win32api.RegEnumValue variable 90 name, value, type = RegEnumValue(handle, i)
|
D | msvc9compiler.py | 32 RegEnumValue = _winreg.EnumValue variable 107 name, value, type = RegEnumValue(handle, i)
|
/external/vulkan-validation-layers/windowsRuntimeInstaller/ |
D | configure_runtime.c | 333 RegEnumValue(subKey, j, name, &buffSize, NULL, &type, value, &buffSize); in find_installations() 503 RegEnumValue(hKey, i, name, &buffSize, NULL, &type, NULL, NULL); in remove_explicit_layers()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config_winreg.c | 73 ret = RegEnumValue(bhk, i, name, &namelen, NULL, &type, in wpa_config_read_blobs() 316 ret = RegEnumValue(nhk, i, name, &namelen, NULL, &type, in wpa_config_read_network()
|
/external/webrtc/webrtc/base/ |
D | win32regkey.cc | 1000 res = ::RegEnumValue(h_key_, index, value_name_buf, &value_name_buf_size, in GetValueNameAt()
|
/external/python/cpython2/PC/ |
D | _winreg.c | 1231 rc = RegEnumValue(hKey, in PyEnumValue()
|
/external/vulkan-validation-layers/loader/ |
D | loader.c | 468 while ((rtn_value = RegEnumValue(key, idx++, name, &name_size, NULL,
|