Searched refs:bundles (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/make/common/shared/
H A DDefs-control.gmk75 SRC_BUNDLEDIR = $(OUTPUTDIR)/source-bundles
76 ABS_SRC_BUNDLEDIR = $(ABS_OUTPUTDIR)/source-bundles
77 BIN_BUNDLEDIR = $(OUTPUTDIR)/bundles
78 BIN_DEMOS_BUNDLEDIR = $(OUTPUTDIR)/demos-bundles
79 ABS_BIN_BUNDLEDIR = $(ABS_OUTPUTDIR)/bundles
H A DDefs.gmk442 # PREVIOUS_FCS_RE_AREA: re path to where previous release binaries/bundles are
453 # PREVIOUS_RELEASE_PATH: path to where previous release bundles are
458 $(call DirExists,$(PREVIOUS_FCS_RE_AREA)/bundles/$(PLATFORM)-$(ARCH),,)
461 # Depending on if we have access to these bundles
467 # Get names of and paths to bundles
494 # Paths to these bundles
/openjdk7/make/
H A Djprt.gmk30 # To get all the bundles from JPRT, use:
48 ( $(CD) $(OUTPUTDIR)/bundles && \
H A Dinstall-rules.gmk98 $(CD) $(INSTALL_TOPDIR)/make/installer/bundles/windows/ishield/wrapper/wrapper.jreboth ; $(MAKE) all
H A DDefs-internal.gmk192 # Do we build the source bundles?
193 BUNDLE_RULES = $(JDK_TOPDIR)/make/closed/bundles.gmk
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DJavacMessages.java115 SoftReference<List<ResourceBundle>> bundles = bundleCache.get(locale);
116 List<ResourceBundle> bundleList = bundles == null ? null : bundles.get();
183 private static String getLocalizedString(List<ResourceBundle> bundles, argument
187 for (List<ResourceBundle> l = bundles; l.nonEmpty() && msg == null; l = l.tail) {
193 // ignore, try other bundles in list
/openjdk7/jdk/make/common/
H A DDemo.gmk349 bundles: $(DEMO_BUILD_SRCZIP)
366 build: sources bundles
406 sources bundles
/openjdk7/langtools/src/share/classes/com/sun/tools/javah/
H A DJavahTask.java623 if (bundles == null) {
627 bundles = new HashMap<Locale, ResourceBundle>();
633 ResourceBundle b = bundles.get(locale);
637 bundles.put(locale, b);
673 Map<Locale, ResourceBundle> bundles; field in class:JavahTask
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DJavapTask.java984 if (bundles == null) {
988 bundles = new HashMap<Locale, ResourceBundle>();
994 ResourceBundle b = bundles.get(locale);
998 bundles.put(locale, b);
1020 Map<Locale, ResourceBundle> bundles; field in class:JavapTask

Completed in 123 milliseconds