HomeSort by relevance Sort by last modified time
    Searched defs:parsing (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/main/java/org/xml/sax/helpers/
ParserAdapter.java 397 if (parsing) {
401 parsing = true;
405 parsing = false;
407 parsing = false;
789 * Throw an exception if we are parsing.
802 if (parsing) {
805 name + " while parsing");
820 private boolean parsing = false;
816 private boolean parsing = false; field in class:ParserAdapter
  /external/expat/amiga/include/libraries/
expat.h 451 enum XML_Parsing parsing; member in struct:__anon6388
471 enum XML_ParamEntityParsing parsing);
  /external/expat/lib/
expat.h 392 If parameter entity parsing is enabled, then in addition to the
403 The parser argument is the parser parsing the entity containing the
418 The context argument specifies the parsing context in the format
763 /* Stops parsing, causing XML_Parse() or XML_ParseBuffer() to return.
773 except when parsing an external parameter entity and resumable != 0.
778 - XML_ERROR_SUSPEND_PE: when suspending while parsing an external PE.
780 When resumable != 0 (true) then parsing is suspended, that is,
782 Otherwise, parsing is aborted, that is, XML_Parse() and XML_ParseBuffer()
787 there is a parent parser then it will continue parsing when the
790 parser (recursively), if one wants to stop parsing altogether
820 enum XML_Parsing parsing; member in struct:__anon6393
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/include/
expat.h 392 If parameter entity parsing is enabled, then in addition to the
403 The parser argument is the parser parsing the entity containing the
418 The context argument specifies the parsing context in the format
763 /* Stops parsing, causing XML_Parse() or XML_ParseBuffer() to return.
773 except when parsing an external parameter entity and resumable != 0.
778 - XML_ERROR_SUSPEND_PE: when suspending while parsing an external PE.
780 When resumable != 0 (true) then parsing is suspended, that is,
782 Otherwise, parsing is aborted, that is, XML_Parse() and XML_ParseBuffer()
787 there is a parent parser then it will continue parsing when the
790 parser (recursively), if one wants to stop parsing altogether
820 enum XML_Parsing parsing; member in struct:__anon19711
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/include/
expat.h 392 If parameter entity parsing is enabled, then in addition to the
403 The parser argument is the parser parsing the entity containing the
418 The context argument specifies the parsing context in the format
763 /* Stops parsing, causing XML_Parse() or XML_ParseBuffer() to return.
773 except when parsing an external parameter entity and resumable != 0.
778 - XML_ERROR_SUSPEND_PE: when suspending while parsing an external PE.
780 When resumable != 0 (true) then parsing is suspended, that is,
782 Otherwise, parsing is aborted, that is, XML_Parse() and XML_ParseBuffer()
787 there is a parent parser then it will continue parsing when the
790 parser (recursively), if one wants to stop parsing altogether
820 enum XML_Parsing parsing; member in struct:__anon20034
    [all...]

Completed in 244 milliseconds