Searched refs:theInstance (Results 1 - 25 of 61) sorted by relevance

123

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGStreamMetadataFormat.java33 private static JPEGStreamMetadataFormat theInstance = null; field in class:JPEGStreamMetadataFormat
42 if (theInstance == null) {
43 theInstance = new JPEGStreamMetadataFormat();
45 return theInstance;
H A DJPEGImageMetadataFormat.java41 private static JPEGImageMetadataFormat theInstance = null; field in class:JPEGImageMetadataFormat
361 if (theInstance == null) {
362 theInstance = new JPEGImageMetadataFormat();
364 return theInstance;
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DRenderQueue.java38 private static D3DRenderQueue theInstance; field in class:D3DRenderQueue
50 if (theInstance == null) {
51 theInstance = new D3DRenderQueue();
53 theInstance.flushAndInvokeNow(new Runnable() {
59 return theInstance;
72 if (theInstance != null) {
79 theInstance.lock();
81 theInstance.ensureCapacity(4);
82 theInstance.getBuffer().putInt(SYNC);
83 theInstance
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXErrorHandler.java82 private static IgnoreBadWindowHandler theInstance = new IgnoreBadWindowHandler(); field in class:XErrorHandler.IgnoreBadWindowHandler
84 return theInstance;
97 private static VerifyChangePropertyHandler theInstance = new VerifyChangePropertyHandler(); field in class:XErrorHandler.VerifyChangePropertyHandler
99 return theInstance;
121 private static XShmAttachHandler theInstance = new XShmAttachHandler(); field in class:XErrorHandler.XShmAttachHandler
123 return theInstance;
144 private static GLXBadAllocHandler theInstance = new GLXBadAllocHandler(); field in class:XErrorHandler.GLXBadAllocHandler
146 return theInstance;
168 private static XChangeWindowAttributesHandler theInstance = new XChangeWindowAttributesHandler(); field in class:XErrorHandler.XChangeWindowAttributesHandler
170 return theInstance;
[all...]
H A DXDropTargetEventProcessor.java36 private static final XDropTargetEventProcessor theInstance = field in class:XDropTargetEventProcessor
108 theInstance.protocol = null;
119 return active ? theInstance.doProcessEvent(ev) : false;
/openjdk7/jdk/src/share/classes/com/sun/script/javascript/
H A DRhinoClassShutter.java41 private static RhinoClassShutter theInstance; field in class:RhinoClassShutter
47 if (theInstance == null) {
48 theInstance = new RhinoClassShutter();
56 return theInstance;
H A DRhinoWrapFactory.java47 private static RhinoWrapFactory theInstance; field in class:RhinoWrapFactory
50 if (theInstance == null) {
51 theInstance = new RhinoWrapFactory();
53 return theInstance;
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLRenderQueue.java42 private static OGLRenderQueue theInstance; field in class:OGLRenderQueue
67 if (theInstance == null) {
68 theInstance = new OGLRenderQueue();
70 return theInstance;
83 if (theInstance != null) {
84 theInstance.lock();
86 theInstance.ensureCapacity(4);
87 theInstance.getBuffer().putInt(SYNC);
88 theInstance.flushNow();
90 theInstance
[all...]
/openjdk7/jdk/src/windows/classes/sun/java2d/
H A DScreenUpdateManager.java44 private static ScreenUpdateManager theInstance; field in class:ScreenUpdateManager
127 if (theInstance == null) {
129 theInstance = new D3DScreenUpdateManager();
131 theInstance = new ScreenUpdateManager();
134 return theInstance;
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DVSyncedBSManager.java36 private static VSyncedBSManager theInstance; field in class:VSyncedBSManager
44 if (theInstance == null && create) {
45 theInstance =
48 return theInstance;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/util/
H A DClassNameComparator.java45 public static final Comparator<JClass> theInstance = new ClassNameComparator(); field in class:ClassNameComparator
/openjdk7/jdk/src/windows/native/sun/windows/
H A DComCtl32Util.h37 static ComCtl32Util theInstance; local
38 return theInstance;
H A DDevices.cpp163 Devices* Devices::theInstance = NULL; member in class:Devices
222 Devices *oldDevices = theInstance;
223 theInstance = newDevices;
231 int newNumScreens = theInstance->GetNumDevices();
244 theInstance->GetNumDevices());
281 if (theInstance != NULL) {
282 theInstance->AddReference();
287 return theInstance;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DDraconianErrorHandler.java77 public static final ErrorHandler theInstance = new DraconianErrorHandler(); field in class:DraconianErrorHandler
/openjdk7/jdk/test/com/sun/jdi/
H A DInstanceFilter.java74 ObjectReference theInstance; field in class:InstanceFilter
112 if (!theThis.equals(theInstance)) {
136 theInstance = (ObjectReference)(targetClass.getValue(field));
140 methodEntryRequest.addInstanceFilter(theInstance);
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/hw/
H A DAccelDeviceEventNotifier.java40 private static AccelDeviceEventNotifier theInstance; field in class:AccelDeviceEventNotifier
75 if (theInstance == null && create) {
76 theInstance = new AccelDeviceEventNotifier();
78 return theInstance;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCAdapter.java67 super(getRef(adapter,copy),NavigatorImpl.theInstance);
87 return NavigatorImpl.theInstance.ref(adapter);
92 super( NavigatorImpl.theInstance.ref(adapter), NavigatorImpl.theInstance);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeAnyTypeImpl.java46 static final RuntimeNonElement theInstance = new RuntimeAnyTypeImpl(); field in class:RuntimeAnyTypeImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DWildcardNameClassBuilder.java50 private static final XSWildcardFunction<NameClass> theInstance = field in class:WildcardNameClassBuilder
54 return wc.apply(theInstance);
/openjdk7/jdk/src/share/classes/java/awt/
H A DSplashScreen.java120 if (!wasClosed && theInstance == null) {
125 theInstance = new SplashScreen(ptr);
128 return theInstance;
349 theInstance = null;
387 private static SplashScreen theInstance = null; field in class:SplashScreen
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWDragSourceContextPeer.java63 private static final WDragSourceContextPeer theInstance = field in class:WDragSourceContextPeer
75 theInstance.setTrigger(dge);
76 return theInstance;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/marshaller/
H A DDumbEscapeHandler.java45 public static final CharacterEscapeHandler theInstance = new DumbEscapeHandler(); field in class:DumbEscapeHandler
H A DMinimumEscapeHandler.java42 public static final CharacterEscapeHandler theInstance = new MinimumEscapeHandler(); field in class:MinimumEscapeHandler
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DDumbEscapeHandler.java45 public static final CharacterEscapeHandler theInstance = new DumbEscapeHandler(); field in class:DumbEscapeHandler
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/
H A DDefaultAnnotationParser.java47 public static final AnnotationParser theInstance = new DefaultAnnotationParser(); field in class:DefaultAnnotationParser

Completed in 192 milliseconds

123