Home
last modified time | relevance | path

Searched refs:keypath (Results 1 – 23 of 23) sorted by relevance

/external/autotest/site_utils/stable_images/
Dbuild_data_unittest.py69 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/
DOptParser.td153 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/
DtcuWin32VulkanPlatform.cpp178 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/
Dtls-network.c172 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/
Downership.py288 (keypath, certpath) = pairgen()
289 keyfile = scoped_tempfile(keypath)
/external/libwebsockets/include/libwebsockets/
Dlws-x509.h276 const char *keypath,
/external/openssh/
Dssh-keygen.c2445 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/
DGRPCClientTests.m251 initWithCallback:^(NSString *keypath, id object, NSDictionary *change) {
252 if ([keypath isEqual:@"responseHeaders"]) {
/external/libcups/tools/
Dippeveprinter.c362 *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/
DOptions.td248 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/
Dcups.strings424 "-K keypath Set location of server X.509 certificates and keys." = "-K keypath
Dcups_en.po1841 "-K keypath Set location of server X.509 certificates and keys."
1843 "-K keypath Set location of server X.509 certificates and keys."
Dcups_cs.po1662 "-K keypath Set location of server X.509 certificates and keys."
Dcups_de.po1729 "-K keypath Set location of server X.509 certificates and keys."
Dcups_fr.po1673 "-K keypath Set location of server X.509 certificates and keys."
Dcups_ja.po1807 "-K keypath Set location of server X.509 certificates and keys."
Dcups_ru.po1788 "-K keypath Set location of server X.509 certificates and keys."
Dcups_zh_CN.po1772 "-K keypath Set location of server X.509 certificates and keys."
Dcups_pt_BR.po1820 "-K keypath Set location of server X.509 certificates and keys."
Dcups_es.po1816 "-K keypath Set location of server X.509 certificates and keys."
Dcups_ca.po1813 "-K keypath Set location of server X.509 certificates and keys."
Dcups_it.po1813 "-K keypath Set location of server X.509 certificates and keys."
Dcups.pot2133 msgid "-K keypath Set location of server X.509 certificates and keys."