Searched refs:PACKAGE (Results 151 - 175 of 277) sorted by relevance

1234567891011>>

/openjdk7/jdk/make/sun/headless/
H A DMakefile38 PACKAGE = sun.awt macro
/openjdk7/jdk/make/sun/native2ascii/
H A DMakefile31 PACKAGE = sun.tools.native2ascii macro
/openjdk7/jdk/make/sun/pisces/
H A DMakefile27 PACKAGE = sun.pisces macro
/openjdk7/jdk/make/sun/rmi/cgi/
H A DMakefile34 PACKAGE = sun.rmi macro
/openjdk7/jdk/make/sun/rmi/registry/
H A DMakefile34 PACKAGE = sun.rmi.registry macro
/openjdk7/jdk/make/sun/security/tools/
H A DMakefile27 PACKAGE = sun.security.tools macro
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/adapters/
H A DXmlJavaTypeAdapter.java45 import static java.lang.annotation.ElementType.PACKAGE;
93 @Retention(RUNTIME) @Target({PACKAGE,FIELD,METHOD,TYPE,PARAMETER})
/openjdk7/corba/make/com/sun/corba/se/corespi/
H A DMakefile28 PACKAGE = com.sun.corba.se.impl.corespi macro
/openjdk7/corba/make/org/omg/idl/
H A DMakefile31 PACKAGE = com.sun.tools.corba.se.idl macro
/openjdk7/jdk/make/tools/generate_nimbus/
H A DMakefile31 PACKAGE = build.tools.generatenimbus macro
/openjdk7/jdk/make/apple/applescript/
H A DMakefile27 PACKAGE = apple.applescript macro
/openjdk7/jdk/make/com/sun/script/
H A DMakefile28 PACKAGE = com.sun.script macro
/openjdk7/jdk/make/java/jexec/
H A DMakefile33 PACKAGE = java.jexec macro
/openjdk7/jdk/make/javax/sound/jsoundds/
H A DMakefile27 PACKAGE = javax.sound macro
/openjdk7/jdk/make/javax/swing/
H A DMakefile27 PACKAGE = javax.swing macro
/openjdk7/jdk/make/sun/image/generic/
H A DMakefile31 PACKAGE = sun.awt.medialib macro
/openjdk7/jdk/make/sun/jdga/
H A DMakefile28 PACKAGE = sun.jdga macro
/openjdk7/jdk/make/sun/org/mozilla/javascript/
H A DMakefile31 PACKAGE = sun.org.mozilla.javascript.internal macro
/openjdk7/jdk/make/sun/rmi/rmid/
H A DMakefile34 PACKAGE = sun.rmi.activation macro
/openjdk7/jdk/make/sun/security/jgss/wrapper/
H A DMakefile27 PACKAGE = sun.security.jgss.wrapper macro
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DPainterImpl.template25 package ${PACKAGE};
/openjdk7/jdk/make/tools/CharsetMapping/
H A DSingleByte-X.java.template26 package $PACKAGE$;
/openjdk7/jdk/test/tools/launcher/
H A DMultipleJRE.sh139 PACKAGE=reallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallylongpackagename
140 UGLYCLASS=$TESTCLASSES/$PACKAGE/UglyPrintVersion.class
144 echo "Main-Class: $PACKAGE.UglyPrintVersion" >> META-INF/MANIFEST.MF
151 mkdir -p $PACKAGE
152 cp $UGLYCLASS $PACKAGE
154 $PACKAGE/UglyPrintVersion.class
/openjdk7/corba/make/common/
H A DDefs.gmk127 # not define PACKAGE, THREADIR (only HPI uses this), PROGRAM, and
138 ifneq ($(PACKAGE),)
139 UNIQUE_LOCATION_STRING += /$(PACKAGE)
202 PKG = $(shell $(EXPR) $(PACKAGE) : '\([a-z]*\)')
203 PKGDIR = $(subst .,/,$(PACKAGE))
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/
H A DDeprecatedAPIListBuilder.java41 public static final int PACKAGE = 0; field in class:DeprecatedAPIListBuilder
86 getList(PACKAGE).add(pkg);

Completed in 155 milliseconds

1234567891011>>