Home
last modified time | relevance | path

Searched defs:convertToLong (Results 1 – 14 of 14) sorted by relevance

/external/proguard/src/proguard/evaluation/value/
DUnknownDoubleValue.java42 public LongValue convertToLong() in convertToLong() method in UnknownDoubleValue
DUnknownFloatValue.java42 public LongValue convertToLong() in convertToLong() method in UnknownFloatValue
DSpecificFloatValue.java42 public LongValue convertToLong() in convertToLong() method in SpecificFloatValue
DSpecificDoubleValue.java42 public LongValue convertToLong() in convertToLong() method in SpecificDoubleValue
DParticularFloatValue.java62 public LongValue convertToLong() in convertToLong() method in ParticularFloatValue
DParticularDoubleValue.java62 public LongValue convertToLong() in convertToLong() method in ParticularDoubleValue
DUnknownIntegerValue.java52 public LongValue convertToLong() in convertToLong() method in UnknownIntegerValue
DFloatValue.java56 public abstract LongValue convertToLong(); in convertToLong() method in FloatValue
DDoubleValue.java56 public abstract LongValue convertToLong(); in convertToLong() method in DoubleValue
DSpecificIntegerValue.java52 public LongValue convertToLong() in convertToLong() method in SpecificIntegerValue
DParticularIntegerValue.java84 public LongValue convertToLong() in convertToLong() method in ParticularIntegerValue
DIntegerValue.java66 public abstract LongValue convertToLong(); in convertToLong() method in IntegerValue
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPUtils.java358 public static long convertToLong(String rawValue) throws XMPException in convertToLong() method in XMPUtils
/external/obex/src/com/android/obex/
DObexHelper.java823 public static long convertToLong(byte[] b) { in convertToLong() method in ObexHelper