HomeSort by relevance Sort by last modified time
    Searched defs:subkey (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/chrome/browser/chromeos/policy/
cloud_external_data_store.cc 66 const std::string subkey = GetSubkey(policy, hash); local
67 if (cache_->Load(cache_key_, subkey, data)) {
72 cache_->Delete(cache_key_, subkey);
  /external/chromium_org/chrome/installer/util/
delete_reg_key_work_item_unittest.cc 93 RegKey subkey; local
95 EXPECT_EQ(ERROR_SUCCESS, subkey.Create(key.Handle(), L"Subkey",
97 EXPECT_EQ(ERROR_SUCCESS, subkey.WriteValue(L"SomeValue", 1U));
98 EXPECT_EQ(ERROR_SUCCESS, subkey2.Create(subkey.Handle(), L"Subkey2",
104 RegSetKeySecurity(subkey.Handle(), DACL_SECURITY_INFORMATION,
113 subkey.Close();
127 EXPECT_EQ(ERROR_SUCCESS, key.OpenKey(L"Subkey", KEY_READ | WRITE_DAC));
131 // Give users all access to the subkey so it can be deleted.
registry_key_backup.cc 83 // Map of subkey names to the corresponding KeyData.
195 LOG(ERROR) << "Failed getting name of subkey " << i
206 RegKey subkey; local
209 result = subkey.Open(key.Handle(), it->first.c_str(), kKeyReadNoNotify);
211 LOG(ERROR) << "Failed opening subkey \"" << it->first
215 if (!it->second.Initialize(subkey)) {
216 LOG(ERROR) << "Failed backing up subkey \"" << it->first << "\"";
247 RegKey subkey; local
252 result = subkey.Create(key->Handle(), name.c_str(), KEY_WRITE);
254 LOG(ERROR) << "Failed creating subkey \"" << name << "\", result:
    [all...]
  /external/chromium_org/components/policy/core/common/cloud/
resource_cache.cc 74 const std::string& subkey,
88 return VerifyKeyPathAndGetSubkeyPath(key, true, subkey, &subkey_path) &&
94 const std::string& subkey,
99 if (!VerifyKeyPathAndGetSubkeyPath(key, false, subkey, &subkey_path) ||
120 std::string subkey; local
125 Base64UrlDecode(encoded_subkey, &subkey) &&
127 (*contents)[subkey].swap(data);
132 void ResourceCache::Delete(const std::string& key, const std::string& subkey) {
135 if (VerifyKeyPathAndGetSubkeyPath(key, false, subkey, &subkey_path))
138 // call below deletes the directory representing |key| if its last subkey wa
161 std::string subkey; local
    [all...]
  /external/jemalloc/include/jemalloc/internal/
rtree.h 64 uintptr_t subkey; \
73 subkey = (key << lshift) >> ((ZU(1) << (LG_SIZEOF_PTR + \
75 child = (void**)node[subkey]; \
87 subkey = (key << lshift) >> ((ZU(1) << (LG_SIZEOF_PTR+3)) - \
91 ret = leaf[subkey]; \
133 uintptr_t subkey; local
142 subkey = (key << lshift) >> ((ZU(1) << (LG_SIZEOF_PTR+3)) -
144 child = (void**)node[subkey];
154 node[subkey] = child;
160 subkey = (key << lshift) >> ((ZU(1) << (LG_SIZEOF_PTR+3)) - bits)
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_ie_toolbar_import_win_unittest.cc 102 RegKey subkey; local
103 subkey.Create(key->Handle(), subkey_name, KEY_ALL_ACCESS);
104 EXPECT_TRUE(subkey.Valid());
106 EncryptAndWrite(&subkey, values + i);
  /external/chromium_org/sandbox/win/tests/validation_tests/
commands.cc 177 // Get the subkey.
178 base::string16 subkey; local
180 subkey = argv[1];
181 trim_quote(&subkey);
184 return TestOpenKey(base_key, subkey);
187 int TestOpenKey(HKEY base_key, base::string16 subkey) {
190 subkey.c_str(),
  /external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
IDBBindingUtilities.cpp 199 IDBKey* subkey = createIDBKeyFromValue(isolate, item, stack, allowExperimentalTypes); local
200 if (!subkey)
203 subkeys.append(subkey);
  /external/openssl/crypto/krb5/
krb5_asn.h 201 ** subkey[6] EncryptionKey OPTIONAL,
214 KRB5_ENCKEY *subkey; member in struct:krb5_authenticator_st
  /external/openssl/include/openssl/
krb5_asn.h 201 ** subkey[6] EncryptionKey OPTIONAL,
214 KRB5_ENCKEY *subkey; member in struct:krb5_authenticator_st
  /external/chromium_org/base/win/
registry.cc 51 RegKey::RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access)
57 Create(rootkey, subkey, access);
59 Open(rootkey, subkey, access);
61 DCHECK(!subkey);
70 LONG RegKey::Create(HKEY rootkey, const wchar_t* subkey, REGSAM access) {
72 return CreateWithDisposition(rootkey, subkey, &disposition_value, access);
75 LONG RegKey::CreateWithDisposition(HKEY rootkey, const wchar_t* subkey,
77 DCHECK(rootkey && subkey && access && disposition);
79 LONG result = RegCreateKeyEx(rootkey, subkey, 0, NULL,
102 HKEY subkey = NULL local
139 HKEY subkey = NULL; local
201 HKEY subkey = NULL; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-help.c 222 const char *subkey = strrchr(name, '.'); local
224 if (!subkey)
227 if (!strcmp(subkey, ".path")) {
230 return add_man_viewer_path(name, subkey - name, value);
232 if (!strcmp(subkey, ".cmd")) {
235 return add_man_viewer_cmd(name, subkey - name, value);
238 warning("'%s': unsupported man viewer sub key.", subkey);
  /external/ipsec-tools/src/racoon/
oakley.c 2828 int subkey; local
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 642 milliseconds