HomeSort by relevance Sort by last modified time
    Searched refs:temp_key (Results 1 - 5 of 5) 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/chrome/installer/util/
product_state_unittest.cc 75 RegKey temp_key; local
77 temp_key.Create(HKEY_CURRENT_USER, temp_key_path_.c_str(),
80 ::RegOverridePredefKey(overridden_, temp_key.Handle()));
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win.cc 487 string16 temp_key = state.keyboard_shortcut; local
489 if (!temp_key.empty()) {
490 *acc_key = SysAllocString(temp_key.c_str());
    [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 83 milliseconds