Home
last modified time | relevance | path

Searched refs:keyPath (Results 1 – 9 of 9) sorted by relevance

/external/clang/test/SemaObjC/
Dproperty-8.m33 - (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)chang…
34 - (void)removeObserver:(NSObject *)observer forKeyPath:(NSString *)keyPath;
/external/clang/lib/Driver/
DMSVCToolChain.cpp134 static bool getSystemRegistryString(const char *keyPath, const char *valueName, in getSystemRegistryString() argument
144 const char *placeHolder = strstr(keyPath, "$VERSION"); in getSystemRegistryString()
151 while ((keyEnd > keyPath) && (*keyEnd != '\\')) in getSystemRegistryString()
156 size_t partialKeyLength = keyEnd - keyPath; in getSystemRegistryString()
160 strncpy(partialKey, keyPath, partialKeyLength); in getSystemRegistryString()
209 RegOpenKeyExA(hRootKey, keyPath, 0, KEY_READ | KEY_WOW64_32KEY, &hKey); in getSystemRegistryString()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundle.java1407 String keyPath = null;
1426 keyPath = rpath.substring(j + 1, rpath.length());
1444 keyPath = rpath.substring(i + 1);
1454keyPath = rpath.substring(LOCALE.length() + 2/* prepending and appending / */, rpath.length());
1461 sub = ICUResourceBundle.findResourceWithFallback(keyPath, bundle, null);
1466 if (keyPath != null) {
1467 numKeys = countPathKeys(keyPath);
1470 getResPathKeys(keyPath, numKeys, keys, 0);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUResourceBundle.java1416 String keyPath = null;
1435 keyPath = rpath.substring(j + 1, rpath.length());
1453 keyPath = rpath.substring(i + 1);
1463keyPath = rpath.substring(LOCALE.length() + 2/* prepending and appending / */, rpath.length());
1470 sub = ICUResourceBundle.findResourceWithFallback(keyPath, bundle, null);
1475 if (keyPath != null) {
1476 numKeys = countPathKeys(keyPath);
1479 getResPathKeys(keyPath, numKeys, keys, 0);
/external/icu/icu4c/source/common/
Duresbund.cpp964 char *chAlias = NULL, *path = NULL, *locale = NULL, *keyPath = NULL; in init_resb_result() local
1016 keyPath = locale; in init_resb_result()
1023 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR); in init_resb_result()
1024 if(keyPath) { in init_resb_result()
1025 *keyPath = 0; in init_resb_result()
1026 keyPath++; in init_resb_result()
1032 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR); in init_resb_result()
1033 if(keyPath) { in init_resb_result()
1034 *keyPath = 0; in init_resb_result()
1035 keyPath++; in init_resb_result()
[all …]
Dusprep.cpp354 LocalMemory<char> keyPath; in usprep_getProfile() local
358 keyPath.allocateInsteadAndCopy(static_cast<int32_t>(uprv_strlen(path)+1)) == NULL) in usprep_getProfile()
377 key->path = keyPath.orphan(); in usprep_getProfile()
/external/grpc-grpc/src/objective-c/tests/
DGRPCClientTests.m55 - (void)observeValueForKeyPath:(NSString *)keyPath
79 - (void)observeValueForKeyPath:(NSString *)keyPath
83 _callback(keyPath, object, change);
84 [object removeObserver:self forKeyPath:keyPath];
/external/walt/ios/WALT/
DMenuController.m52 - (void)observeValueForKeyPath:(NSString *)keyPath
/external/tensorflow/tensorflow/examples/ios/camera/
DCameraExampleViewController.mm127 - (void)observeValueForKeyPath:(NSString *)keyPath