Searched refs:rbName (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/test/java/util/logging/bundlesearch/
H A DLoadItUp2.java39 public Boolean test(String rbName) throws Exception { argument
43 return lookupBundle(rbName);
46 private boolean lookupBundle(String rbName) { argument
49 Logger aLogger = Logger.getLogger("NestedLogger2", rbName);
54 + rbName);
59 + rbName + " using a stack search.");
H A DLoadItUp1.java35 public Logger getAnonymousLogger(String rbName) throws Exception { argument
39 return Logger.getAnonymousLogger(rbName);
H A DLoadItUp2Invoker.java38 private String rbName; field in class:LoadItUp2Invoker
42 public void setup(URL[] urls, String rbName) throws argument
45 this.rbName = rbName;
55 return (Boolean) testMethod.invoke(loadItUp2, rbName);
H A DIndirectlyLoadABundle.java41 private final static String rbName = "CallerSearchableResource"; field in class:IndirectlyLoadABundle
47 throw new Exception("Couldn't directly load bundle " + rbName
53 throw new Exception("Was able to directly load bundle " + rbName
67 return (Logger)testMethod.invoke(loadItUp, "NestedLogger1", rbName) != null;
86 return (Logger)testAnonMethod.invoke(loadItUpAnon, rbName) != null;
95 // getLogger("NestedLogger2", rbName) to see if the bundle is found
99 return getLoggerWithNewCL(urls, "NestedLogger2", rbName);
126 // Test getLogger("foo"); getLogger("foo", "rbName");
161 return ResourceBundleSearchTest.isOnClassPath(rbName, cl);
H A DTwiceIndirectlyLoadABundle.java40 private final static String rbName = "StackSearchableResource"; field in class:TwiceIndirectlyLoadABundle
79 setupMethod.invoke(loadItUp2Invoker, noResourceUrl, rbName);
/openjdk7/jdk/test/sun/text/resources/
H A DLocaleDataTest.java236 String rbName, localeName, resTag, qualifier;
243 rbName = key.substring(0, index);
285 if (rbName.equals("CalendarData")
286 || rbName.equals("CurrencyNames")
287 || rbName.equals("LocaleNames")
288 || rbName.equals("TimeZoneNames")) {
289 fullName = "sun.util.resources." + rbName;
291 fullName = "sun.text.resources." + rbName;
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DResources.java82 public static void initializeMessages(Class<?> clazz, String rbName) { argument
85 rb = ResourceBundle.getBundle(rbName);
/openjdk7/jdk/src/share/classes/java/awt/
H A DWindow.java2761 public void applyResourceBundle(String rbName) { argument
2762 applyResourceBundle(ResourceBundle.getBundle(rbName));

Completed in 283 milliseconds