Home
last modified time | relevance | path

Searched refs:keyPath (Results 1 – 7 of 7) 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.java1399 String keyPath = null;
1418 keyPath = rpath.substring(j + 1, rpath.length());
1436 keyPath = rpath.substring(i + 1);
1446keyPath = rpath.substring(LOCALE.length() + 2/* prepending and appending / */, rpath.length());
1453 sub = ICUResourceBundle.findResourceWithFallback(keyPath, bundle, null);
1458 if (keyPath != null) {
1459 numKeys = countPathKeys(keyPath);
1462 getResPathKeys(keyPath, numKeys, keys, 0);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUResourceBundle.java1403 String keyPath = null;
1422 keyPath = rpath.substring(j + 1, rpath.length());
1440 keyPath = rpath.substring(i + 1);
1450keyPath = rpath.substring(LOCALE.length() + 2/* prepending and appending / */, rpath.length());
1457 sub = ICUResourceBundle.findResourceWithFallback(keyPath, bundle, null);
1462 if (keyPath != null) {
1463 numKeys = countPathKeys(keyPath);
1466 getResPathKeys(keyPath, numKeys, keys, 0);
/external/icu/icu4c/source/common/
Duresbund.cpp933 char *chAlias = NULL, *path = NULL, *locale = NULL, *keyPath = NULL; in init_resb_result() local
985 keyPath = locale; in init_resb_result()
992 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR); in init_resb_result()
993 if(keyPath) { in init_resb_result()
994 *keyPath = 0; in init_resb_result()
995 keyPath++; in init_resb_result()
1001 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR); in init_resb_result()
1002 if(keyPath) { in init_resb_result()
1003 *keyPath = 0; in init_resb_result()
1004 keyPath++; in init_resb_result()
[all …]
Dusprep.cpp356 LocalMemory<char> keyPath; in usprep_getProfile() local
360 keyPath.allocateInsteadAndCopy(uprv_strlen(path)+1) == NULL) in usprep_getProfile()
379 key->path = keyPath.orphan(); in usprep_getProfile()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...