OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/ui/views/accessibility/
native_view_accessibility_win.cc
629
string16
temp_key
= state.keyboard_shortcut;
local
631
if (!
temp_key
.empty()) {
632
*acc_key = SysAllocString(
temp_key
.c_str());
[
all
...]
/external/chromium_org/chrome/installer/util/
product_state_unittest.cc
68
RegKey
temp_key
;
local
/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 160 milliseconds