HomeSort by relevance Sort by last modified time
    Searched full:queryvalue (Results 1 - 13 of 13) sorted by null

  /external/lzma/CPP/Windows/
Registry.h 64 LONG QueryValue(LPCTSTR name, UInt32 &value);
65 LONG QueryValue(LPCTSTR name, bool &value);
66 LONG QueryValue(LPCTSTR name, LPTSTR value, UInt32 &dataSize);
67 LONG QueryValue(LPCTSTR name, CSysString &value);
73 LONG QueryValue(LPCWSTR name, LPWSTR value, UInt32 &dataSize);
74 LONG QueryValue(LPCWSTR name, UString &value);
77 LONG QueryValue(LPCTSTR name, void *value, UInt32 &dataSize);
78 LONG QueryValue(LPCTSTR name, CByteBuffer &value, UInt32 &dataSize);
Registry.cpp 190 LONG CKey::QueryValue(LPCTSTR name, UInt32 &value)
201 LONG CKey::QueryValue(LPCTSTR name, bool &value)
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)
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...]
  /external/chromium_org/tools/win/split_link/
check_installed.py 23 val = _winreg.QueryValue(_winreg.HKEY_CURRENT_USER,
split_link.py 80 val = _winreg.QueryValue(_winreg.HKEY_CURRENT_USER,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
LogStatement.java 115 * @param queryValue an Object that must be {@code Object.equals()} to the key's corresponding
120 * queryValue} matches the corresponding value in {@code values}
124 public boolean containsKeyValuePair(final String queryKey, final Object queryValue,
131 if (mKeys[i].equals(queryKey) && values[i].equals(queryValue)) {
LogUnit.java 455 * @param queryValue an Object that must be {@code String.equals()} to the key's corresponding
461 final Object queryValue) {
462 return findLastIndexContainingKeyValueBefore(queryType, queryKey, queryValue,
472 * @param queryValue an Object that must be {@code String.equals()} to the key's corresponding
481 final Object queryValue, final int startingIndex) {
489 || logStatement.containsKeyValuePair(queryKey, queryValue,
  /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')
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
syncstr.h 398 void (*QueryValue)(
473 void (* /*QueryValue*/ ) (
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
syncstr.h 398 void (*QueryValue)(
473 void (* /*QueryValue*/ ) (
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
syncstr.h 398 void (*QueryValue)(
473 void (* /*QueryValue*/ ) (
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 59 if (key.QueryValue(kProgramPathValue, path) == ERROR_SUCCESS)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 482 milliseconds