HomeSort by relevance Sort by last modified time
    Searched refs:intValues (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-tests/test/com/google/common/math/
MathTesting.java 110 ImmutableSet.Builder<Integer> intValues = ImmutableSet.builder();
112 intValues.add(Integer.MAX_VALUE - 1, Integer.MAX_VALUE);
115 intValues.add(i);
120 intValues.add(x, x + 1, x - 1);
122 intValues.add(9999).add(10000).add(10001).add(1000000); // near powers of 10
123 intValues.add(5792).add(5793); // sqrt(2^25) rounded up and down
124 POSITIVE_INTEGER_CANDIDATES = intValues.build();
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp 771 jint* intValues = env->GetIntArrayElements(mIntBuffer, 0);
772 info.mStorageID = intValues[0];
773 info.mFormat = intValues[1];
774 info.mParent = intValues[2];
775 env->ReleaseIntArrayElements(mIntBuffer, intValues, 0);
    [all...]

Completed in 63 milliseconds