OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:create_key
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
translate_cache.c
80
static INLINE unsigned
create_key
(struct translate_key *key)
function
93
unsigned hash_key =
create_key
(key);
/external/mesa3d/src/gallium/auxiliary/translate/
translate_cache.c
80
static INLINE unsigned
create_key
(struct translate_key *key)
function
93
unsigned hash_key =
create_key
(key);
/external/chromium_org/base/test/
test_reg_util_win_unittest.cc
77
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 128 milliseconds