Home
last modified time | relevance | path

Searched refs:create_key (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/base/test/
Dtest_reg_util_win_unittest.cc77 base::win::RegKey create_key; in TEST_F() local
79 create_key.Create(HKEY_CURRENT_USER, kTestKeyPath, KEY_ALL_ACCESS)); in TEST_F()
80 EXPECT_TRUE(create_key.Valid()); in TEST_F()
81 EXPECT_EQ(ERROR_SUCCESS, create_key.WriteValue(kTestValueName, 42)); in TEST_F()
82 create_key.Close(); in TEST_F()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
Dtranslate_cache.c80 static INLINE unsigned create_key(struct translate_key *key) in create_key() function
93 unsigned hash_key = create_key(key); in translate_cache_find()
/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_cache.c80 static INLINE unsigned create_key(struct translate_key *key) in create_key() function
93 unsigned hash_key = create_key(key); in translate_cache_find()
/external/libxml2/
Dxmlschemas.c22835 goto create_key; in xmlSchemaXPathProcessHistory()
22852 create_key: in xmlSchemaXPathProcessHistory()
/external/chromium_org/third_party/libxml/src/
Dxmlschemas.c22834 goto create_key; in xmlSchemaXPathProcessHistory()
22851 create_key: in xmlSchemaXPathProcessHistory()