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

  /external/webrtc/webrtc/base/
win32regkey.cc 267 HKEY h_key = NULL; local
269 sam_desired, lpSecAttr, &h_key, &dw);
281 h_key_ = h_key;
292 HKEY h_key = NULL; local
293 LONG res = ::RegOpenKeyEx(parent_key, key_name, 0, sam_desired, &h_key);
302 h_key_ = h_key;
313 HKEY h_key = GetRootKeyInfo(&key_name); local
314 if (!h_key) {
319 HRESULT hr = key.Open(h_key, key_name.c_str(), KEY_READ);
338 HKEY h_key = GetRootKeyInfo(&key_name) local
373 HKEY h_key = GetRootKeyInfo(&key_name); local
393 HKEY h_key = GetRootKeyInfo(&key_name); local
443 HKEY h_key = GetRootKeyInfo(&key_name); local
746 HKEY h_key = GetRootKeyInfo(&key_name); local
764 HKEY h_key = GetRootKeyInfo(&key_name); local
785 HKEY h_key = GetRootKeyInfo(&key_name); local
812 HKEY h_key = GetRootKeyInfo(&key_name); local
839 HKEY h_key = GetRootKeyInfo(&key_name); local
887 HKEY h_key = NULL; local
1057 HKEY h_key = GetRootKeyInfo(&key_name); local
    [all...]
  /external/autotest/scheduler/
rdb_cache_manager.py 297 for h_key in h_keys:
298 if (not h_key.deps.issuperset(key.deps) or
299 not key.acls.intersection(h_key.acls)):
  /art/runtime/interpreter/
unstarted_runtime.cc 701 Handle<mirror::String> h_key(
703 if (h_key.Get() == nullptr) {
760 if (h_key->Equals(h_string_array->Get(0))) {
774 AbortTransactionOrFail(self, "getProperty key %s not supported", h_key->ToModifiedUtf8().c_str());
    [all...]

Completed in 317 milliseconds