Searched defs:nextInt (Results 1 - 8 of 8) sorted by path

/frameworks/base/core/java/android/util/
H A DJsonReader.java154 * followersCount = reader.nextInt();
166 * [1, "1"]} may be read using either {@link #nextInt} or {@link #nextString}.
509 public int nextInt() throws IOException { method in class:JsonReader
/frameworks/base/core/java/com/android/internal/util/
H A DProcFileReader.java221 public int nextInt() throws IOException { method in class:ProcFileReader
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DATResponseParser.java59 nextInt() method in class:ATResponseParser
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
H A DAdapterHelperTest.java848 randomTest(random, Math.max(40, 10 + nextInt(random, i)));
861 final int count = 10;// + nextInt(random,100);
862 final int start = nextInt(random, count - 1);
863 final int layoutCount = Math.max(1, nextInt(random, count - start));
867 final int op = nextInt(random, 5);
871 int s = nextInt(random, mTestAdapter.mItems.size() - 1);
872 int len = Math.max(1, nextInt(random, mTestAdapter.mItems.size() - s));
878 nextInt(random, mTestAdapter.mItems.size());
879 add(s, nextInt(random, 50));
883 int from = nextInt(rando
910 int nextInt(Random random, int n) { method in class:AdapterHelperTest
[all...]
H A DOpReorderTest.java180 randOp(nextInt(random, nextInt(random, 4)));
250 int s = nextInt(random, updatedItemCount - 1);
251 int len = Math.max(1, nextInt(random, updatedItemCount - s));
256 int s = updatedItemCount == 0 ? 0 : nextInt(random, updatedItemCount);
257 add(s, nextInt(random, 50));
261 int from = nextInt(random, updatedItemCount);
264 to = nextInt(random, updatedItemCount);
271 s = nextInt(random, updatedItemCount - 1);
272 int len = Math.max(1, nextInt(rando
279 int nextInt(Random random, int n) { method in class:OpReorderTest
[all...]

Completed in 308 milliseconds