Searched refs:mSeed (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Dunittest.h96 Random(unsigned seed = 0) : mSeed(seed) {}
99 mSeed = 214013 * mSeed + 2531011;
100 return mSeed;
104 unsigned mSeed; member in class:Random
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DImageFilterKMeans.java26 private int mSeed = 0; field in class:ImageFilterKMeans
34 mSeed = (int) t.toMillis(false);
91 nativeApplyFilter(bitmap, w, h, large_bm_ds, lw, lh, small_bm_ds, sw, sh, p, mSeed);
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DTest.java47 private long mSeed = System.currentTimeMillis(); field in class:Test
94 mSeed = Long.parseLong(mArgs[i++]);
120 // are stored in mSeed and mMaxUnigrams. If the two-arguments constructor is present,
129 : twoArgsConstructor.newInstance(mSeed, mMaxUnigrams);

Completed in 122 milliseconds