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

12

/openjdk7/jdk/src/macosx/native/apple/applescript/
H A DAppleScriptExecutionContext.h37 @property (nonatomic, retain) NSString *source;
38 @property (nonatomic, retain) NSDictionary *context;
39 @property (nonatomic, retain) NSDictionary *error;
40 @property (nonatomic, retain) id returnValue;
H A DNS_Java_ConversionUtils.m56 return appleScriptCoercer = [asSpecificCoercions retain];
107 return [[img retain] autorelease];
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DApplicationDelegate.h47 @property (nonatomic, retain) NSMenuItem *fPreferencesMenu;
48 @property (nonatomic, retain) NSMenuItem *fAboutMenu;
50 @property (nonatomic, retain) NSMenu *fDockMenu;
51 @property (nonatomic, retain) CMenuBar *fDefaultMenuBar;
H A DAWTWindow.h51 @property (nonatomic, retain) NSWindow *nsWindow;
53 @property (nonatomic, retain) JNFWeakJObjectWrapper *javaPlatformWindow;
54 @property (nonatomic, retain) CMenuBar *javaMenuBar;
55 @property (nonatomic, retain) NSWindow *growBoxWindow;
H A DAWTView.h59 @property (nonatomic, retain) id cglLayer;
H A DCFileDialog.m53 [fDirectory retain];
55 [fFile retain];
57 [fTitle retain];
129 [fURLs retain];
174 return [[fURLs retain] autorelease];
H A DCInputMethod.m158 [keyboardInfo retain];
221 [isoAbbreviation retain];
231 sLastKeyboardStr = [isoAbbreviation retain];
260 [localeStr retain];
298 [selectableArray retain];
H A DCMenu.m44 [fMenu retain];
115 return [[fMenu retain] autorelease];
281 // Strong retain this menu; it'll get released in Java_apple_laf_ScreenMenu_addMenuListeners
H A DAWTSurfaceLayers.m58 layer = [newLayer retain];
H A DDnDUtilities.m50 customJavaPboardType = [[NSString stringWithFormat:@"NSJavaPboardType-%@", [[NSProcessInfo processInfo] globallyUniqueString]] retain];
H A DPrintModel.m39 fPrintInfo = [printInfo retain];
H A DCClipboard.m59 fData = [inData retain];
60 fFormat = [inFormat retain];
H A DCTrayIcon.m63 [theItem retain];
188 [anImage retain];
/openjdk7/jdk/src/macosx/native/sun/java2d/opengl/
H A DCGLLayer.h48 @property (nonatomic, retain) JNFJObjectWrapper *javaLayer;
55 @property (nonatomic, retain) CGLLayer *parentLayer;
56 @property (nonatomic, retain) CGLLayer *remoteLayer;
57 @property (nonatomic, retain) NSObject<JRSRemoteLayer> *jrsRemoteLayer;
/openjdk7/jdk/src/macosx/native/sun/osxapp/
H A DQueuingApplicationDelegate.h45 @property(retain) id <NSApplicationDelegate> realDelegate;
47 @property(retain) NSMutableArray* queue;
/openjdk7/jdk/src/macosx/bundle/JavaAppLauncher/src/
H A DJVMArgs.h47 @property (retain, nonatomic) NSBundle *jreBundle;
53 @property (retain, nonatomic) NSDictionary *appInfo;
54 @property (retain, nonatomic) NSMutableDictionary *jvmInfo;
56 @property (retain, nonatomic) NSString *userHome;
57 @property (retain, nonatomic) NSString *appPackage;
58 @property (retain, nonatomic) NSString *javaRoot;
H A DJavaAppLauncher.h38 @property (retain) JVMArgs *args;
/openjdk7/jdk/src/macosx/javavm/export/
H A Djawt_md.h78 @property (readwrite, retain) CALayer *layer;
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DparGCAllocBuffer.cpp52 void ParGCAllocBuffer::retire(bool end_of_gc, bool retain) { argument
53 assert(!retain || end_of_gc, "Can only retain at GC end.");
65 if (!retain) {
68 // Is there wasted space we'd like to retain for the next GC?
208 void ParGCAllocBufferWithBOT::retire(bool end_of_gc, bool retain) { argument
209 assert(!retain || end_of_gc, "Can only retain at GC end.");
216 if (retain && _hard_end != NULL) {
225 ParGCAllocBuffer::retire(end_of_gc, retain);
[all...]
H A DparGCAllocBuffer.hpp128 void flush_stats_and_retire(PLABStats* stats, bool end_of_gc, bool retain) { argument
145 retire(end_of_gc, retain);
151 assert(!_retained, "Shouldn't retain an invalidated buffer.");
159 // If "end_of_gc" is TRUE, is after the last use in the GC. IF "retain"
161 void retire(bool end_of_gc, bool retain);
257 void retire(bool end_of_gc, bool retain);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DnDDT.h91 INLINE void WaitUntilSignalled(BOOL retain) { argument
96 if (!retain) ::ReleaseMutex(m_mutex);
218 INLINE void WaitUntilSignalled(BOOL retain) { argument
223 if (!retain) ::ReleaseMutex(m_mutex);
/openjdk7/jdk/src/share/classes/javax/security/auth/
H A DSubject.java1209 boolean retain = false;
1212 retain = false;
1230 retain = true;
1234 retain = true;
1239 if (!retain) {
1241 retain = false;
/openjdk7/jdk/src/macosx/native/com/apple/laf/
H A DScreenMenu.m69 @property (nonatomic, retain) NSMenu *nsmenu;
70 @property (nonatomic, retain) JNFJObjectWrapper *javaObjectWrapper;
/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DTarget.java289 // strong clean call; retain sequenceNum
290 entry.retain(sequenceNum);
464 void retain(long sequenceNum) { method in class:SequenceEntry
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DsatbQueue.cpp83 // at the end. If we are going to retain it we will copy it to its
88 bool retain = g1h->is_obj_ill(obj); local
89 if (retain) {

Completed in 5789 milliseconds

12