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

12 3 4 5 6 7 8 91011>>

  /dalvik/libcore/luni/src/main/java/java/net/
CacheRequest.java 54 * if an I/O error is encountered during writing response body
  /dalvik/libcore/nio_char/src/main/java/java/nio/charset/
MalformedInputException.java 24 * encountered, for example if a byte sequence is illegal for the given charset.
UnmappableCharacterException.java 24 * character for the given charset is encountered.
CharsetDecoder.java 108 // specify the action if malformed input error encountered
111 // specify the action if unmappable character error encountered
197 * encountered, and the action for malformed error is
201 * charset was encountered, and the action for unmappable
293 * indicates that some malformed input error has been encountered, and the
300 * encountered, and the erroneous bytes start at the input buffer's position
410 * buffer is filled, or some exception is encountered. Then it will return a
415 * exception is encountered in the decoding operation, most implementations
  /dalvik/libcore/security/src/main/java/java/security/spec/
InvalidKeySpecException.java 24 * encountered.
  /external/opencore/baselibs/gen_data_structures/src/
buf_frag_group.h 25 // "delta_in_bytes". It returns false if error is encountered,
  /external/proguard/src/proguard/io/
DirectoryPump.java 59 * to all files that are encountered.
  /dalvik/libcore/sql/src/main/java/java/sql/
BatchUpdateException.java 28 * exception was encountered.
38 * this case, the array element for any command which encountered a problem is
141 * array element for any command which encountered a problem is set to
  /external/srec/srec/Semproc/include/
SR_ExpressionParser.h 109 * buffers for holding the idetifiers encountered on the rhs of this expression
114 * the number of identifiers encountered
119 * pointer to the appropriate buffer (above) for storing the next token encountered
  /dalvik/libcore/luni/src/main/java/java/io/
LineNumberInputStream.java 24 * encountered while reading the data. Line numbering starts at 0. Recognized
103 * The line number count is incremented if a line terminator is encountered.
142 * The line number count is incremented if a line terminator is encountered.
LineNumberReader.java 21 * Wraps an existing {@link Reader} and counts the line terminators encountered
103 * The line number count is incremented if a line terminator is encountered.
140 * The line number count is incremented if a line terminator is encountered.
PrintWriter.java 58 * contents to the target stream when a newline is encountered.
73 * encountered.
90 * contents to the target writer when a newline is encountered.
105 * encountered.
125 * file when a newline is encountered. The output to the file is buffered.
149 * file when a newline is encountered. The output to the file is buffered.
180 * flush its contents to the target file when a newline is encountered. The
205 * contents to the target file when a newline is encountered. The output to
  /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/charset/
CharsetDecoderICU.java 99 * umappable or illegal sequence is encountered
119 * Sets the action to be taken if an illegal sequence is encountered
141 * Sets the action to be taken if an illegal sequence is encountered
219 * is stop and report if an error in input stream is encountered.
  /external/apache-http/src/org/apache/commons/codec/
StringEncoderComparator.java 61 * If an {@link EncoderException} is encountered, return <code>0</code>.
  /external/icu4c/test/intltest/
idnaref.h 52 * of error if an error is encountered. Can be NULL.
91 * of error if an error is encountered. Can be NULL.
135 * of error if an error is encountered. Can be NULL.
175 * of error if an error is encountered. Can be NULL.
tokiter.cpp 57 * the opening quote. If a '#' is encountered, the rest of the line
  /frameworks/base/include/media/stagefright/
MediaSource.h 51 // buffer is available, an error is encountered of the end of the stream
  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 245 "array type but encountered " +
478 * @param encountered {@code non-null;} the encountered return type
480 private void checkReturnType(Type encountered) {
485 * possibly assignable from the type we encountered. This
489 if (! Merger.isPossiblyAssignableFrom(returnType, encountered)) {
492 ", but encountered type " + encountered.toHuman());
  /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/common/
ErrorCode.java 102 * encountered
112 * been encountered
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/
ErrorListener.java 77 * are encountered.</p>
96 * are encountered, but there is no guarantee that the output will be
  /external/icu4c/common/
rbbiscan.h 41 // encountered.
73 // and a list of UnicodeSets encountered.
  /external/quake/quake/src/WinQuake/data/
HELP.TXT 81 Please state the problem you encountered:
119 encountered or information you'd like to tell us about.
  /frameworks/base/core/java/android/accounts/
AccountManagerFuture.java 94 * that it encountered an IOException while communicating with the authentication server
113 * that it encountered an IOException while communicating with the authentication server
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
ParseException.java 20 * This exception is thrown when parse errors are encountered.
130 String retval = "Encountered \"";
  /packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
ParseException.java 20 * This exception is thrown when parse errors are encountered.
130 String retval = "Encountered \"";

Completed in 190 milliseconds

12 3 4 5 6 7 8 91011>>