HomeSort by relevance Sort by last modified time
    Searched refs:parsing (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/clang/test/Index/
crash-recovery-code-complete.c 11 #warning parsing original file
crash-recovery-reparse.c 11 #warning parsing original file
  /external/clang/test/Index/Inputs/
crash-recovery-code-complete-remap.c 10 #warning parsing original file
crash-recovery-reparse-remap.c 2 #warning parsing remapped file
  /system/bluetooth/data/
blacklist.conf 1 // Do NOT change this file format without updating the parsing logic in
auto_pairing.conf 1 // Do NOT change this file format without updating the parsing logic in
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
toplevel.ml 2 * Top-Level parsing and JIT Driver
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toplevel.ml 2 * Top-Level parsing and JIT Driver
  /external/webkit/LayoutTests/fast/url/script-tests/
scheme.js 7 // HTMLAnchorElement.href. In order to test absolute URL parsing, we'd need
  /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/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toplevel.ml 2 * Top-Level parsing and JIT Driver
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toplevel.ml 2 * Top-Level parsing and JIT Driver
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toplevel.ml 2 * Top-Level parsing and JIT Driver
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toplevel.ml 2 * Top-Level parsing and JIT Driver
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
RenderScriptProcessor.java 300 * @return true if the parsing failed, false if success.
316 boolean parsing = false;
326 // looks like the error in a non-project file. Keep parsing, but
328 parsing = true;
352 // file number. Parsing failed and we return true
365 parsing = true;
368 return parsing;
  /external/expat/amiga/include/inline4/
expat.h 78 #define XML_SetParamEntityParsing(parser, parsing) IExpat->XML_SetParamEntityParsing(parser, parsing)
  /external/webkit/LayoutTests/fast/encoding/resources/
parser-tests.js 1 document.write('<p>This test suite was converted from http://www.hixie.ch/tests/adhoc/html/parsing/encoding/all.html</p>' +
  /external/markdown/MarkdownTest/
MarkdownTest.pl 114 Use "--" to end switch parsing. For example, to open a file named "-z", use:
  /external/expat/amiga/include/libraries/
expat.h 451 enum XML_Parsing parsing; member in struct:__anon5780
471 enum XML_ParamEntityParsing parsing);
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentgetxmlversion01.js 79 obtained by parsing staffNS.xml is "1.0".
nodeisequalnode01.js 86 Using isEqualNode check if 2 Document nodes created by parsing the same xml document
nodeisequalnode12.js 81 by parsing the same xml document are equal.
nodeisequalnode27.js 81 returned by parsing the same xml document are equal.
  /external/expat/amiga/
expat_vectors.c 81 extern int _Expat_XML_SetParamEntityParsing(struct ExpatIFace *, XML_Parser parser, enum XML_ParamEntityParsing parsing);
432 int _Expat_XML_SetParamEntityParsing(struct ExpatIFace * Self, XML_Parser parser, enum XML_ParamEntityParsing parsing)
434 return XML_SetParamEntityParsing(parser, 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:__anon5785
    [all...]

Completed in 705 milliseconds

1 2 3