HomeSort by relevance Sort by last modified time
    Searched full:subkey (Results 1 - 25 of 197) sorted by null

1 2 3 4 5 6 7 8

  /external/autotest/server/site_tests/firmware_UpdateKernelSubkeyVersion/
control 10 Servo based firmware update test, and check kernel subkey version.
15 2. Kernel subkey version does not match original kernel subkey version.
27 autoupdate. Check kernel subkey version after boot with firmware B, and then
firmware_UpdateKernelSubkeyVersion.py 17 autoupdate. Check kernel subkey version after boot with firmware B, and
42 'Kernel subkey version should be %s, but got %s.' %
46 'Update success, now subkey version is %s',
70 logging.info('Kernel subkey version will update to version %s',
87 logging.info("Update firmware with new kernel subkey version.")
  /external/vboot_reference/scripts/keygeneration/
increment_kernel_subkey.sh 6 # Script to increment kernel subkey for firmware updates.
19 Increments the kernel subkey in the specified keyset.
34 Generating new kernel subkey and new kernel keyblock.
36 New Firmware version (due to kernel subkey change): ${new_firm_ver}.
increment_kernel_subkey_and_key.sh 6 # Script to increment kernel subkey and datakey for firmware updates.
19 Increments the kernel subkey, data key and firmware version in the
37 Generating new kernel subkey, data keys and new kernel keyblock.
39 New Firmware version (due to kernel subkey change): ${new_firm_ver}.
keyset_version_check.sh 75 "kernel subkey" || testfail=1
77 "kernel subkey" || testfail=1
83 "kernel subkey" || testfail=1
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
regbag.h 51 LPCOLESTR subkey,
81 LPCOLESTR subkey,
100 #define ICreatePropBagOnRegKey_Create(This,hkey,subkey,ulOptions,samDesired,iid,ppBag) (This)->lpVtbl->Create(This,hkey,subkey,ulOptions,samDesired,iid,ppBag)
113 static FORCEINLINE HRESULT ICreatePropBagOnRegKey_Create(ICreatePropBagOnRegKey* This,HKEY hkey,LPCOLESTR subkey,DWORD ulOptions,DWORD samDesired,REFIID iid,LPVOID *ppBag) {
114 return This->lpVtbl->Create(This,hkey,subkey,ulOptions,samDesired,iid,ppBag);
124 LPCOLESTR subkey,
  /external/python/cpython3/Lib/test/test_importlib/
test_windows.py 20 def delete_registry_tree(root, subkey):
22 hkey = OpenKey(root, subkey, access=KEY_ALL_ACCESS)
24 # subkey does not exist
34 DeleteKey(root, subkey)
46 subkey = CreateKey(HKEY_CURRENT_USER, key)
49 SetValue(subkey, "", REG_SZ, path)
  /prebuilts/misc/scripts/vboot_signer/
vboot_signer.sh 21 echo usage: $0 futility input.img key.vbpubk key.vbprivk subkey.vbprivk output.keyblock output.img
39 subkey=$5
48 ${futility} vbutil_keyblock --pack ${keyblock} --datapubkey ${pubkey} --signprivate ${subkey} --flags 0x7
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/
syscall.go 24 //sys regCreateKeyEx(key syscall.Handle, subkey *uint16, reserved uint32, class *uint16, options uint32, desired uint32, sa *syscall.SecurityAttributes, result *syscall.Handle, disposition *uint32) (regerrno error) = advapi32.RegCreateKeyExW
25 //sys regDeleteKey(key syscall.Handle, subkey *uint16) (regerrno error) = advapi32.RegDeleteKeyW
zsyscall_windows.go 51 func regCreateKeyEx(key syscall.Handle, subkey *uint16, reserved uint32, class *uint16, options uint32, desired uint32, sa *syscall.SecurityAttributes, result *syscall.Handle, disposition *uint32) (regerrno error) {
52 r0, _, _ := syscall.Syscall9(procRegCreateKeyExW.Addr(), 9, uintptr(key), uintptr(unsafe.Pointer(subkey)), uintptr(reserved), uintptr(unsafe.Pointer(class)), uintptr(options), uintptr(desired), uintptr(unsafe.Pointer(sa)), uintptr(unsafe.Pointer(result)), uintptr(unsafe.Pointer(disposition)))
59 func regDeleteKey(key syscall.Handle, subkey *uint16) (regerrno error) {
60 r0, _, _ := syscall.Syscall(procRegDeleteKeyW.Addr(), 2, uintptr(key), uintptr(unsafe.Pointer(subkey)), 0)
key.go 84 var subkey syscall.Handle
85 err = syscall.RegOpenKeyEx(syscall.Handle(k), p, 0, access, &subkey)
89 return Key(subkey), nil
150 // DeleteKey deletes the subkey path of key k and its values.
158 MaxSubKeyLen uint32 // size of the key's subkey with the longest name, in Unicode characters, not including the terminating zero byte
  /prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
syscall.go 24 //sys regCreateKeyEx(key syscall.Handle, subkey *uint16, reserved uint32, class *uint16, options uint32, desired uint32, sa *syscall.SecurityAttributes, result *syscall.Handle, disposition *uint32) (regerrno error) = advapi32.RegCreateKeyExW
25 //sys regDeleteKey(key syscall.Handle, subkey *uint16) (regerrno error) = advapi32.RegDeleteKeyW
zsyscall_windows.go 51 func regCreateKeyEx(key syscall.Handle, subkey *uint16, reserved uint32, class *uint16, options uint32, desired uint32, sa *syscall.SecurityAttributes, result *syscall.Handle, disposition *uint32) (regerrno error) {
52 r0, _, _ := syscall.Syscall9(procRegCreateKeyExW.Addr(), 9, uintptr(key), uintptr(unsafe.Pointer(subkey)), uintptr(reserved), uintptr(unsafe.Pointer(class)), uintptr(options), uintptr(desired), uintptr(unsafe.Pointer(sa)), uintptr(unsafe.Pointer(result)), uintptr(unsafe.Pointer(disposition)))
59 func regDeleteKey(key syscall.Handle, subkey *uint16) (regerrno error) {
60 r0, _, _ := syscall.Syscall(procRegDeleteKeyW.Addr(), 2, uintptr(key), uintptr(unsafe.Pointer(subkey)), 0)
key.go 84 var subkey syscall.Handle
85 err = syscall.RegOpenKeyEx(syscall.Handle(k), p, 0, access, &subkey)
89 return Key(subkey), nil
150 // DeleteKey deletes the subkey path of key k and its values.
158 MaxSubKeyLen uint32 // size of the key's subkey with the longest name, in Unicode characters, not including the terminating zero byte
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
InfSectionParser.py 82 SubKey = ()
84 SubKey = (TAB_ARCH_COMMON, TAB_ARCH_COMMON)
86 SubKey = (SectionList[1], TAB_ARCH_COMMON)
88 SubKey = (SectionList[1], SectionList[2])
91 DepexExpresionList.append({SubKey: SectionDataDict[key]})
  /external/python/cpython2/PC/VS7.1/
python.iss 214 Tasks: extensions; Root: HKCR; Subkey: .py; ValueType: string; ValueName: ; ValueData: Python File; Flags: uninsdeletevalue
215 Tasks: extensions; Root: HKCR; Subkey: .py; ValueType: string; ValueName: Content Type; ValueData: text/plain; Flags: uninsdeletevalue
216 Tasks: extensions; Root: HKCR; Subkey: Python File; ValueType: string; ValueName: ; ValueData: Python File; Flags: uninsdeletekey
217 Tasks: extensions; Root: HKCR; Subkey: Python File\DefaultIcon; ValueType: string; ValueName: ; ValueData: {app}\Py.ico
218 Tasks: extensions; Root: HKCR; Subkey: Python File\shell\open\command; ValueType: string; ValueName: ; ValueData: """{app}\python.exe"" ""%1"" %*"
221 Tasks: extensions; Root: HKCR; Subkey: .pyc; ValueType: string; ValueName: ; ValueData: Python CompiledFile; Flags: uninsdeletevalue
222 Tasks: extensions; Root: HKCR; Subkey: Python CompiledFile; ValueType: string; ValueName: ; ValueData: Compiled Python File; Flags: uninsdeletekey
223 Tasks: extensions; Root: HKCR; Subkey: Python CompiledFile\DefaultIcon; ValueType: string; ValueName: ; ValueData: {app}\pyc.ico
224 Tasks: extensions; Root: HKCR; Subkey: Python CompiledFile\shell\open\command; ValueType: string; ValueName: ; ValueData: """{app}\python.exe"" ""%1"" %*"
227 Tasks: extensions; Root: HKCR; Subkey: .pyo; ValueType: string; ValueName: ; ValueData: Python CompiledFile; Flags: uninsdeletevalu
    [all...]
  /external/jemalloc/include/jemalloc/internal/
rtree.h 246 uintptr_t subkey; local
260 subkey = rtree_subkey(rtree, key, level - \
262 node = rtree_child_tryread(&node[subkey], dependent); \
269 subkey = rtree_subkey(rtree, key, level - \
275 return (rtree_val_read(rtree, &node[subkey], \
337 uintptr_t subkey; local
347 subkey = rtree_subkey(rtree, key, i);
353 rtree_val_write(rtree, &node[subkey], val);
357 child = rtree_child_read(rtree, &node[subkey], i, false);
  /libcore/ojluni/src/main/java/java/lang/reflect/
WeakCache.java 50 * key/subKey.
89 * pair of (key, subKey) or the entry has already been cleared.
118 // create subKey and retrieve the possible Supplier<V> stored by that
119 // subKey from valuesMap
120 Object subKey = Objects.requireNonNull(subKeyFactory.apply(key, parameter));
121 Supplier<V> supplier = valuesMap.get(subKey);
138 factory = new Factory(key, parameter, subKey, valuesMap);
142 supplier = valuesMap.putIfAbsent(subKey, factory);
149 if (valuesMap.replace(subKey, supplier, factory)) {
156 supplier = valuesMap.get(subKey);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/cache/
hash.go 41 // Subkey returns an action ID corresponding to mixing a parent
42 // action ID with a string description of the subkey.
43 func Subkey(parent ActionID, desc string) ActionID {
45 h.Write([]byte("subkey:"))
51 fmt.Fprintf(os.Stderr, "HASH subkey %x %q = %x\n", parent, desc, out)
55 hashDebug.m[out] = fmt.Sprintf("subkey %x %q", parent, desc)
  /prebuilts/go/linux-x86/src/cmd/go/internal/cache/
hash.go 41 // Subkey returns an action ID corresponding to mixing a parent
42 // action ID with a string description of the subkey.
43 func Subkey(parent ActionID, desc string) ActionID {
45 h.Write([]byte("subkey:"))
51 fmt.Fprintf(os.Stderr, "HASH subkey %x %q = %x\n", parent, desc, out)
55 hashDebug.m[out] = fmt.Sprintf("subkey %x %q", parent, desc)
  /external/python/cpython2/PC/
_winreg.c 52 "LoadKey() - Creates a subkey under HKEY_USER or HKEY_LOCAL_MACHINE and stores\n"
53 " registration information from a specified file into that subkey.\n"
126 "sub_key is a string that must be a subkey of the key identified by the key parameter.\n"
138 "sub_key is a string that must be a subkey of the key identified by the key parameter.\n"
161 "The function retrieves the name of one subkey each time it is called.\n"
170 "The function retrieves the name of one subkey each time it is called.\n"
197 "LoadKey(key, sub_key, file_name) - Creates a subkey under the specified key\n"
198 "and stores registration information from a specified file into that subkey.\n"
244 "sub_key is a string that holds the name of the subkey with which the value\n"
276 "sub_key is a string that names the subkey with which the value is associated.\n
    [all...]
  /external/vboot_reference/tests/
vb2_firmware_tests.sh 39 # Keyblock with firmware subkey is signed by root key
44 # Firmware preamble is signed with the firmware subkey
  /external/autotest/server/site_tests/firmware_UpdateFirmwareDataKeyVersion/files/
common.sh 134 # Firmware version is the kernel subkey version.
150 # for keyblocks: <keyblock_name>.v<datakey version>.v<subkey version>.keyblock
162 # for keyblocks: <keyblock_name>.v<datakey version>.v<subkey version>.keyblock
177 # for keyblocks: <keyblock_name>.v<datakey version>.v<subkey version>.keyblock
192 # for keyblocks: <keyblock_name>.v<datakey version>.v<subkey version>.keyblock
  /external/autotest/server/site_tests/firmware_UpdateKernelDataKeyVersion/files/
common.sh 134 # Firmware version is the kernel subkey version.
150 # for keyblocks: <keyblock_name>.v<datakey version>.v<subkey version>.keyblock
162 # for keyblocks: <keyblock_name>.v<datakey version>.v<subkey version>.keyblock
177 # for keyblocks: <keyblock_name>.v<datakey version>.v<subkey version>.keyblock
192 # for keyblocks: <keyblock_name>.v<datakey version>.v<subkey version>.keyblock
  /external/autotest/server/site_tests/firmware_UpdateKernelSubkeyVersion/files/
common.sh 134 # Firmware version is the kernel subkey version.
150 # for keyblocks: <keyblock_name>.v<datakey version>.v<subkey version>.keyblock
162 # for keyblocks: <keyblock_name>.v<datakey version>.v<subkey version>.keyblock
177 # for keyblocks: <keyblock_name>.v<datakey version>.v<subkey version>.keyblock
192 # for keyblocks: <keyblock_name>.v<datakey version>.v<subkey version>.keyblock

Completed in 948 milliseconds

1 2 3 4 5 6 7 8