Searched refs:getObject (Results 1 - 25 of 160) sorted by relevance

1234567

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDUserDevice.cpp118 OSString * string = OSDynamicCast(OSString, _properties->getObject(kIOHIDTransportKey));
133 OSString * string = OSDynamicCast(OSString, _properties->getObject(kIOHIDManufacturerKey));
148 OSString * string = OSDynamicCast(OSString, _properties->getObject(kIOHIDProductKey));
163 OSNumber * number = OSDynamicCast(OSNumber, _properties->getObject(kIOHIDVendorIDKey));
178 OSNumber * number = OSDynamicCast(OSNumber, _properties->getObject(kIOHIDProductIDKey));
193 OSNumber * number = OSDynamicCast(OSNumber, _properties->getObject(kIOHIDVersionNumberKey));
208 OSString * string = OSDynamicCast(OSString, _properties->getObject(kIOHIDSerialNumberKey));
223 OSNumber * number = OSDynamicCast(OSNumber, _properties->getObject(kIOHIDVendorIDSourceKey));
238 OSNumber * number = OSDynamicCast(OSNumber, _properties->getObject(kIOHIDCountryCodeKey));
253 OSNumber * number = OSDynamicCast(OSNumber, _properties->getObject(kIOHIDReportIntervalKe
[all...]
H A DIOHIDFamilyPrivate.cpp53 value = matching->getObject( key );
87 usage = matching->getObject( kIOHIDDeviceUsageKey );
88 usagePage = matching->getObject( kIOHIDDeviceUsagePageKey );
99 if ( !(pair = (OSDictionary *)functions->getObject(i)) )
103 !(matches = usagePage->isEqualTo(pair->getObject(kIOHIDDeviceUsagePageKey))) )
113 !(matches = usage->isEqualTo(pair->getObject(kIOHIDDeviceUsageKey))) )
141 pairArray = OSDynamicCast(OSArray, matching->getObject( kIOHIDDeviceUsagePairsKey ));
149 if ( !(pair = OSDynamicCast(OSDictionary,pairArray->getObject(i))) )
220 dictionaryProperty = OSDynamicCast(OSNumber, matching->getObject(key));
221 valueMask = OSDynamicCast(OSNumber, matching->getObject(maskKe
[all...]
H A DIOHIDProviderPropertyMerger.cpp66 sourceDictionary = OSDynamicCast(OSDictionary, properties->getObject(dictionaryEntry));
90 result = provider->setProperty(dictionaryEntry, properties->getObject(dictionaryEntry));
126 childTargetObject = target->getObject(keyObject);
131 childSourceDictionary = OSDynamicCast(OSDictionary, source->getObject(keyObject));
143 result = target->setObject(keyObject, source->getObject(keyObject)) ;
H A DIOHIDEventOverrideDriver.cpp59 map = OSDynamicCast(OSDictionary, maps->getObject(index));
63 number = OSDynamicCast(OSNumber, map->getObject("ButtonNumber"));
71 number = OSDynamicCast(OSNumber, map->getObject("EventType"));
82 number = OSDynamicCast(OSNumber, map->getObject("UsagePage"));
88 number = OSDynamicCast(OSNumber, map->getObject("Usage"));
103 number = OSDynamicCast(OSNumber, map->getObject("Mask"));
H A DAppleEmbeddedKeyboard.cpp291 OSNumber * map = OSDynamicCast(OSNumber, _keyboardMap->getObject(key));
318 element = (IOHIDElement *) reportElements->getObject(i);
391 if ((number = OSDynamicCast(OSNumber, properties->getObject(kIOHIDFKeyModeKey))))
397 if (_virtualMouseKeysSupport && ((number = OSDynamicCast(OSNumber, properties->getObject(kIOHIDMouseKeysOnKey)))))
402 if ((string = OSDynamicCast(OSString, properties->getObject(kFnFunctionUsageMapKey)))) {
407 if ((string = OSDynamicCast(OSString, properties->getObject(kFnKeyboardUsageMapKey)))) {
412 if ((string = OSDynamicCast(OSString, properties->getObject(kNumLockKeyboardUsageMapKey)))) {
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPMPowerSource.cpp146 obj = properties->getObject(key);
176 if( (lastVal = properties->getObject(key)) ) {
304 return properties->getObject(symmie);
308 return (kOSBooleanTrue == properties->getObject(externalConnectedKey));
312 return (kOSBooleanTrue == properties->getObject(externalChargeCapableKey));
316 return (kOSBooleanTrue == properties->getObject(batteryInstalledKey));
320 return (kOSBooleanTrue == properties->getObject(chargingKey));
324 return (kOSBooleanTrue == properties->getObject(warnLevelKey));
328 return (kOSBooleanTrue == properties->getObject(criticalLevelKey));
333 n = OSDynamicCast(OSNumber, properties->getObject(currentCapacityKe
[all...]
H A DIOCatalogue.cpp128 sym = OSDynamicCast(OSSymbol, dict->getObject(gIOProviderClassKey));
131 return ((OSArray *) personalities->getObject(sym));
139 sym = OSDynamicCast(OSSymbol, dict->getObject(gIOProviderClassKey));
141 arr = (OSArray *) personalities->getObject(sym);
166 for (unsigned int idx = 0; (obj = initArray->getObject(idx)); idx++)
171 if( 0 == dict->getObject( gIOClassKey ))
219 array = (OSArray *) personalities->getObject(meta->getClassNameSymbol());
220 if (array) for (idx = 0; (nextTable = (OSDictionary *) array->getObject(idx)); idx++)
265 array = (OSArray *) personalities->getObject(key);
266 if (array) for (idx = 0; (dict = (OSDictionary *) array->getObject(id
[all...]
H A DIOPlatformExpert.cpp345 object = gIOInterruptControllers->getObject(name);
505 entry = (OSDictionary *) inSubTree->getObject (i);
507 matchingDictionary = (OSDictionary *) entry->getObject ("device");
508 providerDictionary = (OSDictionary *) entry->getObject ("provider");
531 OSNumber * aNumber = (OSNumber *) entry->getObject ("multiple-parent");
555 multipleParentKeyValue = (OSNumber *) entry->getObject ("multiple-parent");
563 if ( continueSearch && (NULL != (children = (OSArray *) entry->getObject ("children"))) ) {
591 if ( NULL == theTreeNode->getObject ("service") ) {
600 if ( NULL != (children = (OSArray *) theTreeNode->getObject ("children")) ) {
603 if ( NULL != (child = (OSDictionary *) children->getObject (
[all...]
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireMagicMatchingNub.cpp31 clientClass = table->getObject("IOClass");
H A DIOFireWireUserClientIniter.cpp117 OSObject * userClientClassObject = merge_properties->getObject( gIOUserClientClassKey );
197 srcObject = src->getObject(keyObject);
259 srcObject = src->getObject(keyObject);
260 destObject = dest->getObject(keyObject);
323 srcObject = srcDictionary->getObject(keyObject);
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOAppleLabelScheme.cpp314 object = properties->getObject(kIOMediaBaseKey);
321 object = properties->getObject(kIOMediaSizeKey);
367 object = properties->getObject(kIOMediaBaseKey);
376 object = properties->getObject(kIOMediaContentKey);
385 object = properties->getObject(kIOMediaContentHintKey);
394 object = properties->getObject(kIOMediaEjectableKey);
410 object = properties->getObject(kIOMediaPreferredBlockSizeKey);
419 object = properties->getObject(kIOMediaRemovableKey);
435 object = properties->getObject(kIOMediaWholeKey);
444 object = properties->getObject(kIOMediaSizeKe
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DLookups.cpp22 return LEReferenceTo<LookupTable>(base, success, SWAPW(lookupTableOffsetArrayRef.getObject(lookupTableIndex, success)));
33 return LEReferenceTo<LookupSubtable>(base, success, SWAPW(subTableOffsetArrayRef.getObject(subtableIndex, success)));
H A DSimpleArrayProcessor.cpp45 TTGlyphID newGlyph = SWAPW(valueArray.getObject(LE_GET_GLYPH(thisGlyph),success));
H A DContextualGlyphSubstProc.cpp55 TTGlyphID newGlyph = SWAPW(int16Table.getObject(markOffset + LE_GET_GLYPH(mGlyph), success)); // whew.
62 TTGlyphID newGlyph = SWAPW(int16Table.getObject(currOffset + LE_GET_GLYPH(thisGlyph), success)); // whew.
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DIWebNotification.idl53 HRESULT getObject([out, retval] IUnknown** result);
/macosx-10.10.1/dtrace-147/dtrace_dof_kext/
H A Ddtrace_dof.cpp33 OSDictionary *AnonymousDOF = OSDynamicCast(OSDictionary, dict->getObject(BYTE_CODE_CONTAINER));
43 dof = OSDynamicCast(OSData, AnonymousDOF->getObject(key));
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSSet.cpp212 for (int i = 0; (anObject = array->getObject(i)); i++) {
237 for (int i = 0; (probeObject = members->getObject(i)); i++)
255 for (int i = 0; (probeObject = members->getObject(i)); i++)
264 return members->getObject(0);
282 obj1 = aSet->members->getObject(i);
285 obj2 = members->getObject(i);
326 *ret = members->getObject(index);
341 for (int i = 0; (o = members->getObject(i)); i++) {
/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/c++/
H A DOSDictionary.h696 * @function getObject
716 virtual OSObject * getObject(const OSSymbol * aKey) const;
720 * @function getObject
739 virtual OSObject * getObject(const OSString * aKey) const;
743 * @function getObject
763 virtual OSObject * getObject(const char * aKey) const;
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebNotification.h54 virtual HRESULT STDMETHODCALLTYPE getObject(
/macosx-10.10.1/AppleRAID-4.0.6/
H A DAppleLVMVolume.cpp126 number = OSDynamicCast(OSNumber, lvProps->getObject(kAppleLVMVolumeSequenceKey));
130 number = OSDynamicCast(OSNumber, lvProps->getObject(kAppleLVMVolumeExtentCountKey));
134 number = OSDynamicCast(OSNumber, lvProps->getObject(kAppleLVMVolumeSizeKey));
138 OSString * type = OSDynamicCast(OSString, lvProps->getObject(kAppleLVMVolumeTypeKey));
191 const OSString * string = OSDynamicCast(OSString, lvProps->getObject(kAppleLVMVolumeUUIDKey));
217 const OSString * lvgUUID = OSDynamicCast(OSString, lvProps->getObject(kAppleLVMGroupUUIDKey));
226 const OSString * parentUUID = (OSDynamicCast(OSString, lvProps->getObject(kAppleLVMParentUUIDKey)));
235 const OSString * hint = OSDynamicCast(OSString, lvProps->getObject(kAppleLVMVolumeContentHintKey));
/macosx-10.10.1/xnu-2782.1.97/libsa/
H A Dbootstrap.cpp335 prelinkInfoDict->getObject(kPrelinkInfoDictionaryKey));
349 infoDict = OSDynamicCast(OSDictionary, infoDictArray->getObject(i));
365 infoDict->getObject(kOSBundleDeveloperOnlyKey));
375 infoDict->getObject(kOSBundleRamDiskOnlyKey));
383 infoDict->getObject(kCFBundleIdentifierKey));
390 infoDict->getObject(kPrelinkExecutableLoadKey));
392 infoDict->getObject(kPrelinkExecutableSizeKey));
521 propertyDict->getObject(deviceTreeName));
645 theKext = OSDynamicCast(OSKext, extensionsDict->getObject(bundleID));
760 theKext = OSDynamicCast(OSKext, extensionsDict->getObject(bundleI
[all...]
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIODisplay.cpp708 params = OSDynamicCast( OSDictionary, params->getObject( sym ));
716 num = OSDynamicCast( OSNumber, params->getObject(gIODisplayValueKey));
723 num = OSDynamicCast( OSNumber, params->getObject(gIODisplayMinValueKey));
730 num = OSDynamicCast( OSNumber, params->getObject(gIODisplayMaxValueKey));
802 (parameterHandler = OSDynamicCast(IODisplayParameterHandler, array->getObject(i)));
818 dict2 = OSDynamicCast(OSDictionary, dict->getObject(gIODisplayParametersKey));
822 if ((properties != displayParams) && dict->getObject(gIODisplayParametersDefaultKey))
825 displayParams->getObject(gIODisplayParametersDefaultKey));
869 OSData * valueData = OSDynamicCast( OSData, dict->getObject(sym) );
880 valueObj = dict->getObject(sy
[all...]
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDevice.cpp174 if ( dict->getObject(kIOHIDEventServicePropertiesKey) == NULL ) {
180 if ( dict->getObject(kIOHIDDeviceParametersKey) == kOSBooleanTrue ) {
217 OSObject * value = dict->getObject(key);
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DVisitedObjects.java98 Object getObject(int offset) { method in class:VisitedObjects
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2LSIWorkaroundDescriptor.cpp244 fPermanentRanges->getObject( fAllocatedRangesCount );
378 fBufferDescriptors->getObject( page );
774 IOFireWireSBP2LSIRange * range = (IOFireWireSBP2LSIRange*)fRanges->getObject(i);
803 IOFireWireSBP2LSIRange * range = (IOFireWireSBP2LSIRange*)fRanges->getObject(i);
827 IOFireWireSBP2LSIRange * range = (IOFireWireSBP2LSIRange*)fRanges->getObject(i);
851 IOFireWireSBP2LSIRange * range = (IOFireWireSBP2LSIRange*)fRanges->getObject(i);
880 IOFireWireSBP2LSIRange * range = (IOFireWireSBP2LSIRange*)fRanges->getObject(i);
913 IOFireWireSBP2LSIRange * range = (IOFireWireSBP2LSIRange*)fRanges->getObject( i );
1032 IOFireWireSBP2LSIRange * range = (IOFireWireSBP2LSIRange*)fRanges->getObject(i);
1049 (IOFireWireSBP2LSIRange*)fRanges->getObject(
[all...]

Completed in 284 milliseconds

1234567