Searched defs:seed (Results 1 - 9 of 9) sorted by relevance

/packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/
H A DBinaryDictOffdeviceUtilsTests.java60 public BinaryDictOffdeviceUtilsTests(final long seed, final int maxUnigrams) { argument
62 mRandom = new Random(seed);
/packages/apps/Gallery2/jni/filters/
H A Dkmeans.cc35 jint swidth, jint sheight, jint p, jint seed)
54 unsigned int s = seed;
33 JNIFUNCF(ImageFilterKMeans, nativeApplyFilter, jobject bitmap, jint width, jint height, jobject large_ds_bitmap, jint lwidth, jint lheight, jobject small_ds_bitmap, jint swidth, jint sheight, jint p, jint seed) argument
H A Dkmeans.h89 unsigned int seed) {
93 srand(seed);
210 int iterations, unsigned int seed){
213 initialPickHeuristicRandom<T>(k, values, len, dimension, stride, initialPicks, seed);
88 initialPickHeuristicRandom(int k, T values[], int len, int dimension, int stride, T dst[], unsigned int seed) argument
209 runKMeans(int k, T finalCentroids[], T values[], int len, int dimension, int stride, int iterations, unsigned int seed) argument
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DImageFilterKMeans.java31 // set random seed for session
54 int swidth, int sheight, int p, int seed);
52 nativeApplyFilter(Bitmap bitmap, int width, int height, Bitmap large_ds_bm, int lwidth, int lheight, Bitmap small_ds_bm, int swidth, int sheight, int p, int seed) argument
/packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/makedict/
H A DFusionDictionaryTest.java38 private void prepare(final long seed) { argument
39 System.out.println("Seed is " + seed);
40 final Random random = new Random(seed);
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoSource.java265 public void setSeed(long seed) { argument
266 mRNG.setSeed(seed);
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/TV/libs/
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 462 milliseconds