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

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/ObjC/
H A DDOMTestSerializedScriptValueInterface.h8 * 1. Redistributions of source code must retain the above copyright
34 @property(retain) NSString *value;
35 @property(readonly, retain) NSString *readonlyValue;
36 @property(retain) NSString *cachedValue;
37 @property(readonly, retain) NSString *cachedReadonlyValue;
H A DDOMTestObj.h8 * 1. Redistributions of source code must retain the above copyright
69 @property(readonly, retain) DOMTestObj *readOnlyTestObjAttr;
70 @property(retain) DOMTestSubObjConstructor *TestSubObjEnabledBySetting;
79 @property(retain) DOMTestObj *testObjAttr;
80 @property(retain) DOMTestObj *XMLObjAttr;
97 @property(retain) DOMTestObj *withScriptExecutionContextAttribute;
98 @property(retain) DOMTestObj *withScriptStateAttributeRaises;
99 @property(retain) DOMTestObj *withScriptExecutionContextAttributeRaises;
100 @property(retain) DOMTestObj *withScriptExecutionContextAndScriptStateAttribute;
101 @property(retain) DOMTestOb
[all...]
/macosx-10.9.5/ksh-20/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.9.5/ksh-20/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.9.5/objc4-551.1/test/
H A DARRMRR.h12 @property(retain) id dataSource;
H A DMRRARR.h12 @property(retain) id dataSource;
/macosx-10.9.5/Heimdal-323.92.1/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.9.5/Security-55471.14.18/Keychain Circle Notification/
H A DKNAppDelegate.h18 @property (retain) KDSecCircle *circle;
19 @property (retain) NSMutableSet *viewedIds;
20 @property (retain) KNPersistantState *state;
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DOSStackRetain.h34 OSStackRetain(OSObject *object, bool retain = false) : _retainedObject(object) {
35 if (_retainedObject && retain) {
36 _retainedObject->retain();
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/xpc-tsa/
H A Dtimestampclient.h42 @property (retain) id delegate;
43 @property (retain) id url;
44 @property (retain) id urlRequest;
/macosx-10.9.5/WebKit2-7537.78.2/Shared/mac/
H A DPasteboardTypes.mm7 * 1. Redistributions of source code must retain the above copyright
38 static inline NSArray *retain(NSArray *array)
46 static NSArray *types = retain([NSArray arrayWithObjects:WebArchivePboardType, NSHTMLPboardType, NSFilenamesPboardType, NSTIFFPboardType, NSPDFPboardType,
53 static NSArray *types = retain([NSArray arrayWithObjects:WebURLsWithTitlesPboardType, NSURLPboardType, WebURLPboardType, WebURLNamePboardType, NSStringPboardType, NSFilenamesPboardType, nil]);
59 static NSArray *types = retain([NSArray arrayWithObjects:NSTIFFPboardType, WebURLsWithTitlesPboardType, NSURLPboardType, WebURLPboardType, WebURLNamePboardType, NSStringPboardType, nil]);
65 static NSArray *types = retain([NSArray arrayWithObjects:NSTIFFPboardType, WebURLsWithTitlesPboardType, NSURLPboardType, WebURLPboardType, WebURLNamePboardType, NSStringPboardType, NSRTFDPboardType, WebArchivePboardType, nil]);
71 static NSArray *types = retain([NSArray arrayWithObjects:WebArchivePboardType, NSRTFDPboardType, NSRTFPboardType, NSStringPboardType, nil]);
/macosx-10.9.5/security_systemkeychain-55191.2/Gatekeeper/
H A DGKAppDelegate.h11 @property (retain) NSMutableArray *authority;
15 @property (retain) NSData *authData;
16 @property (retain) NSArray *sortDescriptors;
/macosx-10.9.5/libclosure-63/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.9.5/Heimdal-323.92.1/tests/GSSTestApp/GSSTestAppOSX/
H A DCredentialTesterView.h14 @property (retain) NSString *name;
15 @property (retain) NSDate *expire;
/macosx-10.9.5/WebKit-7537.78.2/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.9.5/Security-55471.14.18/sec/SOSCircle/CloudKeychainProxy/
H A DCKDKVSProxy.h45 @property (retain, nonatomic) NSString *myID;
46 @property (retain, nonatomic) NSArray *keysToRead;
47 @property (retain, nonatomic) NSArray *keysToWrite;
48 @property (retain, nonatomic) NSArray *keysReadWrite;
50 @property (retain, nonatomic) NSSet *alwaysKeys;
51 @property (retain, nonatomic) NSSet *firstUnlockKeys;
52 @property (retain, nonatomic) NSSet *unlockedKeys;
53 @property (retain, nonatomic) NSMutableSet *pendingKeys;
54 @property (retain, nonatomic) NSMutableSet *shadowPendingKeys;
/macosx-10.9.5/IOHIDFamily-503.215.2/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.9.5/Security-55471.14.18/Keychain/
H A DKDAppDelegate.h18 @property (retain) id<NSTableViewDataSource> itemDataSource;
28 @property (retain) KDSecCircle *circle;
30 @property (retain) NSMutableArray *stuffNotToLeak;
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dinitialize.m16 -retain;
40 -retain
45 return [super retain];
/macosx-10.9.5/Heimdal-323.92.1/Sample/GSSSampleOSX/
H A DAppDelegate.h14 @property (retain) IBOutlet NSMutableArray *credentials;
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DDOMObject.h8 * 1. Redistributions of source code must retain the above copyright
46 @property(readonly, retain) DOMStyleSheet *sheet;
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DWebCoreFullScreenPlaceholderView.h7 * 1. Redistributions of source code must retain the above copyright
36 @property(retain) id contents;
/macosx-10.9.5/WebKit-7537.78.2/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 172 milliseconds

1234567891011>>