Searched refs:aName (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/Twisted/WebServicesTool-CocoaBindings/
H A DRPCMethod.py5 def initWithDocument_name_(self, aDocument, aName):
8 self.k_methodName = aName
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/Twisted/WebServicesTool-CocoaBindings/
H A DRPCMethod.py5 def initWithDocument_name_(self, aDocument, aName):
8 self.k_methodName = aName
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/Twisted/WebServicesTool-CocoaBindings/
H A DRPCMethod.py5 def initWithDocument_name_(self, aDocument, aName):
8 self.k_methodName = aName
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DIWebNotification.idl40 + (id)notificationWithName:(NSString *)aName object:(id)anObject
41 + (id)notificationWithName:(NSString *)aName object:(id)anObject userInfo:(NSDictionary *)userInfo
43 HRESULT notificationWithName([in] BSTR aName, [in] IUnknown* anObject, [in] IPropertyBag* userInfo);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_filedb/
H A DMetaRecord.cpp54 string aName; local
56 aName = string(inAttributeInfo[anIndex].AttributeName);
64 inAttributeInfo[anIndex].AttributeName ? &aName : NULL,
98 string aName(inInfo.AttributeInfo[anIndex].Label.AttributeName);
99 createAttribute(&aName, nil, anIndex,
386 string aName(inAttributeInfo.Label.AttributeName);
387 assert(aName.size() < 500); // MDS leak debug
388 NameStringMap::const_iterator it = mNameStringMap.find(aName);
406 const CssmOid &aName = CssmOid::overlay(inAttributeInfo.Label.AttributeOID); local
407 NameOIDMap::const_iterator it = mNameOIDMap.find(aName);
415 uint32 aName = inAttributeInfo.Label.AttributeID; local
[all...]
H A DAppleDatabase.cpp1050 auto_ptr<string> aName; local
1059 aName = aName2;
1090 aMetaRecord.createAttribute(aName.get(), aNameID, anAttributeId, anAttributeFormat);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DMetaRecord.cpp54 string aName; local
56 aName = string(inAttributeInfo[anIndex].AttributeName);
64 inAttributeInfo[anIndex].AttributeName ? &aName : NULL,
98 string aName(inInfo.AttributeInfo[anIndex].Label.AttributeName);
99 createAttribute(&aName, nil, anIndex,
386 string aName(inAttributeInfo.Label.AttributeName);
387 assert(aName.size() < 500); // MDS leak debug
388 NameStringMap::const_iterator it = mNameStringMap.find(aName);
406 const CssmOid &aName = CssmOid::overlay(inAttributeInfo.Label.AttributeOID); local
407 NameOIDMap::const_iterator it = mNameOIDMap.find(aName);
415 uint32 aName = inAttributeInfo.Label.AttributeID; local
[all...]
H A DAppleDatabase.cpp1050 auto_ptr<string> aName; local
1059 aName = aName2;
1090 aMetaRecord.createAttribute(aName.get(), aNameID, anAttributeId, anAttributeFormat);
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebNotification.h47 /* [in] */ BSTR aName,
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DToDoItem.py54 def initWithName_andDate_(self, aName, aDate):
67 if not aName:
70 self.setItemName_(aName)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DToDoItem.py54 def initWithName_andDate_(self, aName, aDate):
67 if not aName:
70 self.setItemName_(aName)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/Todo/
H A DToDoItem.py54 def initWithName_andDate_(self, aName, aDate):
67 if not aName:
70 self.setItemName_(aName)
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/ManualBindings/
H A DAppController.py73 def setName_(self, aName):
74 self._k_name = aName
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/ManualBindings/
H A DAppController.py73 def setName_(self, aName):
74 self._k_name = aName
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/CocoaBindings/ManualBindings/
H A DAppController.py73 def setName_(self, aName):
74 self._k_name = aName
/macosx-10.10.1/Security-57031.1.35/SecurityTests/testKeychainAPI/testKeychainAPI/
H A DKCOperation.cpp104 char aName[256]; local
119 aResult = sscanf(aBuffer, "%ld %s\n", &aID, aName);
/macosx-10.10.1/IOFWDVComponents-207.4.1/tests/
H A Ddevicetest.c397 Handle aName;
414 aName = NewHandleClear(200);
418 oops = GetComponentInfo(aComponent, &aDesc, aName,
423 if(GetHandleSize(aName))
424 printP(*aName);
H A Dtestcomp.c541 Handle aName;
559 aName = NewHandleClear(200);
563 oops = GetComponentInfo(aComponent, &aDesc, aName,
568 if(GetHandleSize(aName))
569 printP(*aName);
H A Dwritetest.c433 Handle aName;
489 aName = NewHandleClear(200);
493 oops = GetComponentInfo(aComponent, &aDesc, aName,
498 if(GetHandleSize(aName))
499 printP(*aName);
H A Dreadtest.c668 Handle aName;
704 aName = NewHandleClear(200);
708 oops = GetComponentInfo(aComponent, &aDesc, aName,
713 if(GetHandleSize(aName))
714 printP(*aName);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecIdentity.cpp429 CFStringRef aName = (CFStringRef)CFArrayGetValueAtIndex(names, idx); local
431 status = _SecIdentityCopyPreferenceMatchingName(aName, keyUsage, validIssuers, identity);
457 CFIndex serviceBufSize = CFStringGetLength(aName) * 4;
459 if (!CFStringGetCString(aName, serviceBuf, serviceBufSize, kCFStringEncodingUTF8)) {
829 CFStringRef aName = (CFStringRef)CFArrayGetValueAtIndex(names, 0); local
831 status = _SecIdentityAddPreferenceItemWithName(keychainRef, identityRef, aName, itemRef);
852 CFStringRef aName = (CFStringRef)CFArrayGetValueAtIndex(names, total-2); local
854 tmpStatus = _SecIdentityAddPreferenceItemWithName(keychainRef, identityRef, aName, itemRef);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecIdentity.cpp429 CFStringRef aName = (CFStringRef)CFArrayGetValueAtIndex(names, idx); local
431 status = _SecIdentityCopyPreferenceMatchingName(aName, keyUsage, validIssuers, identity);
457 CFIndex serviceBufSize = CFStringGetLength(aName) * 4;
459 if (!CFStringGetCString(aName, serviceBuf, serviceBufSize, kCFStringEncodingUTF8)) {
829 CFStringRef aName = (CFStringRef)CFArrayGetValueAtIndex(names, 0); local
831 status = _SecIdentityAddPreferenceItemWithName(keychainRef, identityRef, aName, itemRef);
852 CFStringRef aName = (CFStringRef)CFArrayGetValueAtIndex(names, total-2); local
854 tmpStatus = _SecIdentityAddPreferenceItemWithName(keychainRef, identityRef, aName, itemRef);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecIdentity.cpp429 CFStringRef aName = (CFStringRef)CFArrayGetValueAtIndex(names, idx); local
431 status = _SecIdentityCopyPreferenceMatchingName(aName, keyUsage, validIssuers, identity);
457 CFIndex serviceBufSize = CFStringGetLength(aName) * 4;
459 if (!CFStringGetCString(aName, serviceBuf, serviceBufSize, kCFStringEncodingUTF8)) {
829 CFStringRef aName = (CFStringRef)CFArrayGetValueAtIndex(names, 0); local
831 status = _SecIdentityAddPreferenceItemWithName(keychainRef, identityRef, aName, itemRef);
852 CFStringRef aName = (CFStringRef)CFArrayGetValueAtIndex(names, total-2); local
854 tmpStatus = _SecIdentityAddPreferenceItemWithName(keychainRef, identityRef, aName, itemRef);
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/howExpensiveIs/
H A DhowExpensiveIs.cpp45 int testMatch(const char *aName) { argument
49 return strncmp(testName,aName,len-1);
51 return strcmp(testName,aName);
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOBinder.hpp1130 const char* aName = &fStrings[aSymbol->n_strx()]; local
1132 if ( strcmp(aName, symbolName) == 0 ) {

Completed in 305 milliseconds

12