HomeSort by relevance Sort by last modified time
    Searched full:parsing (Results 176 - 200 of 3060) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/tools/aidl/
aidl_language.h 151 // true if there was an error parsing, false otherwise
154 // the name of the file we're currently parsing
  /libcore/luni/src/main/java/javax/xml/transform/sax/
TemplatesHandler.java 27 * parse events (parsing transformation instructions) into a Templates object.
35 * for the parsing of transformation instructions, it creates a Templates object,
  /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
392 * Parsing begins at the beginning of the string and proceeds as far as
395 * by the parsing. If you need that information, use the version of
398 * By default, parsing is lenient: If the input is not in the form used by
410 * and parsing may assume the wrong era. For cases such as this it is
431 * By default, parsing is lenient: If the input is not in the form used by
447 * @param pos On input, the position at which to start parsing; on
448 * output, the position at which parsing terminated, or th
    [all...]
  /external/expat/lib/
expat.h 392 If parameter entity parsing is enabled, then in addition to the
403 The parser argument is the parser parsing the entity containing the
418 The context argument specifies the parsing context in the format
786 /* Stops parsing, causing XML_Parse() or XML_ParseBuffer() to return.
796 except when parsing an external parameter entity and resumable != 0.
801 - XML_ERROR_SUSPEND_PE: when suspending while parsing an external PE.
803 When resumable != 0 (true) then parsing is suspended, that is,
805 Otherwise, parsing is aborted, that is, XML_Parse() and XML_ParseBuffer()
810 there is a parent parser then it will continue parsing when the
843 enum XML_Parsing parsing; member in struct:__anon8043
    [all...]
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
TestPackageXmlParserTest.java 68 * Test parsing test case xml containing an instrumentation test definition.
80 * Test parsing test case xml containing an host test attribute and test data.
125 * Test parsing test case xml containing an invalid host test attribute.
150 * Test parsing a test case xml with no test package data.
TestPlanTest.java 77 * Simple test for parsing a plan containing two uris
99 * Test parsing a plan containing a single excluded test
110 * Test parsing a plan containing multiple excluded tests
131 * Test parsing a plan containing an excluded class
  /dalvik/dx/src/com/android/dx/command/dump/
Args.java 44 /** whether to be strict about parsing classfiles*/
  /development/samples/training/network-usage/res/values/
strings.xml 33 <string name="xml_error">Error parsing XML.</string>
  /development/samples/training/threadsample/res/layout/
progress.xml 18 Defines the layout that shows the progress of downloading and parsing the RSS fead.
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
FailedPredicateException.js 2 * occurs when normally parsing the alternative just like matching a token.
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
TokenSource.pm 30 want to continue lexing then you do not want to continue parsing. Just
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
IncrementalSAXSource.java 70 * may be available for further parsing. Boolean.FALSE if parsing
79 /** Launch an XMLReader's parsing operation, feeding events to this
85 * or parsing can not be started.
  /external/apache-xml/src/main/java/org/apache/xml/utils/
StopParseException.java 24 * This is a special exception that is used to stop parsing when
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
package.html 19 <title>XPath parsing and compilation support Package.</title>
  /external/bison/examples/calc++/
calc++-driver.hh 17 // Conducting the whole scanning and parsing of Calc++.
  /external/bluetooth/bluedroid/stack/avct/
avct_defs.h 48 ** message parsing and building macros
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/extension/
SubjectKeyIdentifierStructure.java 22 * @throws IOException on parsing errors.
  /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."""

Completed in 4265 milliseconds

1 2 3 4 5 6 78 91011>>