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

  /external/lzma/CPP/Windows/
Registry.h 63 LONG QueryValue(LPCTSTR name, UInt32 &value) throw();
64 LONG QueryValue(LPCTSTR name, bool &value) throw();
65 LONG QueryValue(LPCTSTR name, LPTSTR value, UInt32 &dataSize) throw();
66 LONG QueryValue(LPCTSTR name, CSysString &value);
72 LONG QueryValue(LPCWSTR name, LPWSTR value, UInt32 &dataSize);
73 LONG QueryValue(LPCWSTR name, UString &value);
76 LONG QueryValue(LPCTSTR name, void *value, UInt32 &dataSize) throw();
77 LONG QueryValue(LPCTSTR name, CByteBuffer &value, UInt32 &dataSize);
Registry.cpp 190 LONG CKey::QueryValue(LPCTSTR name, UInt32 &value) throw()
201 LONG CKey::QueryValue(LPCTSTR name, bool &value) throw()
204 LONG res = QueryValue(name, uintValue);
212 LONG res = QueryValue(name, newVal);
221 LONG res = QueryValue(name, newVal);
227 LONG CKey::QueryValue(LPCTSTR name, LPTSTR value, UInt32 &count) throw()
236 LONG CKey::QueryValue(LPCTSTR name, CSysString &value)
244 res = QueryValue(name, value.GetBuffer(currentSize), currentSize);
250 LONG CKey::QueryValue(LPCWSTR name, LPWSTR value, UInt32 &count)
258 LONG CKey::QueryValue(LPCWSTR name, UString &value)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
syncstr.h 86 void (*QueryValue)(
161 void (* /*QueryValue*/ ) (
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_winreg.py 123 val = QueryValue(root_key, test_key_name)
240 # EnumValue or QueryValue to raise "WindowsError: More data is
263 QueryValue(key, name[0])
402 self.assertEqual("32KEY", QueryValue(key, ""))
410 self.assertEqual("64KEY", QueryValue(key, ""))
447 QueryValue(HKEY_CLASSES_ROOT, 'some_value_that_does_not_exist')
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_winreg.py 123 val = QueryValue(root_key, test_key_name)
240 # EnumValue or QueryValue to raise "WindowsError: More data is
263 QueryValue(key, name[0])
402 self.assertEqual("32KEY", QueryValue(key, ""))
410 self.assertEqual("64KEY", QueryValue(key, ""))
447 QueryValue(HKEY_CLASSES_ROOT, 'some_value_that_does_not_exist')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_winreg.py 123 val = QueryValue(root_key, test_key_name)
240 # EnumValue or QueryValue to raise "WindowsError: More data is
263 QueryValue(key, name[0])
402 self.assertEqual("32KEY", QueryValue(key, ""))
410 self.assertEqual("64KEY", QueryValue(key, ""))
447 QueryValue(HKEY_CLASSES_ROOT, 'some_value_that_does_not_exist')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_winreg.py 123 val = QueryValue(root_key, test_key_name)
240 # EnumValue or QueryValue to raise "WindowsError: More data is
263 QueryValue(key, name[0])
402 self.assertEqual("32KEY", QueryValue(key, ""))
410 self.assertEqual("64KEY", QueryValue(key, ""))
447 QueryValue(HKEY_CLASSES_ROOT, 'some_value_that_does_not_exist')
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 65 if (key.QueryValue(value, pathU) == ERROR_SUCCESS)

Completed in 546 milliseconds