Home
last modified time | relevance | path

Searched refs:CreateKey (Results 1 – 16 of 16) sorted by relevance

/third_party/python/Lib/test/
Dtest_winreg.py76 CreateKey=CreateKey): argument
79 key = CreateKey(root_key, test_key_name)
82 sub_key = CreateKey(key, subkeystr)
213 self._write_test_data(HKEY_CURRENT_USER, CreateKey=cke)
259 with CreateKey(HKEY_CURRENT_USER, test_key_name) as key:
270 with CreateKey(HKEY_CURRENT_USER,
289 with CreateKey(HKEY_CURRENT_USER, test_key_name) as key:
314 with CreateKey(HKEY_CURRENT_USER, test_key_name) as ck:
337 with CreateKey(HKEY_CURRENT_USER, test_key_name) as ck:
349 with CreateKey(HKEY_CURRENT_USER, test_key_name) as ck:
[all …]
/third_party/node/deps/v8/src/heap/cppgc/
Dvisitor.h20 static constexpr Visitor::Key CreateKey() { return {}; } in CreateKey() function
27 VisitorBase() : cppgc::Visitor(VisitorFactory::CreateKey()) {} in VisitorBase()
Dmarking-verifier.cc145 : cppgc::Visitor(VisitorFactory::CreateKey()), state_(state) {} in VerificationVisitor()
/third_party/python/Lib/test/test_importlib/
Dtest_windows.py16 CreateKey, HKEY_CURRENT_USER,
66 subkey = CreateKey(HKEY_CURRENT_USER, key)
/third_party/node/deps/v8/src/heap/cppgc-js/
Dunified-heap-marking-verifier.cc21 : JSVisitor(cppgc::internal::VisitorFactory::CreateKey()), in UnifiedHeapVerificationVisitor()
Dunified-heap-marking-visitor.cc20 : JSVisitor(cppgc::internal::VisitorFactory::CreateKey()), in UnifiedHeapMarkingVisitorBase()
Dcpp-snapshot.cc593 : JSVisitor(cppgc::internal::VisitorFactory::CreateKey()), in WeakVisitor()
677 : JSVisitor(cppgc::internal::VisitorFactory::CreateKey()), in GraphBuildingVisitor()
/third_party/python/Tools/scripts/
Dwin_add2path.py31 with winreg.CreateKey(HKCU, ENV) as key:
/third_party/skia/src/gpu/ops/
DTriangulatingPathRenderer.cpp233 static void CreateKey(GrUniqueKey* key, in CreateKey() function in __anon71c66a5b0111::TriangulatingPathOp
284 CreateKey(&key, fShape, fDevClipBounds); in createNonAAMesh()
443 CreateKey(&key, fShape, fDevClipBounds); in onPrePrepareDraws()
/third_party/gn/src/base/win/
Dregistry.h42 LONG CreateKey(const char16_t* name, REGSAM access);
Dregistry.cc85 LONG RegKey::CreateKey(const char16_t* name, REGSAM access) { in CreateKey() function in base::win::RegKey
/third_party/python/Doc/library/
Dwinreg.rst62 .. function:: CreateKey(key, sub_key)
80 .. audit-event:: winreg.CreateKey key,sub_key,access winreg.CreateKey
82 .. audit-event:: winreg.OpenKey/result key winreg.CreateKey
112 .. audit-event:: winreg.CreateKey key,sub_key,access winreg.CreateKeyEx
482 To open the key, use the :func:`CreateKey` or :func:`OpenKey` methods.
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h1743 : key_(CreateKey()), default_factory_(new DefaultValueHolderFactory()) {}
1745 : key_(CreateKey()),
1776 static pthread_key_t CreateKey() {
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h1751 : key_(CreateKey()), default_factory_(new DefaultValueHolderFactory()) {}
1753 : key_(CreateKey()),
1785 static pthread_key_t CreateKey() {
/third_party/node/deps/googletest/include/gtest/internal/
Dgtest-port.h1807 : key_(CreateKey()), default_factory_(new DefaultValueHolderFactory()) {}
1809 : key_(CreateKey()),
1841 static pthread_key_t CreateKey() {
/third_party/cef/tools/distrib/gtest/
Dgtest.h2014 : key_(CreateKey()), default_factory_(new DefaultValueHolderFactory()) {}
2016 : key_(CreateKey()),
2047 static pthread_key_t CreateKey() {