HomeSort by relevance Sort by last modified time
    Searched defs:getMinValue (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
TagValueData.java 18 abstract public int getMinValue();
LanguageData.java 144 public int getMinValue()
ScriptData.java 181 public int getMinValue()
  /packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
CarPropertyConfigTest.java 46 assertNull(config.getMinValue(WINDOW_DRIVER));
49 assertEquals(10f, config.getMinValue(WINDOW_PASSENGER));
67 assertNull(configRead.getMinValue(WINDOW_DRIVER));
70 assertEquals(10f, configRead.getMinValue(WINDOW_PASSENGER));
91 assertNull(configRead.getMinValue(WINDOW_PASSENGER));
94 assertEquals(3, configRead.getMinValue(WINDOW_DRIVER).length);
95 assertEquals(20, (int) configRead.getMinValue(WINDOW_DRIVER)[1]);
106 Integer value = integerConfig.getMinValue(WINDOW_PASSENGER);
114 assertEquals(10f, rawTypeConfig.getMinValue(WINDOW_PASSENGER));
117 int intValue = (Integer) rawTypeConfig.getMinValue(WINDOW_PASSENGER)
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowNumberPicker.java 51 public int getMinValue() {
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/picker/
PickerColumn.java 112 public int getMinValue() {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 129 inline const llvm::APSInt& getMinValue(const llvm::APSInt &v) {
130 return getValue(APSIntType(v).getMinValue());
137 inline const llvm::APSInt& getMinValue(QualType T) {
138 return getValue(getAPSIntType(T).getMinValue());
  /external/llvm/include/llvm/ADT/
APInt.h 434 static APInt getMinValue(unsigned numBits) { return APInt(numBits, 0); }
    [all...]
APSInt.h 281 /// getMinValue - Return the APSInt representing the minimum integer value
283 static APSInt getMinValue(uint32_t numBits, bool Unsigned) {
284 return APSInt(Unsigned ? APInt::getMinValue(numBits)
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APInt.h 406 static APInt getMinValue(unsigned numBits) {
    [all...]
APSInt.h 246 /// getMinValue - Return the APSInt representing the minimum integer value
248 static APSInt getMinValue(uint32_t numBits, bool Unsigned) {
249 return APSInt(Unsigned ? APInt::getMinValue(numBits)
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APInt.h 438 static APInt getMinValue(unsigned numBits) { return APInt(numBits, 0); }
    [all...]
  /frameworks/native/libs/sensor/
Sensor.cpp 348 float Sensor::getMinValue() const {
  /packages/services/Car/car-lib/src/android/car/hardware/
CarPropertyConfig.java 133 public T getMinValue(int areaId) {
135 return area == null ? null : area.getMinValue();
145 public T getMinValue() {
147 return area == null ? null : area.getMinValue();
271 @Nullable public T getMinValue() { return mMinValue; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 155 inline const llvm::APSInt& getMinValue(const llvm::APSInt &v) {
156 return getValue(APSIntType(v).getMinValue());
163 inline const llvm::APSInt& getMinValue(QualType T) {
164 return getValue(getAPSIntType(T).getMinValue());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 470 static APInt getMinValue(unsigned numBits) { return APInt(numBits, 0); }
    [all...]
APSInt.h 275 /// getMinValue - Return the APSInt representing the minimum integer value
277 static APSInt getMinValue(uint32_t numBits, bool Unsigned) {
278 return APSInt(Unsigned ? APInt::getMinValue(numBits)
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 159 inline const llvm::APSInt& getMinValue(const llvm::APSInt &v) {
160 return getValue(APSIntType(v).getMinValue());
167 inline const llvm::APSInt& getMinValue(QualType T) {
168 return getValue(getAPSIntType(T).getMinValue());
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
APSInt.h 275 /// getMinValue - Return the APSInt representing the minimum integer value
277 static APSInt getMinValue(uint32_t numBits, bool Unsigned) {
278 return APSInt(Unsigned ? APInt::getMinValue(numBits)
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 159 inline const llvm::APSInt& getMinValue(const llvm::APSInt &v) {
160 return getValue(APSIntType(v).getMinValue());
167 inline const llvm::APSInt& getMinValue(QualType T) {
168 return getValue(getAPSIntType(T).getMinValue());
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
APSInt.h 275 /// getMinValue - Return the APSInt representing the minimum integer value
277 static APSInt getMinValue(uint32_t numBits, bool Unsigned) {
278 return APSInt(Unsigned ? APInt::getMinValue(numBits)
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 159 inline const llvm::APSInt& getMinValue(const llvm::APSInt &v) {
160 return getValue(APSIntType(v).getMinValue());
167 inline const llvm::APSInt& getMinValue(QualType T) {
168 return getValue(getAPSIntType(T).getMinValue());
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
APSInt.h 275 /// getMinValue - Return the APSInt representing the minimum integer value
277 static APSInt getMinValue(uint32_t numBits, bool Unsigned) {
278 return APSInt(Unsigned ? APInt::getMinValue(numBits)
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 159 inline const llvm::APSInt& getMinValue(const llvm::APSInt &v) {
160 return getValue(APSIntType(v).getMinValue());
167 inline const llvm::APSInt& getMinValue(QualType T) {
168 return getValue(getAPSIntType(T).getMinValue());
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
APSInt.h 275 /// getMinValue - Return the APSInt representing the minimum integer value
277 static APSInt getMinValue(uint32_t numBits, bool Unsigned) {
278 return APSInt(Unsigned ? APInt::getMinValue(numBits)

Completed in 647 milliseconds

1 2 3 4 5