/external/autotest/site_utils/stable_images/ |
D | build_data_unittest.py | 69 def _get_by_key_path(self, keypath): argument 71 return get_by_key_path(self.DICTDICT, keypath) 73 def _check_path_valid(self, keypath): argument 74 self.assertEqual(self._get_by_key_path(keypath), 'OK') 76 def _check_path_invalid(self, keypath): argument 77 self.assertIsNone(self._get_by_key_path(keypath))
|
/external/llvm-project/llvm/include/llvm/Option/ |
D | OptParser.td | 153 class MarshallingInfo<code keypath, code defaultvalue> { 154 code KeyPath = keypath; 158 class MarshallingInfoString<code keypath, code defaultvalue> 159 : MarshallingInfo<keypath, defaultvalue> {} 161 class MarshallingInfoFlag<code keypath, code defaultvalue = "false"> 162 : MarshallingInfo<keypath, defaultvalue> { 167 class MarshallingInfoBitfieldFlag<code keypath, code value> 168 : MarshallingInfoFlag<keypath, "0u"> { 174 class MarshallingInfoBooleanFlag<code keypath, code defaultvalue, code neg_name, string neg_spellin… 175 : MarshallingInfoFlag<keypath, defaultvalue> {
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32VulkanPlatform.cpp | 178 const char* keypath = "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion"; in getOSNameFromRegistry() local 183 getStringRegKey(keypath, "ProductName", productname); in getOSNameFromRegistry() 184 getStringRegKey(keypath, "ReleaseId", releaseid); in getOSNameFromRegistry() 190 if (ERROR_SUCCESS == getStringRegKey(keypath, "EditionID", optional)) in getOSNameFromRegistry() 193 if (ERROR_SUCCESS == getStringRegKey(keypath, "EditionSubstring", optional) in getOSNameFromRegistry()
|
/external/libwebsockets/lib/tls/ |
D | tls-network.c | 172 const char *keypath, in lws_tls_cert_updated() argument 184 !strcmp(v->tls.key_path, keypath)) { in lws_tls_cert_updated() 185 lws_tls_server_certs_load(v, &wsi, certpath, keypath, in lws_tls_cert_updated()
|
/external/autotest/client/cros/ |
D | ownership.py | 288 (keypath, certpath) = pairgen() 289 keyfile = scoped_tempfile(keypath)
|
/external/libwebsockets/include/libwebsockets/ |
D | lws-x509.h | 276 const char *keypath,
|
/external/openssh/ |
D | ssh-keygen.c | 2445 load_sign_key(const char *keypath, const struct sshkey *pubkey) in load_sign_key() argument 2447 size_t i, slen, plen = strlen(keypath); in load_sign_key() 2448 char *privpath = xstrdup(keypath); in load_sign_key() 2465 "path %s instead", __func__, keypath, privpath); in load_sign_key() 2468 error("Couldn't load identity %s", keypath); in load_sign_key() 2473 keypath, privpath); in load_sign_key() 2581 sig_sign(const char *keypath, const char *sig_namespace, int argc, char **argv) in sig_sign() argument 2596 if ((r = sshkey_load_public(keypath, &pubkey, NULL)) != 0) { in sig_sign() 2597 error("Couldn't load public key %s: %s", keypath, ssh_err(r)); in sig_sign() 2612 if ((privkey = load_sign_key(keypath, pubkey)) == NULL) in sig_sign()
|
/external/grpc-grpc/src/objective-c/tests/ |
D | GRPCClientTests.m | 251 initWithCallback:^(NSString *keypath, id object, NSDictionary *change) { 252 if ([keypath isEqual:@"responseHeaders"]) {
|
/external/libcups/tools/ |
D | ippeveprinter.c | 362 *keypath = NULL, /* Keychain path */ in main() local 455 keypath = argv[i]; in main() 713 cupsSetServerCredentials(keypath, printer->hostname, 1); in main()
|
/external/llvm-project/clang/include/clang/Driver/ |
D | Options.td | 248 string help="", list<OptionFlag> flags=[], code keypath="", 252 MarshallingInfoFlag<keypath, "false">, 261 string help="", list<OptionFlag> flags=[], code keypath="", 267 MarshallingInfoFlag<keypath, "false">, 271 multiclass BooleanMarshalledFFlag<string name, code keypath, code default_value, string pos_help = … 274 MarshallingInfoBooleanFlag<keypath, default_value, "fno_"#NAME, "-fno-"#name>;
|
/external/libcups/locale/ |
D | cups.strings | 424 "-K keypath Set location of server X.509 certificates and keys." = "-K keypath …
|
D | cups_en.po | 1841 "-K keypath Set location of server X.509 certificates and keys." 1843 "-K keypath Set location of server X.509 certificates and keys."
|
D | cups_cs.po | 1662 "-K keypath Set location of server X.509 certificates and keys."
|
D | cups_de.po | 1729 "-K keypath Set location of server X.509 certificates and keys."
|
D | cups_fr.po | 1673 "-K keypath Set location of server X.509 certificates and keys."
|
D | cups_ja.po | 1807 "-K keypath Set location of server X.509 certificates and keys."
|
D | cups_ru.po | 1788 "-K keypath Set location of server X.509 certificates and keys."
|
D | cups_zh_CN.po | 1772 "-K keypath Set location of server X.509 certificates and keys."
|
D | cups_pt_BR.po | 1820 "-K keypath Set location of server X.509 certificates and keys."
|
D | cups_es.po | 1816 "-K keypath Set location of server X.509 certificates and keys."
|
D | cups_ca.po | 1813 "-K keypath Set location of server X.509 certificates and keys."
|
D | cups_it.po | 1813 "-K keypath Set location of server X.509 certificates and keys."
|
D | cups.pot | 2133 msgid "-K keypath Set location of server X.509 certificates and keys."
|