HomeSort by relevance Sort by last modified time
    Searched full:parsing (Results 251 - 275 of 3047) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/dom/
XMLDocumentParser.cpp 110 if (m_currentNodeStack.size()) { // Aborted parsing.
141 // After parsing, go ahead and dispatch image beforeload events.
226 // doEnd() could process a script tag, thus pausing parsing.
290 // One or more errors occurred during parsing of the code. Display an error block to the user above
390 // FIXME: We need to implement the HTML5 XML Fragment parsing algorithm:
391 // http://www.whatwg.org/specs/web-apps/current-work/multipage/the-xhtml-syntax.html#xml-fragment-parsing-algorithm
  /external/icu4c/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
264 * Create and return a new UNumberFormat for formatting and parsing
283 * and parsing conventions, or NULL to use the default locale.
285 * details of any parsing errors, or NULL if no parsing error details
501 * to begin parsing. If not 0, on output the offset at which parsing ended.
525 * to begin parsing. If not 0, on output the offset at which parsing ended.
549 * 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...]
  /external/clang/include/clang/Parse/
Parser.h 74 /// parsing units of the grammar, productions are invoked to handle whatever has
86 /// Tok - The current token we are peeking ahead. All parsing methods assume
170 /// true except when we are parsing an expression within a C++
194 /// \brief Gathers and cleans up TemplateIdAnnotations when parsing of a
250 // Parsing methods.
400 /// \brief Abruptly cut off parsing; mainly used when we have reached the
404 // Cut off parsing by acting as if we reached the end-of-file.
437 /// \brief RAII class that helps handle the parsing of an open/close delimiter
574 /// parsing transaction". It gets instantiated to mark the token position and
596 assert(isActive && "Parsing action was finished!")
    [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/bison/src/
main.c 111 look-ahead is not enough to disambiguate the parsing. In file
170 /* The scanner memory cannot be released right after parsing, as it
  /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/clang/include/clang/Frontend/
CommandLineSourceLoc.h 2 //===--- CommandLineSourceLoc.h - Parsing for source locations-*- C++ -*---===//
11 // Command line parsing for source locations.
  /external/clang/lib/Parse/
RAIIObjectsForParser.h 100 /// after declaration/statement parsing, even when there's a parsing error.
  /external/e2fsprogs/e2fsck/
argv_parse.c 2 * argv_parse.c --- utility function for parsing a string into a
5 * This file defines a function argv_parse() which parsing a
  /external/expat/amiga/include/inline4/
expat.h 78 #define XML_SetParamEntityParsing(parser, parsing) IExpat->XML_SetParamEntityParsing(parser, parsing)
  /external/llvm/include/llvm/Assembly/
Parser.h 30 /// run the verifier after parsing the file to check that it is okay.
42 /// run the verifier after parsing the file to check that it is okay.
  /external/nist-sip/java/gov/nist/javax/sip/header/
Event.java 67 * unexpectedly while parsing the eventType value.
89 * unexpectedly while parsing the eventId value.
  /external/oprofile/libopt++/
popt_options.h 3 * option parsing
6 * options, and parsing them.
  /external/oprofile/opjitconv/
opjitconv.h 116 * list head. The linked list is used during parsing (parse_all) to
117 * hold all jitentry elements. After parsing, the program works on the
  /external/protobuf/src/google/protobuf/compiler/
parser.h 35 // Implements parsing of .proto files to FileDescriptorProtos.
59 // Implements parsing of protocol definitions (such as .proto files).
78 // SourceLocationTable while parsing. This can be used to look up exact line
86 // parsing. Set to NULL (the default) to discard error messages.
104 // parsing as soon as it has seen the syntax identifier, or lack thereof.
106 // parsing the whole thing. If this is enabled, no error will be recorded
126 // error. This allows it to go on parsing the following lines, allowing
137 // These make parsing code more readable.
  /external/svox/pico/tts/
svox_ssml_parser.h 154 int m_isInBreak; /* indicator for handling break tag parsing */
155 char* m_appendix; /* holds Pico pitch, speed and volume close tags for prosody tag parsing */
  /external/v8/src/
flags.h 49 // Set the flag values by parsing the command line. If remove_flags is
65 // Set the flag values by parsing the string str. Splits string into argc
  /external/v8/test/mjsunit/regress/
regress-1246.js 46 // These values will trigger decimal parsing.
49 // These values will trigger hexadecimal parsing.

Completed in 719 milliseconds

<<11121314151617181920>>