Searched
full:parsing (Results
451 -
475 of
4598) sorted by null
<<11121314151617181920>>
/external/chromium_org/extensions/common/permissions/ |
api_permission_set.h | 49 // added to this vector. If |error| is NULL, parsing will continue with the
|
/external/chromium_org/media/webm/ |
webm_info_parser.cc | 33 // For now we do all or nothing parsing.
|
/external/chromium_org/net/ftp/ |
ftp_directory_listing_parser_windows.cc | 61 // We don't want to make the parsing fail at this point though.
|
/external/chromium_org/net/http/ |
http_auth_handler_ntlm_win.cc | 72 // TODO(cbentzel): Move towards model of parsing in the factory
|
/external/chromium_org/net/server/ |
http_server.cc | 215 ST_DONE, // Parsing is complete and successful 216 ST_ERR, // Parsing encountered invalid syntax. 275 // TODO(mbelshe): Deal better with parsing protocol. 312 // No more characters, but we haven't finished parsing yet.
|
/external/chromium_org/net/tools/fetch/ |
http_listen_socket.h | 57 // Expects the raw data to be stored in recv_data_. If parsing is successful,
|
/external/chromium_org/ppapi/generators/test_parser/ |
enum.idl | 5 /* This file tests parsing of enumerations under different conditions */
|
/external/chromium_org/remoting/protocol/ |
message_decoder.cc | 40 // data for parsing then exit.
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLConstructionSite.h | 45 InsertAlreadyParsedChild, // Insert w/o calling begin/end parsing. 148 // moving it around in the tree rather than parsing it for the first time). That means 230 // constructed nodes. It points to a DocumentFragment when parsing fragments 291 // http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html#parsing-main-intable
|
HTMLDocumentParser.cpp | 108 bool reportErrors = false; // For now document fragment parsing never reports errors. 122 // we we're told to stop parsing before we've consumed all the input. 160 // This kicks off "Once the user agent stops parsing" as described by: 184 // We will not have a scriptRunner when parsing a DocumentFragment. 252 // We will not have a scriptRunner when parsing a DocumentFragment. 284 // parser to stop parsing cleanly. The problem is we're not 501 // The parsing session should interact with the document only when parsing 523 // end up parsing the whole buffer in this pump. We should pass how 731 // A couple pinToMainThread() callers require synchronous parsing, but can' [all...] |
HTMLEntityParser.h | 66 // Used by the XML parser. Not suitable for use in HTML parsing. Use consumeHTMLEntity instead.
|
/external/chromium_org/third_party/icu/source/common/ |
ruleiter.h | 70 * Bitmask option to enable parsing of variable names. If (options & 77 * Bitmask option to enable parsing of escape sequences. If (options & 212 * Returns the current 32-bit code point without parsing escapes, parsing
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
udat.h | 28 * from text to millis is known as "parsing." We currently define only one concrete 30 * date formatting and parsing actions. 513 * Open a new UDateFormat for formatting and parsing dates and times. 617 * to begin parsing. If not 0, on output the offset at which parsing ended. 638 * to begin parsing. If not 0, on output the offset at which parsing ended. 652 * Determine if an UDateFormat will perform lenient parsing. 653 * With lenient parsing, the parser may use heuristics to interpret inputs that do not 654 * precisely match the pattern. With strict parsing, inputs must match the pattern [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
tztest.h | 67 * Test parsing custom zones
|
/external/chromium_org/third_party/icu/source/tools/gennorm2/ |
gennorm2.cpp | 207 fprintf(stderr, "gennorm2 error: parsing code point range from %s\n", line); 216 fprintf(stderr, "gennorm2 error: parsing ccc from %s\n", line); 226 fprintf(stderr, "gennorm2 error: parsing remove-mapping %s\n", line); 238 fprintf(stderr, "gennorm2 error: parsing mapping string from %s\n", line);
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
uri.h | 43 int cleanup; /* parsing potentially unclean URI */
|
/external/chromium_org/tools/site_compare/commands/ |
scrape.py | 27 """Inserts the command and arguments into a command line for parsing."""
|
/external/chromium_org/tools/valgrind/memcheck/ |
suppressions_linux.txt | 13 # over from suppressions.txt? We'd avoid wasting time parsing and matching
|
/external/chromium_org/v8/test/intl/number-format/ |
parse-currency.js | 28 // Currency parsing is not yet supported. We need ICU49 or higher to get
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-241344.js | 29 // Parsing that string creates a sparse array that grows dense.
|
regress-crbug-135008.js | 28 // Filler long enough to trigger lazy parsing.
|
regress-crbug-135066.js | 28 // Filler long enough to trigger lazy parsing.
|
regress-crbug-248025.js | 30 // Filler long enough to trigger lazy parsing.
|
/external/chromium_org/v8/test/webkit/fast/js/ |
object-extra-comma-expected.txt | 24 This test checks some object construction cases, including 5939: final comma in javascript object prevents parsing.
|
object-extra-comma.js | 26 '<a href="https://bugs.webkit.org/show_bug.cgi?id=5939">5939: final comma in javascript object prevents parsing</a>' +
|
Completed in 629 milliseconds
<<11121314151617181920>>