/external/chromium/base/ |
D | registry.cc | 159 RegKey::RegKey(HKEY rootkey, const tchar* subkey, REGSAM access) in RegKey() argument 163 this->Create(rootkey, subkey, access); in RegKey() 165 this->Open(rootkey, subkey, access); in RegKey() 167 assert(!subkey); in RegKey() 179 bool RegKey::Create(HKEY rootkey, const tchar* subkey, REGSAM access) { in Create() argument 181 return CreateWithDisposition(rootkey, subkey, &disposition_value, access); in Create() 184 bool RegKey::CreateWithDisposition(HKEY rootkey, const tchar* subkey, in CreateWithDisposition() argument 186 assert(rootkey && subkey && access && disposition); in CreateWithDisposition() 190 subkey, in CreateWithDisposition() 206 bool RegKey::Open(HKEY rootkey, const tchar* subkey, REGSAM access) { in Open() argument [all …]
|
D | registry.h | 29 RegKey(HKEY rootkey = NULL, CTP subkey = NULL, REGSAM access = KEY_READ); 34 bool Create(HKEY rootkey, CTP subkey, REGSAM access = KEY_READ); 36 bool CreateWithDisposition(HKEY rootkey, CTP subkey, DWORD* disposition, 39 bool Open(HKEY rootkey, CTP subkey, REGSAM access = KEY_READ); 128 inline bool DeleteFromRegistry(HKEY root_key, CTP subkey, CTP value_name) { in DeleteFromRegistry() argument 130 return ERROR_SUCCESS == ::SHDeleteValue(root_key, subkey, value_name); in DeleteFromRegistry() 132 return ERROR_SUCCESS == ::SHDeleteKey(root_key, subkey); in DeleteFromRegistry()
|
D | debug_util_win.cc | 21 bool RegReadString(HKEY root, const wchar_t* subkey, in RegReadString() argument 24 DWORD res = RegOpenKeyEx(root, subkey, 0, KEY_READ, &key); in RegReadString()
|
/external/chromium/third_party/icu/source/tools/genpname/ |
D | preparse.pl | 159 for my $subkey (sort keys %$hh) { 160 print "$key:$subkey:", $hh->{$subkey}, "\n"; 456 for my $subkey (sort keys %$hh) { 457 print "$key:$subkey:", $hh->{$subkey}, "\n"; 748 for my $subkey (sort keys %$hh) { 752 my $n = $gcCount{$subkey}; 755 $err .= "Warning: Enum for value $prop:$subkey not found in uchar.h\n"
|
/external/icu4c/tools/genpname/ |
D | preparse.pl | 159 for my $subkey (sort keys %$hh) { 160 print "$key:$subkey:", $hh->{$subkey}, "\n"; 456 for my $subkey (sort keys %$hh) { 457 print "$key:$subkey:", $hh->{$subkey}, "\n"; 748 for my $subkey (sort keys %$hh) { 752 my $n = $gcCount{$subkey}; 755 $err .= "Warning: Enum for value $prop:$subkey not found in uchar.h\n"
|
/external/dropbear/libtomcrypt/src/ciphers/ |
D | kasumi.c | 39 static u16 FI( u16 in, u16 subkey ) in FI() argument 94 seven ^= (subkey>>9); in FI() 95 nine ^= (subkey&0x1FF); in FI()
|
/external/openssl/crypto/krb5/ |
D | krb5_asn.h | 214 KRB5_ENCKEY *subkey; member
|
D | krb5_asn.c | 153 ASN1_EXP_OPT(KRB5_AUTHENTBODY, subkey, KRB5_ENCKEY, 6),
|
/external/openssl/include/openssl/ |
D | krb5_asn.h | 214 KRB5_ENCKEY *subkey; member
|
/external/ipsec-tools/src/racoon/ |
D | oakley.c | 2783 int subkey; local 2806 subkey = 1; 2820 subkey); 2839 subkey++;
|
/external/chromium/third_party/libevent/ |
D | evdns.c | 2913 config_nameserver_from_reg_key(HKEY key, const char *subkey) in config_nameserver_from_reg_key() argument 2919 if (RegQueryValueEx(key, subkey, 0, &type, NULL, &bufsz) in config_nameserver_from_reg_key() 2925 if (RegQueryValueEx(key, subkey, 0, &type, (LPBYTE)buf, &bufsz) in config_nameserver_from_reg_key()
|
/external/libvpx/examples/includes/geshi/ |
D | geshi.php | 1447 $subkey = count($this->language_data['CACHED_KEYWORD_LISTS'][$key]) - 1; 1448 … $this->language_data['CACHED_KEYWORD_LISTS'][$key][$subkey] .= '|' . preg_quote($word, '/');
|
/external/openssl/crypto/des/asm/ |
D | des_enc.m4 | 1214 add in1, 120, in3 ! use last subkey for first round 1722 add in4, 120, in4 ! for decryption we use last subkey first
|