Searched refs:readFile (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/test/java/tests/api/javax/xml/parsers/
H A DSAXParserTest.java313 new SAXParserTestSupport().readFile(list_out_dh[i].getPath());
347 HashMap<String, String> hm = sp.readFile(
406 HashMap<String, String> hm = new SAXParserTestSupport().readFile(
448 HashMap<String, String> hm = sp.readFile(list_out_hb[i].getPath());
504 HashMap<String, String> hm = new SAXParserTestSupport().readFile(
547 HashMap<String, String> hm = sp.readFile(
604 // HashMap<String, String> hm = new SAXParserTestSupport().readFile(
655 HashMap<String, String> hm = sp.readFile(list_out_hb[i].getPath());
696 HashMap<String, String> hm = sp.readFile(list_out_hb[i].getPath());
743 HashMap<String, String> hm = new SAXParserTestSupport().readFile(
[all...]
H A DSAXParserTestSupport.java92 public HashMap<String, String> readFile(String fileName) { method in class:SAXParserTestSupport
/libcore/luni/src/test/java/libcore/io/
H A DDiskLruCacheTest.java174 assertEquals("ABC", readFile(k1));
729 private String readFile(File file) throws Exception { method in class:DiskLruCacheTest

Completed in 375 milliseconds