HomeSort by relevance Sort by last modified time
    Searched full:encountered (Results 1 - 25 of 1095) 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
  /libcore/luni/src/main/java/java/nio/charset/
UnsupportedCharsetException.java 22 * name is encountered.
40 * the encountered unsupported charset name.
48 * Gets the encountered unsupported charset name.
50 * @return the encountered unsupported charset name.
IllegalCharsetNameException.java 22 * is encountered.
40 * the encountered illegal charset name.
48 * Returns the encountered illegal 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
UnmappableCharacterException.java 22 * character for the given charset is encountered.
  /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.",
  /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.
  /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.");
  /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
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/resize_policy/
sample_resize_policy.hpp 68 // Notifies a search encountered a collision.
80 // Notifies a search encountered a collision.
92 // Notifies a search encountered a collision.
sample_resize_trigger.hpp 68 // Notifies a search encountered a collision.
80 // Notifies a search encountered a collision.
92 // Notifies a search encountered a collision.
  /libcore/luni/src/main/java/java/net/
CacheResponse.java 36 * if an I/O error is encountered while retrieving the response
51 * if an I/O error is encountered while retrieving the response
  /external/apache-http/src/org/apache/commons/codec/
DecoderException.java 20 * Thrown when a Decoder has encountered a failure condition during a decode.
  /external/chromium/third_party/icu/source/i18n/
regexst.h 46 // encountered with a \ in a pattern.
  /external/icu4c/i18n/
regexst.h 47 // encountered with a \ in a pattern.
  /libcore/luni/src/main/java/java/io/
UTFDataFormatException.java 21 * Signals that an incorrectly encoded UTF-8 string has been encountered, most
  /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
  /libcore/luni/src/main/java/java/security/spec/
InvalidParameterSpecException.java 24 * encountered.
  /libcore/luni/src/main/java/java/util/prefs/
BackingStoreException.java 21 * An exception to indicate that an error was encountered while accessing the
  /libcore/luni/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/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)
  /external/protobuf/gtest/test/
gtest_xml_test_utils.py 121 four is encountered, if two child elements with the same identifying
122 attributes are encountered, or if any other type of node is encountered.
129 "Encountered unknown element <%s>" % child.tagName)
142 self.fail("Encountered unexpected node type %d" % child.nodeType)

Completed in 572 milliseconds

1 2 3 4 5 6 7 8 91011>>