Searched refs:retain (Results 1 - 25 of 541) sorted by relevance

1234567891011>>

/macosx-10.10/ksh-23/ksh/src/lib/libdll/
H A Ddllerror.c32 * retain==0 resets the last dl*() error
36 dllerror(int retain) argument
42 state.error = retain;
46 if (retain)
48 state.error = retain;
/macosx-10.10/ksh-23/ksh/src/lib/libast/vec/
H A Dvecfree.c36 * retain!=0 frees the string pointers but retains the string data
41 vecfree(register char** vec, int retain) argument
45 if (*(vec -= 2) && !retain) free(*vec);
/macosx-10.10/objc4-646/test/
H A DARRMRR.h12 @property(retain) id dataSource;
H A DMRRARR.h12 @property(retain) id dataSource;
H A DARRBase.h13 @property(retain) id object;
H A DMRRBase.h13 @property(retain) id object;
/macosx-10.10/Heimdal-398.1.2/Sample/GSSSampleIOS/
H A DViewController.h11 @property (nonatomic, retain) IBOutlet UITextView *ticketView;
12 @property (nonatomic, retain) IBOutlet UITextField *authServerName;
13 @property (nonatomic, retain) IBOutlet UITextField *authServerResult;
14 @property (nonatomic, retain) IBOutlet UITextField *urlTextField;
15 @property (nonatomic, retain) IBOutlet UITextView *urlResultTextView;
/macosx-10.10/Security-57031.1.35/Security/Keychain Circle Notification/
H A DKNAppDelegate.h34 @property (retain) KDSecCircle *circle;
35 @property (retain) NSMutableSet *viewedIds;
36 @property (retain) KNPersistantState *state;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWKAccessibilityWebPageObjectIOS.h7 * 1. Redistributions of source code must retain the above copyright
35 @property(nonatomic, retain) NSData *remoteTokenData;
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DOSStackRetain.h34 OSStackRetain(OSObject *object, bool retain = false) : _retainedObject(object) {
35 if (_retainedObject && retain) {
36 _retainedObject->retain();
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/xpc-tsa/
H A Dtimestampclient.h42 @property (retain) id delegate;
43 @property (retain) id url;
44 @property (retain) id urlRequest;
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DPasteboardTypes.mm7 * 1. Redistributions of source code must retain the above copyright
40 static inline NSArray *retain(NSArray *array)
48 static NSArray *types = retain([NSArray arrayWithObjects:WebArchivePboardType, NSHTMLPboardType, NSFilenamesPboardType, NSTIFFPboardType, NSPDFPboardType,
55 static NSArray *types = retain([NSArray arrayWithObjects:WebURLsWithTitlesPboardType, NSURLPboardType, WebURLPboardType, WebURLNamePboardType, NSStringPboardType, NSFilenamesPboardType, nil]);
61 static NSArray *types = retain([NSArray arrayWithObjects:NSTIFFPboardType, WebURLsWithTitlesPboardType, NSURLPboardType, WebURLPboardType, WebURLNamePboardType, NSStringPboardType, nil]);
67 static NSArray *types = retain([NSArray arrayWithObjects:NSTIFFPboardType, WebURLsWithTitlesPboardType, NSURLPboardType, WebURLPboardType, WebURLNamePboardType, NSStringPboardType, NSRTFDPboardType, WebArchivePboardType, nil]);
73 static NSArray *types = retain([NSArray arrayWithObjects:WebArchivePboardType, NSRTFDPboardType, NSRTFPboardType, NSStringPboardType, nil]);
/macosx-10.10/security_systemkeychain-55202/Gatekeeper/
H A DGKAppDelegate.h11 @property (retain) NSMutableArray *authority;
15 @property (retain) NSData *authData;
16 @property (retain) NSArray *sortDescriptors;
/macosx-10.10/libclosure-65/objectTests/
H A Dnotcopied.m33 - (id)retain {
35 return [super retain];
H A DnestedId.m15 // test non-GC -retain and -release
55 - (id)retain {
57 [super retain];
62 [super retain];
H A DnestedSelf.m15 // test non-GC -retain and -release
58 - (id)retain {
60 [super retain];
65 [super retain];
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebNavigationData.mm7 * 1. Redistributions of source code must retain the above copyright
65 _private->url = [url retain];
66 _private->title = [title retain];
67 _private->originalRequest = [request retain];
68 _private->response = [response retain];
70 _private->clientRedirectSource = [redirectSource retain];
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDUserDevice.cpp72 _properties->retain();
123 string->retain();
138 string->retain();
153 string->retain();
168 number->retain();
183 number->retain();
198 number->retain();
213 string->retain();
228 number->retain();
243 number->retain();
[all...]
/macosx-10.10/Security-57031.1.35/Security/Keychain/
H A DKDAppDelegate.h34 @property (retain) id<NSTableViewDataSource> itemDataSource;
44 @property (retain) KDSecCircle *circle;
46 @property (retain) NSMutableArray *stuffNotToLeak;
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dinitialize.m16 -retain;
40 -retain
45 return [super retain];
/macosx-10.10/Heimdal-398.1.2/tests/GSSTestApp/GSSTestAppOSX/
H A DCredentialTesterView.h14 @property (retain) NSString *name;
15 @property (retain) NSDate *expire;
/macosx-10.10/WebCore-7600.1.25/page/scrolling/cocoa/
H A DScrollingStateNode.mm7 * 1. Redistributions of source code must retain the above copyright
38 [layer retain];
/macosx-10.10/WebKit2-7600.1.25/Shared/Cocoa/
H A DWKNSError.mm7 * 1. Redistributions of source code must retain the above copyright
44 return [self retain];
/macosx-10.10/Heimdal-398.1.2/Sample/GSSSampleOSX/
H A DAppDelegate.h14 @property (retain) IBOutlet NSMutableArray *credentials;
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebPluginRequest.m8 * 1. Redistributions of source code must retain the above copyright
41 _request = [request retain];
42 _frameName = [frameName retain];

Completed in 383 milliseconds

1234567891011>>