HomeSort by relevance Sort by last modified time
    Searched refs:entityParser (Results 1 - 9 of 9) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatParser.java 105 * Used by {@link EntityParser}.
311 EntityParser entityParser = new EntityParser(encoding, xmlReader,
315 parseExternalEntity(entityParser, inputSource);
337 private void parseExternalEntity(ExpatParser entityParser,
348 entityParser.append("<externalEntity>");
349 entityParser.parseFragment(reader);
350 entityParser.append("</externalEntity>");
361 entityParser.append("<externalEntity>
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 859 XML_Parser entityParser = XML_ExternalEntityParserCreate(parent, context.c_str(), NULL);
860 if (entityParser == NULL) {
864 return fromXMLParser(entityParser);
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 129 milliseconds