HomeSort by relevance Sort by last modified time
    Searched refs:getMaxValue (Results 1 - 25 of 46) 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/
APSIntType.h 65 llvm::APSInt getMaxValue() const LLVM_READONLY {
66 return llvm::APSInt::getMaxValue(BitWidth, IsUnsigned);
BasicValueFactory.h 125 inline const llvm::APSInt& getMaxValue(const llvm::APSInt &v) {
126 return getValue(APSIntType(v).getMaxValue());
133 inline const llvm::APSInt& getMaxValue(QualType T) {
134 return getValue(getAPSIntType(T).getMaxValue());
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInst.h 96 int getMaxValue() const;
HexagonMCInst.cpp 96 int MaxValue = getMaxValue();
164 int HexagonMCInst::getMaxValue(void) const {
  /frameworks/native/include/gui/
Sensor.h 64 float getMaxValue() const;
  /frameworks/native/services/sensorservice/
LinearAccelerationSensor.cpp 69 hwSensor.maxRange = gsensor.getMaxValue();
CorrectedGyroSensor.cpp 76 hwSensor.maxRange = mGyro.getMaxValue();
  /external/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 170 Upper = Type.getMaxValue();
180 Upper = Type.getMaxValue();
189 Upper = Type.getMaxValue();
199 Upper = Type.getMaxValue();
221 Upper = Type.getMaxValue();
253 IntersectInRange(BV, F, Lower, BV.getMaxValue(Lower), newRanges, i, e);
392 RangeSet Result(F, BV.getMinValue(T), BV.getMaxValue(T));
497 llvm::APSInt Max = AdjustmentType.getMaxValue();
530 llvm::APSInt Max = AdjustmentType.getMaxValue();
555 llvm::APSInt Max = AdjustmentType.getMaxValue();
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
TwoFieldDatePicker.java 68 if (oldVal == picker.getMaxValue() && newVal == picker.getMinValue()) {
71 } else if (oldVal == picker.getMinValue() && newVal == picker.getMaxValue()) {
MonthPicker.java 67 getPositionInYearSpinner().getMaxValue() + 1);
  /packages/apps/Camera/src/com/android/camera/ui/
TimeIntervalPopup.java 122 int durationCount = mNumberSpinner.getMaxValue() + 1;
153 int newId = mUnitSpinner.getValue() * (mNumberSpinner.getMaxValue() + 1)
  /packages/apps/Camera2/src/com/android/camera/ui/
TimeIntervalPopup.java 138 int durationCount = mNumberSpinner.getMaxValue() + 1;
169 int newId = mUnitSpinner.getValue() * (mNumberSpinner.getMaxValue() + 1)
  /external/llvm/lib/Support/
ConstantRange.cpp 34 Lower = Upper = APInt::getMaxValue(BitWidth);
165 return APInt::getMaxValue(getBitWidth());
470 APInt MaxValue = APInt::getMaxValue(DstTySize).zext(getBitWidth());
485 Union = ConstantRange(APInt::getMaxValue(DstTySize),Upper.trunc(DstTySize));
486 UpperDiv = APInt::getMaxValue(getBitWidth());
  /external/llvm/include/llvm/ADT/
APSInt.h 252 /// getMaxValue - Return the APSInt representing the maximum integer value
254 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) {
255 return APSInt(Unsigned ? APInt::getMaxValue(numBits)
  /frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/platform/
JankTestBase.java 380 int maxJankinessCount = getMaxValue(jankinessArray);
400 private int getMaxValue(int[] intArray) {
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 209 int getMaxValue(const MachineInstr *MI) const;
  /frameworks/native/libs/gui/
Sensor.cpp 86 float Sensor::getMaxValue() const {
  /external/chromium_org/third_party/icu/source/common/
uprops.cpp 327 IntPropertyGetMaxValue *getMaxValue;
509 return prop.getMaxValue(prop, which);
  /external/icu4c/common/
uprops.cpp 301 IntPropertyGetMaxValue *getMaxValue;
483 return prop.getMaxValue(prop, which);
  /frameworks/base/core/jni/
android_hardware_SensorManager.cpp 97 env->SetFloatField(sensor, sensorOffsets.range, list->getMaxValue());
  /frameworks/base/core/java/android/widget/
NumberPicker.java     [all...]
DatePicker.java 671 mMonthSpinner.getMinValue(), mMonthSpinner.getMaxValue() + 1);
TimePicker.java 185 int maxValue = mMinuteSpinner.getMaxValue();

Completed in 1599 milliseconds

1 2