HomeSort by relevance Sort by last modified time
    Searched refs:REG_MULTI_SZ (Results 1 - 11 of 11) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
slpublic.h 28 SL_DATA_MULTI_SZ = REG_MULTI_SZ,
dhcpssdk.h 44 #define DHCP_CALLOUT_LIST_TYPE REG_MULTI_SZ
winnt.h     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_winreg.py 42 ("Multi-string", ["Lots", "of", "string", "values"], REG_MULTI_SZ),
53 unicode("values")], REG_MULTI_SZ),
55 "values"], REG_MULTI_SZ),
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_winreg.py 42 ("Multi-string", ["Lots", "of", "string", "values"], REG_MULTI_SZ),
53 unicode("values")], REG_MULTI_SZ),
55 "values"], REG_MULTI_SZ),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_winreg.py 42 ("Multi-string", ["Lots", "of", "string", "values"], REG_MULTI_SZ),
53 unicode("values")], REG_MULTI_SZ),
55 "values"], REG_MULTI_SZ),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
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/webrtc/webrtc/base/
win32regkey.cc 117 return SetValueStaticHelper(full_key_name, value_name, REG_MULTI_SZ,
206 return GetValueStaticHelper(full_key_name, value_name, REG_MULTI_SZ, value);
413 case REG_MULTI_SZ:
459 case REG_MULTI_SZ:
570 (type == REG_MULTI_SZ) || (type == REG_EXPAND_SZ));
604 (type == REG_MULTI_SZ) || (type == REG_EXPAND_SZ));
610 // convert REG_MULTI_SZ bytes to string array
636 // get a std::vector<std::wstring> value from REG_MULTI_SZ type
647 ASSERT((hr != S_OK) || (type == REG_MULTI_SZ));
665 ASSERT((hr != S_OK) || (type == REG_MULTI_SZ) || (type == REG_BINARY))
    [all...]
  /external/lzma/CPP/Windows/
Registry.cpp 232 MYASSERT((res != ERROR_SUCCESS) || (type == REG_SZ) || (type == REG_MULTI_SZ) || (type == REG_EXPAND_SZ));
255 MYASSERT((res != ERROR_SUCCESS) || (type == REG_SZ) || (type == REG_MULTI_SZ) || (type == REG_EXPAND_SZ));
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 205 milliseconds