Searched refs:keypath (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/npm/node_modules/rc/lib/ |
D | utils.js | 49 var keypath = k.substring(l).split('__') 53 while ((_emptyStringIndex=keypath.indexOf('')) > -1) { 54 keypath.splice(_emptyStringIndex, 1) 58 keypath.forEach(function _buildSubObj(_subkey,i){ 68 if (i === keypath.length-1)
|
/third_party/vk-gl-cts/framework/platform/win32/ |
D | tcuWin32VulkanPlatform.cpp | 176 const char* keypath = "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion"; in getOSNameFromRegistry() local 181 getStringRegKey(keypath, "ProductName", productname); in getOSNameFromRegistry() 182 getStringRegKey(keypath, "ReleaseId", releaseid); in getOSNameFromRegistry() 188 if (ERROR_SUCCESS == getStringRegKey(keypath, "EditionID", optional)) in getOSNameFromRegistry() 191 if (ERROR_SUCCESS == getStringRegKey(keypath, "EditionSubstring", optional) in getOSNameFromRegistry()
|
/third_party/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()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-x509.h | 290 const char *keypath,
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | input.py | 191 def CheckNode(node, keypath): argument 202 + repr(len(keypath) + 1) 204 + ".".join(keypath) 207 kp = list(keypath) # Make a copy of the list for descending this node. 214 kp = list(keypath) # Copy list. 222 "Unknown AST node at key path '" + ".".join(keypath) + "': " + repr(node)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | input.py | 191 def CheckNode(node, keypath): argument 200 repr(len(keypath) + 1) + " with key path '" + 201 '.'.join(keypath) + "'") 202 kp = list(keypath) # Make a copy of the list for descending this node. 209 kp = list(keypath) # Copy list. 216 raise TypeError("Unknown AST node at key path '" + '.'.join(keypath) +
|
/third_party/grpc/src/objective-c/tests/UnitTests/ |
D | GRPCClientTests.m | 259 initWithCallback:^(NSString *keypath, id object, NSDictionary *change) { 260 if ([keypath isEqual:@"responseHeaders"]) {
|