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

<<1112131415

/openjdk7/langtools/test/tools/javac/treeannotests/
H A DTestProcessor.java63 Trees trees = Trees.instance(processingEnv);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypes.java85 public static Types instance(Context context) { method in class:Types
86 Types instance = context.get(typesKey);
87 if (instance == null)
88 instance = new Types(context);
89 return instance;
94 syms = Symtab.instance(context);
95 names = Names.instance(context);
96 Source source = Source.instance(context);
100 reader = ClassReader.instance(context);
101 chk = Check.instance(contex
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskManager.hpp381 NoopGCTask* _noop_task; // The NoopGCTask instance.
775 static void release(Monitor* instance);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeClassInfoImpl.java399 public QName getTypeName(BeanT instance) { argument
H A DRuntimeBuiltinLeafInfoImpl.java130 public QName getTypeName(T instance) { argument
881 * Cached instance of {@link DatatypeFactory} to create
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DStart.java230 Options compOpts = Options.instance(context);
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLSurfaceData.java135 PixelConverter.ArgbPre.instance);
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DBufferedPaints.java162 PixelConverter pc = PixelConverter.ArgbPre.instance;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DJavacFileManager.java158 paths = Paths.instance(context);
165 fsInfo = FSInfo.instance(context);
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp693 CompilerCounters::CompilerCounters(const char* thread_name, int instance, TRAPS) { argument
701 // create the thread instance name space string - don't create an
702 // instance subspace if instance is -1 - keeps the adapterThread
704 const char* thread_i = (instance == -1) ? thread_name :
705 PerfDataManager::name_space(thread_name, instance);
1185 assert(method->method_holder()->klass_part()->oop_is_instance(), "not an instance method");
/openjdk7/jdk/src/share/classes/sun/font/
H A DGlyphLayout.java180 * Return a new instance of GlyphLayout, using the provided layout engine factory.
185 lef = SunLayoutEngine.instance();
202 * Return the old instance of GlyphLayout when you are done. This enables reuse
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaLookAndFeel.java393 final AquaKeyBindings aquaKeyBindings = AquaKeyBindings.instance();
H A DAquaMenuPainter.java125 static AquaMenuPainter instance() { method in class:AquaMenuPainter
/openjdk7/jdk/src/share/back/
H A Dutil.c508 WITH_LOCAL_REFS(env, length + 1) { /* +1 for class with instance fields */
536 jobject instance; local
541 * Instance methods start with the instance, thread and class,
547 instance = inStream_readObjectRef(env, in);
551 instance = NULL;
611 instance, arguments, argumentCount);
2412 /* Callback for instance object tagging (heap_reference_callback). */
2511 /* Macros to convert a class or instance tag to an index and back again */
2585 /* Bump instance count on this class */
2590 /* Callback for instance coun
[all...]
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DSurfaceData.java157 PixelConverter.ArgbPre.instance);
/openjdk7/langtools/make/tools/GenStubs/
H A DGenStubs.java293 m = TreeMaker.instance(c);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/nio/
H A DJavacPathFileManager.java130 searchPaths = Paths.instance(context);
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DConcurrentHashMap.java225 * A randomizing value associated with this instance that is applied to
230 private static int randomHashSeed(ConcurrentHashMap instance) { argument
232 return sun.misc.Hashing.randomHashSeed(instance);
1496 * Save the state of the <tt>ConcurrentHashMap</tt> instance to a
1532 * Reconstitute the <tt>ConcurrentHashMap</tt> instance from a
/openjdk7/jdk/make/tools/GenerateCharacter/
H A DCharacterData00.java.template620 static final CharacterData00 instance = new CharacterData00();
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES655 Added a test for up->location != 0 in the first instance of writing
1402 Changed the one instance of "ln -sf" to "ln -f -s" in each Sun makefile.
3501 Correction to the expand_16 code; removed extra instance of
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DOldMBeanServerTest.java590 for (ObjectInstance instance : instances)
591 names.add(instance.getObjectName());
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME173 data into place a row at a time (for instance under X11, you
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftMainMixer.java107 public double[] get(int instance, String name) {
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec230 "Created string (instance of java.lang.String) ")
552 "eg. it has been unloaded, zero is returned for its instance count."
599 "Returns the instance of java.lang.ClassLoader which loaded "
971 (tagged-object instance "An instance of this reference type.")
1239 (arrayType arrType "The array type of the new instance.")
1288 "instance methods, the \"this\" reference is included in the "
1377 "instance methods, the \"this\" reference is included in the "
1440 "Returns the value of one or more instance fields. "
1468 "Sets the value of one or more instance field
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWindow.java456 int pixel = PixelConverter.instance.rgbToPixel(c.getRGB(), cm);
1082 if ( //TODO check if there's an active input method instance
1100 // No input method instance found. For example, there's a Java Input Method.
1207 // That's why we use the same procedure as if there was no IM instance: do-it-yourself unicode.

Completed in 115 milliseconds

<<1112131415