Home
last modified time | relevance | path

Searched defs:sub_key (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/python/cpython3/PC/clinic/
Dwinreg.c.h223 const Py_UNICODE *sub_key = NULL; in winreg_CreateKey() local
304 const Py_UNICODE *sub_key = NULL; in winreg_CreateKeyEx() local
357 const Py_UNICODE *sub_key = NULL; in winreg_DeleteKey() local
431 const Py_UNICODE *sub_key = NULL; in winreg_DeleteKeyEx() local
727 const Py_UNICODE *sub_key = NULL; in winreg_LoadKey() local
808 const Py_UNICODE *sub_key = NULL; in winreg_OpenKey() local
865 const Py_UNICODE *sub_key = NULL; in winreg_OpenKeyEx() local
956 const Py_UNICODE *sub_key = NULL; in winreg_QueryValue() local
1156 const Py_UNICODE *sub_key = NULL; in winreg_SetValue() local
/aosp_15_r20/external/python/cpython3/PC/
Dwinreg.c904 winreg_CreateKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key) in winreg_CreateKey_impl()
953 const Py_UNICODE *sub_key, int reserved, in winreg_CreateKeyEx_impl()
997 winreg_DeleteKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key) in winreg_DeleteKey_impl()
1043 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()
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_winreg.py191 def _test_named_args(self, key, sub_key): argument
211 cke = lambda key, sub_key: CreateKeyEx(key, sub_key, 0, KEY_ALL_ACCESS) argument
214 oke = lambda key, sub_key: OpenKeyEx(key, sub_key, 0, KEY_READ) argument
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_winreg.py205 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
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/protos_generator/tests/
Dchild_model.proto13 string sub_key = 1; field
/aosp_15_r20/external/brotli/c/dec/
H A Dhuffman.c179 brotli_reg_t sub_key; /* 2nd level table prefix code */ in BrotliBuildHuffmanTable() local
/aosp_15_r20/external/cronet/third_party/brotli/dec/
H A Dhuffman.c179 brotli_reg_t sub_key; /* 2nd level table prefix code */ in BrotliBuildHuffmanTable() local
/aosp_15_r20/system/update_engine/common/
H A Dfake_prefs.cc115 for (const auto& sub_key : ns_keys) { in Delete() local
H A Dprefs_unittest.cc209 const string sub_key = "sk"; in TEST_F() local