Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DMSVCToolChain.cpp119 static bool getSystemRegistryString(const char *keyPath, const char *valueName, in getSystemRegistryString() argument
129 const char *placeHolder = strstr(keyPath, "$VERSION"); in getSystemRegistryString()
136 while ((keyEnd > keyPath) && (*keyEnd != '\\')) in getSystemRegistryString()
141 size_t partialKeyLength = keyEnd - keyPath; in getSystemRegistryString()
145 strncpy(partialKey, keyPath, partialKeyLength); in getSystemRegistryString()
193 RegOpenKeyEx(hRootKey, keyPath, 0, KEY_READ | KEY_WOW64_32KEY, &hKey); in getSystemRegistryString()
/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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundle.java1381 String locale = null, keyPath = null; in getAliasedResource() local
1400 keyPath = rpath.substring(j + 1, rpath.length()); in getAliasedResource()
1418 keyPath = rpath.substring(i + 1); in getAliasedResource()
1428keyPath = rpath.substring(LOCALE.length() + 2/* prepending and appending / */, rpath.length()); in getAliasedResource()
1435 sub = ICUResourceBundle.findResourceWithFallback(keyPath, bundle, null); in getAliasedResource()
1447 if (keyPath != null) { in getAliasedResource()
1448 numKeys = countPathKeys(keyPath); in getAliasedResource()
1451 getResPathKeys(keyPath, numKeys, keys, 0); in getAliasedResource()
/external/icu/icu4c/source/common/
Duresbund.cpp930 char *chAlias = NULL, *path = NULL, *locale = NULL, *keyPath = NULL; in init_resb_result() local
982 keyPath = locale; in init_resb_result()
989 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR); in init_resb_result()
990 if(keyPath) { in init_resb_result()
991 *keyPath = 0; in init_resb_result()
992 keyPath++; in init_resb_result()
998 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR); in init_resb_result()
999 if(keyPath) { in init_resb_result()
1000 *keyPath = 0; in init_resb_result()
1001 keyPath++; in init_resb_result()
[all …]
Dusprep.cpp354 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/
Dmain.m109 -(void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change
116 -(void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change
/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 ...