Searched refs:keyPath (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/SemaObjC/ |
D | property-8.m | 33 - (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)chang… 34 - (void)removeObserver:(NSObject *)observer forKeyPath:(NSString *)keyPath;
|
/external/clang/lib/Driver/ |
D | MSVCToolChain.cpp | 120 static bool getSystemRegistryString(const char *keyPath, const char *valueName, in getSystemRegistryString() argument 130 const char *placeHolder = strstr(keyPath, "$VERSION"); in getSystemRegistryString() 137 while ((keyEnd > keyPath) && (*keyEnd != '\\')) in getSystemRegistryString() 142 size_t partialKeyLength = keyEnd - keyPath; in getSystemRegistryString() 146 strncpy(partialKey, keyPath, partialKeyLength); in getSystemRegistryString() 194 RegOpenKeyEx(hRootKey, keyPath, 0, KEY_READ | KEY_WOW64_32KEY, &hKey); in getSystemRegistryString()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUResourceBundle.java | 1476 String locale = null, keyPath = null; in getAliasedResource() local 1495 keyPath = rpath.substring(j + 1, rpath.length()); in getAliasedResource() 1513 keyPath = rpath.substring(i + 1); in getAliasedResource() 1523 … keyPath = rpath.substring(LOCALE.length() + 2/* prepending and appending / */, rpath.length()); in getAliasedResource() 1530 sub = ICUResourceBundle.findResourceWithFallback(keyPath, bundle, null); in getAliasedResource() 1542 if (keyPath != null) { in getAliasedResource() 1543 numKeys = countPathKeys(keyPath); in getAliasedResource() 1546 getResPathKeys(keyPath, numKeys, keys, 0); in getAliasedResource()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ICUResourceBundle.java | 1480 String locale = null, keyPath = null; in getAliasedResource() local 1499 keyPath = rpath.substring(j + 1, rpath.length()); in getAliasedResource() 1517 keyPath = rpath.substring(i + 1); in getAliasedResource() 1527 … keyPath = rpath.substring(LOCALE.length() + 2/* prepending and appending / */, rpath.length()); in getAliasedResource() 1534 sub = ICUResourceBundle.findResourceWithFallback(keyPath, bundle, null); in getAliasedResource() 1546 if (keyPath != null) { in getAliasedResource() 1547 numKeys = countPathKeys(keyPath); in getAliasedResource() 1550 getResPathKeys(keyPath, numKeys, keys, 0); in getAliasedResource()
|
/external/icu/icu4c/source/common/ |
D | uresbund.cpp | 931 char *chAlias = NULL, *path = NULL, *locale = NULL, *keyPath = NULL; in init_resb_result() local 983 keyPath = locale; in init_resb_result() 990 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR); in init_resb_result() 991 if(keyPath) { in init_resb_result() 992 *keyPath = 0; in init_resb_result() 993 keyPath++; in init_resb_result() 999 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR); in init_resb_result() 1000 if(keyPath) { in init_resb_result() 1001 *keyPath = 0; in init_resb_result() 1002 keyPath++; in init_resb_result() [all …]
|
D | usprep.cpp | 354 LocalMemory<char> keyPath; in usprep_getProfile() local 358 keyPath.allocateInsteadAndCopy(uprv_strlen(path)+1) == NULL) in usprep_getProfile() 377 key->path = keyPath.orphan(); in usprep_getProfile()
|
/external/lldb/test/functionalities/data-formatter/data-formatter-objc/ |
D | main.m | 109 -(void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change 116 -(void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change
|