Searched defs:create_key (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
H A Dtranslate_cache.c80 static INLINE unsigned create_key(struct translate_key *key) function
93 unsigned hash_key = create_key(key);
/external/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_cache.c80 static INLINE unsigned create_key(struct translate_key *key) function
93 unsigned hash_key = create_key(key);
/external/chromium_org/base/test/
H A Dtest_reg_util_win_unittest.cc77 base::win::RegKey create_key; local
79 create_key.Create(HKEY_CURRENT_USER, kTestKeyPath, KEY_ALL_ACCESS));
80 EXPECT_TRUE(create_key.Valid());
81 EXPECT_EQ(ERROR_SUCCESS, create_key.WriteValue(kTestValueName, 42));
82 create_key.Close();

Completed in 534 milliseconds