/external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/ |
ParserException.java | 22 * Exception thrown by the {@link Parser} implementations in case of malformed
|
/frameworks/base/core/java/android/os/ |
BadParcelableException.java | 22 * Exception thrown when a {@link Parcelable} is malformed or otherwise invalid.
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
ClassFormatErrorTest.java | 24 * determines that the file is malformed or otherwise cannot be interpreted
|
/libcore/json/src/main/java/org/json/ |
JSONException.java | 24 * <li>Attempts to parse or construct malformed documents
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
GenericSignatureFormatError.java | 30 * Thrown when a syntactically malformed signature attribute is
|
/libcore/ojluni/src/main/java/java/util/zip/ |
ZipCoder.java | 57 if (clen == -1) // malformed 58 throw new IllegalArgumentException("MALFORMED"); 87 if (blen == -1) // malformed 88 throw new IllegalArgumentException("MALFORMED");
|
/libcore/ojluni/src/main/java/sun/nio/cs/ |
ArrayDecoder.java | 29 * FastPath byte[]->char[] decoder, REPLACE on malformed or
|
ArrayEncoder.java | 29 * FastPath char[]->byte[] encoder, REPLACE on malformed input or
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
DwarfParser.hpp | 244 // malformed CIE, now augmentation describing pc range encoding 247 // malformed FDE. CIE is bad 425 "malformed DW_CFA_offset_extended dwarf unwind, reg too big\n"); 441 "malformed DW_CFA_restore_extended dwarf unwind, reg too big\n"); 452 "malformed DW_CFA_undefined dwarf unwind, reg too big\n"); 463 "malformed DW_CFA_same_value dwarf unwind, reg too big\n"); 481 "malformed DW_CFA_register dwarf unwind, reg too big\n"); 486 "malformed DW_CFA_register dwarf unwind, reg2 too big\n"); 526 fprintf(stderr, "malformed DW_CFA_def_cfa dwarf unwind, reg too big\n"); 540 "malformed DW_CFA_def_cfa_register dwarf unwind, reg too big\n") [all...] |
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/ |
QuotedPrintableInputStream.java | 151 log.warn("Malformed MIME; got =="); 157 log.warn("Malformed MIME; expected \\r or " 171 log.warn("Malformed MIME; expected " 189 log.warn("Malformed MIME; expected "
|
/packages/services/Telephony/src/org/apache/james/mime4j/decoder/ |
QuotedPrintableInputStream.java | 151 log.warn("Malformed MIME; got =="); 157 log.warn("Malformed MIME; expected \\r or " 171 log.warn("Malformed MIME; expected " 189 log.warn("Malformed MIME; expected "
|
/prebuilts/gdb/darwin-x86/lib/python2.7/email/ |
errors.py | 56 """Found a header that was missing a colon, or was otherwise malformed."""
|
/prebuilts/gdb/linux-x86/lib/python2.7/email/ |
errors.py | 56 """Found a header that was missing a colon, or was otherwise malformed."""
|
/prebuilts/go/darwin-x86/src/net/http/httputil/ |
httputil.go | 37 // ErrLineTooLong is returned when reading malformed chunked data
|
/prebuilts/go/linux-x86/src/net/http/httputil/ |
httputil.go | 37 // ErrLineTooLong is returned when reading malformed chunked data
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
errors.py | 56 """Found a header that was missing a colon, or was otherwise malformed."""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
errors.py | 56 """Found a header that was missing a colon, or was otherwise malformed."""
|
/external/llvm/lib/ProfileData/ |
InstrProfReader.cpp | 125 return error(instrprof_error::malformed); 141 return error(instrprof_error::malformed); 147 return error(instrprof_error::malformed); 199 return error(instrprof_error::malformed); 206 return error(instrprof_error::malformed); 208 return error(instrprof_error::malformed); 218 return error(instrprof_error::malformed); 267 return instrprof_error::malformed; 270 return instrprof_error::malformed; 341 return error(instrprof_error::malformed); [all...] |
/libcore/ojluni/src/main/java/java/nio/charset/ |
CharsetDecoder.java | 82 * sequence is not legal for this charset then the input is considered <i>malformed</i>. If 108 * <p> The default action for malformed-input and unmappable-character errors 110 * malformed-input error action may be changed via the {@link 348 * Returns this decoder's current action for malformed-input errors. </p> 350 * @return The current malformed-input action, which is never <tt>null</tt> 357 * Changes this decoder's action for malformed-input errors. </p> 378 * Reports a change to this decoder's malformed-input action. 382 * the malformed-input action. </p> 484 * </code>malformed-input<code>} result indicates that a malformed-inpu [all...] |
CharsetEncoder.java | 82 * sequence is not a legal sixteen-bit Unicode sequence then the input is considered <i>malformed</i>. If 108 * <p> The default action for malformed-input and unmappable-character errors 110 * malformed-input error action may be changed via the {@link 363 * Returns this encoder's current action for malformed-input errors. </p> 365 * @return The current malformed-input action, which is never <tt>null</tt> 372 * Changes this encoder's action for malformed-input errors. </p> 393 * Reports a change to this encoder's malformed-input action. 397 * the malformed-input action. </p> 499 * </code>malformed-input<code>} result indicates that a malformed-inpu [all...] |
/external/autotest/site_utils/ |
test_droid.py | 48 @raises SystemExit if arguments are malformed, or required arguments 62 @raises SystemExit if arguments are malformed, or required arguments
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
InvalidProtocolBufferException.java | 37 * e.g. it contains a malformed varint or a negative byte length. 85 "CodedInputStream encountered a malformed varint.");
|
/external/protobuf/java/src/main/java/com/google/protobuf/micro/ |
InvalidProtocolBufferMicroException.java | 37 * e.g. it contains a malformed varint or a negative byte length. 64 "CodedInputStream encountered a malformed varint.");
|
/external/protobuf/java/src/main/java/com/google/protobuf/nano/ |
InvalidProtocolBufferNanoException.java | 37 * e.g. it contains a malformed varint or a negative byte length. 64 "CodedInputStream encountered a malformed varint.");
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
documentcreateattributeNS04.java | 48 * is malformed. 51 * namespaceURI, and malformed qualifiedNames. Check if the a NAMESPACE_ERR was thrown.
|