Searched defs:cf_enabled (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/java/lang/
H A Djava_props_macosx.c155 CFNumberRef cf_enabled = CFDictionaryGetValue(inDict, inEnabledKey); local
156 if (cf_enabled == NULL) {
161 if (!CFNumberGetValue(cf_enabled, kCFNumberIntType, &isEnabled)) {

Completed in 22 milliseconds