Searched refs:BADVALUE (Results 1 – 5 of 5) sorted by relevance
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | ISO8601Converter.java | 111 throw new XMPException("Invalid date string, after year", XMPError.BADVALUE); in parse() 130 throw new XMPException("Invalid date string, after month", XMPError.BADVALUE); in parse() 144 throw new XMPException("Invalid date string, after day", XMPError.BADVALUE); in parse() 166 XMPError.BADVALUE); in parse() 174 throw new XMPException("Invalid date string, after hour", XMPError.BADVALUE); in parse() 187 throw new XMPException("Invalid date string, after minute", XMPError.BADVALUE); in parse() 199 XMPError.BADVALUE); in parse() 210 XMPError.BADVALUE); in parse() 245 XMPError.BADVALUE); in parse() 254 XMPError.BADVALUE); in parse() [all …]
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
D | XMPUtils.java | 266 throw new XMPException("Empty convert-string", XMPError.BADVALUE); in convertToBoolean() 317 throw new XMPException("Empty convert-string", XMPError.BADVALUE); in convertToInteger() 330 throw new XMPException("Invalid integer string", XMPError.BADVALUE); in convertToInteger() 364 throw new XMPException("Empty convert-string", XMPError.BADVALUE); in convertToLong() 377 throw new XMPException("Invalid long string", XMPError.BADVALUE); in convertToLong() 411 throw new XMPException("Empty convert-string", XMPError.BADVALUE); in convertToDouble() 420 throw new XMPException("Invalid double string", XMPError.BADVALUE); in convertToDouble() 452 throw new XMPException("Empty convert-string", XMPError.BADVALUE); in convertToDate() 503 throw new XMPException("Invalid base64 string", XMPError.BADVALUE, e); in decodeBase64()
|
D | XMPError.java | 23 int BADVALUE = 5; field
|
/external/dtc/pylibfdt/ |
D | libfdt.i | 79 BADVALUE,
|
/external/u-boot/scripts/dtc/pylibfdt/ |
D | libfdt.i_shipped | 36 BADVALUE,
|