/external/v8/src/ |
dateparser.h | 39 // Parse the string as a date. If parsing succeeds, return true after 48 // If parsing fails, return false (content of output array is not defined). 64 // InputReader provides basic string parsing and character classification.
|
/frameworks/base/core/java/android/content/ |
DefaultDataHandler.java | 107 atts.getValue(URI_STR) + " parsing failure"); 120 throw new SAXException("attribute parsing failure"); 179 atts.getValue(URI_STR) + " parsing failure");
|
/packages/apps/Email/src/org/apache/james/mime4j/ |
MimeStreamParser.java | 36 * parsing events to a <code>ContentHandler</code> instance.
121 * Finishes the parsing and stops reading lines.
318 * parsing events.
|
/packages/apps/Email/src/org/apache/james/mime4j/field/ |
ContentTypeField.java | 83 * Gets the exception that was raised during parsing of
221 log.debug("Parsing value '" + body + "': "+ e.getMessage());
227 log.debug("Parsing value '" + body + "': "+ e.getMessage());
|
/packages/apps/Settings/src/com/android/settings/ |
VoiceInputOutputSettings.java | 191 Log.e(TAG, "error parsing recognition service meta-data", e); 193 Log.e(TAG, "error parsing recognition service meta-data", e); 195 Log.e(TAG, "error parsing recognition service meta-data", e);
|
/cts/tests/src/android/graphics/drawable/cts/ |
DrawableTestUtils.java | 46 * @param parser the XmlPullParser to use for the xml parsing.
|
/dalvik/dx/src/com/android/dx/cf/cst/ |
ConstantPoolParser.java | 117 * Does the actual parsing. 214 * have the side effect of parsing any entries the indicated one 301 ex.addContext("...while parsing cst " + Hex.u2(idx) + 306 pe.addContext("...while parsing cst " + Hex.u2(idx) +
|
/dalvik/dx/src/com/android/dx/command/dump/ |
ClassDumper.java | 67 cf.getMagic(); // Force parsing to happen.
|
/dalvik/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ |
NativeTestTarget.java | 48 * parsing the signature. All six values should be null
|
/dalvik/libcore/math/src/main/java/java/math/ |
MathContext.java | 168 // Parsing "precision=" String 177 // Parsing the value for "precision="... 208 // Parsing "roundingMode=" 218 // Parsing the value for "roundingMode"...
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/ |
NoticeReference.java | 103 * instance or from parsing it from a DER-encoded stream.
|
UserNotice.java | 64 * instance or from parsing it from a DER-encoded stream.
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/x509/extension/ |
AuthorityKeyIdentifierStructure.java | 29 * @throws IOException on parsing errors.
|
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/ |
ExpatParser.java | 299 * when parsing untrusted XML (http://tinyurl.com/56ggrk), 301 * opt out of entity parsing when using 341 * element so we add one and ignore it later on during parsing. 410 * @throws SAXException if an error occurs during parsing 430 * @throws SAXException if an error occurs during parsing 449 * @throws SAXException if an error occurs during parsing 462 * @throws SAXException if an error occurs during parsing 545 * Indicate that we're finished parsing. 804 * parsing context--our parent is using it.
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/ |
package.html | 31 <p>Before parsing the XSLT input, StylesheetHandler assembles an {@link org.apache.xalan.processor.XSLTSchema},
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/ |
package.html | 33 <p>To the degree possible, the parsing of the XML source and application of the Templates object to that source are performed
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
DefaultErrorHandler.java | 108 * <p>The SAX parser must continue to provide normal parsing events 134 * <p>The SAX parser must continue to provide normal parsing events 188 * <p>The SAX parser must continue to provide normal parsing events 215 * <p>The SAX parser must continue to provide normal parsing events
|
/dalvik/libcore/xml/src/main/native/ |
org_apache_harmony_xml_ExpatParser.cpp | 322 * Allocates a new parsing context. 425 * @param data parsing context 607 * @param data parsing context 650 * @param data parsing context 674 * @param data parsing context 686 * @param data parsing context 696 * @param data parsing context 729 * @param data parsing context 748 * @param data parsing context 764 * @param data parsing contex [all...] |
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
ExtendedWikiHelper.java | 96 * Fake section to insert at the bottom of a wiki response before parsing. 155 * List of internal formatting rules to apply when parsing wiki text. These 198 * @throws ParseException If there are problems parsing the response. 221 throw new ParseException("Problem parsing API response", e);
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
DateParseException.java | 36 * An exception to indicate an error parsing a date string.
|
/external/bison/src/ |
symlist.h | 28 /* A list of symbols, used during the parsing to store the rules. */
|
/external/clearsilver/ |
README.python | 14 is "really fast" as it gets rid of all of the parsing and loading of
|
/external/clearsilver/cs/ |
cs.c | 64 printf ("Parsing %s\n", cs_file);
|
cstest.c | 88 printf ("Parsing %s\n", cs_file);
|
test_first_last.cs.gold | 0 Parsing test_first_last.cs
|