Searched refs:nextDouble (Results 1 – 16 of 16) sorted by relevance
71 while (r.nextDouble() < contChance) { in serializeRandomXml()72 while (level > 0 && r.nextDouble() < levelUpChance) { in serializeRandomXml()76 while (r.nextDouble() < levelDownChance) { in serializeRandomXml()82 while (r.nextDouble() < attributeChance) { in serializeRandomXml()87 while (r.nextDouble() < writeChance1) serializer.text(toWrite, 0, 5); in serializeRandomXml()88 while (r.nextDouble() < writeChance2) serializer.text("Textxtsxtxtxt "); in serializeRandomXml()
38 MIN_LATITUDE + random.nextDouble() * (MAX_LATITUDE - MIN_LATITUDE), in createLocation()39 MIN_LONGITUDE + random.nextDouble() * (MAX_LONGITUDE - MIN_LONGITUDE), in createLocation()
166 MIN_LATITUDE + random.nextDouble() * (MAX_LATITUDE - MIN_LATITUDE), in createLocation()167 MIN_LONGITUDE + random.nextDouble() * (MAX_LONGITUDE - MIN_LONGITUDE), in createLocation()
191 MIN_LATITUDE + random.nextDouble() * (MAX_LATITUDE - MIN_LATITUDE), in createLocation()192 MIN_LONGITUDE + random.nextDouble() * (MAX_LONGITUDE - MIN_LONGITUDE), in createLocation()
157 double radians = mRandom.nextDouble() * 2 * Math.PI; in step()
136 while (mRandom.nextDouble() < probStart) { in maybeEnqueueJobs()137 final int numTypes = getRandomIndex(numTypesCdf, mRandom.nextDouble()) + 1; in maybeEnqueueJobs()140 types |= getRandomWorkType(typeCdf, mRandom.nextDouble()); in maybeEnqueueJobs()172 if (mRandom.nextDouble() < probStop) { in maybeFinishJobs()229 final int workType = getRandomWorkType(EQUAL_PROBABILITY_CDF, mRandom.nextDouble()); in startPendingJobs()
1443 loc.setAltitude(mRandom.nextDouble()); in testEnableMsl_expectedBehavior()1470 loc.setAltitude(mRandom.nextDouble()); in testEnableMsl_noVerticalAccuracy()1498 loc.setAltitude(mRandom.nextDouble()); in testEnableMsl_noAltitude()1526 loc.setAltitude(mRandom.nextDouble()); in testEnableMsl_invalidAltitude()1554 loc.setAltitude(mRandom.nextDouble()); in testDisableMsl_expectedBehavior()
460 public double nextDouble() throws IOException { in nextDouble() method in JsonReader
1661 if (ThreadLocalRandom.current().nextDouble(0, 100) in convertConnectionToRilCall()2260 if (ThreadLocalRandom.current().nextDouble(0, 100) in writeOnImsCallTerminated()
1754 if (mRandom.nextDouble() < 0.5) { in makeRandomArray()
6067 return (long) (sRandom.nextDouble() * mag + low);
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
31507 method public double nextDouble() throws java.io.IOException;47134 method public static final double nextDouble(double);47135 method public static double nextDouble(double, boolean);48666 method public double nextDouble();48765 method public double nextDouble();49789 method public double nextDouble(double);49790 method public double nextDouble(double, double);
15523 HSPLandroid/util/JsonReader;->nextDouble()D28452 HSPLjava/util/Random;->nextDouble()D
15459 HSPLandroid/util/JsonReader;->nextDouble()D
49983 method public double nextDouble() throws java.io.IOException;