Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/rc/lib/
Dutils.js49 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/
DtcuWin32VulkanPlatform.cpp176 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/
Dtls-network.c173 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/
Dlws-x509.h290 const char *keypath,
/third_party/node/tools/gyp/pylib/gyp/
Dinput.py191 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/
Dinput.py191 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/
DGRPCClientTests.m259 initWithCallback:^(NSString *keypath, id object, NSDictionary *change) {
260 if ([keypath isEqual:@"responseHeaders"]) {