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

  /frameworks/base/tools/aapt2/
ResourceValues.cpp 251 minInt(std::numeric_limits<int32_t>::min()),
433 if (static_cast<int32_t>(util::deviceToHost32(val.data)) < minInt) {
435 *outMsg << *item << " is less than minimum integer " << minInt;
ResourceValues.h 265 int32_t minInt;
  /external/deqp/modules/gles31/functional/
es31fShaderSharedVarTests.cpp 196 const int minInt = -de::min(numValues/2, maxInt);
200 values[ndx] = float(minInt + (ndx % (maxInt-minInt+1)));
215 const int minInt = -de::min(numValues/2, maxInt);
219 values[ndx] = minInt + (ndx % (maxInt-minInt+1));
270 const int minInt = -de::min(numValues/2, maxInt);
274 values[ndx] = float(minInt + (ndx % (maxInt-minInt+1)));
  /external/icu/icu4c/source/i18n/
decimalformatpattern.cpp 560 int32_t minInt = effectiveDecimalPos - digitLeftCount;
561 out.fMinimumIntegerDigits = minInt;
  /art/test/003-omnibus-opcodes/src/
IntMath.java 189 int minInt = -2147483648;
192 int result = (((minInt + plusOne) - plusOne) / negOne) / negOne;
193 Main.assertTrue(result == minInt);
261 int minInt = -2147483648;
262 int result = minInt / -1;
263 Main.assertTrue(result == minInt);
  /art/test/107-int-math2/src/
Main.java 355 int minInt = -2147483648;
358 int result = (((minInt + plusOne) - plusOne) / negOne) / negOne;
359 int shouldBeZero = minInt % negOne;
361 if (result != minInt) { return 1;};
427 int minInt = -2147483648;
428 int result = minInt / -1;
429 if (result != minInt) {return 1; }
    [all...]
  /external/jsoncpp/include/json/
value.h 90 * - signed integer [range: Value::minInt - Value::maxInt]
145 static const Int minInt;
  /external/jsoncpp/src/lib_json/
json_value.cpp 40 const Int Value::minInt = Int(~(UInt(-1) / 2));
562 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt, maxInt),
731 (type_ == realValue && InRange(value_.real_, minInt, maxInt)) ||
1099 return value_.int_ >= minInt && value_.int_ <= maxInt;
1103 return value_.real_ >= minInt && value_.real_ <= maxInt &&
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 550 milliseconds