Searched refs:subkeys (Results 1 – 11 of 11) sorted by relevance
/third_party/python/Doc/library/ |
D | winreg.rst | 130 parameter. This value must not be ``None``, and the key may not have subkeys. 132 *This method can not delete keys with subkeys.* 158 subkeys. 166 *This method can not delete keys with subkeys.* 195 Enumerates subkeys of an open registry key, returning a string. 410 Saves the specified key, and all its subkeys to the specified file. 504 subkeys. 519 Restoring reflection for a key does not affect reflection of any subkeys. 638 Required to enumerate the subkeys of a registry key. 643 subkeys of a registry key.
|
/third_party/mbedtls/library/ |
D | cmac.c | 748 const unsigned char* subkeys, in cmac_test_subkeys() argument 811 if( ( ret = memcmp( K1, subkeys, block_size ) ) != 0 || in cmac_test_subkeys() 812 ( ret = memcmp( K2, &subkeys[block_size], block_size ) ) != 0 ) in cmac_test_subkeys()
|
/third_party/boost/libs/property_tree/doc/ |
D | windows_registry_parser.qbk | 20 * Types of values of each registry key are stored in a subkey with name [^\types]. These subkeys co… 25 …u want to have named values, you need to create [^\values] and [^\types] subkeys, and put them the…
|
/third_party/gn/src/gn/ |
D | visual_studio_writer.cc | 105 const char16_t* const subkeys[] = { in GetWindowsKitsIncludeDirs() local 112 for (const char16_t* subkey : subkeys) { in GetWindowsKitsIncludeDirs()
|
/third_party/boost/tools/build/doc/src/ |
D | bjam.adoc | 882 either `subkeys` or `values`. For more information on '_path_' 887 `subkeys`:: 900 local subkeys = [ W32_GETREGNAMES "$(key)" : subkeys ] ; 901 for local subkey in $(subkeys)
|
/third_party/boost/tools/build/test/core-language/ |
D | test.jam | 1495 : subkeys ] ; 1498 local r4 = [ W32_GETREGNAMES "HKLM\\SYSTEM\\CurrentControlSet" : subkeys ] ;
|
/third_party/glib/gio/ |
D | gwin32registrykey.c | 94 POBJECT_ATTRIBUTES subkeys,
|
/third_party/python/Doc/using/ |
D | windows.rst | 983 * Additional "application paths" can be added in the registry as subkeys of
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V5.md | 913 …/github.com/nodejs/node/commit/fd5c56698e)] - **tools**: add support for subkeys in release tools …
|
D | CHANGELOG_V4.md | 2431 …/github.com/nodejs/node/commit/b66db49f94)] - **tools**: add support for subkeys in release tools …
|
D | CHANGELOG_V14.md | 4328 …ommit/5d940de17b)] - **doc**: note that signatures of binary may be from subkeys (Reşat SABIQ) [#3…
|