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

  /external/webrtc/webrtc/base/
win32regkey_unittest.cc 66 std::wstring temp_key = L""; local
67 EXPECT_TRUE(RegKey::GetRootKeyInfo(&temp_key) == NULL);
68 EXPECT_STREQ(temp_key.c_str(), L"");
70 temp_key = L"a";
71 EXPECT_TRUE(RegKey::GetRootKeyInfo(&temp_key) == NULL);
72 EXPECT_STREQ(temp_key.c_str(), L"");
75 temp_key = L"HKLM\\a";
76 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_LOCAL_MACHINE);
77 EXPECT_STREQ(temp_key.c_str(), L"a");
79 temp_key = L"HKEY_LOCAL_MACHINE\\a"
343 RegKey temp_key; local
    [all...]
  /external/v8/src/
transitions.cc 610 Name* temp_key = GetKey(j);
614 if (!TransitionsAccessor::IsSpecialTransition(roots, temp_key)) {
618 TransitionsAccessor::GetTargetDetails(temp_key, temp_target_map);
623 CompareKeys(temp_key, temp_key->Hash(), temp_kind, temp_attributes,
626 SetKey(j + 1, temp_key);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mailbox.py 311 temp_key = self.add(message)
312 temp_subpath = self._lookup(temp_key)
    [all...]
  /external/python/cpython2/Lib/
mailbox.py 326 temp_key = self.add(message)
327 temp_subpath = self._lookup(temp_key)
    [all...]
  /external/python/cpython3/Lib/
mailbox.py 346 temp_key = self.add(message)
347 temp_subpath = self._lookup(temp_key)
    [all...]

Completed in 186 milliseconds