/external/jackson-core/src/main/java/com/fasterxml/jackson/core/base/ |
D | ParserMinimalBase.java | 259 … _reportError("Not enough content available for `skipChildren()`: non-blocking parser? (%s)", in skipChildren() 509 _reportError(e.getMessage()); in _decodeBase64() 539 _reportError(msg); in reportUnexpectedNumberChar() 549 _reportError("Invalid numeric value: "+msg); in reportInvalidNumber() 635 _reportError(msg); in _reportUnexpectedChar() 688 _reportError(msg); in _throwInvalidSpace() 709 protected final void _reportError(String msg) throws JsonParseException { in _reportError() method in ParserMinimalBase 714 protected final void _reportError(String msg, Object arg) throws JsonParseException { in _reportError() method in ParserMinimalBase 719 …protected final void _reportError(String msg, Object arg1, Object arg2) throws JsonParseException { in _reportError() method in ParserMinimalBase
|
D | ParserBase.java | 430 … _reportError("Current token ("+_currToken+") not VALUE_STRING, can not access as binary"); in getBinaryValue() 782 _reportError("Internal error: _parseNumericValue called when parser instance closed"); in _parseNumericValue() 824 … _reportError("Current token (%s) not numeric, can not use numeric value accessors", _currToken); in _parseNumericValue() 836 _reportError("Internal error: _parseNumericValue called when parser instance closed"); in _parseIntValue() 1064 _reportError(String.format( in _reportMismatchedEndMarker() 1079 _reportError("Unrecognized character escape "+_getCharDesc(ch)); in _handleUnrecognizedCharacterEscape() 1094 _reportError(msg); in _throwUnquotedSpace() 1215 _reportError(b64variant.missingPaddingMessage()); in _handleBase64MissingPadding()
|
D | GeneratorBase.java | 461 _reportError(String.format( in _asString() 484 _reportError(msg); in _decodeSurrogate()
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/async/ |
D | NonBlockingJsonParserBase.java | 418 _reportError("Current token not available: can not call this method"); in getText() 538 …_reportError("Current token (%s) not VALUE_STRING or VALUE_EMBEDDED_OBJECT, can not access as bina… in getBinaryValue() 848 …_reportError("Non-standard token '%s': enable JsonParser.Feature.ALLOW_NON_NUMERIC_NUMBERS to allo… in _valueNonStdNumberComplete() 885 _reportError("Invalid UTF-8 start byte 0x"+Integer.toHexString(mask)); in _reportInvalidInitial() 894 _reportError("Invalid UTF-8 middle byte 0x"+Integer.toHexString(mask)); in _reportInvalidOther()
|
D | NonBlockingJsonParser.java | 99 … _reportError("Still have %d undecoded bytes, should not call 'feedInput'", _inputEnd - _inputPtr); in feedInput() 102 _reportError("Input end (%d) may not be before start (%d)", end, start); in feedInput() 106 _reportError("Already closed, can not feed more input"); in feedInput() 482 …_reportError("Unexpected byte 0x%02x following 0xEF 0xBB; should get 0xBF as third byte of UTF-8 B… in _finishBOM() 487 …_reportError("Unexpected byte 0x%02x following 0xEF; should get 0xBB as second byte UTF-8 BOM", ch… in _finishBOM() 1289 _reportError("Unrecognized token '%s': was expecting %s", _textBuffer.contentsAsString(), in _reportErrorToken()
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/ |
D | UTF8JsonGenerator.java | 220 _reportError("Can not write a field name, expecting a value"); in writeFieldName() 270 _reportError("Can not write a field name, expecting a value"); in writeFieldName() 362 _reportError("Current context not Array but "+_writeContext.typeDesc()); in writeEndArray() 410 _reportError("Current context not Object but "+_writeContext.typeDesc()); in writeEndObject() 431 _reportError("Can not write a field name, expecting a value"); in _writePPFieldName() 471 _reportError("Can not write a field name, expecting a value"); in _writePPFieldName() 535 _reportError("null reader"); in writeString() 570 _reportError("Didn't read enough from reader"); in writeString() 916 … _reportError("Too few bytes available: missing "+missing+" bytes (out of "+dataLength+")"); in writeBinary() 1661 … _reportError("Invalid custom escape definitions; custom escape not found for character code 0x" in _writeCustomStringSegment2() [all …]
|
D | WriterBasedJsonGenerator.java | 150 _reportError("Can not write a field name, expecting a value"); in writeFieldName() 161 _reportError("Can not write a field name, expecting a value"); in writeFieldName() 295 _reportError("Current context not Array but "+_writeContext.typeDesc()); in writeEndArray() 343 _reportError("Current context not Object but "+_writeContext.typeDesc()); in writeEndObject() 436 _reportError("null reader"); in writeString() 468 _reportError("Didn't read enough from reader"); in writeString() 693 … _reportError("Too few bytes available: missing "+missing+" bytes (out of "+dataLength+")"); in writeBinary()
|
D | JsonGeneratorImpl.java | 248 _reportError(String.format("Can not %s, expecting field name (context: %s)", in _reportCantWriteValueExpectName()
|
D | UTF8DataInputJsonParser.java | 412 …_reportError("Current token ("+_currToken+") not VALUE_STRING or VALUE_EMBEDDED_OBJECT, can not ac… in getBinaryValue() 2081 …_reportError("Non-standard token 'NaN': enable JsonParser.Feature.ALLOW_NON_NUMERIC_NUMBERS to all… in _handleUnexpectedValue() 2088 …_reportError("Non-standard token 'Infinity': enable JsonParser.Feature.ALLOW_NON_NUMERIC_NUMBERS t… in _handleUnexpectedValue() 2196 …_reportError("Non-standard token '"+match+"': enable JsonParser.Feature.ALLOW_NON_NUMERIC_NUMBERS … in _handleInvalidNumberStart() 2727 _reportError("Unrecognized token '"+sb.toString()+"': was expecting "+msg); in _reportInvalidToken() 2743 _reportError("Invalid UTF-8 start byte 0x"+Integer.toHexString(mask)); in _reportInvalidInitial() 2749 _reportError("Invalid UTF-8 middle byte 0x"+Integer.toHexString(mask)); in _reportInvalidOther()
|
D | ReaderBasedJsonParser.java | 473 …_reportError("Current token ("+_currToken+") not VALUE_STRING or VALUE_EMBEDDED_OBJECT, can not ac… in getBinaryValue() 1674 …_reportError("Non-standard token '"+match+"': enable JsonParser.Feature.ALLOW_NON_NUMERIC_NUMBERS … in _handleInvalidNumberStart() 1681 …_reportError("Non-standard token '"+match+"': enable JsonParser.Feature.ALLOW_NON_NUMERIC_NUMBERS … in _handleInvalidNumberStart() 1930 …_reportError("Non-standard token 'NaN': enable JsonParser.Feature.ALLOW_NON_NUMERIC_NUMBERS to all… in _handleOddValue() 1937 …_reportError("Non-standard token 'Infinity': enable JsonParser.Feature.ALLOW_NON_NUMERIC_NUMBERS t… in _handleOddValue() 2903 _reportError("Unrecognized token '%s': was expecting %s", sb, msg); in _reportInvalidToken()
|
D | UTF8StreamJsonParser.java | 521 …_reportError("Current token ("+_currToken+") not VALUE_STRING or VALUE_EMBEDDED_OBJECT, can not ac… in getBinaryValue() 2669 …_reportError("Non-standard token 'NaN': enable JsonParser.Feature.ALLOW_NON_NUMERIC_NUMBERS to all… in _handleUnexpectedValue() 2676 …_reportError("Non-standard token 'Infinity': enable JsonParser.Feature.ALLOW_NON_NUMERIC_NUMBERS t… in _handleUnexpectedValue() 2815 …_reportError("Non-standard token '%s': enable JsonParser.Feature.ALLOW_NON_NUMERIC_NUMBERS to allo… in _handleInvalidNumberStart() 3593 _reportError("Unrecognized token '%s': was expecting %s", sb, msg); in _reportInvalidToken() 3606 _reportError("Invalid UTF-8 start byte 0x"+Integer.toHexString(mask)); in _reportInvalidInitial() 3610 _reportError("Invalid UTF-8 middle byte 0x"+Integer.toHexString(mask)); in _reportInvalidOther()
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/ |
D | JsonGenerator.java | 1919 _reportError("No current event to copy"); in copyCurrentEvent() 2193 protected void _reportError(String msg) throws JsonGenerationException { in _reportError() method in JsonGenerator
|