Home
last modified time | relevance | path

Searched refs:parsing (Results 1 – 25 of 374) sorted by relevance

12345678910>>...15

/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/fixtures/
Djsdom_parser_test.js11 var parsing = JsDomParser.parseDocument(docHtml);
13 parsing.done(function noop() {
17 return parsing;
21 var parsing = getParsingUnit();
23 parsing.suspend();
24 parsing.suspend();
28 var parsing = getParsingUnit();
30 parsing.resume();
86 var parsing = JsDomParser.parseDocument(input, treeAdapter)
91 parsing.suspend();
[all …]
/external/llvm/test/Object/
Dcorrupt.test17 SECNAME: Error reading file: Invalid data was encountered while parsing the file.
19 SECDATA: Error reading file: Invalid data was encountered while parsing the file.
20 SECDATA: Error reading file: Invalid data was encountered while parsing the file.
22 SYMNAME: Error reading file: Invalid data was encountered while parsing the file.
24 VER: Error reading file: Invalid data was encountered while parsing the file.
/external/selinux/sepolgen/
DHACKING50 /usr/share/selinux/devel/include. This uses the LGPL parsing library
53 switch to a more powerful parsing library in the future, but for now
59 Infrastructure for parsing SELinux related messages as produced by the
60 audit system. This is not a general purpose audit parsing library - it
68 deliberately only loosely coupled to the audit parsing to allow
/external/clang/docs/
DMSVCCompatibility.rst34 parsing and semantic compatibility tweaks are controlled by
35 ``-fms-compatibility`` and ``-fdelayed-template-parsing``, and they are a work
109 The first major semantic difference is that MSVC appears to defer all parsing
112 controlled by the ``-fdelayed-template-parsing`` flag. While Clang delays
113 parsing of method bodies, it still parses the bodies *before* template argument
121 is parsing your template, so the user is sometimes required to use the
124 user intended to find the name in a dependent base. While parsing the
144 application. There are still issues parsing WRL headers for modern Windows 8
/external/libxml2/optim/
DTOTRY3 - I/O avoid copies when parsing mmap'ed files, need to use
6 - recheck > 4Gb instances for parsing, and RNG validation.
/external/icu/icu4c/source/data/zone/
DtzdbNames.txt30 parseRegions{""} // this metazone is never used for parsing
54 parseRegions{""} // this metazone is never used for parsing
87 parseRegions{""} // this metazone is never used for parsing
92 parseRegions{""} // this metazone is never used for parsing
155 parseRegions{""} // this metazone is never used for parsing
172 parseRegions{""} // this metazone is never used for parsing
322 parseRegions{""} // this metazone is never used for parsing
/external/v8/test/cctest/
Dcctest.status63 'test-parsing/ParserSync': [PASS, NO_VARIANTS],
378 'test-parsing/ParserSync' : [SKIP],
379 'test-parsing/ErrorsEvalAndArguments' : [SKIP],
380 'test-parsing/ErrorsFutureStrictReservedWords' : [SKIP],
381 'test-parsing/ErrorsReservedWords' : [SKIP],
382 'test-parsing/ErrorsYieldStrict' : [SKIP],
383 'test-parsing/ErrorsNotAnIdentifierName' : [SKIP],
384 'test-parsing/FunctionDeclaresItselfStrict' : [SKIP],
385 'test-parsing/ErrorsObjectLiteralChecking' : [SKIP],
386 'test-parsing/InvalidLeftHandSide' : [SKIP],
/external/libxml2/
DTODO1 124907 HTML parse buffer problem when parsing larse in-memory docs
146 - problem when parsing hrefs with & with the HTML parser (IRC ac)
155 - Command to force the parser to stop parsing and ignore the rest of the file.
222 - push mode parsing i.e. non-blocking state based parser
235 - Collect IDs at parsing and maintain a table.
244 parsing the xmllang DtD now works, so it should be sufficient for
250 in the parsing context should provide an adequate solution.
251 => Rather than progressive parsing, give more power to the SAX-like
Dlibxml.spec.in15 this includes parsing and validation even with complex DtDs, either
35 this includes parsing and validation even with complex DtDs, either
50 microseconds when parsing, do not link to them for generic purpose packages.
64 this includes parsing and validation even with complex DTDs, either
DNEWS34 wrong error column in structured error when parsing attribute values (Juergen Keil),
58 xmllint was not parsing the --c14n11 flag (Sérgio Batista),
92 Fix a parsing bug on non-ascii element and CR/LF usage (Daniel Veillard),
167 wrong error column in structured error when parsing end tag (Juergen Keil),
173 adding init calls to xml and html Read parsing entry points (Daniel Veillard),
234 Fix an error in the progressive DTD parsing code (Dan Winship),
334 Fix a failure to report xmlreader parsing failures (Daniel Veillard)
368 Avoid quadratic behaviour in some push parsing cases (Daniel Veillard),
567 617468 fix progressive HTML parsing with style using "'" (Denis Pauk),
569 614005 Possible erroneous HTML parsing on unterminated script (Pierre Belzile),
[all …]
/external/chromium-trace/trace-viewer/third_party/Paste/docs/
Dindex.txt12 url-parsing-with-wsgi
20 url-parsing-with-wsgi
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
Dmain.m28 …// That way we could do the parsing in a different thread, and still let the user edit the origina…
49 …// We start the parsing process by calling a parser rule. In theory you can call any parser rule h…
50 // but it obviously has to match the input token stream. Otherwise parsing would fail.
/external/clang/test/Index/
Dcrash-recovery-reparse.c11 #warning parsing original file
Dcrash-recovery-code-complete.c14 #warning parsing original file
/external/clang/test/Index/Inputs/
Dcrash-recovery-code-complete-remap.c8 #warning parsing original file
Dcrash-recovery-reparse-remap.c2 #warning parsing remapped file
/external/llvm/utils/lit/tests/Inputs/shtest-shell/
Derror-1.txt1 # Check error on a shell parsing failure.
/external/llvm/test/YAMLParser/
Dspec-07-02.data3 %YAML 1.2 # Attempt parsing
/external/libxml2/result/
Dwap.xml.sax30 SAX.startElement(postfield, name='tp', value='wml/state/variables/parsing/1')
65 SAX.startElement(postfield, name='tp', value='wml/state/variables/parsing/1')
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/
DREADME.md8 *WHATWG HTML5 specification-compliant, fast and ready for production HTML parsing/serialization too…
70 Provides HTML parsing functionality.
75 `options` object provides the parsing algorithm modifications:
118 Provides [SAX](https://en.wikipedia.org/wiki/Simple_API_for_XML)-style HTML parsing functionality.
123 `options` object provides the parsing algorithm modifications:
DCHANGELOG.md27 …w uses `<template>` as default `contextElement`. This leads to the more "forgiving" parsing manner.
38 …* Fix: use fake `document` element for fragment parsing (required by [jsdom](https://github.com/tm…
/external/chromium-trace/trace-viewer/third_party/Paste/docs/modules/
Dauth.auth_tkt.txt1 :mod:`paste.auth.auth_tkt` -- auth_tkt cookie parsing
/external/llvm/test/Bindings/llvm-c/
Dinvalid-bitcode.test3 CHECK: Error parsing bitcode: Unknown attribute kind (48)
/external/e2fsprogs/lib/ss/
Dss.pc.in7 Description: Subsystem command parsing library
/external/jsoncpp/
DREADME.txt14 Unserialization parsing is user friendly and provides precise error reports.
70 # strict mode parsing to get all tests to pass.
156 parsing was corrected.
166 understand parsing error.

12345678910>>...15