Searched refs:setProp (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/libxml2-26/libxml2/python/tests/
H A Dbuild.py18 elem.setProp("img", "image.gif")
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A Dbuild.py18 elem.setProp("img", "image.gif")
/macosx-10.10/AppleRAID-4.0.6/
H A Dartest.c507 CFMutableDictionaryRef setProp = AppleRAIDGetSetProperties(setName); local
508 if (!setProp) {
512 dumpSetProperties(setProp);
516 CFMutableArrayRef members = (CFMutableArrayRef)CFDictionaryGetValue(setProp, CFSTR(kAppleRAIDMembersKey));
537 members = (CFMutableArrayRef)CFDictionaryGetValue(setProp, CFSTR(kAppleRAIDSparesKey));
544 CFRelease(setProp);
773 CFMutableDictionaryRef setProp = AppleRAIDGetSetProperties(setName); local
774 if (!setProp) continue;
776 CFStringRef level = CFDictionaryGetValue(setProp, CFSTR(kAppleRAIDLevelNameKey));
781 dumpSetProperties(setProp);
[all...]

Completed in 110 milliseconds