OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:keypath
(Results
1 - 4
of
4
) sorted by null
/external/autotest/site_utils/stable_images/
build_data_unittest.py
69
def _get_by_key_path(self,
keypath
):
71
return get_by_key_path(self.DICTDICT,
keypath
)
73
def _check_path_valid(self,
keypath
):
74
self.assertEqual(self._get_by_key_path(
keypath
), 'OK')
76
def _check_path_invalid(self,
keypath
):
77
self.assertIsNone(self._get_by_key_path(
keypath
))
/external/deqp/framework/platform/win32/
tcuWin32VulkanPlatform.cpp
168
const char*
keypath
= "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion";
local
173
getStringRegKey(
keypath
, "ProductName", productname);
174
getStringRegKey(
keypath
, "ReleaseId", releaseid);
180
if (ERROR_SUCCESS == getStringRegKey(
keypath
, "EditionID", optional))
183
if (ERROR_SUCCESS == getStringRegKey(
keypath
, "EditionSubstring", optional)
/external/autotest/client/cros/
ownership.py
303
(
keypath
, certpath) = pairgen()
304
keyfile = scoped_tempfile(
keypath
)
/external/grpc-grpc/src/objective-c/tests/
GRPCClientTests.m
55
- (void)observeValueForKeyPath:(NSString *)
keyPath
79
- (void)observeValueForKeyPath:(NSString *)
keyPath
83
_callback(
keyPath
, object, change);
84
[object removeObserver:self forKeyPath:
keyPath
];
251
initWithCallback:^(NSString *
keypath
, id object, NSDictionary *change) {
252
if ([
keypath
isEqual:@"responseHeaders"]) {
Completed in 266 milliseconds