/external/chromium/chrome/common/web_resource/ |
web_resource_unpacker.h | 10 // just parsing a JSON feed. 31 // This does the actual parsing. In case of an error, error_message_ 47 // Holds the result of JSON parsing of resource_data_.
|
/libcore/luni/src/test/java/tests/api/javax/xml/parsers/ |
SAXParserFactoryTest.java | 268 // fail("SAXException was thrown during parsing"); 270 // fail("ParserConfigurationException was thrown during parsing"); 272 // fail("IOException was thrown during parsing"); 283 // fail("SAXException was thrown during parsing"); 285 // fail("ParserConfigurationException was thrown during parsing"); 287 // fail("IOEXception was thrown during parsing: " + ioe.getMessage()); 299 // fail("SAXException was thrown during parsing"); 301 // fail("ParserConfigurationException was thrown during parsing"); 303 // fail("IOException was thrown during parsing"); 314 // fail("SAXException was thrown during parsing"); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
AndroidManifestHelper.java | 41 * Parses the Android Manifest, and returns an object containing the result of the parsing. 43 * This method can also gather XML error during the parsing. This is done by using an 50 * @param gatherData indicates whether the parsing will extract data from the manifest. If null, 54 * @return an {@link ManifestData} or null if the parsing failed. 82 * Parses the Android Manifest, and returns an object containing the result of the parsing. 84 * This method can also gather XML error during the parsing. This is done by using an 91 * @param gatherData indicates whether the parsing will extract data from the manifest. If null, 95 * @return an {@link ManifestData} or null if the parsing failed. 133 * the result of the parsing. 135 * This method can also gather XML error during the parsing. This is done by using a [all...] |
/system/bluetooth/brfpatch/ |
brfpatch.c | 99 "Error parsing (%d): %s\n", __LINE__, buffer); 108 FAILIF(*buf != 'x', "Error parsing: %s\n", buffer); 120 "Error parsing (%d): %s\n", __LINE__, buffer); 126 "Error parsing (%d): %s\n", __LINE__, buffer); 132 "Error parsing (%d): %s\n", __LINE__, buffer); 138 "Error parsing (%d): %s\n", __LINE__, buffer); 145 "Error parsing (%d): %s\n", __LINE__, buffer); 149 "Error parsing (%d): %s\n", __LINE__, buffer); 154 FAILIF(1, "Error parsing (%d): %s\n", __LINE__, buffer); 158 FAILIF(1, "Error parsing (%d): %s\n", __LINE__, buffer) [all...] |
/external/webkit/Source/WebKit/chromium/public/ |
WebPasswordFormData.h | 57 // When parsing an HTML form, this must always be set. 76 // When parsing an HTML form, this must always be set. 81 // When parsing an HTML form, this must always be set. 86 // When parsing an HTML form, this is typically empty unless the site 92 // When parsing an HTML form, this must always be set. 97 // When parsing an HTML form, this is typically empty.
|
/dalvik/dx/tests/003-magic-version-access/ |
expected.txt | 7 trouble parsing: 9 ...while parsing class-bad-magic.txt 16 trouble parsing: 18 ...while parsing class-version-44.0.txt 25 trouble parsing: 27 ...while parsing class-version-44.65535.txt 202 trouble parsing: 204 ...while parsing class-version-50.1.txt 211 trouble parsing: 213 ...while parsing class-version-50.65535.tx [all...] |
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/ |
AbstractDescriptorBox.java | 45 data.rewind(); // has been fforwarded by parsing 75 log.log(Level.WARNING, "Error parsing ObjectDescriptor", e); 78 log.log(Level.WARNING, "Error parsing ObjectDescriptor", e);
|
/development/samples/training/threadsample/res/values/ |
strings.xml | 8 <string name="progress_parsing">Parsing</string>
|
/external/chromium/webkit/glue/ |
password_form.h | 71 // When parsing an HTML form, this must always be set. 78 // When parsing an HTML form, this must always be set. 83 // When parsing an HTML form, this must always be set. 88 // When parsing an HTML form, this is typically empty unless the site 94 // When parsing an HTML form, this must always be set. 99 // When parsing an HTML form, this is typically empty. 124 // When parsing an HTML form, this is not used. 129 // When parsing an HTML form, this is not used. 135 // When parsing an HTML form, this is not used.
|
/external/clang/examples/clang-interpreter/ |
README.txt | 5 1. Parsing standard compiler command line arguments using the Driver library.
|
/external/clang/test/Index/Inputs/ |
crash-recovery-code-complete-remap.c | 10 #warning parsing original file
|
/external/clang/test/Parser/ |
objcxx0x-lambda-expressions.mm | 8 // fail to parse as a lambda introducer, so we get objc message parsing errors instead
|
/external/icu4c/i18n/ |
smpdtfst.h | 10 * parsing of literal characters in date/time strings.
|
currfmt.h | 26 * parsing and formatting of currency amount objects. This class is 29 * <p>This class currently delegates to DecimalFormat for parsing and
|
/external/markdown/docs/ |
release-2.0.2.txt | 7 fixes for minor parsing bugs in some edge cases. For a full list of changes,
|
/external/webkit/LayoutTests/http/tests/cookies/script-tests/ |
double-quoted-value-with-semi-colon.js | 2 'Test for <<a href="rdar://problem/5666078">rdar://problem/5666078</a>> Cookie parsing terminates at the first semicolon, ignoring quotes (<a href="https://bugs.webkit.org/show_bug.cgi?id=16699">16699</a>)'
|
/frameworks/base/tools/aapt/ |
ResourceFilter.h | 13 * Implements logic for parsing and handling "-c" and "--preferred-configurations"
|
/external/webkit/Source/WebCore/bindings/scripts/ |
IDLParser.pm | 120 print " | *** Finished parsing!\n" unless $beQuiet; 137 my $moduleName = (defined($1) ? $1 : die("Parsing error!\nSource:\n$data\n)")); 193 # Beginning of the regexp parsing magic 204 $exceptionName = (defined($1) ? $1 : die("Parsing error!\nSource:\n$data\n)")); 205 $exceptionData = (defined($2) ? $2 : die("Parsing error!\nSource:\n$data\n)")); 211 $exceptionDataType = (defined($1) ? $1 : die("Parsing error!\nSource:\n$data\n)")); 212 $exceptionDataName = (defined($2) ? $2 : die("Parsing error!\nSource:\n$data\n)")); 238 $interfaceName = (defined($2) ? $2 : die("Parsing error!\nSource:\n$data\n)")); 240 $interfaceData = (defined($4) ? $4 : die("Parsing error!\nSource:\n$data\n)")); 265 my $attributeType = (defined($1) ? $1 : die("Parsing error!\nSource:\n$line\n)")) [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
scopes.rb | 29 example "parsing 'foobar'" do 177 example "parsing 'foobar' with rule a" do 189 example "parsing 'foobar' with rule b[true]" do 195 example "parsing a decl block with rule c" do 225 example "parsing nested declaration blocks" do 246 example "parsing a deeply nested set of blocks with rule e" do 255 example "parsing a deeply nested set of blocks with rule f" do 264 example "parsing a 2-level nested set of blocks with rule f" do
|
/external/bison/src/ |
output.h | 1 /* Output the generated parsing program for bison, 24 /* Output the parsing tables and the parser code to FTABLE. */
|
/external/chromium/chrome/browser/parsers/ |
metadata_parser.h | 31 // Represents a single instance of parsing on a particular file. 42 // Does all the heavy work of parsing out the file. Blocking until complete.
|
/external/icu4c/test/cintltst/ |
cnumtst.h | 32 * The function used to test parsing of numbers in UNUM_SPELLOUT style 69 * Test strict parsing of "0"
|
/external/libvpx/libvpx/examples/includes/geshi/docs/api/ |
errors.html | 11 <a href="#Post-parsing">Post-parsing</a><br>
|
/external/webkit/LayoutTests/http/tests/appcache/ |
manifest-parsing.html | 1 <html manifest="resources/manifest-parsing.manifest"> 3 <p>Test application cache manifest parsing.</p>
|
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardEntryHandler.java | 29 * Called when the parsing started. 51 * Called when the parsing ended.
|