HomeSort by relevance Sort by last modified time
    Searched full:encountered (Results 1 - 25 of 838) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/081-hot-exceptions/
info.txt 2 exceptions encountered during trace selection. The existence of exceptions will
  /dalvik/libcore/nio_char/src/main/java/java/nio/charset/
IllegalCharsetNameException.java 24 * is encountered.
42 * the encountered illegal charset name.
51 * Gets the encountered illegal charset name.
53 * @return the encountered illegal charset name.
UnsupportedCharsetException.java 24 * name is encountered.
42 * the encountered unsupported charset name.
51 * Gets the encountered unsupported charset name.
53 * @return the encountered unsupported charset name.
CodingErrorAction.java 34 * when malformed input or an unmappable character is encountered.
40 * Denotes the action to report the encountered error in an appropriate
  /external/webkit/WebCore/html/
HTMLParserErrorCodes.cpp 37 "Extra %tag1 encountered. Migrating attributes back to the original %tag1 element and ignoring the tag.",
46 "</br> encountered. Converting </br> into <br>.",
48 "Unmatched </p> encountered. Converting </p> into <p></p>.",
49 "Unmatched %tag1 encountered. Ignoring tag.",
  /dalvik/libcore/luni/src/main/java/java/net/
CacheResponse.java 46 * if an I/O error is encountered while retrieving the response
59 * if an I/O error is encountered while retrieving the response
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
OutputStreamTest.java 98 fail("Test 1: Unexpected IOException encountered.");
129 fail("Test 1: Unexpected IOException encountered.");
151 fail("Test 3: Unexpected IOException encountered.");
160 fail("Test 4: Unexpected IOException encountered.");
169 fail("Test 5: Unexpected IOException encountered.");
  /external/apache-http/src/org/apache/commons/codec/net/
BCodec.java 100 * thrown if a failure condition is encountered during the encoding process.
121 * thrown if a failure condition is encountered during the encoding process.
140 * A decoder exception is thrown if a failure condition is encountered during the decode process.
161 * thrown if a failure condition is encountered during the encoding process.
185 * A decoder exception is thrown if a failure condition is encountered during the decode process.
QCodec.java 183 * thrown if a failure condition is encountered during the encoding process.
204 * thrown if a failure condition is encountered during the encoding process.
223 * A decoder exception is thrown if a failure condition is encountered during the decode process.
244 * thrown if a failure condition is encountered during the encoding process.
268 * A decoder exception is thrown if a failure condition is encountered during the decode process.
  /packages/apps/Email/src/org/apache/james/mime4j/decoder/
QuotedPrintableInputStream.java 137 case 1: // encountered "=" so far
143 msdChar = b; // save until next digit encountered
147 * Special case when == is encountered.
165 case 2: // encountered "=\r" so far
180 case 3: // encountered =<digit> so far; expecting another <digit> to complete the octet
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/internal/nls/
messages.properties 34 security.100=ASN.1 implicitly tagged type is expected at [{0}]. Expected tag: {1}, but encountered tag {2}
59 security.118=ASN.1 bitstring identifier is expected at [{0}], but encountered: {1}
60 security.119=ASN.1 enumerated identifier is expected at [{0}], but encountered: {1}
63 security.11C=ASN.1 boolean identifier is expected at [{0}], but encountered:{1}
69 security.121=ASN.1 GeneralizedTime identifier is expected at [{0}], but encountered: {1}
73 security.125=ASN.1 UTCTime identifier is expected at [{0}], but encountered: {1}
75 security.127=ASN.1 integer identifier is expected at [{0}], but encountered: {1}
79 security.12B=ASN.1 octetstring identifier is expected at [{0}], but encountered: {1}
80 security.12C=ASN.1 OID identifier is expected at [{0}], but encountered: {1}
83 security.12F=ASN.1 sequence identifier is expected at [{0}], but encountered: {1
    [all...]
  /dalvik/libcore/luni/src/main/java/java/io/
UTFDataFormatException.java 21 * Signals that an incorrectly encoded UTF-8 string has been encountered, most
OptionalDataException.java 21 * Signals that the {@link ObjectInputStream} class encountered a primitive type
  /dalvik/libcore/luni/src/main/java/java/lang/reflect/
GenericSignatureFormatError.java 21 * Indicates that a malformed signature has been encountered via a reflective
MalformedParameterizedTypeException.java 21 * Indicates that a malformed parameterized type has been encountered by a
  /dalvik/libcore/prefs/src/main/java/java/util/prefs/
BackingStoreException.java 21 * An exception to indicate that an error was encountered while accessing the
  /dalvik/libcore/security/src/main/java/java/security/spec/
InvalidParameterSpecException.java 24 * encountered.
  /dalvik/libcore/x-net/src/main/java/javax/net/ssl/
SSLKeyException.java 21 * The exception that is thrown when an invalid SSL key is encountered.
SSLProtocolException.java 22 * protocol is encountered.
  /external/apache-http/src/org/apache/commons/codec/
DecoderException.java 20 * Thrown when a Decoder has encountered a failure condition during a decode.
  /external/icu4c/i18n/
regexst.h 46 // encountered with a \ in a pattern.
  /external/gtest/test/
gtest_xml_test_utils.py 108 above four is encountered, if two child elements with the same
109 identifying attributes are encountered, or if any other type of
110 node is encountered, other than Text nodes containing only
118 "Encountered unknown element <%s>" % child.tagName)
128 self.fail("Encountered unexpected node type %d" % child.nodeType)
  /dalvik/dx/src/com/android/dx/util/
HexParser.java 36 * is encountered, it and the rest of the line are ignored as a
37 * comment. If a double quote is encountered, then the ASCII value
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_elementgetelementsbytagnameaccessnodelist.java 33 * were encountered in a pre order traversal of the element
38 * "5" in the order the children were encountered.
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
BERInputStream.java 141 throw new IOException("unsupported high tag encountered");
192 throw new IOException("unknown BER object encountered");

Completed in 164 milliseconds

1 2 3 4 5 6 7 8 91011>>