HomeSort by relevance Sort by last modified time
    Searched defs:seed (Results 151 - 175 of 296) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skia/tests/
PathOpsCubicIntersectionTest.cpp 397 unsigned seed = 0; local
402 cubic1[i].fX = static_cast<double>(SK_RAND(seed)) / RAND_MAX * 100;
403 cubic1[i].fY = static_cast<double>(SK_RAND(seed)) / RAND_MAX * 100;
404 cubic2[i].fX = static_cast<double>(SK_RAND(seed)) / RAND_MAX * 100;
405 cubic2[i].fY = static_cast<double>(SK_RAND(seed)) / RAND_MAX * 100;
  /external/speex/libspeex/
nb_celp.h 156 spx_int32_t seed; /** Seed used for random number generation */ member in struct:DecState
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
throw_allocator.h 392 seed(unsigned long __s) function in struct:random_condition
393 { engine().seed(__s); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 384 seed(unsigned long __s) function in struct:random_condition
385 { engine().seed(__s); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
throw_allocator.h 384 seed(unsigned long __s) function in struct:random_condition
385 { engine().seed(__s); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
throw_allocator.h 392 seed(unsigned long __s) function in struct:random_condition
393 { engine().seed(__s); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
throw_allocator.h 392 seed(unsigned long __s) function in struct:random_condition
393 { engine().seed(__s); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
throw_allocator.h 392 seed(unsigned long __s) function in struct:random_condition
393 { engine().seed(__s); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
throw_allocator.h 392 seed(unsigned long __s) function in struct:random_condition
393 { engine().seed(__s); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
throw_allocator.h 384 seed(unsigned long __s) function in struct:random_condition
385 { engine().seed(__s); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
throw_allocator.h 540 seed(unsigned long __s) function in struct:random_condition
541 { engine().seed(__s); }
  /cts/tests/tests/media/src/android/media/cts/
MediaRandomTest.java 198 long seed = System.currentTimeMillis(); local
199 Log.v(TAG, "seed = " + seed);
200 Random r = new Random(seed);
267 long seed = System.currentTimeMillis(); local
268 Log.v(TAG, "seed = " + seed);
269 Random r = new Random(seed);
  /external/chromium_org/third_party/libjingle/source/talk/base/
virtualsocket_unittest.cc 654 time_t seed = ::time(NULL); local
655 LOG(LS_VERBOSE) << "seed = " << seed;
656 srand(static_cast<unsigned int>(seed));
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec_asn1.c 168 ASN1_BIT_STRING *seed; member in struct:x9_62_curve_st
239 ASN1_OPT(X9_62_CURVE, seed, ASN1_BIT_STRING)
530 /* set the seed (optional) */
531 if (group->seed)
533 if (!curve->seed)
534 if ((curve->seed = ASN1_BIT_STRING_new()) == NULL)
539 curve->seed->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT|0x07);
540 curve->seed->flags |= ASN1_STRING_FLAG_BITS_LEFT;
541 if (!ASN1_BIT_STRING_set(curve->seed, group->seed,
    [all...]
  /external/chromium_org/third_party/webrtc/base/
virtualsocket_unittest.cc 637 time_t seed = ::time(NULL); local
638 LOG(LS_VERBOSE) << "seed = " << seed;
639 srand(static_cast<unsigned int>(seed));
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core_internal.h 107 uint32_t seed; member in struct:AecCore
  /external/fio/
filesetup.c 991 unsigned int range_size, seed; local
1000 seed = jhash(f->file_name, strlen(f->file_name), 0) * td->thread_number;
1002 seed = td->rand_seeds[4];
1005 zipf_init(&f->zipf, nranges, td->o.zipf_theta.u.f, seed);
1007 pareto_init(&f->zipf, nranges, td->o.pareto_h.u.f, seed);
1048 unsigned long seed; local
1050 seed = td->rand_seeds[FIO_RAND_BLOCK_OFF];
1052 if (!lfsr_init(&f->lfsr, blocks, seed, 0))
  /external/openssl/crypto/ec/
ec_asn1.c 170 ASN1_BIT_STRING *seed; member in struct:x9_62_curve_st
241 ASN1_OPT(X9_62_CURVE, seed, ASN1_BIT_STRING)
532 /* set the seed (optional) */
533 if (group->seed)
535 if (!curve->seed)
536 if ((curve->seed = ASN1_BIT_STRING_new()) == NULL)
541 curve->seed->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT|0x07);
542 curve->seed->flags |= ASN1_STRING_FLAG_BITS_LEFT;
543 if (!ASN1_BIT_STRING_set(curve->seed, group->seed,
    [all...]
  /external/pixman/test/
stress-test.c 847 run_test (uint32_t seed, pixman_bool_t verbose, uint32_t mod)
854 if (mod == 0 || (seed % mod) == 0)
855 printf ("Seed 0x%08x\n", seed);
860 prng_srand (seed);
968 uint32_t seed = 1; local
995 get_int (argv[i + 1], &seed);
1011 "-s <seed> Seed of first test (ignored if PIXMAN_RANDOMIZE_TESTS is set)\n"
1013 "-v <n> Print out every n'th seed\n\n")
    [all...]
  /external/stressapptest/src/
os.cc 803 unsigned int seed = 12345; local
808 float_arr[i] = rand_r(&seed);
809 if (rand_r(&seed) % 2)
  /external/valgrind/main/coregrind/
m_libcfile.c 739 UInt seed; local
747 seed = (VG_(getpid)() << 9) ^ VG_(getppid)();
757 tmpdir, part_of_name, VG_(random)( &seed ));
    [all...]
  /external/webrtc/src/modules/audio_processing/aec/
aec_core.h 119 WebRtc_UWord32 seed; member in struct:__anon37162
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 793 " -s(eed) Set the random seed\n"
813 unsigned long seed = 0xdeadbeef; local
824 fprintf(stderr, "Malformed seed.\n");
828 seed = x;
850 "with \"%s -s %lu\"\n", me, seed);
852 srand(seed);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryDecayingTests.java 197 final long seed = System.currentTimeMillis(); local
198 final Random random = new Random(seed);
322 final long seed = System.currentTimeMillis(); local
323 final Random random = new Random(seed);
385 final long seed = System.currentTimeMillis(); local
386 final Random random = new Random(seed);
445 final long seed = System.currentTimeMillis(); local
446 final Random random = new Random(seed);
524 final long seed = System.currentTimeMillis(); local
525 final Random random = new Random(seed);
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-p2-director-plugin/0.20.0/
tycho-p2-director-plugin-0.20.0.jar 

Completed in 627 milliseconds

1 2 3 4 5 67 8 91011>>