Searched refs:instance (Results 76 - 100 of 375) sorted by relevance

1234567891011>>

/openjdk7/hotspot/test/testlibrary/whitebox/sun/hotspot/
H A DWhiteBox.java39 private static final WhiteBox instance = new WhiteBox(); field in class:WhiteBox
43 * Returns the singleton WhiteBox instance.
55 return instance;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaClass.java32 public JSJavaClass(Instance instance, JSJavaKlass jk, JSJavaFactory fac) { argument
33 super(instance, fac);
H A DJSJavaInstance.java32 public JSJavaInstance(Instance instance, JSJavaFactory fac) { argument
33 super(instance, fac);
34 this.type = (JSJavaInstanceKlass) fac.newJSJavaKlass(instance.getKlass());
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaButtonCheckBoxUI.java37 protected static final RecyclableSingleton<AquaButtonCheckBoxUI> instance = new RecyclableSingletonFromDefaultConstructor<AquaButtonCheckBoxUI>(AquaButtonCheckBoxUI.class); field in class:AquaButtonCheckBoxUI
45 return instance.get();
H A DAquaButtonRadioUI.java37 protected static final RecyclableSingleton<AquaButtonRadioUI> instance = new RecyclableSingletonFromDefaultConstructor<AquaButtonRadioUI>(AquaButtonRadioUI.class); field in class:AquaButtonRadioUI
45 return instance.get();
H A DAquaPanelUI.java38 static RecyclableSingleton<AquaPanelUI> instance = new RecyclableSingletonFromDefaultConstructor<AquaPanelUI>(AquaPanelUI.class); field in class:AquaPanelUI
41 return instance.get();
/openjdk7/jdk/src/share/back/
H A Dinvoker.h46 jobject instance; /* for INVOKE_INSTANCE only */ member in struct:InvokeRequest
65 jobject instance,
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DPixelConverter.java49 public static final PixelConverter instance = new PixelConverter(); field in class:PixelConverter
125 public static final PixelConverter instance = new Rgbx(); field in class:PixelConverter.Rgbx
138 public static final PixelConverter instance = new Xrgb(); field in class:PixelConverter.Xrgb
151 public static final PixelConverter instance = new Argb(); field in class:PixelConverter.Argb
166 public static final PixelConverter instance = new Ushort565Rgb(); field in class:PixelConverter.Ushort565Rgb
188 public static final PixelConverter instance = new Ushort555Rgbx(); field in class:PixelConverter.Ushort555Rgbx
210 public static final PixelConverter instance = new Ushort555Rgb(); field in class:PixelConverter.Ushort555Rgb
232 public static final PixelConverter instance = new Ushort4444Argb(); field in class:PixelConverter.Ushort4444Argb
266 public static final PixelConverter instance = new Xbgr(); field in class:PixelConverter.Xbgr
284 public static final PixelConverter instance field in class:PixelConverter.Bgrx
302 public static final PixelConverter instance = new Rgba(); field in class:PixelConverter.Rgba
317 public static final PixelConverter instance = new RgbaPre(); field in class:PixelConverter.RgbaPre
353 public static final PixelConverter instance = new ArgbPre(); field in class:PixelConverter.ArgbPre
389 public static final PixelConverter instance = new ArgbBm(); field in class:PixelConverter.ArgbBm
405 public static final PixelConverter instance = new ByteGray(); field in class:PixelConverter.ByteGray
428 public static final PixelConverter instance = new UshortGray(); field in class:PixelConverter.UshortGray
[all...]
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFImageMetadataFormat.java35 private static IIOMetadataFormat instance = null; field in class:GIFImageMetadataFormat
166 if (instance == null) {
167 instance = new GIFImageMetadataFormat();
169 return instance;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/server/
H A DResourceInjector.java40 * If {@link Container#getSPI(Class)} returns a valid instance of {@link ResourceInjector},
42 * instance that it manages.
56 * {@link WebServiceContext} implementation to be injected into the instance.
57 * @param instance
63 public abstract void inject(@NotNull WSWebServiceContext context, @NotNull Object instance); argument
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/builders/
H A DLayoutParser.java51 private static LayoutParser instance; field in class:LayoutParser
64 * Return an instance of the BuilderXML.
67 * @return an instance of the BuilderXML.
70 if (instance == null) {
71 instance = new LayoutParser(configuration);
73 return instance;
/openjdk7/langtools/test/tools/javac/generics/
H A DParametricException.java46 private static TrueChurchBoolean instance = new TrueChurchBoolean(); field in class:TrueChurchBoolean
49 return instance;
58 private static FalseChurchBoolean instance = new FalseChurchBoolean(); field in class:FalseChurchBoolean
61 return instance;
/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/
H A DXMLSignatureFactory.java59 * <p>Each instance of <code>XMLSignatureFactory</code> supports a specific
87 * instance to create the <code>XMLStructure</code>s of a particular
100 * {@link Reference} instance may be created by invoking one of the
108 * {@link XMLValidateContext} instance containing the XML content:
142 * need to access a single <code>XMLSignatureFactory</code> instance
145 * <code>XMLSignatureFactory</code> instance need not synchronize.
193 Instance instance;
195 instance = GetInstance.getInstance
200 XMLSignatureFactory factory = (XMLSignatureFactory) instance.impl;
202 factory.provider = instance
[all...]
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DImageFilter.java48 * instance of the ImageFilter is filtering data. It is not
51 * is creating a unique instance of this object for a particular
59 * Returns a unique instance of an ImageFilter object which will
73 ImageFilter instance = (ImageFilter) clone();
74 instance.consumer = ic;
75 return instance;
200 * by an instance of this <code>ImageFilter</code>
238 * @param ip the ImageProducer that is feeding this instance of
/openjdk7/jdk/src/share/classes/java/text/
H A DAttributedCharacterIterator.java93 * to look up the corresponding predefined instance when deserializing
94 * an instance.
153 Attribute instance = (Attribute) instanceMap.get(getName());
154 if (instance != null) {
155 return instance;
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/utils/
H A DObjectInspector.java40 private static void inspectForClass(Object instance, Class clazz, StringWriter sw){ argument
52 Object o = f.get(instance);
65 inspectForClass(instance, clazz.getSuperclass(), sw);
/openjdk7/jdk/src/share/classes/sun/font/
H A DSunLayoutEngine.java113 private static LayoutEngineFactory instance; field in class:SunLayoutEngine
115 public static LayoutEngineFactory instance() { method in class:SunLayoutEngine
116 if (instance == null) {
117 instance = new SunLayoutEngine();
119 return instance;
/openjdk7/jdk/src/macosx/classes/com/apple/eawt/
H A D_AppEventHandler.java63 final static _AppEventHandler instance = new _AppEventHandler(); field in class:_AppEventHandler
65 return instance;
171 instance.printFilesDispatcher.dispatch(new _NativeEvent(filenames));
175 instance.openFilesDispatcher.dispatch(new _NativeEvent(filenames, searchTerm));
179 instance.openURIDispatcher.dispatch(new _NativeEvent(uri));
188 instance.aboutDispatcher.dispatch(new _NativeEvent());
191 instance.preferencesDispatcher.dispatch(new _NativeEvent());
194 instance.openAppDispatcher.dispatch(new _NativeEvent());
197 instance.reOpenAppDispatcher.dispatch(new _NativeEvent());
200 instance
[all...]
/openjdk7/jdk/src/macosx/native/jobjc/src/core/java/com/apple/jobjc/
H A DJObjCRuntime.java72 if(this != instance)
78 private static JObjCRuntime instance; field in class:JObjCRuntime
80 if (instance == null) instance = new JObjCRuntime();
81 return instance;
117 throw new RuntimeException("Unable to get instance of Unsafe.", e);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DZipFileIndexCache.java45 /** Get a shared instance of the cache. */
53 /** Get a context-specific instance of a cache. */
54 public static ZipFileIndexCache instance(Context context) { method in class:ZipFileIndexCache
55 ZipFileIndexCache instance = context.get(ZipFileIndexCache.class);
56 if (instance == null)
57 context.put(ZipFileIndexCache.class, instance = new ZipFileIndexCache());
58 return instance;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DOptions.java50 /** Get the Options instance for this context. */
51 public static Options instance(Context context) { method in class:Options
52 Options instance = context.get(optionsKey);
53 if (instance == null)
54 instance = new Options(context);
55 return instance;
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DJavadocEnter.java44 Enter instance = context.get(enterKey);
45 if (instance == null)
46 instance = new JavadocEnter(context);
47 return (JavadocEnter)instance;
61 docenv = DocEnv.instance(context);
H A DJavadocMemberEnter.java43 MemberEnter instance = context.get(memberEnterKey);
44 if (instance == null)
45 instance = new JavadocMemberEnter(context);
46 return (JavadocMemberEnter)instance;
61 docenv = DocEnv.instance(context);
/openjdk7/jdk/src/windows/classes/sun/net/www/protocol/jar/
H A DJarFileFactory.java51 private static final JarFileFactory instance = new JarFileFactory(); field in class:JarFileFactory
56 return instance;
61 synchronized (instance) {
90 synchronized (instance) {
95 synchronized (instance) {
123 synchronized (instance) {
131 assert Thread.holdsLock(instance);
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DAnnotationWriter.java48 static AnnotationWriter instance(Context context) { method in class:AnnotationWriter
49 AnnotationWriter instance = context.get(AnnotationWriter.class);
50 if (instance == null)
51 instance = new AnnotationWriter(context);
52 return instance;
57 classWriter = ClassWriter.instance(context);
58 constantWriter = ConstantWriter.instance(context);

Completed in 112 milliseconds

1234567891011>>