HomeSort by relevance Sort by last modified time
    Searched refs:getMaxValue (Results 1 - 25 of 26) sorted by null

1 2

  /libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/
PKIFailureInfo.java 113 public static int getMaxValue() {
PKIStatusInfo.java 111 .getMaxValue()];
  /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));
  /frameworks/base/include/gui/
Sensor.h 64 float getMaxValue() const;
  /frameworks/base/services/sensorservice/
LinearAccelerationSensor.cpp 69 hwSensor.maxRange = gsensor.getMaxValue();
CorrectedGyroSensor.cpp 76 hwSensor.maxRange = mGyro.getMaxValue();
  /external/llvm/include/llvm/ADT/
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)
APInt.h 394 static APInt getMaxValue(unsigned numBits) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 167 IntersectInRange(BV, F, Lower, BV.getMaxValue(Lower), newRanges, i, e);
293 return RangeSet(F, BV.getMinValue(T), BV.getMaxValue(T));
364 const llvm::APSInt &Max = BV.getMaxValue(T);
391 const llvm::APSInt &Max = BV.getMaxValue(T);
407 const llvm::APSInt &Max = BV.getMaxValue(T);
BasicConstraintManager.cpp 189 if (V == llvm::APSInt::getMaxValue(V.getBitWidth(), V.isUnsigned())) {
211 if (V == llvm::APSInt::getMaxValue(V.getBitWidth(), V.isUnsigned())) {
  /frameworks/base/core/jni/
android_hardware_SensorManager.cpp 75 env->SetFloatField(sensor, sensorOffsets.range, list->getMaxValue());
  /frameworks/base/libs/gui/
Sensor.cpp 76 float Sensor::getMaxValue() const {
  /external/icu4c/common/
uprops.cpp 327 IntPropertyGetMaxValue *getMaxValue;
509 return prop.getMaxValue(prop, which);
  /external/llvm/lib/Support/
ConstantRange.cpp 34 Lower = Upper = APInt::getMaxValue(BitWidth);
163 return APInt::getMaxValue(getBitWidth());
  /frameworks/base/core/java/android/widget/
TimePicker.java 179 int maxValue = mMinuteSpinner.getMaxValue();
DatePicker.java 635 mMonthSpinner.getMinValue(), mMonthSpinner.getMaxValue() + 1);
NumberPicker.java     [all...]
  /external/llvm/unittests/ADT/
APFloatTest.cpp 370 EXPECT_EQ(APSInt::getMaxValue(5, true), result);
395 EXPECT_EQ(APSInt::getMaxValue(5, false), result);
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 179 : llvm::APInt::getMaxValue(TypeWidth);
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 532 const llvm::APSInt &maxValInt = BVF.getMaxValue(sizeTy);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilt/sdk/12/
android.jar 

Completed in 1426 milliseconds

1 2