Searched defs:sub_key (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/PC/clinic/ |
D | winreg.c.h | 246 const wchar_t *sub_key = NULL; in winreg_CreateKey() local 349 const wchar_t *sub_key = NULL; in winreg_CreateKeyEx() local 437 const wchar_t *sub_key = NULL; in winreg_DeleteKey() local 533 const wchar_t *sub_key = NULL; in winreg_DeleteKeyEx() local 866 const wchar_t *sub_key = NULL; in winreg_LoadKey() local 964 const wchar_t *sub_key = NULL; in winreg_OpenKey() local 1081 const wchar_t *sub_key = NULL; in winreg_OpenKeyEx() local 1211 const wchar_t *sub_key = NULL; in winreg_QueryValue() local 1405 const wchar_t *sub_key = NULL; in winreg_SetValue() local
|
/external/python/cpython3/PC/ |
D | winreg.c | 918 winreg_CreateKey_impl(PyObject *module, HKEY key, const wchar_t *sub_key) in winreg_CreateKey_impl() 966 winreg_CreateKeyEx_impl(PyObject *module, HKEY key, const wchar_t *sub_key, in winreg_CreateKeyEx_impl() 1010 winreg_DeleteKey_impl(PyObject *module, HKEY key, const wchar_t *sub_key) in winreg_DeleteKey_impl() 1055 winreg_DeleteKeyEx_impl(PyObject *module, HKEY key, const wchar_t *sub_key, in winreg_DeleteKeyEx_impl() 1369 winreg_LoadKey_impl(PyObject *module, HKEY key, const wchar_t *sub_key, in winreg_LoadKey_impl() 1409 winreg_OpenKey_impl(PyObject *module, HKEY key, const wchar_t *sub_key, in winreg_OpenKey_impl() 1445 winreg_OpenKeyEx_impl(PyObject *module, HKEY key, const wchar_t *sub_key, in winreg_OpenKeyEx_impl() 1521 winreg_QueryValue_impl(PyObject *module, HKEY key, const wchar_t *sub_key) in winreg_QueryValue_impl() 1747 winreg_SetValue_impl(PyObject *module, HKEY key, const wchar_t *sub_key, in winreg_SetValue_impl()
|
/external/python/cpython3/Lib/test/ |
D | test_winreg.py | 203 def _test_named_args(self, key, sub_key): argument 223 cke = lambda key, sub_key: CreateKeyEx(key, sub_key, 0, KEY_ALL_ACCESS) argument 226 oke = lambda key, sub_key: OpenKeyEx(key, sub_key, 0, KEY_READ) argument
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/protos_generator/tests/ |
D | child_model.proto | 13 string sub_key = 1; field
|
/external/brotli/c/dec/ |
D | huffman.c | 179 brotli_reg_t sub_key; /* 2nd level table prefix code */ in BrotliBuildHuffmanTable() local
|
/external/cronet/stable/third_party/brotli/dec/ |
D | huffman.c | 179 brotli_reg_t sub_key; /* 2nd level table prefix code */ in BrotliBuildHuffmanTable() local
|
/external/cronet/tot/third_party/brotli/dec/ |
D | huffman.c | 179 brotli_reg_t sub_key; /* 2nd level table prefix code */ in BrotliBuildHuffmanTable() local
|