/third_party/python/Lib/test/ |
D | test_winreg.py | 76 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/ |
D | visitor.h | 20 static constexpr Visitor::Key CreateKey() { return {}; } in CreateKey() function 27 VisitorBase() : cppgc::Visitor(VisitorFactory::CreateKey()) {} in VisitorBase()
|
D | marking-verifier.cc | 145 : cppgc::Visitor(VisitorFactory::CreateKey()), state_(state) {} in VerificationVisitor()
|
/third_party/python/Lib/test/test_importlib/ |
D | test_windows.py | 16 CreateKey, HKEY_CURRENT_USER, 66 subkey = CreateKey(HKEY_CURRENT_USER, key)
|
/third_party/node/deps/v8/src/heap/cppgc-js/ |
D | unified-heap-marking-verifier.cc | 21 : JSVisitor(cppgc::internal::VisitorFactory::CreateKey()), in UnifiedHeapVerificationVisitor()
|
D | unified-heap-marking-visitor.cc | 20 : JSVisitor(cppgc::internal::VisitorFactory::CreateKey()), in UnifiedHeapMarkingVisitorBase()
|
D | cpp-snapshot.cc | 593 : JSVisitor(cppgc::internal::VisitorFactory::CreateKey()), in WeakVisitor() 677 : JSVisitor(cppgc::internal::VisitorFactory::CreateKey()), in GraphBuildingVisitor()
|
/third_party/python/Tools/scripts/ |
D | win_add2path.py | 31 with winreg.CreateKey(HKCU, ENV) as key:
|
/third_party/skia/src/gpu/ops/ |
D | TriangulatingPathRenderer.cpp | 233 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/ |
D | registry.h | 42 LONG CreateKey(const char16_t* name, REGSAM access);
|
D | registry.cc | 85 LONG RegKey::CreateKey(const char16_t* name, REGSAM access) { in CreateKey() function in base::win::RegKey
|
/third_party/python/Doc/library/ |
D | winreg.rst | 62 .. 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/ |
D | gtest-port.h | 1743 : key_(CreateKey()), default_factory_(new DefaultValueHolderFactory()) {} 1745 : key_(CreateKey()), 1776 static pthread_key_t CreateKey() {
|
/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1751 : key_(CreateKey()), default_factory_(new DefaultValueHolderFactory()) {} 1753 : key_(CreateKey()), 1785 static pthread_key_t CreateKey() {
|
/third_party/node/deps/googletest/include/gtest/internal/ |
D | gtest-port.h | 1807 : key_(CreateKey()), default_factory_(new DefaultValueHolderFactory()) {} 1809 : key_(CreateKey()), 1841 static pthread_key_t CreateKey() {
|
/third_party/cef/tools/distrib/gtest/ |
D | gtest.h | 2014 : key_(CreateKey()), default_factory_(new DefaultValueHolderFactory()) {} 2016 : key_(CreateKey()), 2047 static pthread_key_t CreateKey() {
|