Searched refs:aKey (Results 1 - 25 of 36) sorted by relevance

12

/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/c++/
H A DOSDictionary.h560 * @param aKey An OSSymbol identifying the object
571 * An object already stored under <code>aKey</code> is released.
574 const OSSymbol * aKey,
583 * @param aKey An OSString identifying the object
593 * An OSSymbol for <code>aKey</code> is created internally.
594 * An object already stored under <code>aKey</code> is released.
597 const OSString * aKey,
607 * @param aKey A C string identifying the object
617 * An OSSymbol for <code>aKey</code> is created internally.
618 * An object already stored under <code>aKey</cod
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIORegistryEntry.h94 @param aKey The property's name as a C-string.
99 virtual OSObject * copyProperty( const char * aKey,
108 @param aKey The property's name as an OSString.
113 virtual OSObject * copyProperty( const OSString * aKey,
122 @param aKey The property's name as an OSSymbol.
127 virtual OSObject * copyProperty( const OSSymbol * aKey,
279 @param aKey The properties name as an OSSymbol.
283 virtual bool setProperty(const OSSymbol * aKey, OSObject * anObject);
288 @param aKey The property's name as an OSString.
292 virtual bool setProperty(const OSString * aKey, OSObjec
[all...]
H A DIONVRAM.h148 virtual OSObject *getProperty(const OSSymbol *aKey) const;
149 virtual OSObject *getProperty(const char *aKey) const;
150 virtual bool setProperty(const OSSymbol *aKey, OSObject *anObject);
151 virtual void removeProperty(const OSSymbol *aKey);
H A DIOCPU.h82 virtual OSObject *getProperty(const OSSymbol *aKey) const;
83 virtual bool setProperty(const OSSymbol *aKey, OSObject *anObject);
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/Regressions/
H A DCKDKeyValueStore.h23 - (id)objectForKey:(NSString *)aKey;
24 - (void)setObject:(id)anObject forKey:(NSString *)aKey;
25 - (void)removeObjectForKey:(NSString *)aKey;
72 + (void)enqueueWrite:(id)anObject forKey:(NSString *)aKey from:(NSString *)identifier;
73 + (id)enqueueWithReply:(NSString *)aKey;
H A DCKDKeyValueStore.m110 - (id)objectForKey:(NSString *)aKey
112 pdebug(@"retrieving value for key \"%@\"", aKey);
113 id value = [CKDKeyValueStoreCollection enqueueWithReply:aKey];
114 pdebug(@"retrieved value for key \"%@\": %@", aKey, value);
118 - (void)setObject:(id)anObject forKey:(NSString *)aKey
120 pdebug(@"setting value for key \"%@\"", aKey);
121 [CKDKeyValueStoreCollection enqueueWrite:anObject forKey:aKey from:self.identifier];
124 - (void)removeObjectForKey:(NSString *)aKey
126 pdebug(@"removing value for key \"%@\"", aKey);
127 [CKDKeyValueStoreCollection enqueueWrite:NULL forKey:aKey fro
[all...]
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSDictionary.cpp318 setObject(const OSSymbol *aKey, const OSMetaClassBase *anObject) argument
323 if (!anObject || !aKey)
329 i = OSSymbol::bsearch(aKey, &dictionary[0], count, sizeof(dictionary[0]));
330 exists = (i < count) && (aKey == dictionary[i].key);
332 if ((exists = (aKey == dictionary[i].key))) break;
355 aKey->taggedRetain(OSTypeID(OSCollection));
357 dictionary[i].key = aKey;
364 void OSDictionary::removeObject(const OSSymbol *aKey) argument
369 if (!aKey)
375 i = OSSymbol::bsearch(aKey,
496 OSString * aKey; local
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Lib/PyObjCTools/
H A DConversion.py116 for aKey in aPyCollection:
117 if not isinstance(aKey, basestring):
120 aPyCollection[aKey], conversionHelper=conversionHelper)
121 collection[aKey] = convertedValue
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Lib/PyObjCTools/
H A DConversion.py116 for aKey in aPyCollection:
117 if not isinstance(aKey, basestring):
120 aPyCollection[aKey], conversionHelper=conversionHelper)
121 collection[aKey] = convertedValue
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecImportExportUtils.h209 CSSM_KEYATTR_FLAGS ConvertArrayToKeyAttributes(SecKeyRef aKey, CFArrayRef usage);
211 Boolean ConvertSecKeyImportExportParametersToSecImportExportKeyParameters(SecKeyRef aKey,
H A DSecImportExportUtils.cpp889 CSSM_KEYATTR_FLAGS ConvertArrayToKeyAttributes(SecKeyRef aKey, CFArrayRef keyAttrs) argument
893 if (aKey) {
895 if (errSecSuccess == SecKeyGetCSSMKey(aKey, &cssmKey))
948 Boolean ConvertSecKeyImportExportParametersToSecImportExportKeyParameters(SecKeyRef aKey, argument
962 oldPtr->keyAttributes = ConvertArrayToKeyAttributes(aKey, newPtr->keyAttributes);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecImportExportUtils.h209 CSSM_KEYATTR_FLAGS ConvertArrayToKeyAttributes(SecKeyRef aKey, CFArrayRef usage);
211 Boolean ConvertSecKeyImportExportParametersToSecImportExportKeyParameters(SecKeyRef aKey,
H A DSecImportExportUtils.cpp889 CSSM_KEYATTR_FLAGS ConvertArrayToKeyAttributes(SecKeyRef aKey, CFArrayRef keyAttrs) argument
893 if (aKey) {
895 if (errSecSuccess == SecKeyGetCSSMKey(aKey, &cssmKey))
948 Boolean ConvertSecKeyImportExportParametersToSecImportExportKeyParameters(SecKeyRef aKey, argument
962 oldPtr->keyAttributes = ConvertArrayToKeyAttributes(aKey, newPtr->keyAttributes);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecImportExportUtils.h209 CSSM_KEYATTR_FLAGS ConvertArrayToKeyAttributes(SecKeyRef aKey, CFArrayRef usage);
211 Boolean ConvertSecKeyImportExportParametersToSecImportExportKeyParameters(SecKeyRef aKey,
/macosx-10.9.5/AppleRAID-4.0.6/
H A DAppleRAIDMember.h181 virtual OSObject * getHeaderProperty( const OSString * aKey) const;
182 virtual OSObject * getHeaderProperty( const char * aKey) const;
183 virtual bool setHeaderProperty(const OSString * aKey, OSObject * anObject);
184 virtual bool setHeaderProperty(const char * aKey, OSObject * anObject);
185 virtual bool setHeaderProperty(const char * aKey, const char * cString);
186 virtual bool setHeaderProperty(const char * aKey, unsigned long long aValue, unsigned int aNumberOfBits);
H A DAppleRAIDMember.cpp749 OSObject * AppleRAIDMember::getHeaderProperty(const OSString * aKey) const
751 return arHeader->getObject(aKey);
754 OSObject * AppleRAIDMember::getHeaderProperty(const char * aKey) const
756 return arHeader->getObject(aKey);
759 bool AppleRAIDMember::setHeaderProperty(const OSString * aKey, OSObject * anObject) argument
761 return arHeader->setObject(aKey, anObject);
764 bool AppleRAIDMember::setHeaderProperty(const char * aKey, OSObject * anObject) argument
766 return arHeader->setObject(aKey, anObject);
769 bool AppleRAIDMember::setHeaderProperty(const char * aKey, const char * cString) argument
775 success = arHeader->setObject(aKey, aStrin
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIORegistryEntry.cpp407 IORegistryEntry::copyProperty( type * aKey) constant \
412 obj = getProperty( aKey ); \
422 IORegistryEntry::getProperty( type * aKey, \
426 OSObject * obj = getProperty( aKey ); \
435 obj = entry->getProperty( aKey ); \
446 IORegistryEntry::copyProperty( type * aKey, \
450 OSObject * obj = copyProperty( aKey ); \
459 obj = entry->copyProperty( aKey ); \
512 IORegistryEntry::getProperty( const OSSymbol * aKey) const
517 obj = getPropertyTable()->getObject( aKey );
524 removeProperty( const OSSymbol * aKey) argument
541 setProperty( const OSSymbol * aKey, OSObject * anObject) argument
608 removeProperty( const OSString * aKey) argument
616 removeProperty( const char * aKey) argument
624 setProperty( const OSString * aKey, OSObject * anObject) argument
634 setProperty( const char * aKey, OSObject * anObject) argument
644 setProperty(const char * aKey, const char * aString) argument
660 setProperty(const char * aKey, bool aBoolean) argument
676 setProperty( const char * aKey, unsigned long long aValue, unsigned int aNumberOfBits) argument
694 setProperty( const char * aKey, void * bytes, unsigned int length) argument
[all...]
H A DIONVRAM.cpp312 OSObject *IODTNVRAM::getProperty(const OSSymbol *aKey) const
320 variablePerm = getOFVariablePerm(aKey);
327 return _ofDict->getObject(aKey);
330 OSObject *IODTNVRAM::getProperty(const char *aKey) const
335 keySymbol = OSSymbol::withCStringNoCopy(aKey);
344 bool IODTNVRAM::setProperty(const OSSymbol *aKey, OSObject *anObject) argument
354 propPerm = getOFVariablePerm(aKey);
363 if (_ofDict->getObject(aKey) == 0) return false;
367 if (aKey->isEqualTo(kIODTNVRAMPanicInfoKey)) return false;
370 propType = getOFVariableType(aKey);
411 removeProperty(const OSSymbol *aKey) argument
[all...]
H A DIOCPU.cpp475 OSObject *IOCPU::getProperty(const OSSymbol *aKey) const
477 if (aKey == gIOCPUStateKey) return gIOCPUStateNames[_cpuState];
479 return super::getProperty(aKey);
482 bool IOCPU::setProperty(const OSSymbol *aKey, OSObject *anObject) argument
486 if (aKey == gIOCPUStateKey) {
509 return super::setProperty(aKey, anObject);
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_cspdl/lib/
H A DSSCSPDLSession.cpp129 SSKey *aKey = dynamic_cast<SSKey *>(it->second); local
130 if (aKey->optionalKeyHandle() == keyHandle)
133 theKey = aKey;
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIODisplayWrangler.h92 virtual OSObject * copyProperty( const char * aKey) const;
/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkInterface.h656 @param aKey An OSSymbol identifying the object to be removed.
659 virtual bool removeNetworkData( const OSSymbol * aKey );
665 @param aKey A C-string identifying the object to be removed.
668 virtual bool removeNetworkData( const char * aKey );
675 @param aKey A C-string identifying the object.
679 virtual IONetworkData * getNetworkData( const char * aKey ) const;
686 @param aKey An OSSymbol identifying the object.
690 virtual IONetworkData * getNetworkData(const OSSymbol * aKey) const;
693 IONetworkData * getParameter(const char * aKey) const;
/macosx-10.9.5/launchd-842.92.1/SystemStarter/
H A DStartupItems.c63 #define checkTypeOfValue(aKey,aTypeID) \
65 CFStringRef aProperty = CFDictionaryGetValue(aConfig, aKey); \
115 * startupItemListCopyMatches returns an array of items which contain the string aService in the key aKey
117 static CFMutableArrayRef startupItemListCopyMatches(CFArrayRef anItemList, CFStringRef aKey, CFStringRef aService) argument
121 if (anItemList && aKey && aService) {
129 CFArrayRef aList = CFDictionaryGetValue(anItem, aKey);
575 static int countDependantsPresent(CFArrayRef aWaitingList, CFArrayRef anItemList, CFStringRef aKey) argument
583 CFArrayRef aMatchesList = startupItemListCopyMatches(aWaitingList, aKey, anItem);
608 CFStringRef aKey = (anAction == kActionStart) ? kProvidesKey : kUsesKey; local
609 CFArrayRef aMatchesList = startupItemListCopyMatches(aWaitingList, aKey, anAnteceden
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonObject.m1100 id aKey, aValue;
1105 while ((aKey = [enumerator nextObject]) != NULL) {
1106 aValue = [self valueForKey: aKey];
1107 [result setObject: aValue forKey: aKey];
1117 id aKey;
1121 while ((aKey = [enumerator nextObject]) != NULL) {
1122 target = [target valueForKey: aKey];
1158 id aKey;
1161 while ((aKey = [enumerator nextObject]) != NULL) {
1162 aValue = [aDictionary objectForKey: aKey];
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonObject.m1122 id aKey, aValue;
1127 while ((aKey = [enumerator nextObject]) != NULL) {
1128 aValue = [self valueForKey: aKey];
1129 [result setObject: aValue forKey: aKey];
1139 id aKey;
1143 while ((aKey = [enumerator nextObject]) != NULL) {
1144 target = [target valueForKey: aKey];
1180 id aKey;
1183 while ((aKey = [enumerator nextObject]) != NULL) {
1184 aValue = [aDictionary objectForKey: aKey];
[all...]

Completed in 220 milliseconds

12