HomeSort by relevance Sort by last modified time
    Searched full:create_key (Results 1 - 4 of 4) sorted by null

  /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();
  /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/compiler-rt/lib/dfsan/
libc_ubuntu1204_abilist.txt     [all...]

Completed in 520 milliseconds