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

  /libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/
PKIFailureInfo.java 113 public static int getMaxValue() {
  /frameworks/base/libs/gui/
Sensor.cpp 76 float Sensor::getMaxValue() const {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 125 inline const llvm::APSInt& getMaxValue(const llvm::APSInt &v) {
126 return getValue(llvm::APSInt::getMaxValue(v.getBitWidth(), v.isUnsigned()));
133 inline const llvm::APSInt& getMaxValue(QualType T) {
137 return getValue(llvm::APSInt::getMaxValue(Ctx.getTypeSize(T), isUnsigned));
  /external/llvm/include/llvm/ADT/
APInt.h 394 static APInt getMaxValue(unsigned numBits) {
    [all...]
APSInt.h 239 /// getMaxValue - Return the APSInt representing the maximum integer value
241 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) {
242 return APSInt(Unsigned ? APInt::getMaxValue(numBits)
  /external/icu4c/common/
uprops.cpp 327 IntPropertyGetMaxValue *getMaxValue;
509 return prop.getMaxValue(prop, which);
  /frameworks/base/core/java/android/widget/
NumberPicker.java     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 774 milliseconds