Home
last modified time | relevance | path

Searched refs:convertToLong (Results 1 – 15 of 15) 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
DUnknownIntegerValue.java52 public LongValue convertToLong() in convertToLong() method in UnknownIntegerValue
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
DDoubleValue.java56 public abstract LongValue convertToLong(); in convertToLong() method in DoubleValue
DFloatValue.java56 public abstract LongValue convertToLong(); in convertToLong() method in FloatValue
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/proguard/src/proguard/evaluation/
DProcessor.java424 stack.push(stack.ipop().convertToLong()); in visitSimpleInstruction()
452 stack.push(stack.fpop().convertToLong()); in visitSimpleInstruction()
464 stack.push(stack.dpop().convertToLong()); in visitSimpleInstruction()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPMetaImpl.java1398 value = new Long(XMPUtils.convertToLong(rawValue));