Searched defs:instance (Results 51 - 75 of 197) sorted by relevance

12345678

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
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/share/classes/com/sun/jdi/request/
H A DStepRequest.java118 * which the currently executing instance ("this") is the object
125 * @param instance the object which must be the current instance
134 void addInstanceFilter(ObjectReference instance); argument
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DModelIdentifier.java89 private int instance = 0; field in class:ModelIdentifier
95 public ModelIdentifier(String object, int instance) { argument
97 this.instance = instance;
106 public ModelIdentifier(String object, String variable, int instance) { argument
109 this.instance = instance;
114 return instance;
117 public void setInstance(int instance) { argument
118 this.instance
[all...]
H A DSoftLowFrequencyOscillator.java117 public double[] get(int instance, String name) { argument
118 if (instance >= used_count)
119 used_count = instance + 1;
121 return out[instance];
123 return delay[instance];
125 return delay2[instance];
127 return freq[instance];
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaHighlighter.java40 static final RecyclableSingleton<LayerPainter> instance = new RecyclableSingleton<LayerPainter>() { field in class:AquaHighlighter
47 return instance.get();
H A DAquaTextFieldBorder.java39 protected static final RecyclableSingleton<AquaTextFieldBorder> instance = new RecyclableSingletonFromDefaultConstructor<AquaTextFieldBorder>(AquaTextFieldBorder.class); field in class:AquaTextFieldBorder
41 return instance.get();
H A DImageCache.java57 private static final RecyclableSingleton<ImageCache> instance = new RecyclableSingleton<ImageCache>() { field in class:ImageCache
64 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/hotspot/src/share/vm/utilities/
H A DdefaultStream.hpp94 static defaultStream* instance; // sole instance member in class:defaultStream
/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/javac/code/
H A DDeferredLintHandler.java47 public static DeferredLintHandler instance(Context context) { method in class:DeferredLintHandler
48 DeferredLintHandler instance = context.get(deferredLintHandlerKey);
49 if (instance == null)
50 instance = new DeferredLintHandler(context);
51 return instance;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DKeywords.java47 public static Keywords instance(Context context) { method in class:Keywords
48 Keywords instance = context.get(keywordsKey);
49 if (instance == null)
50 instance = new Keywords(context);
51 return instance;
58 names = Names.instance(context);
H A DScannerFactory.java49 /** Get the Factory instance for this context. */
50 public static ScannerFactory instance(Context context) { method in class:ScannerFactory
51 ScannerFactory instance = context.get(scannerFactoryKey);
52 if (instance == null)
53 instance = new ScannerFactory(context);
54 return instance;
65 this.log = Log.instance(context);
66 this.names = Names.instance(context);
67 this.source = Source.instance(context);
68 this.keywords = Keywords.instance(contex
[all...]
/openjdk7/jdk/src/solaris/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) {
80 synchronized (instance) {
85 synchronized (instance) {
113 synchronized (instance) {
121 assert Thread.holdsLock(instance);
/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/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DImageCache.java60 private static final ImageCache instance = new ImageCache(); field in class:ImageCache
63 /** Get static singleton instance */
65 return instance;
/openjdk7/jdk/src/share/classes/sun/awt/
H A DSunGraphicsCallback.java123 private static PaintHeavyweightComponentsCallback instance = field in class:SunGraphicsCallback.PaintHeavyweightComponentsCallback
136 return instance;
142 private static PrintHeavyweightComponentsCallback instance = field in class:SunGraphicsCallback.PrintHeavyweightComponentsCallback
155 return instance;
/openjdk7/jdk/src/share/classes/java/beans/
H A DDefaultPersistenceDelegate.java107 private boolean definesEquals(Object instance) { argument
112 boolean result = definesEquals(instance.getClass());
125 * @param oldInstance The instance to be copied.
126 * @param newInstance The instance that is to be modified.
133 // Assume the instance is either mutable or a singleton
146 * @param oldInstance The instance to be instantiated.
216 static void invokeStatement(Object instance, String methodName, Object[] args, Encoder out) { argument
217 out.writeStatement(new Statement(instance, methodName, args));
220 // Write out the properties of this instance.
303 // instantiate this instance a
[all...]
H A DStatement.java225 actual class, with the instance methods of "Class.class"
229 the static method getProperties() and the instance method
272 changing the state of an instance. Normally statements with side
273 effects on objects are instance methods of the objects themselves
316 String instanceName(Object instance) { argument
317 if (instance == null) {
319 } else if (instance.getClass() == String.class) {
320 return "\""+(String)instance + "\"";
328 return NameGenerator.unqualifiedClassName(instance.getClass());
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Bytecodes/src/com/sun/hotspot/igv/bytecodes/
H A DBytecodeViewTopComponent.java49 private static BytecodeViewTopComponent instance; field in class:BytecodeViewTopComponent
95 * Gets default instance. Do not use directly: reserved for *.settings files only,
96 * i.e. deserialization routines; otherwise you could get a non-deserialized instance.
97 * To obtain the singleton instance, use {@link findInstance}.
100 if (instance == null) {
101 instance = new BytecodeViewTopComponent();
103 return instance;
107 * Obtain the BytecodeViewTopComponent instance. Never call {@link #getDefault} directly!
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/
H A DControlFlowTopComponent.java47 private static ControlFlowTopComponent instance; field in class:ControlFlowTopComponent
100 * Gets default instance. Do not use directly: reserved for *.settings files only,
101 * i.e. deserialization routines; otherwise you could get a non-deserialized instance.
102 * To obtain the singleton instance, use {@link findInstance}.
105 if (instance == null) {
106 instance = new ControlFlowTopComponent();
108 return instance;
112 * Obtain the ControlFlowTopComponent instance. Never call {@link #getDefault} directly!
/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DGenerator.java47 private static Generator instance; field in class:Generator
169 instance = new Generator(full, buildDir, packageNamePrefix, lafName, model);
174 return instance;
178 return new HashMap<String, String>(instance.variables);
241 instance.writeSrcFileImpl(templateName, variables, outputName);
/openjdk7/jdk/src/macosx/classes/com/apple/concurrent/
H A DDispatch.java52 final static Dispatch instance = new Dispatch(); field in class:Dispatch
59 * @return a factory instance of Dispatch, or null if not available
65 return instance;
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGMetadataFormat.java38 private static IIOMetadataFormat instance = null; field in class:PNGMetadataFormat
495 if (instance == null) {
496 instance = new PNGMetadataFormat();
498 return instance;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DFilterTransducer.java80 public QName getTypeName(T instance) { argument

Completed in 540 milliseconds

12345678