Searched refs:parsing (Results 1 - 25 of 28) sorted by relevance

12

/external/webkit/WebCore/html/
H A DHTMLHtmlElement.cpp67 if (!document()->parsing())
H A DHTMLTokenizer.cpp438 // Reset m_currentScriptTagStartLineNumber to indicate that we've finished parsing the current script element
676 return state; // Finished parsing comment
695 return state; // Finished parsing server include
719 return state; // Finished parsing comment!
1190 return state; // Finished parsing tag!
1608 return state; // Finished parsing tag!
1840 // After parsing, go ahead and dispatch image beforeload events.
1934 // an external script to load, we can't finish parsing until that is done
/external/expat/amiga/include/inline4/
H A Dexpat.h78 #define XML_SetParamEntityParsing(parser, parsing) IExpat->XML_SetParamEntityParsing(parser, parsing)
/external/expat/amiga/include/libraries/
H A Dexpat.h451 enum XML_Parsing parsing; member in struct:__anon2104
471 enum XML_ParamEntityParsing parsing);
/external/expat/amiga/
H A Dexpat_vectors.c81 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) argument
434 return XML_SetParamEntityParsing(parser, parsing);
/external/expat/lib/
H A Dexpat.h392 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 altogethe
820 enum XML_Parsing parsing; member in struct:__anon2109
[all...]
H A Dxmlparse.c649 #define ps_parsing (parser->m_parsingStatus.parsing)
1877 XML_L("cannot change setting once parsing has begun"),
1886 XML_L("parsing aborted"),
1887 XML_L("parsing finished"),
3073 if (parentParser) { /* we are parsing an external entity */
3576 However, when parsing an external subset, doProlog will not accept a BOM
/external/e2fsprogs/lib/blkid/
H A Dread.c131 * Start parsing a new line from the cache.
133 * line starts with "<device" return 1 -> continue parsing line
194 printf("blkid: short line parsing dev: %s\n", *cp));
482 "Test parsing of the cache (filename)\n", argv[0]);
/external/webkit/WebCore/svg/
H A DSVGStyledElement.cpp176 // tell StyledElement about the change to avoid parsing the class list twice
228 if (document->parsing())
/external/bison/doc/
H A Drefcard.tex353 \key{Tell {\tt bison} where to start parsing.}
443 \key{Recognize an error \& continue parsing.}{error}
490 \key{Quit parsing immediately. Return 1.} {YYABORT}
491 \key{Quit parsing immediately. Return 0.} {YYACCEPT}
/external/expat/amiga/include/interfaces/
H A Dexpat.h81 int APICALL (*XML_SetParamEntityParsing)(struct ExpatIFace *Self, XML_Parser parser, enum XML_ParamEntityParsing parsing);
/external/libvpx/examples/includes/ASCIIMathPHP-2.0/
H A DASCIIMathPHP-2.0.class.php35 * -- Added parseIntExpr, for intermediate expression parsing rule, allowing x^2/x^3 to render as (x^2)/(x^3)
41 * -- Changed the algorithm for parsing expressions so that it matches the longest string possible (greedy)
/external/webkit/WebCore/loader/
H A DDocumentLoader.cpp214 // still parsing. Failure to do so can cause a world leak.
217 if (loading || doc->parsing())
278 // Both unloading the old page and parsing the new page may execute JavaScript which destroys the datasource
H A Dloader.cpp320 // For non-named hosts - everything but http(s) - we should only enforce the limit if the document isn't done parsing
322 bool shouldLimitRequests = !m_name.isNull() || docLoader->doc()->parsing() || !docLoader->doc()->haveStylesheetsLoaded();
H A DFrameLoader.cpp573 if (m_frame->document() && m_frame->document()->parsing()) {
1007 // But we should instead do it when we're done parsing the head element.
1138 // Are we still parsing?
1139 if (m_frame->document()->parsing())
1194 if (m_didCallImplicitClose || m_frame->document()->parsing())
1522 ASSERT(m_frame->document()->parsing());
/external/webkit/WebCore/page/
H A DFrameView.cpp1084 if (document && (document->parsing() || document->docLoader()->requestCount()))
1112 if (!document || (!document->parsing() && !document->docLoader()->requestCount())) {
/external/iproute2/doc/
H A Dip-tunnels.tex466 rooted at \verb|1:ABC| and attach to subroot set of rules parsing
/external/webkit/WebCore/dom/
H A DDocument.h547 bool parsing() const { return m_bParsing; }
694 * when a meta tag is encountered during document parsing, and also when a script dynamically changes or adds a meta
H A DDocument.cpp946 if (parsing())
1473 // Other browsers load stylesheets before they continue parsing the web page.
1716 // still parsing
1812 bool doload = !parsing() && m_tokenizer && !m_processingLoadEvent && !wasLocationChangePending;
1843 // FIXME: We kick off the icon loader when the Document is done parsing.
1845 // -When the <head> finishes parsing
2658 if (!parsing())
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php538 * Wether the caches needed for parsing are built or not
687 // Load the language for parsing
1833 * Setup caches needed for parsing. This is automatically called in parse_code() when appropriate.
3526 * @param microtime The time when parsing started
3527 * @param microtime The time when parsing ended
/external/blktrace/doc/
H A Dblktrace.tex586 to ease parsing of output, and/or limit output fields to those the user
/external/blktrace/btt/doc/
H A Dbtt.tex993 parsing of trace data in terms of seconds since the start of the run. The
/external/grub/docs/
H A Dtexinfo.tex579 % @comma{} to avoid , parsing problems.
1099 % Texinfo's parsing.
6400 % #6 is just the usual extra ignored arg for parsing this stuff.
7021 % even after parsing them.
/external/libxml2/
H A Dparser.c410 errmsg = "parsing XML declaration: '?>' expected\n";
2110 * parse Reference declarations, variant parsing from a string rather
2939 * We still keep compatibility to pre-revision5 parsing semantic if the
3256 * (specialized for endtag parsing)
3498 * In practice it means we stop the loop only when back at parsing
3594 * of xmlParseAttValue() when the attribute parsing requires handling
4189 * of xmlParseCharData() when the parsing requires handling
4277 * @strict: indicate whether we should restrict parsing to only
4335 * "S SystemLiteral" is not detected. From a purely parsing
4692 * This will add the given catalog to the parsing contex
[all...]
/external/libpng/
H A Dltmain.sh3380 /* very simple arg parsing; don't want to rely on getopt */
4909 done # argument parsing loop

Completed in 1684 milliseconds

12