Searched refs:keypath (Results 1 – 20 of 20) sorted by relevance
/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/deqp/framework/platform/win32/ |
D | tcuWin32VulkanPlatform.cpp | 208 const char* keypath = "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion"; in getOSNameFromRegistry() local 213 getStringRegKey(keypath, "ProductName", productname); in getOSNameFromRegistry() 214 getStringRegKey(keypath, "ReleaseId", releaseid); in getOSNameFromRegistry() 220 if (ERROR_SUCCESS == getStringRegKey(keypath, "EditionID", optional)) in getOSNameFromRegistry() 223 if (ERROR_SUCCESS == getStringRegKey(keypath, "EditionSubstring", optional) in getOSNameFromRegistry()
|
/external/libwebsockets/lib/tls/ |
D | tls-network.c | 173 const char *keypath, in lws_tls_cert_updated() argument 185 !strcmp(v->tls.key_path, keypath)) { in lws_tls_cert_updated() 186 lws_tls_server_certs_load(v, &wsi, certpath, keypath, in lws_tls_cert_updated()
|
/external/autotest/client/cros/ |
D | ownership.py | 292 (keypath, certpath) = pairgen() 293 keyfile = scoped_tempfile(keypath)
|
/external/libwebsockets/include/libwebsockets/ |
D | lws-x509.h | 290 const char *keypath,
|
/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/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_zh_CN.po | 1772 "-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_de.po | 1729 "-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_fr.po | 1673 "-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_ca.po | 1813 "-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_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."
|