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

  /external/chromium_org/third_party/webrtc/base/
win32regkey_unittest.cc 65 std::wstring temp_key = L""; local
66 EXPECT_TRUE(RegKey::GetRootKeyInfo(&temp_key) == NULL);
67 EXPECT_STREQ(temp_key.c_str(), L"");
69 temp_key = L"a";
70 EXPECT_TRUE(RegKey::GetRootKeyInfo(&temp_key) == NULL);
71 EXPECT_STREQ(temp_key.c_str(), L"");
74 temp_key = L"HKLM\\a";
75 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_LOCAL_MACHINE);
76 EXPECT_STREQ(temp_key.c_str(), L"a");
78 temp_key = L"HKEY_LOCAL_MACHINE\\a"
339 RegKey temp_key; local
    [all...]
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win.cc 637 base::string16 temp_key = state.keyboard_shortcut; local
639 if (!temp_key.empty()) {
640 *acc_key = SysAllocString(temp_key.c_str());
    [all...]
  /external/chromium_org/chrome/installer/util/
product_state_unittest.cc 68 RegKey temp_key; local
  /system/keymaster/
ocb.c 547 AES_KEY temp_key; local
548 AES_set_encrypt_key(userKey, bits, &temp_key);
549 AES_set_decrypt_key_fast(key, &temp_key);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 324 temp_key = self.add(message)
325 temp_subpath = self._lookup(temp_key)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 324 temp_key = self.add(message)
325 temp_subpath = self._lookup(temp_key)
    [all...]

Completed in 251 milliseconds