Home
last modified time | relevance | path

Searched defs:random (Results 176 - 200 of 363) sorted by relevance

12345678910>>...15

/third_party/node/deps/v8/src/base/
H A Dregion-allocator.cc154 size_t random = 0; in AllocateRegion() local
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-script.cc27 static uint64_t random[] = {0x67452301, 0xEFCDAB89, 0x98BADCFE, 0x10325476, in calculateHash() local
/third_party/node/deps/v8/src/profiler/
H A Dsampling-heap-profiler.h131 Observer(Heap* heap, intptr_t step_size, uint64_t rate, SamplingHeapProfiler* profiler, base::RandomNumberGenerator* random) Observer() argument
/third_party/node/deps/openssl/openssl/crypto/
H A Dmem.c130 # define random() rand() macro
/third_party/lame/test/
H A Dlame_test.cpp33 static double random() in random() function in PcmGenerator
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DParseRawPrimitivesBenchmark.cs59 Random random = new Random(417384220); // random but deterministic seed field in Google.Protobuf.Benchmarks.ParseRawPrimitivesBenchmark
374 private static byte[] CreateBufferWithRandomVarints(Random random, int valueCount, int encodedSize, int paddingValueCount) in CreateBufferWithRandomVarints() argument
392 private static byte[] CreateBufferWithRandomFloats(Random random, int valueCount, int paddingValueCount) in CreateBufferWithRandomFloats() argument
405 CreateBufferWithRandomDoubles(Random random, int valueCount, int paddingValueCount) CreateBufferWithRandomDoubles() argument
418 CreateBufferWithRandomData(Random random, int valueCount, int encodedSize, int paddingValueCount) CreateBufferWithRandomData() argument
429 RandomUnsignedVarint(Random random, int encodedSize, bool fitsIn32Bits) RandomUnsignedVarint() argument
[all...]
H A DWriteRawPrimitivesBenchmark.cs68 Random random = new Random(417384220); // random but deterministic seed field in Google.Protobuf.Benchmarks.WriteRawPrimitivesBenchmark
443 private static uint[] CreateRandomVarints32(Random random, int valueCount, int encodedSize) in CreateRandomVarints32() argument
453 private static ulong[] CreateRandomVarints64(Random random, int valueCount, int encodedSize) in CreateRandomVarints64() argument
463 CreateRandomFloats(Random random, int valueCount) CreateRandomFloats() argument
473 CreateRandomDoubles(Random random, int valueCount) CreateRandomDoubles() argument
[all...]
/third_party/python/Lib/test/libregrtest/
H A Dmain.py5 import random namespace
/third_party/openssl/crypto/
H A Dmem.c127 # define random() rand() macro
/third_party/skia/tests/
H A DBitmapTest.cpp232 SkRandom random; in DEF_TEST() local
H A DOpChainTest.cpp204 SkRandom random; in DEF_GPUTEST() local
[all...]
H A DProgramsTest.cpp277 SkRandom random; in ProgramUnitTest() local
137 random_surface_draw_context( GrRecordingContext* rContext, SkRandom* random, const GrCaps* caps) random_surface_draw_context() argument
[all...]
/third_party/optimized-routines/networking/test/
H A Dchksum.c144 uint32_t random = ((uint32_t *) base)[i % (poolsize / 4)]; in benchmark() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-map.cc113 add_lookups(hb_ot_map_t &m, unsigned int table_index, unsigned int feature_index, unsigned int variations_index, hb_mask_t mask, bool auto_zwnj, bool auto_zwj, bool random) add_lookups() argument
H A Dhb-ot-map.hh58 unsigned int random : 1; member
68 unsigned short random : 1; member
/third_party/python/Lib/test/
H A Dtest_selectors.py3 import random namespace
H A Dtest_dbm_dumb.py174 import random namespace
H A Dtest_richcmp.py287 import random namespace
H A Dtest_sort.py2 import random namespace
[all...]
/third_party/vixl/tools/test_generator/
H A Dgenerator.py28 import random namespace
/third_party/python/Lib/test/test_importlib/
H A Dtest_threaded_import.py30 import random namespace
32 import random namespace
[all...]
/third_party/skia/bench/
H A DImageCacheBudgetBench.cpp97 SkRandom random; variable
H A DCompositingImagesBench.cpp101 SkRandom random; variable
H A DPDFBench.cpp55 SkRandom random; variable
64 float next_common(SkRandom* random) { in next_common() argument
67 float next_any(SkRandom* random) { in next_any() argument
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgen-conversions.py24 import random namespace

Completed in 21 milliseconds

12345678910>>...15