Searched
full:seed (Results
751 -
775 of
1468) sorted by null
<<31323334353637383940>>
/external/chromium_org/third_party/skia/tests/ |
KtxTest.cpp | 27 // Random number generator with explicit seed for reproducibility
|
RandomTest.cpp | 112 // pre-seed our string value
|
/external/chromium_org/third_party/smhasher/src/ |
Types.cpp | 7 uint32_t MurmurOAAT ( const void * blob, int len, uint32_t seed );
|
/external/chromium_org/third_party/sqlite/src/src/ |
random.c | 65 ** the first time this routine is called. The seed value does
|
/external/chromium_org/third_party/sqlite/src/test/ |
crash5.test | 48 crashsql -delay 1 -file test.db-journal -seed $ii -tclbody [join [list \
|
speed3.test | 45 # Set a uniform random seed
|
/external/chromium_org/third_party/webrtc/base/ |
task.cc | 33 // sanity check that we didn't roll-over our id seed
|
/external/chromium_org/third_party/webrtc/system_wrappers/test/TestSort/ |
TestSort.cc | 245 // Seed rand().
|
/external/chromium_org/third_party/zlib/contrib/minizip/ |
crypt.h | 85 /* "last resort" source for second part of crypt seed pattern */
|
/external/chromium_org/tools/flakiness/ |
find_flakiness.py | 21 FF_SUPERVISOR_ARGS = ['-r3', '--random-seed']
|
/external/chromium_org/v8/benchmarks/ |
README.txt | 60 Removed duplicate line in random seed code, and changed the name of
|
revisions.html | 43 <p>Removed duplicate line in random seed code, and changed the name of
|
/external/chromium_org/v8/test/mjsunit/ |
function-prototype.js | 66 // Seed the GetPrototypeOf function to enable the fast case
|
/external/chromium_org/v8/tools/testrunner/local/ |
execution.py | 158 ["--random-seed=%s" % self.context.random_seed] +
|
/external/deqp/doc/testspecs/GLES31/ |
functional.program_interface_query.txt | 51 contains randomly (fixed seed) generated tests.
|
/external/deqp/framework/common/ |
tcuTextureUtil.hpp | 93 void fillWithMetaballs (const PixelBufferAccess& access, int numMetaballs, deUint32 seed);
|
tcuThreadUtil.hpp | 165 Thread (int seed);
|
/external/deqp/modules/gles2/functional/ |
es2fBufferTestUtil.hpp | 50 void fillWithRandomBytes (deUint8* ptr, int numBytes, deUint32 seed);
|
/external/eigen/test/ |
main.h | 428 std::cout << "Invalid seed value " << str << std::endl; 470 std::cout << " sN Use N as seed for random numbers (default: based on current time)" << std::endl; 487 std::cout << "Initializing random number generator with seed " << g_seed << std::endl; 489 ss << "Seed: " << g_seed;
|
/external/elfutils/0.153/lib/ |
dynamicsizehash.h | 79 extern size_t next_prime (size_t seed);
|
/external/fio/ |
ioengine.h | 57 * Initial seed for generating the buffer contents
|
libfio.c | 115 * Set the same seed to get repeatable runs
|
/external/guava/guava-tests/test/com/google/common/cache/ |
CacheBuilderTest.java | 411 // seed the map, so its segment's count > 0 433 // At this point, the listener should be holding the seed value (a -> a), and the map should 473 // seed the map, so its segments have a count>0; otherwise, clear() won't visit the in-progress 515 // All of the seed values should have been visible, so we should have gotten removal
|
/external/guava/guava-tests/test/com/google/common/collect/ |
OrderingTest.java | 538 for (int seed = 1; seed < seeds; seed++) { 539 int k = random.nextInt(10 * seed);
|
/external/guava/guava-tests/test/com/google/common/primitives/ |
UnsignedIntsTest.java | 89 // Use a seed so that the test is deterministic:
|
Completed in 499 milliseconds
<<31323334353637383940>>