HomeSort by relevance Sort by last modified time
    Searched defs:CreateKey (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/chrome/common/extensions/docs/server2/
datastore_models.py 17 def CreateKey(cls, namespace, key):
31 return PersistentObjectStoreItem(key=cls.CreateKey(namespace, key),
  /system/keymaster/
key.cpp 38 Key* Key::CreateKey(const KeyBlob& blob, const Logger& logger, keymaster_error_t* error) {
  /external/chromium_org/base/test/
test_reg_util_win_unittest.cc 54 void CreateKey(const base::string16& key_path) {
114 CreateKey(path_garbage);
115 CreateKey(path_very_stale);
116 CreateKey(path_stale);
117 CreateKey(path_current);
118 CreateKey(path_future);
  /bionic/libc/bionic/
pthread_key.cpp 104 int CreateKey(pthread_key_t* result, void (*key_destructor)(void*)) {
198 return tls_map.CreateKey(key, key_destructor);
  /external/chromium_org/base/win/
registry.cc 91 LONG RegKey::CreateKey(const wchar_t* name, REGSAM access) {
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 889 milliseconds