Searched refs:instance (Results 301 - 325 of 375) sorted by relevance

<<1112131415

/openjdk7/langtools/test/tools/javac/6508981/
H A DTestInferBinaryName.java141 Options options = Options.instance(ctx);
/openjdk7/langtools/test/tools/javac/api/6557752/
H A DT6557752.java77 trees = Trees.instance(task);
/openjdk7/langtools/test/tools/javac/api/
H A DT6412669.java86 Trees trees = Trees.instance(processingEnv);
/openjdk7/langtools/test/tools/javac/generics/6413682/
H A DTestPos.java110 Trees trees = Trees.instance(task);
/openjdk7/langtools/test/tools/javac/multicatch/model/
H A DModelChecker.java59 Trees trees = Trees.instance(processingEnv);
/openjdk7/langtools/test/tools/javac/processing/model/type/
H A DTestUnionType.java146 trees = Trees.instance(env);
/openjdk7/langtools/test/tools/javac/tree/
H A DT6993305.java95 Trees trees = Trees.instance(task);
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DMXBeanIntrospector.java50 * Introspector for MXBeans. There is exactly one instance of this class.
55 private static final MXBeanIntrospector instance = new MXBeanIntrospector(); field in class:MXBeanIntrospector
58 return instance;
/openjdk7/jdk/make/tools/GenerateCharacter/
H A DCharacterDataLatin1.java.template250 static final CharacterDataLatin1 instance = new CharacterDataLatin1();
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTextFieldSearch.java93 protected static final RecyclableSingleton<SearchFieldBorder> instance = new RecyclableSingletonFromDefaultConstructor<SearchFieldBorder>(SearchFieldBorder.class); field in class:AquaTextFieldSearch
95 return instance.get();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/sourcemodel/attach/
H A DExternalAttachmentsUnmarshaller.java97 ExternalAttachmentsUnmarshaller instance = new ExternalAttachmentsUnmarshaller();
98 final Map<URI, Policy> map = instance.unmarshal(reader, null);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DBaseFileManager.java72 log = Log.instance(context);
73 options = Options.instance(context);
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DBlit.java137 return AnyBlit.instance;
142 public static AnyBlit instance = new AnyBlit(); field in class:Blit.AnyBlit
/openjdk7/jdk/src/share/classes/sun/management/
H A DManagementFactoryHelper.java142 return PlatformLoggingImpl.instance;
148 // The logging MXBean object is an instance of
165 final static PlatformLoggingMXBean instance = new PlatformLoggingImpl(); field in class:ManagementFactoryHelper.PlatformLoggingImpl
343 // if an instance with the object name exists in
/openjdk7/langtools/test/tools/javac/diags/
H A DArgTypeCompilerFactory.java239 * The factory is used to ensure that the log is initialized with an instance of
246 Log log = Log.instance(c);
247 Options options = Options.instance(c);
351 return "message segment"; // only instance is "no arguments"
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/resources/
H A Dhat.js209 // (instance, object/primitive array and Class objects)
236 function JavaObjectWrapper(instance) {
237 var things = instance.fields;
238 var fields = instance.clazz.fieldsForInstance;
240 // instance fields can be accessed in natural syntax
265 return wrapJavaValue(instance.clazz);
268 return instance.toString();
271 return instance;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java50 public static TreeInfo instance(Context context) { method in class:TreeInfo
51 TreeInfo instance = context.get(treeInfoKey);
52 if (instance == null)
53 instance = new TreeInfo(context);
54 return instance;
64 Names names = Names.instance(context);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DGen.java88 public static Gen instance(Context context) { method in class:Gen
89 Gen instance = context.get(genKey);
90 if (instance == null)
91 instance = new Gen(context);
92 return instance;
98 names = Names.instance(context);
99 log = Log.instance(context);
100 syms = Symtab.instance(context);
101 chk = Check.instance(context);
102 rs = Resolve.instance(contex
[all...]
H A DClassReader.java222 /** Get the ClassReader instance for this invocation. */
223 public static ClassReader instance(Context context) { method in class:ClassReader
224 ClassReader instance = context.get(classReaderKey);
225 if (instance == null)
226 instance = new ClassReader(context, true);
227 return instance;
262 names = Names.instance(context);
263 syms = Symtab.instance(context);
264 types = Types.instance(context);
268 diagFactory = JCDiagnostic.Factory.instance(contex
[all...]
/openjdk7/jdk/src/share/classes/java/beans/
H A DMetaData.java586 private static Object getType(Object instance) { argument
587 return MetaData.getPrivateFieldValue(instance, "java.util.EnumMap.keyType");
605 private static Object getType(Object instance) { argument
606 return MetaData.getPrivateFieldValue(instance, "java.util.EnumSet.elementType");
865 throw new RuntimeException("Unrecognized instance: " + oldInstance);
1076 private static Vector<?> getVector(Object instance) { argument
1077 return (Vector<?>) MetaData.getPrivateFieldValue(instance, "java.awt.CardLayout.vector");
1096 private static Hashtable<?,?> getHashtable(Object instance) { argument
1097 return (Hashtable<?,?>) MetaData.getPrivateFieldValue(instance, "java.awt.GridBagLayout.comptable");
1420 static Object getPrivateFieldValue(Object instance, Strin argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DAttr.java88 public static Attr instance(Context context) { method in class:Attr
89 Attr instance = context.get(attrKey);
90 if (instance == null)
91 instance = new Attr(context);
92 return instance;
98 names = Names.instance(context);
99 log = Log.instance(context);
100 syms = Symtab.instance(context);
101 rs = Resolve.instance(context);
102 chk = Check.instance(contex
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftPerformer.java628 int instance = 1;
631 instance = found_vib_connection.getSources()[0].getIdentifier()
642 new ModelIdentifier("lfo", "delay2", instance)));
648 new ModelSource(new ModelIdentifier("lfo", instance)),
676 new ModelIdentifier("lfo", "freq", instance)));
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DEventRequestManagerImpl.java92 * the enclosing instance of EventRequestImpl.
305 public synchronized void addInstanceFilter(ObjectReference instance) { argument
306 validateMirror(instance);
312 "target does not support instance filters");
315 .create((ObjectReferenceImpl)instance));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaInstanceKlass.java144 public Object getInstanceFieldValue(String name, Instance instance) throws NoSuchFieldException { argument
147 return getFieldValue(fld, name, instance);
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DJavadocTool.java79 annotate = Annotate.instance(context);
128 docenv = DocEnv.instance(context);

Completed in 125 milliseconds

<<1112131415