Searched refs:class (Results 1 - 25 of 337) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Color.h32 class AwtColor {
H A Dawt_Win32GraphicsConfig.h31 class AwtWin32GraphicsConfig {
H A Dawt_new.h32 // This class is used for establishing and implementing an operator new/
35 class NewHandler {
40 // Don't construct instances of this class.
H A Dawt_Container.h27 * AwtContainer class
36 class AwtContainer {
H A Dawt_Dimension.h27 * AwtDimension class
36 class AwtDimension {
H A Dawt_InputEvent.h27 * AwtInputEvent class
36 class AwtInputEvent {
H A Dawt_Panel.h27 * AwtPanel class
36 class AwtPanel {
/openjdk7/jdk/test/java/io/Serializable/evolution/AddedExternField/
H A Drun.sh26 # @summary Test reading an evolved class serialization into the original class
28 rm *.class tmp.ser
31 rm *.class
/openjdk7/jdk/src/share/demo/java2d/J2DBench/
H A DMakefile38 $(CLASSES)/j2dbench/J2DBench.class \
39 $(CLASSES)/j2dbench/Destinations.class \
40 $(CLASSES)/j2dbench/Group.class \
41 $(CLASSES)/j2dbench/Result.class \
42 $(CLASSES)/j2dbench/Modifier.class \
43 $(CLASSES)/j2dbench/Node.class \
44 $(CLASSES)/j2dbench/Option.class \
45 $(CLASSES)/j2dbench/ResultSet.class \
46 $(CLASSES)/j2dbench/TestEnvironment.class \
47 $(CLASSES)/j2dbench/Test.class \
[all...]
/openjdk7/jdk/test/java/io/Serializable/resolveClass/deserializeButton/
H A Drun.sh26 # @summary Verify that class loaded outside of application class loader is
28 # readObject() method of a bootstrap class (in this case,
44 rm -f *.class *.jar
46 ${TESTJAVA}/bin/jar cf cb.jar *.class
47 rm -f *.class
50 rm -f *.class *.jar
/openjdk7/jdk/test/java/rmi/activation/Activatable/extLoadedImpl/
H A Dext.sh26 # @summary If the context class loader is a child of the impl's class
27 # loader, the context class loader should remain unchanged (i.e., not be
28 # set to the impl's class loader) when the impl is activated.
49 for dir in `echo ${TESTCLASSPATH:-$TESTCLASSES} | sed -e "s/$PS/ /"` ; do cp $dir/*.class classes ; done
50 rm classes/ExtLoadedImpl.class classes/ExtLoadedImpl_Stub.class classes/CheckLoader.class
52 $TESTJAVA/bin/jar cf ext/ext.jar -C $TESTCLASSES ExtLoadedImpl.class -C $TESTCLASSES ExtLoadedImpl_Stub.class
[all...]
/openjdk7/jdk/test/java/io/Serializable/packageAccess/
H A Drun.sh45 ${TESTJAVA}/bin/jar cf foo.jar B.class D.class
46 rm -f B.class D.class
49 rm -f *.class *.jar
/openjdk7/jdk/test/java/io/Serializable/superclassDataLoss/
H A Drun.sh27 # descriptor is matched with local class that is not a superclass of
28 # the deserialized instance's class.
44 ${TESTJAVA}/bin/jar cf cb1.jar A.class B.class
46 rm -f A.class B.class
50 rm -f *.class *.jar
/openjdk7/jdk/test/sun/nio/cs/
H A DTest4200310.sh25 # @summary make sure class files are not duplicated between rt.jar,
30 2>&1 $TESTJAVA/bin/jar -tf "$TESTJAVA/jre/lib/rt.jar" > class-list
31 2>&1 $TESTJAVA/bin/jar -tf "$TESTJAVA/jre/lib/charsets.jar" >> class-list
32 2>&1 $TESTJAVA/bin/jar -tf "$TESTJAVA/jre/lib/ext/localedata.jar" >> class-list
33 duplicates=`grep '\.class$' class-list | sort | uniq -d`
35 rm -f class-list
/openjdk7/jdk/test/java/nio/channels/AsynchronousChannelGroup/
H A Drun_any_task.sh44 -C "${TESTCLASSES}" PrivilegedThreadFactory.class \
45 -C "${TESTCLASSES}" PrivilegedThreadFactory\$1.class \
46 -C "${TESTCLASSES}" Attack.class
/openjdk7/jdk/make/com/sun/jndi/rmi/registry/
H A DMakefile54 # Full class names of implementations requiring stubs
60 FILES_stubs = $(REMOTE_files:%=$(CLASSDESTDIR)/%_Stub.class)
61 FILES_skels = $(REMOTE_files:%=$(CLASSDESTDIR)/%_Skel.class)
66 $(CLASSDESTDIR)/%_Skel.class $(CLASSDESTDIR)/%_Stub.class: \
67 $(CLASSDESTDIR)/%.class
70 $(subst /,.,$(<:$(CLASSDESTDIR)/%.class=%))
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DKernTable.h49 class LEFontInstance;
50 class LEGlyphStorage;
55 class U_LAYOUT_API KernTable
H A DGlyphPositioningTables.h47 class LEFontInstance;
48 class LEGlyphStorage;
49 class LEGlyphFilter;
50 class GlyphPositionAdjustments;
H A DCharSubstitutionFilter.h40 class LEFontInstance;
48 class CharSubstitutionFilter : public UMemory, public LEGlyphFilter
63 CharSubstitutionFilter(const CharSubstitutionFilter &other); // forbid copying of this class
70 CharSubstitutionFilter &operator=(const CharSubstitutionFilter &other); // forbid copying of this class
/openjdk7/jdk/test/java/io/Serializable/maskSyntheticModifier/
H A Drun.sh42 cp ${TESTSRC}/Foo.class .
45 rm -f *.class
/openjdk7/jdk/test/java/lang/Runtime/exec/
H A Dsetcwd.sh34 # copy the class to our working directory
36 cp ${TESTCLASSES}/SetCwd.class .
37 cp ${TESTCLASSES}/SetCwd.class foo
/openjdk7/hotspot/agent/test/libproc/
H A DMakefile30 rm -rf *.class
/openjdk7/jdk/test/com/sun/jdi/redefine/
H A DRedefineSetUp.sh58 mv RedefineSubTarg.class Different_RedefineSubTarg.class
63 mv RedefineSubTarg.class SchemaChange_RedefineSubTarg.class
/openjdk7/jdk/test/java/io/Serializable/resolveClass/consTest/
H A Drun.sh27 # not interfere with serialization's class resolution mechanism.
42 rm -f *.class *.jar
44 ${TESTJAVA}/bin/jar cf boot.jar *.class
45 rm -f *.class
48 rm -f *.class *.jar
/openjdk7/jdk/test/tools/launcher/
H A DdeleteI18n.sh27 # shell globbing to delete Java source and class files whose names
52 rm -f i18n*.class

Completed in 48 milliseconds

1234567891011>>