Searched defs:sub_key (Results 1 – 6 of 6) sorted by relevance
| /external/python/cpython3/PC/clinic/ |
| D | winreg.c.h | 223 const Py_UNICODE *sub_key; in winreg_CreateKey() local 304 const Py_UNICODE *sub_key; in winreg_CreateKeyEx() local 357 const Py_UNICODE *sub_key; in winreg_DeleteKey() local 428 const Py_UNICODE *sub_key; in winreg_DeleteKeyEx() local 724 const Py_UNICODE *sub_key; in winreg_LoadKey() local 805 const Py_UNICODE *sub_key; in winreg_OpenKey() local 862 const Py_UNICODE *sub_key; in winreg_OpenKeyEx() local 953 const Py_UNICODE *sub_key; in winreg_QueryValue() local 1153 const Py_UNICODE *sub_key; in winreg_SetValue() local
|
| /external/python/cpython3/PC/ |
| D | winreg.c | 892 winreg_CreateKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key) in winreg_CreateKey_impl() 941 const Py_UNICODE *sub_key, int reserved, in winreg_CreateKeyEx_impl() 985 winreg_DeleteKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key) in winreg_DeleteKey_impl() 1026 const Py_UNICODE *sub_key, REGSAM access, in winreg_DeleteKeyEx_impl() 1353 winreg_LoadKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key, in winreg_LoadKey_impl() 1391 winreg_OpenKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key, in winreg_OpenKey_impl() 1427 winreg_OpenKeyEx_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key, in winreg_OpenKeyEx_impl() 1502 winreg_QueryValue_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key) in winreg_QueryValue_impl() 1700 winreg_SetValue_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key, in winreg_SetValue_impl()
|
| /external/python/cpython3/Lib/test/ |
| D | test_winreg.py | 192 def _test_named_args(self, key, sub_key): argument 212 cke = lambda key, sub_key: CreateKeyEx(key, sub_key, 0, KEY_ALL_ACCESS) argument 215 oke = lambda key, sub_key: OpenKeyEx(key, sub_key, 0, KEY_READ) argument
|
| /external/python/cpython2/Lib/test/ |
| D | test_winreg.py | 205 cke = lambda key, sub_key: CreateKeyEx(key, sub_key, 0, KEY_ALL_ACCESS) argument 208 oke = lambda key, sub_key: OpenKeyEx(key, sub_key, 0, KEY_READ) argument
|
| /external/brotli/c/dec/ |
| D | huffman.c | 179 brotli_reg_t sub_key; /* 2nd level table prefix code */ in BrotliBuildHuffmanTable() local
|
| /external/cronet/third_party/brotli/dec/ |
| D | huffman.c | 179 brotli_reg_t sub_key; /* 2nd level table prefix code */ in BrotliBuildHuffmanTable() local
|