HomeSort by relevance Sort by last modified time
    Searched full:parent4 (Results 1 - 15 of 15) sorted by null

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ResourceBundleTest.java 53 assertEquals("Wrong bundle fr_FR_VAR", "frFRVARValue4", bundle.getString("parent4"));
56 assertEquals("Wrong bundle fr_FR_v1", "frFRValue4", bundle.getString("parent4"));
59 assertEquals("Wrong bundle fr_US_var", "frValue4", bundle.getString("parent4"));
62 assertEquals("Wrong bundle de_FR_var", "enUSValue4", bundle.getString("parent4"));
66 assertEquals("Wrong bundle de_FR_var 2", "frFRVARValue4", bundle.getString("parent4"));
70 assertEquals("Wrong bundle de_FR_var 2", "parentValue4", bundle.getString("parent4")
176 assertEquals("Wrong value parent4",
177 "frFRVARValue4", bundle.getString("parent4"));
288 assertEquals("Wrong value parent4",
289 "frFRVARValue4", (String)bundle.getObject("parent4"));
    [all...]
ListResourceBundleTest.java 43 assertTrue("Missing key parent4", result.contains("parent4"));
  /cts/common/host-side/java-scanner/tests/src/com/android/compatibility/common/scanner/
JavaScannerTest.java 93 final File parent4 = new File(parent3, "test"); local
96 parent4.mkdirs();
97 f = new File(parent4, filename + ".java");
126 parent4.delete();
  /external/apache-harmony/support/src/test/java/tests/support/
Support_TestResource.java 26 { "parent4", "parentValue4" }, };
Support_TestResource_en.java 25 { "parent3", "enValue3" }, { "parent4", "enValue4" },
Support_TestResource_en_US.java 25 { "parent4", "enUSValue4" }, { "child1", "enUSChildValue1" },
Support_TestResource_fr.java 25 { "parent3", "frValue3" }, { "parent4", "frValue4" },
Support_TestResource_fr_FR.java 25 { "parent4", "frFRValue4" }, { "child1", "frFRChildValue1" },
Support_TestResource_fr_FR_VAR.java 24 Object[][] contents = { { "parent4", "frFRVARValue4" },
  /libcore/support/src/test/java/tests/support/
Support_TestResource_en.java 25 { "parent3", "enValue3" }, { "parent4", "enValue4" },
Support_TestResource_en_US.java 25 { "parent4", "enUSValue4" }, { "child1", "enUSChildValue1" },
Support_TestResource_fr.java 25 { "parent3", "frValue3" }, { "parent4", "frValue4" },
Support_TestResource_fr_FR.java 25 { "parent4", "frFRValue4" }, { "child1", "frFRChildValue1" },
Support_TestResource_fr_FR_VAR.java 24 Object[][] contents = { { "parent4", "frFRVARValue4" },
Support_TestResource.java 27 { "parent4", "parentValue4" }, {"IntegerVal", 1}, {"StringArray", array}};

Completed in 3639 milliseconds