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

  /external/chromium_org/third_party/WebKit/Source/platform/
CalculationValue.h 89 bool isNonNegative() const { return m_isNonNegative; }
  /external/llvm/include/llvm/ADT/
APInt.h 327 bool isNonNegative() const { return !isNegative(); }
335 bool isStrictlyPositive() const { return isNonNegative() && !!*this; }
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 599 milliseconds