HomeSort by relevance Sort by last modified time
    Searched full:parsing (Results 351 - 375 of 4598) sorted by null

<<11121314151617181920>>

  /external/jdiff/src/jdiff/
CommentsHandler.java 6 /* For SAX XML parsing */
14 * Handle the parsing of an XML file and the generation of a Comments object.
190 System.out.println("Warning (" + e.getLineNumber() + "): parsing XML comments file:" + e);
195 System.out.println("Error (" + e.getLineNumber() + "): parsing XML comments file:" + e);
201 System.out.println("Fatal Error (" + e.getLineNumber() + "): parsing XML comments file:" + e);
  /external/llvm/docs/tutorial/
LangImpl2.rst 14 `parser <http://en.wikipedia.org/wiki/Parsing>`_ for our Kaleidoscope
19 Parsing <http://en.wikipedia.org/wiki/Recursive_descent_parser>`_ and
21 Parsing <http://en.wikipedia.org/wiki/Operator-precedence_parser>`_ to
23 the former for everything else). Before we get to parsing though, lets
132 With this scaffolding, we can now talk about parsing expressions and
183 Basic Expression Parsing
229 expects that the current token is a '(' token, but after parsing the
293 Now that we have all of our simple expression-parsing logic in place, we
323 Binary Expression Parsing
334 Parsing <http://en.wikipedia.org/wiki/Operator-precedence_parser>`_
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
AbstractBox.java 39 * A basic on-demand parsing box. Requires the implementation of three methods to become a fully working box:
95 * Read the box's content from a byte channel without parsing it. Parsing is done on-demand.
142 * Parses the raw content of the box. It surrounds the actual parsing
219 * Verifies that a box can be reconstructed byte-exact after parsing.
  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationInfo.java 144 * unexpectedly while parsing the cNonce value.
156 * unexpectedly while parsing the nextNonce value.
168 * unexpectedly while parsing the nonceCount value.
186 * unexpectedly while parsing the Qop value.
200 * unexpectedly while parsing the Response.
  /libcore/luni/src/main/java/java/text/
