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

  /external/chromium_org/third_party/libjingle/source/talk/base/
win32regkey_unittest.cc 82 std::wstring temp_key = L""; local
83 EXPECT_TRUE(RegKey::GetRootKeyInfo(&temp_key) == NULL);
84 EXPECT_STREQ(temp_key.c_str(), L"");
86 temp_key = L"a";
87 EXPECT_TRUE(RegKey::GetRootKeyInfo(&temp_key) == NULL);
88 EXPECT_STREQ(temp_key.c_str(), L"");
91 temp_key = L"HKLM\\a";
92 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_LOCAL_MACHINE);
93 EXPECT_STREQ(temp_key.c_str(), L"a");
95 temp_key = L"HKEY_LOCAL_MACHINE\\a"
356 RegKey temp_key; local
    [all...]
  /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 634 base::string16 temp_key = state.keyboard_shortcut; local
636 if (!temp_key.empty()) {
637 *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 260 milliseconds