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

123456

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDPointing.cpp348 setProperty(kIOHIDScrollAccelerationTypeKey, _provider->getProperty( kIOHIDScrollAccelerationTypeKey ));
349 setProperty(kIOHIDPointerAccelerationTypeKey, _provider->getProperty( kIOHIDPointerAccelerationTypeKey ));
351 setProperty(kIOHIDPointerAccelerationTableKey, _provider->getProperty( kIOHIDPointerAccelerationTableKey ));
352 setProperty(kIOHIDScrollAccelerationTableKey, _provider->getProperty( kIOHIDScrollAccelerationTableKey ));
353 setProperty(kIOHIDScrollAccelerationTableXKey, _provider->getProperty( kIOHIDScrollAccelerationTableXKey ));
354 setProperty(kIOHIDScrollAccelerationTableYKey, _provider->getProperty( kIOHIDScrollAccelerationTableYKey ));
355 setProperty(kIOHIDScrollAccelerationTableZKey, _provider->getProperty( kIOHIDScrollAccelerationTableZKey ));
357 setProperty(kIOHIDScrollReportRateKey, _provider->getProperty( kIOHIDScrollReportRateKey ));
359 setProperty( kIOHIDScrollMouseButtonKey, _provider->getProperty( kIOHIDScrollMouseButtonKey ));
361 setProperty(kIOHIDScrollResolutionXKey, _provider->getProperty( kIOHIDScrollResolutionXKe
[all...]
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireMagicMatchingNub.cpp35 return clientClass->isEqualTo( getProperty( "IODesiredChild" ) );
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/python/
H A DPyRowRef.h33 PyProperty *getProperty(char *nm) { function in class:PyRowRef
43 PyProperty *prop = getProperty(nm);
/macosx-10.10.1/xnu-2782.1.97/iokit/bsddev/
H A DDINetBootHook.cpp176 myResult = OSDynamicCast(OSNumber, controller->getProperty(kDIRootImageResultKey));
187 myDevT = OSDynamicCast(OSNumber, controller->getProperty(kDIRootImageDevTKey));
196 myDevName = OSDynamicCast(OSString, controller->getProperty(kDIRootImageDevNameKey));
230 data = OSDynamicCast(OSData, entry->getProperty("boot-ramdmg-size"));
238 data = OSDynamicCast(OSData, entry->getProperty("boot-ramdmg-extents"));
H A DIOKitBSDInit.cpp263 return ( netif->getProperty( kIOBSDNameKey ) != 0 );
353 data = OSDynamicCast(OSData, regEntry->getProperty( "root-matching" ));
361 data = (OSData *) regEntry->getProperty( "boot-uuid" );
391 data = (OSData *)regEntry->getProperty("RAMDisk"); /* Find the ram disk, if there */
518 service = (IOService *)service->getProperty(mediaProperty);
541 iostr = (OSString *) service->getProperty( kIOBSDNameKey );
544 off = (OSNumber *) service->getProperty( kIOBSDMajorKey );
547 off = (OSNumber *) service->getProperty( kIOBSDMinorKey );
630 data = (OSData *) regEntry->getProperty(property_name);
646 string = ( OSString * ) IOService::getPlatform( )->getProvider( )->getProperty( kIOPlatformUUIDKe
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DJSClassRef.h40 : getProperty(_getProperty), setProperty(_setProperty), attributes(_attributes), propertyNameRef(OpaqueJSString::create(propertyName))
44 JSObjectGetPropertyCallback getProperty; member in struct:StaticValueEntry
103 JSObjectGetPropertyCallback getProperty; member in struct:OpaqueJSClass
H A DJSClassRef.cpp52 , getProperty(definition->getProperty)
69 m_staticValues->set(valueName.impl(), std::make_unique<StaticValueEntry>(staticValue->getProperty, staticValue->setProperty, staticValue->attributes, valueName));
139 staticValues->add(valueName.impl(), std::make_unique<StaticValueEntry>(it->value->getProperty, it->value->setProperty, it->value->attributes, valueName));
H A DJSCallbackObjectFunctions.h140 // optional optimization to bypass getProperty in cases when we only need to know if the property exists
149 } else if (JSObjectGetPropertyCallback getProperty = jsClass->getProperty) {
156 value = getProperty(ctx, thisRef, propertyNameRef.get(), &exception);
519 if (entry->getProperty && (!(entry->attributes & kJSPropertyAttributeDontEnum) || (mode == IncludeDontEnumProperties)))
570 if (JSObjectGetPropertyCallback getProperty = entry->getProperty) {
575 value = getProperty(toRef(exec), thisRef, entry->propertyNameRef.get(), &exception);
630 if (JSObjectGetPropertyCallback getProperty = jsClass->getProperty) {
[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIODMAController.cpp52 dmaParentData = OSDynamicCast(OSData, provider->getProperty("dma-parent"));
87 phandleData = OSDynamicCast(OSData, _provider->getProperty("AAPL,phandle"));
H A DIODeviceTreeSupport.cpp184 if( (prop = (OSData *) parent->getProperty( gIODTCompatibleKey))) {
211 if( !intMap && child->getProperty( gIODTInterruptParentKey))
227 array = OSDynamicCast(OSArray, child->getProperty( gIOInterruptSpecifiersKey ));
260 propObj = OSDynamicCast( OSData, chosen->getProperty(key) );
301 defaultObj = OSDynamicCast( OSData, defaults->getProperty(key) );
401 if( regEntry->getProperty( gIODTInterruptCellKey)
402 && (data = OSDynamicCast( OSData, regEntry->getProperty( gIODTPHandleKey )))) {
431 if( (data = OSDynamicCast( OSData, regEntry->getProperty( name )))
446 if( (data = OSDynamicCast( OSData, regEntry->getProperty( gIODTInterruptParentKey )))
453 } else if( 0 == regEntry->getProperty( "interrup
[all...]
H A DIOPlatformExpert.cpp113 IOMapper::setMapperRequired(0 != getProperty(kIOPlatformMapperPresentKey));
136 OSData* mydata = (OSData*) (provider->getProperty("serial-number"));
154 topLevel = OSDynamicCast( OSSet, getProperty("top-level"));
246 getProperty("Platform Memory Ranges")));
802 data = OSDynamicCast( OSData, node->getProperty( "halt-restart-timeout" ) );
884 obj = gIOOptionsEntry->getProperty(symbol);
1013 data = OSDynamicCast( OSData, entry->getProperty( "system-id" ) );
1040 data = OSDynamicCast( OSData, entry->getProperty( "platform-uuid" ) );
1076 service = OSDynamicCast(IOService, _resources->getProperty(functionName));
1113 if( !provider->compareNames( getProperty( gIONameMatchKe
[all...]
/macosx-10.10.1/AppleFileSystemDriver-17/
H A DAppleFileSystemDriver.cpp260 isRAID = (media->getProperty(kAppleRAIDIsRAIDKey) == kOSBooleanTrue);
267 provider->getProperty(kAppleRAIDStatusKey)))) goto notraid;
279 uuidProperty = OSDynamicCast( OSString, media->getProperty("UUID") );
289 contentHint = OSDynamicCast( OSString, media->getProperty(kIOMediaContentHintKey) );
323 OSString *bsdn = OSDynamicCast(OSString,media->getProperty("BSD Name"));
388 uuidString = OSDynamicCast( OSString, resourceService->getProperty("boot-uuid") );
404 dict = OSDynamicCast( OSDictionary, getProperty( kMediaMatchKey ) );
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIORegistryEntry.h96 @param options kIORegistryIterateRecursively may be set to recurse automatically into the registry hierarchy. Without this option, this method degenerates into the standard getProperty() call. kIORegistryIterateParents may be set to iterate the parents of the entry, in place of the children.
110 @param options kIORegistryIterateRecursively may be set to recurse automatically into the registry hierarchy. Without this option, this method degenerates into the standard getProperty() call. kIORegistryIterateParents may be set to iterate the parents of the entry, in place of the children.
124 @param options kIORegistryIterateRecursively may be set to recurse automatically into the registry hierarchy. Without this option, this method degenerates into the standard getProperty() call. kIORegistryIterateParents may be set to iterate the parents of the entry, in place of the children.
366 /*! @function getProperty
372 virtual OSObject * getProperty( const OSSymbol * aKey) const;
374 /*! @function getProperty
380 virtual OSObject * getProperty( const OSString * aKey) const;
382 /*! @function getProperty
388 virtual OSObject * getProperty( const char * aKey) const;
390 /*! @function getProperty
[all...]
/macosx-10.10.1/IOGraphics-485/IONDRVSupport/
H A DIONDRVLibraries.cpp129 prop = OSDynamicCast( OSData, regEntry->getProperty( propertyName));
155 prop = OSDynamicCast( OSData, regEntry->getProperty( propertyName));
209 old = regEntry->getProperty(propertyName);
257 prop = OSDynamicCast( OSData, regEntry->getProperty( sym ));
266 regEntry->getProperty("IONVRAMProperty"))
291 regEntry->getProperty("IONVRAMProperty")))
315 if ((data = OSDynamicCast(OSData, regEntry->getProperty(sym))))
600 if (provider->getProperty(kPropertyAAPLAddress))
/macosx-10.10.1/WebKit2-7600.1.25/Shared/Plugins/
H A DNPObjectMessageReceiver.h61 void getProperty(const NPIdentifierData&, bool& returnValue, NPVariantData& resultData);
H A DNPObjectMessageReceiver.cpp135 void NPObjectMessageReceiver::getProperty(const NPIdentifierData& propertyNameData, bool& returnValue, NPVariantData& resultData) function in class:WebKit::NPObjectMessageReceiver
137 if (!m_npObject->_class->getProperty) {
145 returnValue = m_npObject->_class->getProperty(m_npObject, propertyNameData.createNPIdentifier(), &result);
/macosx-10.10.1/AppleRAID-4.0.6/
H A DAppleRAIDSet.cpp264 OSArray * memberUUIDs = OSDynamicCast(OSArray, getProperty(kAppleRAIDMembersKey));
409 OSArray * memberUUIDs = OSDynamicCast(OSArray, getProperty(kAppleRAIDMembersKey));
410 OSArray * spareUUIDs = OSDynamicCast(OSArray, getProperty(kAppleRAIDSparesKey));
520 OSNumber * number = OSDynamicCast(OSNumber, target->getProperty(kIOMaximumByteCountReadKey, gIOServicePlane));
527 OSNumber * number = OSDynamicCast(OSNumber, target->getProperty(kIOMaximumBlockCountReadKey, gIOServicePlane));
546 OSNumber * number = OSDynamicCast(OSNumber, target->getProperty(key, gIOServicePlane));
569 OSNumber * number = OSDynamicCast(OSNumber, target->getProperty(key, gIOServicePlane));
690 OSString * theHint = OSDynamicCast(OSString, getProperty(kAppleRAIDSetContentHintKey));
855 OSArray * oldMemberList = OSDynamicCast(OSArray, getProperty(kAppleRAIDMembersKey));
937 OSArray * oldSpareList = OSDynamicCast(OSArray, getProperty(kAppleRAIDSparesKe
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/util/test/
H A DSharedTestUtils.java41 String dir = System.getProperty(DEST_DIR);
55 String longTestProp = System.getProperty(LONG_TEST);
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOBootFramebuffer.cpp48 if (!provider->getProperty("AAPL,boot-display"))
217 return ((0 != getProvider()->getProperty("AAPL,boot-display")));
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIMessagedInterruptController.cpp248 num = OSDynamicCast(OSNumber, getProperty(kBaseVectorNumberKey));
282 device->getProperty(gIOInterruptControllersKey));
285 device->getProperty(gIOInterruptSpecifiersKey));
372 bool tunnelLink = (0 != device->getProperty(kIOPCITunnelLinkChangeKey));
374 || device->getProperty(kIOPCIHotPlugKey)
375 || device->getProperty(kIOPCILinkChangeKey))
655 controllers = OSDynamicCast(OSArray, device->getProperty(gIOInterruptControllersKey));
656 specs = OSDynamicCast(OSArray, device->getProperty(gIOInterruptSpecifiersKey));
H A DIOPCIBridge.cpp315 if (getPMRootDomain()->getProperty(kIOPMDeepIdleSupportedKey))
628 && (!provider->getProperty(kIOPCIHotPlugKey))
629 && (!provider->getProperty(kIOPCITunnelLinkChangeKey))
682 && (data = OSDynamicCast(OSData, device->getProperty(kIOPCIExpressL1PMControlKey)))
822 && (kOSBooleanFalse == device->getProperty(kIOPMPCIConfigSpaceVolatileKey)));
833 if (kOSBooleanTrue == device->getProperty(kIOPolledInterfaceActiveKey))
958 if (device->getProperty(gIOPCITunnelledKey))
1517 && getProperty(kIOPCIDeviceASPMSupportedKey))
1639 if ((data = OSDynamicCast(OSData, entry->getProperty("vendor-id"))))
1643 if ((data = OSDynamicCast(OSData, entry->getProperty("devic
[all...]
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2Target.cpp144 prop = fwim->getProperty( "FWMaxAsyncReceiveBytes" );
156 prop = fwim->getProperty( "FWMaxAsyncReceivePackets" );
717 prop = fProviderUnit->getProperty(gGUID_Symbol);
721 prop = fProviderUnit->getProperty(gFireWireModel_ID);
725 prop = fProviderUnit->getProperty(gFireWireProduct_Name);
729 prop = fProviderUnit->getProperty(gFireWireVendor_Name);
793 prop = fProviderUnit->getProperty(gGUID_Symbol);
797 prop = fProviderUnit->getProperty(gFireWireModel_ID);
801 prop = fProviderUnit->getProperty(gFireWireProduct_Name);
805 prop = fProviderUnit->getProperty(gFireWireVendor_Nam
[all...]
/macosx-10.10.1/IOFireWireSerialBusProtocolTransport-251.0.1/
H A DIOFireWireSerialBusProtocolTransport.cpp374 number = OSDynamicCast ( OSNumber, getProperty ( kIOPropertyReadTimeOutDurationKey ) );
384 number = OSDynamicCast ( OSNumber, getProperty ( kIOPropertyReadTimeOutDurationKey ) );
392 number = OSDynamicCast ( OSNumber, getProperty ( kIOPropertyWriteTimeOutDurationKey ) );
402 number = OSDynamicCast ( OSNumber, getProperty ( kIOPropertyWriteTimeOutDurationKey ) );
437 number = OSDynamicCast ( OSNumber, getProperty ( kFireWireGUIDKey, gIOServicePlane ) );
470 dict = OSDynamicCast ( OSDictionary, getProperty ( kIOPropertyProtocolCharacteristicsKey ) );
485 protocolDict->setObject ( string, getProperty ( kFireWireGUIDKey, gIOServicePlane ) );
495 protocolDict->setObject ( kPreferredNameKey, getProperty ( kFireWireVendorNameKey, gIOServicePlane ) );
511 if ( ( getProperty ( kIOPropertySCSIDeviceCharacteristicsKey ) ) != NULL )
517 characterDict = OSDynamicCast ( OSDictionary, getProperty ( kIOPropertySCSIDeviceCharacteristicsKe
[all...]
/macosx-10.10.1/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCUnit.cpp806 prop = getProperty(gFireWire_GUID);
835 type = OSDynamicCast(OSNumber, sub->getProperty(gIOFireWireAVCSubUnitType));
957 prop = provider->getProperty(gFireWireVendor_ID);
962 prop = provider->getProperty(gFireWire_GUID);
985 prop = provider->getProperty(gFireWireProduct_Name);
1008 prop = provider->getProperty(gFireWireProduct_Name);
1566 prop = provider->getProperty(gFireWireVendor_ID);
1569 prop = provider->getProperty(gFireWire_GUID);
1572 prop = provider->getProperty(gFireWireProduct_Name);
1577 prop = provider->getProperty(gIOUserClientClassKe
[all...]
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOPartitionScheme.cpp47 OSString * uuid1 = OSDynamicCast( OSString, ( ( IOMedia * ) object1 )->getProperty( kIOMediaUUIDKey ) );
48 OSString * uuid2 = OSDynamicCast( OSString, ( ( IOMedia * ) object2 )->getProperty( kIOMediaUUIDKey ) );
584 uuid1 = OSDynamicCast( OSString, partition1->getProperty( kIOMediaUUIDKey ) );
585 uuid2 = OSDynamicCast( OSString, partition2->getProperty( kIOMediaUUIDKey ) );
745 value1 = partition1->getProperty( key );
746 value2 = partition2->getProperty( key );
779 partition1->setProperty( key, partition2->getProperty( key ) );

Completed in 226 milliseconds

123456