HomeSort by relevance Sort by last modified time
    Searched defs:isFinite (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/svg/animation/
SMILTime.h 47 bool isFinite() const { return m_time < indefiniteValue; }
58 inline bool operator==(const SMILTime& a, const SMILTime& b) { return a.isFinite() && a.value() == b.value(); }
59 inline bool operator!(const SMILTime& a) { return !a.isFinite() || !a.value(); }
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 

Completed in 296 milliseconds