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 304 for h_key in h_keys:
305 if (not h_key.deps.issuperset(key.deps) or
306 not key.acls.intersection(h_key.acls)):
  /art/runtime/interpreter/
unstarted_runtime.cc     [all...]

Completed in 153 milliseconds