Searched refs:BUNDLE (Results 1 - 4 of 4) sorted by relevance

/openjdk10/make/devkit/
H A DcreateSolarisDevkit.sh75 BUNDLE=${BUILD_DIR}/${BUNDLE_NAME}
142 if [ ! -e $BUNDLE ]; then
143 echo "Creating $BUNDLE from $DEVKIT_ROOT"
145 tar zcf $BUNDLE $DEVKIT_NAME
147 echo "Skipping creation of $BUNDLE"
/openjdk10/jdk/test/java/lang/System/LoggerFinder/internal/BootstrapLogger/
H A DBootstrapLoggerAPIsTest.java74 final MyResources BUNDLE = new MyResources();
93 LOGGER.log(Level.ERROR, BUNDLE, "abc #0", new RuntimeException("throwable #0"));
98 LOGGER.log(Level.ERROR, BUNDLE, "abc #1");
102 LOGGER.log(Level.ERROR, BUNDLE, "abc {0}", "#2");
181 BUNDLE, "abc {0}", "#17");
187 BUNDLE, "abc #18", new RuntimeException("throwable #18"));
192 bridge.logrb(PLATFORM_LEVEL, BUNDLE, "abc {0}", "#19");
197 bridge.logrb(PLATFORM_LEVEL, BUNDLE, "abc #20",
/openjdk10/jdk/test/java/lang/System/LoggerFinder/LoggerFinderAPI/
H A DLoggerFinderAPI.java255 static final ResourceBundle BUNDLE = new MyResourceBundle(); field in class:LoggerFinderAPI
264 {"null name", null, BUNDLE, MODULE , NullPointerException.class},
265 {"null module", "foo", BUNDLE, null, NullPointerException.class},
266 {"null name and module, non null bundle", null, BUNDLE, null, NullPointerException.class},
267 {"non null name, module, and bundle", "foo", BUNDLE, MODULE, null},
/openjdk10/jdk/test/java/util/ResourceBundle/Control/
H A DDefaultControlTest.java43 static final ResourceBundle BUNDLE = new ResourceBundle() { field in class:DefaultControlTest
59 BUNDLE };

Completed in 118 milliseconds