NumberFormat.java 34 * interface for formatting and parsing numbers. {@code NumberFormat} also
93 * format or parsing, or want to give your users more control, you can try
100 * and others work for parsing. For example, {@code setParseIntegerOnly} only
101 * affects parsing: If set to {@code true}, "3456.78" is parsed as 3456 (and
333 * Returns a {@code NumberFormat} for formatting and parsing currency values
344 * Returns a {@code NumberFormat} for formatting and parsing currency values
356 * Returns a {@code NumberFormat} for formatting and parsing integers for the
367 * Returns a {@code NumberFormat} for formatting and parsing integers for
381 * Returns a {@code NumberFormat} for formatting and parsing numbers for the
391 * Returns a {@code NumberFormat} for formatting and parsing numbers for th
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
parser.h 69 * for parsing very large instances.
180 * also reflect the parser state. However most of the parsing routines
182 * to a state based parser for progressive parsing shouldn't be too hard.
206 int nodeNr; /* Depth of the parsing stack */
207 int nodeMax; /* Max depth of the parsing stack */
217 int external; /* are we parsing an external entity */
230 int nameNr; /* Depth of the parsing stack */
231 int nameMax; /* Max depth of the parsing stack */
235 long checkIndex; /* used by progressive parsing lookup */
238 int inSubset; /* Parsing is in int 1/ext 2 subset *
    [all...]
  /external/libxml2/include/libxml/
parser.h 69 * for parsing very large instances.
180 * also reflect the parser state. However most of the parsing routines
182 * to a state based parser for progressive parsing shouldn't be too hard.
206 int nodeNr; /* Depth of the parsing stack */
207 int nodeMax; /* Max depth of the parsing stack */
217 int external; /* are we parsing an external entity */
230 int nameNr; /* Depth of the parsing stack */
231 int nameMax; /* Max depth of the parsing stack */
235 long checkIndex; /* used by progressive parsing lookup */
238 int inSubset; /* Parsing is in int 1/ext 2 subset *
    [all...]
  /external/chromium_org/third_party/libxml/src/
TODO 1 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.
169 - Parsing of a well balanced chunk xmlParseBalancedChunkMemory()
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
NEWS 21 URI with no path parsing problem (Daniel Veillard),
32 Fix a parsing problem with little data at startup (Daniel Veillard),
83 502960 provide namespace stack when parsing entity (Daniel Veillard),
92 572129 speed up parsing of large HTML text nodes (Markus Kull),
93 Fix HTML parsing with 0 character in CDATA (Daniel Veillard),
95 566012 Incomplete EBCDIC parsing support (Martin Kogler),
122 Bug 579729 ¿ fix XSD schemas parsing crash (Miroslav Bajtos),
183 when saving an HTML doc with an xml dump function, HTML UTF-8 parsing
208 parsing and validation fixes based on the W3C regression tests, reader
215 - Improvement: switch parser to XML-1.0 5th edition, add parsing flag
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
ITreeAdaptor`1.cs 80 * This only makes sense during token parsing, not tree parsing.
81 * Tree parsing should happen only when parsing and tree construction
225 /** <summary>For tree parsing, I need to know the token type of a node</summary> */
268 #region Navigation / Tree Parsing
  /external/apache-http/src/org/apache/http/message/
HeaderValueParser.java 43 * Interface for parsing header values into elements.
85 * the bounds within the buffer for the parsing operation
102 * the bounds within the buffer for the parsing operation
130 * describe basic parsing constructs.
188 * the bounds within the buffer for the parsing operation
204 * the bounds within the buffer for the parsing operation
  /external/chromium_org/tools/gyp/tools/emacs/
gyp.el 112 "Add parse state SECTIONS to the parse history at POINT so that parsing can be
120 gyp-parse-state-history. Parsing stops if TARGET-POINT is reached or if a
121 string literal has been parsed. Returns nil if no further parsing can be
124 (let ((parsing t)
126 (while parsing
161 (setq parsing (< (point) target-point))))
  /external/protobuf/src/google/protobuf/
text_format.h 35 // Utilities for printing and parsing protocol messages in a human-readable,
52 // This class implements protocol buffer text format. Printing and parsing
210 // For more control over parsing, use this class.
231 // Normally parsing fails if, after parsing, output->IsInitialized()
248 // to do the parsing.
  /external/chromium_org/third_party/icu/source/i18n/unicode/
datefmt.h 47 * from text to millis is known as "parsing." We currently define only one concrete
49 * date formatting and parsing actions.
121 * more control over the format or parsing, (or want to give your users more
407 * By default, parsing is lenient: If the input is not in the form used by
422 * @param pos On input, the position at which to start parsing; on
423 * output, the position at which parsing terminated, or the
437 * By default, parsing is lenient: If the input is not in the form used by
445 * @param pos On input, the position at which to start parsing; on
446 * output, the position at which parsing terminated, or the
455 * Parse a string to produce an object. This methods handles parsing o
    [all...]
unum.h 30 * formatting and parsing a number. Also provides methods for
210 * Create and return a new UNumberFormat for formatting and parsing
229 * and parsing conventions, or NULL to use the default locale.
231 * details of any parsing errors, or NULL if no parsing error details
447 * to begin parsing. If not 0, on output the offset at which parsing ended.
471 * to begin parsing. If not 0, on output the offset at which parsing ended.
495 * to begin parsing. If not 0, on output the offset at which parsing ended
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
IncrementalSAXSource_Filter.java 52 * for parsing additional streams/documents. We may want to consider
561 // Yield control, resume parsing when done
597 * we can halt parsing quickly via a StopException rather than waiting
601 * or parsing can not be started.
694 * details of how incremental parsing has been achieved.
698 * satisfied and it can terminate parsing of this document.
701 * deliverMoreNodes() again. Boolean.FALSE if parsing has run to completion (or been
710 // If parsing is already done, we can immediately say so
727 // So I'm just going to return it as a parsing exception, for now.
736 /** Simple unit test. Attempt coroutine parsing of document indicate
    [all...]
  /cts/tools/vm-tests-tf/src/util/build/
DasmBuildStep.java 76 " while reading and parsing " + fname);
86 " while reading and parsing " + fname);
  /development/testrunner/test_defs/
test_defs.py 61 logger.Log("Error Parsing xml file: %s " % file_path)
64 logger.Log("Error Parsing xml file: %s Reason: %s" % (file_path, e.msg))
  /external/chromium/chrome/browser/autofill/
phone_number.h 35 // Separator characters are stripped before parsing the digits.
36 // Returns true if parsing was successful, false otherwise.
  /external/chromium/chrome/browser/extensions/
extension_webstore_private_api.h 63 // There was a problem parsing the base64 encoded icon data.
105 // The results of parsing manifest_ and icon_data_ go into these two.
  /external/chromium/net/base/
host_mapping_rules.cc 89 return false; // Failed parsing the hostname/port.
106 LOG_IF(ERROR, !ok) << "Failed parsing rule: " << rules.token();
  /external/chromium/net/tools/dump_cache/
url_utilities.cc 63 // Parsing states for UrlUtilities::Unescape
65 NORMAL, // We are not in the middle of parsing an escape.
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
parsing.h 42 // The error type for parsing.
70 // Convenience method for returning a message when parsing fails.
  /external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
parser.js 13 * parsing of sched:* kernel trace events. Parser subclasses must
37 * saying there was a problem parsing it. Handlers can also emit import
  /external/chromium_org/build/android/lint/
suppress.py 48 print 'Parsing %s' % config_path
62 print 'Parsing and merging %s' % result_path

Completed in 4213 milliseconds

<<11121314151617181920>>