HomeSort by relevance Sort by last modified time
    Searched full:seeds (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /external/proguard/src/proguard/
SeedPrinter.java 30 * This class prints out the seeds specified by keep options.
49 * Prints out the seeds for the classes in the given program class pool.
67 // Create a visitor for printing out the seeds. We're printing out
78 // Mark the seeds.
82 // Print out the seeds.
DescriptorKeepChecker.java 74 // Create a visitor for marking the seeds.
83 // Mark the seeds.
  /external/crcalc/tests/
README.txt 11 Note that Random seeds are not set. Hence repreated runs should improve
  /external/proguard/examples/
midlets.pro 48 # You can print out the seeds that are matching the keep options below.
50 #-printseeds out.seeds
applets.pro 27 # You can print out the seeds that are matching the keep options below.
29 #-printseeds out.seeds
applications.pro 31 # You can print out the seeds that are matching the keep options below.
33 #-printseeds out.seeds
servlets.pro 28 # You can print out the seeds that are matching the keep options below.
30 #-printseeds out.seeds
scala.pro 37 # You can print out the seeds that are matching the keep options below.
39 #-printseeds out.seeds
  /prebuilts/tools/common/proguard/proguard4.7/examples/
midlets.pro 48 # You can print out the seeds that are matching the keep options below.
50 #-printseeds out.seeds
applets.pro 27 # You can print out the seeds that are matching the keep options below.
29 #-printseeds out.seeds
applications.pro 31 # You can print out the seeds that are matching the keep options below.
33 #-printseeds out.seeds
servlets.pro 28 # You can print out the seeds that are matching the keep options below.
30 #-printseeds out.seeds
scala.pro 37 # You can print out the seeds that are matching the keep options below.
39 #-printseeds out.seeds
  /external/proguard/examples/gradle/
applets.gradle 47 // You can print out the seeds that are matching the keep options below.
49 //printseeds 'out.seeds'
applications.gradle 51 // You can print out the seeds that are matching the keep options below.
53 //printseeds 'out.seeds'
midlets.gradle 68 // You can print out the seeds that are matching the keep options below.
70 //printseeds 'out.seeds'
servlets.gradle 48 // You can print out the seeds that are matching the keep options below.
50 //printseeds 'out.seeds'
  /external/regex-re2/re2/testing/
random_test.cc 19 // (Always uses the same random seeds for reproducibility.
20 // Can give different seeds on command line.)
  /external/opencv3/modules/ml/test/
test_gbttest.cpp 52 int64 seeds[] = { CV_BIG_INT(0x00009fff4f9c8d52),
59 int seedCount = sizeof(seeds)/sizeof(seeds[0]);
62 rng.state = seeds[rng(seedCount)];
  /external/webrtc/webrtc/base/
helpers.h 22 // Initializes the RNG, and seeds it with the specified entropy.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
RandomGenerator.java 32 * <p>Sequences of values generated starting with the same seeds
42 * <p>Sequences of values generated starting with the same seeds
52 * <p>Sequences of values generated starting with the same seeds
  /external/proguard/src/proguard/shrink/
Shrinker.java 65 // Create a visitor for marking the seeds.
88 // Mark the seeds.
122 // Mark the seeds.
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
RandomXS128.java 58 /** Creates a new random number generator using two {@code long} seeds.
179 * Returns the internal seeds to allow state saving.
180 * @param seed must be 0 or 1, designating which of the 2 long seeds to return
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLRandom.java 54 * Self-seeds this instance from the Linux RNG. Does nothing if this instance has already been
  /external/llvm/include/llvm/Support/
RandomNumberGenerator.h 38 /// Seeds and salts the underlying RNG engine.

Completed in 385 milliseconds

1 2 3 4 5 6