Searched
full:parsing (Results
251 -
275 of
4598) sorted by null
<<11121314151617181920>>
/external/chromium/base/ |
version.h | 17 // parsing and comparison.
|
/external/chromium/chrome/browser/ |
DEPS | 29 "+libxml", # For search engine definition parsing.
|
/external/chromium/chrome/browser/net/ |
net_log_logger.h | 24 // easy parsing.
|
/external/chromium/chrome/browser/parsers/ |
metadata_parser_filebase.h | 18 // Parser for the file type. Allows for parsing of files, and gets
|
/external/chromium/chrome/browser/search_engines/ |
template_url_parser.h | 21 // Invoked for each parameter of the template URL while parsing. If this
|
/external/chromium/net/tools/fetch/ |
http_listen_socket.cc | 88 ST_DONE, // Parsing is complete and successful 89 ST_ERR, // Parsing encountered invalid syntax. 147 // TODO(mbelshe): Deal better with parsing protocol. 183 // No more characters, but we haven't finished parsing yet.
|
http_listen_socket.h | 50 // Expects the raw data to be stored in recv_data_. If parsing is successful,
|
/external/chromium/testing/gmock/scripts/generator/cpp/ |
utils.py | 18 """Generic utilities for C++ parsing."""
|
/external/chromium_org/base/android/java/src/org/chromium/base/ |
CpuFeatures.java | 10 // about the CPU's properties by parsing /proc, so this operation must
|
/external/chromium_org/base/test/expectations/ |
parser.h | 38 // Called when the input string is not well-formed. Parsing will stop after 77 // or NULL to end parsing. On return, the parser is at the beginning of the 110 // parsing. 136 // If DataError() has been called during the course of parsing |current_|.
|
/external/chromium_org/chrome/browser/extensions/api/content_settings/ |
content_settings_helpers.h | 19 // pattern, |error| is set to the parsing error and an invalid pattern
|
/external/chromium_org/chrome/browser/parsers/ |
metadata_parser_factory.h | 28 // do any parsing on the file. Parse has to be called on the parser.
|
metadata_parser_filebase.h | 17 // Parser for the file type. Allows for parsing of files, and gets
|
/external/chromium_org/chrome/browser/web_resource/ |
json_asynchronous_unpacker.h | 21 // This will be called if there is an error while parsing the data.
|
/external/chromium_org/chrome/common/favicon/ |
favicon_url_parser.h | 35 // The result of the parsing will be stored in a ParsedFaviconPath struct.
|
/external/chromium_org/chrome/tools/convert_dict/ |
hunspell_reader.cc | 11 // This silly 64K buffer is just copied from Hunspell's way of parsing.
|
/external/chromium_org/extensions/common/permissions/ |
manifest_permission_set.h | 35 // If |error| is NULL, parsing will continue with the next permission if
|
/external/chromium_org/media/base/ |
stream_parser.h | 26 // Abstract interface for parsing media byte streams. 52 // and indicates that a parsing error should be signalled. 61 // False if something was wrong with the buffers and a parsing 71 // False if something was wrong with the buffers and a parsing
|
/external/chromium_org/media/mp2t/ |
ts_packet.h | 25 // Return a TsPacket only when parsing was successful.
|
ts_section.h | 25 // Return true if parsing is successful.
|
ts_section_pes.h | 48 // Do not start parsing before getting a unit start indicator.
|
/external/chromium_org/net/base/ |
host_port_pair_unittest.cc | 13 TEST(HostPortPairTest, Parsing) {
|
/external/chromium_org/net/http/ |
http_util_icu.cc | 5 // The rules for parsing content-types were borrowed from Firefox:
|
/external/chromium_org/net/tools/fetch/ |
http_listen_socket.cc | 82 ST_DONE, // Parsing is complete and successful. 83 ST_ERR, // Parsing encountered invalid syntax. 141 // TODO(mbelshe): Deal better with parsing protocol. 177 // No more characters, but we haven't finished parsing yet.
|
/external/chromium_org/third_party/JSON/JSON-2.59/t/ |
21_evans_bugrep.t | 36 like( $@, qr/incr_text can not be called when the incremental parser already started parsing/ );
|
Completed in 1351 milliseconds
<<11121314151617181920>>