Searched defs:category (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/xml/
H A DXsltXPathConformanceTestSuite.java189 * <test-case category="XSLT-Result-Tree" id="attribset_attribset01">
208 String category = testCaseElement.getAttribute("category");
210 String name = category + "." + id;
263 return new XsltTest(category, id, purpose, spec, principalData,
311 private final String category; field in class:XsltXPathConformanceTestSuite.XsltTest
329 XsltTest(String category, String id, String purpose, String spec, argument
333 this.category = category;
404 return category
[all...]
/libcore/ojluni/src/main/java/java/util/
H A DLocale.java835 * @param category - the specified category to get the default locale
836 * @throws NullPointerException - if category is null
842 public static Locale getDefault(Locale.Category category) { argument
845 switch (category) {
848 defaultDisplayLocale = initDefault(category);
853 defaultFormatLocale = initDefault(category);
896 private static Locale initDefault(Locale.Category category) { argument
901 System.getProperty(category.languageKey, defaultLocale.getLanguage()),
902 System.getProperty(category
971 setDefault(Locale.Category category, Locale newLocale) argument
[all...]
/libcore/benchmarks/src/benchmarks/regression/
H A DR.java1422 public static final int category = 0; field in class:R

Completed in 107 milliseconds