/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/ |
psobjs.h | 204 FT_UShort seed );
|
/external/regex-re2/re2/testing/ |
regexp_generator.h | 38 void GenerateRandom(int32 seed, int n);
|
/external/webp/src/enc/ |
histogram.c | 555 static uint32_t MyRand(uint32_t *seed) { 556 *seed *= 16807U; 557 if (*seed == 0) { 558 *seed = 1; 560 return *seed; 566 uint32_t seed = 0; local 587 seed += iter; 591 const uint32_t idx1 = MyRand(&seed) % image_histo_size; 594 (tmp < 3) ? tmp : MyRand(&seed) % (image_histo_size - 1);
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
System.inc | 77 /// srandom - set the initial seed value for future calls to random().
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/ |
default.pass.cpp | 28 e2.seed();
|
/packages/apps/Email/tests/src/com/android/emailcommon/utility/ |
SSLUtilsTest.java | 76 Random random = new Random(314159 /* seed */);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
toplev.h | 76 /* Functions used to manipulate the random seed. */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
NewXmlFileCreationPage.java | 171 * Returns the seed used to fill the root element values. 172 * The seed might be either a String, a String array, an {@link ElementDescriptor}, 249 AndroidTargetData.DESCRIPTOR_LAYOUT, // root seed 316 SdkConstants.TAG_RESOURCES, // root seed 325 AndroidTargetData.DESCRIPTOR_DRAWABLE, // root seed 334 SdkConstants.TAG_MENU, // root seed 343 AndroidTargetData.DESCRIPTOR_COLOR, // root seed 352 AndroidTargetData.DESCRIPTOR_ANIMATOR, // root seed 361 AndroidTargetData.DESCRIPTOR_ANIM, // root seed 370 AndroidTargetData.DESCRIPTOR_APPWIDGET_PROVIDER, // root seed [all...] |
/system/extras/tests/lib/testUtil/ |
testUtil.c | 178 * Precondition: srand48() called to set the seed of 201 * Precondition: srand48() called to set the seed of 238 * Precondition: srand48() called to set the seed of 251 * Precondition: srand48() called to set the seed of
|
/external/chromium_org/third_party/openssl/openssl/crypto/ec/ |
ec_curve.c | 89 { 0x30,0x45,0xAE,0x6F,0xC8,0x42,0x2F,0x64,0xED,0x57, /* seed */ 115 { 0xBD,0x71,0x34,0x47,0x99,0xD5,0xC7,0xFC,0xDC,0x45, /* seed */ 141 { 0xA3,0x35,0x92,0x6A,0xA3,0x19,0xA2,0x7A,0x1D,0x00, /* seed */ 179 { 0xD0,0x9E,0x88,0x00,0x29,0x1C,0xB8,0x53,0x96,0xCC, /* seed */ 230 { 0x31,0xA9,0x2E,0xE2,0x02,0x9F,0xD1,0x0D,0x90,0x1B, /* seed */ 256 { 0xC4,0x69,0x68,0x44,0x35,0xDE,0xB3,0x78,0xC4,0xB6, /* seed */ 282 { 0xE4,0x3B,0xB4,0x60,0xF0,0xB8,0x0C,0xC0,0xC0,0xB0, /* seed */ 313 { 0xE8,0xB4,0x01,0x16,0x04,0x09,0x53,0x03,0xCA,0x3B, /* seed */ 344 { 0x7D,0x73,0x74,0x16,0x8F,0xFE,0x34,0x71,0xB6,0x0A, /* seed */ 376 { 0xC4,0x9D,0x36,0x08,0x86,0xE7,0x04,0x93,0x6A,0x66, /* seed */ [all...] |
/external/openssl/crypto/ec/ |
ec_curve.c | 89 { 0x30,0x45,0xAE,0x6F,0xC8,0x42,0x2F,0x64,0xED,0x57, /* seed */ 115 { 0xBD,0x71,0x34,0x47,0x99,0xD5,0xC7,0xFC,0xDC,0x45, /* seed */ 141 { 0xA3,0x35,0x92,0x6A,0xA3,0x19,0xA2,0x7A,0x1D,0x00, /* seed */ 179 { 0xD0,0x9E,0x88,0x00,0x29,0x1C,0xB8,0x53,0x96,0xCC, /* seed */ 230 { 0x31,0xA9,0x2E,0xE2,0x02,0x9F,0xD1,0x0D,0x90,0x1B, /* seed */ 256 { 0xC4,0x69,0x68,0x44,0x35,0xDE,0xB3,0x78,0xC4,0xB6, /* seed */ 282 { 0xE4,0x3B,0xB4,0x60,0xF0,0xB8,0x0C,0xC0,0xC0,0xB0, /* seed */ 313 { 0xE8,0xB4,0x01,0x16,0x04,0x09,0x53,0x03,0xCA,0x3B, /* seed */ 344 { 0x7D,0x73,0x74,0x16,0x8F,0xFE,0x34,0x71,0xB6,0x0A, /* seed */ 376 { 0xC4,0x9D,0x36,0x08,0x86,0xE7,0x04,0x93,0x6A,0x66, /* seed */ [all...] |
/external/chromium_org/testing/gtest/src/ |
gtest-internal-inl.h | 104 // A valid random seed must be in [1, kMaxRandomSeed]. 133 // Returns a random seed in range [1, kMaxRandomSeed] based on the 140 // Normalizes the actual seed to range [1, kMaxRandomSeed] such that 148 // Returns the first valid random seed after 'seed'. The behavior is 149 // undefined if 'seed' is invalid. The seed after kMaxRandomSeed is 151 inline int GetNextRandomSeed(int seed) { 152 GTEST_CHECK_(1 <= seed && seed <= kMaxRandomSeed [all...] |
/external/chromium_org/third_party/mesa/src/src/gtest/src/ |
gtest-internal-inl.h | 99 // A valid random seed must be in [1, kMaxRandomSeed]. 122 // Returns a random seed in range [1, kMaxRandomSeed] based on the 129 // Normalizes the actual seed to range [1, kMaxRandomSeed] such that 137 // Returns the first valid random seed after 'seed'. The behavior is 138 // undefined if 'seed' is invalid. The seed after kMaxRandomSeed is 140 inline int GetNextRandomSeed(int seed) { 141 GTEST_CHECK_(1 <= seed && seed <= kMaxRandomSeed [all...] |
/external/gtest/src/ |
gtest-internal-inl.h | 104 // A valid random seed must be in [1, kMaxRandomSeed]. 133 // Returns a random seed in range [1, kMaxRandomSeed] based on the 140 // Normalizes the actual seed to range [1, kMaxRandomSeed] such that 148 // Returns the first valid random seed after 'seed'. The behavior is 149 // undefined if 'seed' is invalid. The seed after kMaxRandomSeed is 151 inline int GetNextRandomSeed(int seed) { 152 GTEST_CHECK_(1 <= seed && seed <= kMaxRandomSeed [all...] |
/external/llvm/utils/unittest/googletest/src/ |
gtest-internal-inl.h | 99 // A valid random seed must be in [1, kMaxRandomSeed]. 122 // Returns a random seed in range [1, kMaxRandomSeed] based on the 129 // Normalizes the actual seed to range [1, kMaxRandomSeed] such that 137 // Returns the first valid random seed after 'seed'. The behavior is 138 // undefined if 'seed' is invalid. The seed after kMaxRandomSeed is 140 inline int GetNextRandomSeed(int seed) { 141 GTEST_CHECK_(1 <= seed && seed <= kMaxRandomSeed [all...] |
/external/mesa3d/src/gtest/src/ |
gtest-internal-inl.h | 99 // A valid random seed must be in [1, kMaxRandomSeed]. 122 // Returns a random seed in range [1, kMaxRandomSeed] based on the 129 // Normalizes the actual seed to range [1, kMaxRandomSeed] such that 137 // Returns the first valid random seed after 'seed'. The behavior is 138 // undefined if 'seed' is invalid. The seed after kMaxRandomSeed is 140 inline int GetNextRandomSeed(int seed) { 141 GTEST_CHECK_(1 <= seed && seed <= kMaxRandomSeed [all...] |
/external/protobuf/gtest/src/ |
gtest-internal-inl.h | 95 // A valid random seed must be in [1, kMaxRandomSeed]. 101 // Returns a random seed in range [1, kMaxRandomSeed] based on the 108 // Normalizes the actual seed to range [1, kMaxRandomSeed] such that 116 // Returns the first valid random seed after 'seed'. The behavior is 117 // undefined if 'seed' is invalid. The seed after kMaxRandomSeed is 119 inline int GetNextRandomSeed(int seed) { 120 GTEST_CHECK_(1 <= seed && seed <= kMaxRandomSeed [all...] |
/ndk/sources/third_party/googletest/googletest/src/ |
gtest-internal-inl.h | 104 // A valid random seed must be in [1, kMaxRandomSeed]. 133 // Returns a random seed in range [1, kMaxRandomSeed] based on the 140 // Normalizes the actual seed to range [1, kMaxRandomSeed] such that 148 // Returns the first valid random seed after 'seed'. The behavior is 149 // undefined if 'seed' is invalid. The seed after kMaxRandomSeed is 151 inline int GetNextRandomSeed(int seed) { 152 GTEST_CHECK_(1 <= seed && seed <= kMaxRandomSeed [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
random.py | 51 __all__ = ["Random","seed","random","uniform","randint","choice","sample", 83 methods: random(), seed(), getstate(), setstate() and jumpahead(). 94 Optional argument x controls seeding, as for Random.seed(). 97 self.seed(x) 100 def seed(self, a=None): member in class:Random 116 super(Random, self).seed(a) 653 def seed(self, a=None): member in class:WichmannHill 752 """Set the Wichmann-Hill seed from (x, y, z). 769 # Zero is a poor seed, so substitute 1 775 """Seed from hashable object's hash code 880 seed = _inst.seed variable [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
random.py | 51 __all__ = ["Random","seed","random","uniform","randint","choice","sample", 83 methods: random(), seed(), getstate(), setstate() and jumpahead(). 94 Optional argument x controls seeding, as for Random.seed(). 97 self.seed(x) 100 def seed(self, a=None): member in class:Random 116 super(Random, self).seed(a) 653 def seed(self, a=None): member in class:WichmannHill 752 """Set the Wichmann-Hill seed from (x, y, z). 769 # Zero is a poor seed, so substitute 1 775 """Seed from hashable object's hash code 880 seed = _inst.seed variable [all...] |
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/include/ |
signal_processing_library.h | 658 int16_t WebRtcSpl_RandU(uint32_t* seed); 659 int16_t WebRtcSpl_RandN(uint32_t* seed); 662 uint32_t* seed); [all...] |
/art/runtime/arch/ |
memcmp16_test.cc | 22 explicit RandGen(uint32_t seed) : val_(seed) {}
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/ |
PublicKeyFactory.java | 118 byte[] seed = dhValidationParms.getSeed().getBytes(); 123 validation = new DHValidationParameters(seed, pgenCounter.intValue());
|
/external/chromium_org/chrome/installer/util/ |
master_preferences.h | 159 // Returns the variations seed entry from the master prefs. 162 // Returns the variations seed signature entry from the master prefs.
|
/external/chromium_org/components/variations/ |
variations_seed_processor.cc | 70 const VariationsSeed& seed, 78 FilterAndValidateStudies(seed, locale, reference_date, version, channel,
|