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

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/parser/
Parser.h 105 // reported the error when parsing the containing program or eval code. So if we're
106 // parsing a function body node, we assume that what actually happened here is that
107 // we ran out of stack while parsing. If we see an error while parsing eval or program
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
package.html 13 <li>ParseOptions - used to configure the parsing of xmp metadata packets
  /frameworks/base/core/java/android/database/
SQLException.java 20 * An exception that indicates there was an error with SQL parsing or execution.
  /frameworks/base/core/java/android/database/sqlite/
SQLiteException.java 22 * A SQLite exception that indicates there was an error with SQL parsing or execution.
  /frameworks/base/core/java/android/net/
ParseException.java 20 * Thrown when parsing a URL fails.
  /frameworks/base/tools/validatekeymaps/
Main.cpp 84 fprintf(stderr, "Error %d parsing key layout file.\n\n", status);
95 fprintf(stderr, "Error %d parsing key character map file.\n\n", status);
105 fprintf(stderr, "Error %d parsing input device configuration file.\n\n", status);
116 fprintf(stderr, "Error %d parsing virtual key definition file.\n\n", status);
  /libcore/luni/src/main/java/java/security/cert/
package.html 10 Functionality for parsing certificate, extracting information from them, validating and
  /cts/tools/dex-tools/test/dex/reader/
DexFileReaderTests.java 78 * Tests parsing a simple class.
130 * Tests parsing a simple sub class.
144 * Tests parsing T0 and T1 from same dex file.
170 * Tests parsing Annotation Declaration.
191 * Tests parsing Annotated Class.
213 * Tests parsing Generic Type.
238 * Tests parsing Generic Type.
268 * Tests parsing Interface Type.
290 * Tests parsing Interface Type.
351 * Tests parsing of huge dex file.
    [all...]
  /external/chromium/googleurl/
README.txt 2 The Google URL Parsing Library
5 This is the Google URL Parsing Library which parses and canonicalizes URLs.
12 server programs in mind, so unlike most implementations of URL parsing
37 discussed below to interface with the low-level parsing and canonicalization
81 1. Parsing
83 At the lowest level is the parsing code. The files encompasing this are
87 Parsing can not fail and does no validation. The exception is the port number,
134 The canonicalization and parsing layers do not know anything about the URI
135 schemes supported by your application. The parsing and canonicalization
140 low-level parsing and canonicalization to call the correct versions fo
    [all...]
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
AbstractTParser.java 50 * ANTLR has found a parsing error, has recovered from it and is now
51 * telling us that a parsing exception occurred.
  /external/checkpolicy/
parse_util.c 56 "%s: error(s) encountered while parsing configuration\n",
66 "%s: error(s) encountered while parsing configuration\n",
  /external/clang/include/clang/Basic/
CommentOptions.h 1 //===--- CommentOptions.h - Options for parsing comments -----*- C++ -*-===//
23 /// \brief Options for controlling comment parsing.
  /external/clang/test/Index/
preamble_macro_template.cpp 5 // RUN: c-index-test -write-pch %t.pch -fno-delayed-template-parsing -x c++-header %S/Inputs/preamble_macro_template.h
6 // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 5 local -fno-delayed-template-parsing -I %S/Inputs -include %t %s 2>&1 | tee %t.check.txt | FileCheck %s
  /external/libxslt/libxslt/
documents.h 62 * @dict: the dictionary to use when parsing that document
63 * @options: parsing options, a set of xmlParserOption
  /external/smack/src/org/jivesoftware/smack/provider/
IQProvider.java 27 * An interface for parsing custom IQ packets. Each IQProvider must be registered with
44 * @throws Exception if an error occurs parsing the XML.
PacketExtensionProvider.java 27 * An interface for parsing custom packets extensions. Each PacketExtensionProvider must
43 * @throws java.lang.Exception if an error occurs parsing the XML.
  /external/smack/src/org/jivesoftware/smackx/provider/
PrivateDataProvider.java 27 * An interface for parsing custom private data. Each PrivateDataProvider must
43 * @throws Exception if an error occurs parsing the XML.
  /frameworks/opt/vcard/java/com/android/vcard/
VCardInterpreter.java 52 * Called when parsing one vCard entry started.
70 * Called when parsing one vCard entry ended.
  /external/apache-http/src/org/apache/http/message/
LineParser.java 44 * Interface for parsing lines in the HEAD section of an HTTP message.
45 * There are individual methods for parsing a request line, a
64 * This is needed for parsing request lines (last element)
69 * the bounds within the buffer for the parsing operation
109 * the bounds within the buffer for the parsing operation
125 * the bounds within the buffer for the parsing operation
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
TypeConverter.java 50 * The is the underlying parsing function which can fail for badly formatted strings. It is really
51 * important that anyone doing parsing of strings calls this function (rather than doing it
66 * In JSilver: A string must be a complete, valid numeric value for parsing. This means {@code
92 // fast detection for common constants to avoid parsing common values
123 // fast detection for common constants to avoid parsing common values
139 // Unlike number parsing, we return a positive value when the
  /external/llvm/lib/TableGen/
TGParser.h 65 /// CurMultiClass - If we are parsing a 'multiclass' definition, this is the
74 // (e.g. parsing def names) no such object exists yet because we are
78 ParseValueMode, // We are parsing a value we expect to look up.
79 ParseNameMode, // We are parsing a name of an object that does not yet
81 ParseForeachMode // We are parsing a foreach init.
88 /// ParseFile - Main entrypoint for parsing a tblgen file. These parser
  /external/nist-sip/java/gov/nist/javax/sip/parser/
WarningParser.java 86 // Parsing the 3digits code
99 // Parsing the agent
115 // Parsing the text
128 // Parsing the 3digits code
141 // Parsing the agent
159 // Parsing the text
  /frameworks/base/services/java/com/android/server/wm/
DisplaySettings.java 138 Slog.w(TAG, "Failed parsing " + e);
140 Slog.w(TAG, "Failed parsing " + e);
142 Slog.w(TAG, "Failed parsing " + e);
144 Slog.w(TAG, "Failed parsing " + e);
146 Slog.w(TAG, "Failed parsing " + e);
148 Slog.w(TAG, "Failed parsing " + e);
  /packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushProtocol.java 89 throw new FormatException("Error while parsing NdefMessageSet");
93 throw new FormatException("Error while parsing NdefMessageSet");
105 throw new FormatException("Error while parsing NdefMessageSet");
113 throw new FormatException("Error while parsing NdefMessageSet");
122 throw new FormatException("Error while parsing NdefMessageSet");
127 throw new FormatException("Error while parsing NdefMessageSet");
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaParser.java 40 * XML-parsing and fixes the prefix. After the parsing several normalisations
70 * @throws XMPException Thrown if parsing or normalisation fails.
107 * Parses the raw XML metadata packet considering the parsing options.
119 * @param options the parsing options
121 * @throws XMPException Thrown if the parsing fails for different reasons
146 * @param options the parsing options
148 * @throws XMPException Thrown when the parsing fails.
179 * @param options the parsing options
181 * @throws XMPException Thrown when the parsing fails
    [all...]

Completed in 3668 milliseconds

1 2 3 4 56 7 8 91011>>