Searched refs:getProperty (Results 126 - 149 of 149) sorted by relevance

123456

/macosx-10.10.1/IOATAFamily-253.0.1/
H A DIOATAController.cpp178 prop = getProperty ( kIOPropertyPhysicalInterconnectTypeKey, gIOServicePlane );
184 prop = getProperty ( kIOPropertyPhysicalInterconnectLocationKey, gIOServicePlane );
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireDevice.cpp1561 prop = getProperty(gFireWireVendor_ID);
1564 prop = getProperty(gFireWire_GUID);
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDDeviceClass.cpp547 IOReturn IOHIDDeviceClass::getProperty(CFStringRef key, CFTypeRef * pProperty) function in class:IOHIDDeviceClass
1457 getProperty(CFSTR(kIOHIDReportIntervalKey), (CFTypeRef *)&reportInterval);
1693 { return getThis(self)->getProperty(key, pProperty); }
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp764 OSBoolean *boolObj = OSDynamicCast(OSBoolean, provider->getProperty("kDoNotClassMatchThisInterface"));
1093 location = (OSNumber *)fInterface->GetDevice()->getProperty(kUSBDevicePropertyLocationID);
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventDriver.cpp1200 store = (getProperty(kIOHIDAppleVendorSupported) == kOSBooleanTrue) && (usage == kHIDUsage_AV_TopCase_KeyboardFn);
1203 store = (getProperty(kIOHIDAppleVendorSupported) == kOSBooleanTrue) && (usage == kHIDUsage_AppleVendorKeyboard_Function);
H A DIOHIDLibUserClient.cpp1524 if (provider && getProperty(kIOHIDLibClientExtendedData)) {
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/ControlDriver/Classes/
H A DAppleUSBCDCECMControl.cpp462 OSBoolean *boolObj = OSDynamicCast(OSBoolean, provider->getProperty("kDoNotClassMatchThisInterface"));
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtzfmttst.cpp621 const char* testAllProp = getProperty("TimeZoneRoundTripAll");
H A Dintltest.cpp1992 const char* IntlTest::getProperty(const char* prop) { function in class:IntlTest
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIConfigurator.cpp1046 adr = OSDynamicCast(OSNumber, dtEntry->getProperty("_ADR"));
1136 if (child->dtEntry->getProperty(gIOPCIThunderboltKey))
1356 if (child->dtNub->getProperty(propKey)) continue;
1366 && pciDevice->getProperty(kIOPCIResourcedKey))
H A Dvtd.c815 if (!IOService::getPlatform()->getProperty(kIOPlatformMapperPresentKey)) return;
/macosx-10.10.1/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceDevice.cpp1492 obj = OSDynamicCast ( OSBoolean, fController->getProperty ( kIOHierarchicalLogicalUnitSupportKey ) );
/macosx-10.10.1/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.mm999 bool NetscapePluginInstanceProxy::getProperty(uint32_t objectID, const Identifier& propertyName, data_t& resultData, mach_msg_type_number_t& resultLength)
1006 LOG_ERROR("NetscapePluginInstanceProxy::getProperty: local object %u doesn't exist.", objectID);
1023 bool NetscapePluginInstanceProxy::getProperty(uint32_t objectID, unsigned propertyName, data_t& resultData, mach_msg_type_number_t& resultLength)
1027 LOG_ERROR("NetscapePluginInstanceProxy::getProperty: local object %u doesn't exist.", objectID);
H A DNetscapePluginHostProxy.mm742 returnValue = instanceProxy->getProperty(objectID, propertyNameIdentifier, resultData, resultLength);
/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter32_64.asm2314 macro getProperty()
2352 getProperty()
2369 getProperty()
H A DLowLevelInterpreter64.asm2191 macro getProperty()
2224 getProperty()
2241 getProperty()
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp164 gKeySwitchLocked = (service->getProperty("Keyswitch") == kOSBooleanTrue);
493 ((number = OSDynamicCast(OSNumber, hiDevice->getProperty(kIOHIDVendorIDKey))) && (number->unsigned32BitValue() == kIOUSBVendorIDAppleComputer) && (tempSystemInfo->getObject("built-in") != kOSBooleanTrue)) ) )
1151 OSNumber *altSender = OSDynamicCast(OSNumber, newService->getProperty(kIOHIDAltSenderIdKey, gIOServicePlane));
7028 if (kOSBooleanTrue == entry->getProperty("MTEventSource")) {
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOUserClient.cpp3040 && (kOSBooleanTrue != service->getProperty(kIOUserClientCrossEndianCompatibleKey))
3041 && (kOSBooleanTrue != client->getProperty(kIOUserClientCrossEndianCompatibleKey)));
3055 client->sharedInstance = (0 != client->getProperty(kIOUserClientSharedInstanceKey));
H A DIOServicePM.cpp415 else if (getProperty(kIOPMResetPowerStateOnWakeKey) == kOSBooleanTrue)
947 if ((this != rootDomain) && child->getProperty("IOPMStrictTreeOrder"))
/macosx-10.10.1/IOKitUser-1050.1.21/hid.subproj/
H A DIOHIDDevice.c580 ret = (*device->deviceInterface)->getProperty(
/macosx-10.10.1/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.cpp1980 location = (OSNumber *)fpDevice->getProperty(kUSBDevicePropertyLocationID);
/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DBindingTest.java89 envHome = new File(System.getProperty(SharedTestUtils.DEST_DIR));
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFWIPBusInterface.cpp358 OSObject * prop = fIPLocalNode->getProperty(gFireWire_GUID);
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dphpcomplete.vim5069 \ 'SDO_Model_Type::getProperty(': 'mixed identifier | SDO_Model_Property',
5075 \ 'SDO_Sequence::getProperty(': 'int sequence_index | SDO_Model_Property',

Completed in 260 milliseconds

123456