/third_party/flutter/skia/src/gpu/ |
D | GrTestUtils.cpp | 23 static const SkMatrix& test_matrix(SkRandom* random, in test_matrix() 56 const SkMatrix& TestMatrix(SkRandom* random) { return test_matrix(random, true, true); } in TestMatrix() 58 const SkMatrix& TestMatrixPreservesRightAngles(SkRandom* random) { in TestMatrixPreservesRightAngles() 84 const SkMatrix& TestMatrixRectStaysRect(SkRandom* random) { in TestMatrixRectStaysRect() 110 const SkMatrix& TestMatrixInvertible(SkRandom* random) { return test_matrix(random, true, false); } in TestMatrixInvertible() 111 const SkMatrix& TestMatrixPerspective(SkRandom* random) { return test_matrix(random, false, true); } in TestMatrixPerspective() 113 void TestWrapModes(SkRandom* random, GrSamplerState::WrapMode wrapModes[2]) { in TestWrapModes() 122 const SkRect& TestRect(SkRandom* random) { in TestRect() 138 const SkRect& TestSquare(SkRandom* random) { in TestSquare() 149 const SkRRect& TestRRectSimple(SkRandom* random) { in TestRRectSimple() [all …]
|
D | GrDrawOpTest.cpp | 18 const GrUserStencilSettings* GrGetRandomStencil(SkRandom* random, GrContext_Base* context) { in GrGetRandomStencil()
|
D | GrTestUtils.h | 95 static inline GrColor GrRandomColor(SkRandom* random) { in GrRandomColor() 132 static inline uint8_t GrRandomCoverage(SkRandom* random) { in GrRandomCoverage()
|
/third_party/skia/src/gpu/ |
D | GrTestUtils.cpp | 21 static const SkMatrix& test_matrix(SkRandom* random, in test_matrix() 54 const SkMatrix& TestMatrix(SkRandom* random) { return test_matrix(random, true, true); } in TestMatrix() 56 const SkMatrix& TestMatrixPreservesRightAngles(SkRandom* random) { in TestMatrixPreservesRightAngles() 82 const SkMatrix& TestMatrixRectStaysRect(SkRandom* random) { in TestMatrixRectStaysRect() 108 const SkMatrix& TestMatrixInvertible(SkRandom* random) { return test_matrix(random, true, false); } in TestMatrixInvertible() 109 const SkMatrix& TestMatrixPerspective(SkRandom* random) { return test_matrix(random, false, true); } in TestMatrixPerspective() 111 void TestWrapModes(SkRandom* random, GrSamplerState::WrapMode wrapModes[2]) { in TestWrapModes() 120 const SkRect& TestRect(SkRandom* random) { in TestRect() 136 const SkRect& TestSquare(SkRandom* random) { in TestSquare() 147 const SkRRect& TestRRectSimple(SkRandom* random) { in TestRRectSimple() [all …]
|
D | GrDrawOpTest.cpp | 19 const GrUserStencilSettings* GrGetRandomStencil(SkRandom* random, GrContext_Base* context) { in GrGetRandomStencil()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | ParseRawPrimitivesBenchmark.cs | 59 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… in CreateBufferWithRandomVarints() 392 …private static byte[] CreateBufferWithRandomFloats(Random random, int valueCount, int paddingValue… in CreateBufferWithRandomFloats() 405 …private static byte[] CreateBufferWithRandomDoubles(Random random, int valueCount, int paddingValu… in CreateBufferWithRandomDoubles() 418 …private static byte[] CreateBufferWithRandomData(Random random, int valueCount, int encodedSize, i… in CreateBufferWithRandomData() 429 public static ulong RandomUnsignedVarint(Random random, int encodedSize, bool fitsIn32Bits) in RandomUnsignedVarint()
|
D | WriteRawPrimitivesBenchmark.cs | 68 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() 453 private static ulong[] CreateRandomVarints64(Random random, int valueCount, int encodedSize) in CreateRandomVarints64() 463 private static float[] CreateRandomFloats(Random random, int valueCount) in CreateRandomFloats() 473 private static double[] CreateRandomDoubles(Random random, int valueCount) in CreateRandomDoubles()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
D | int128_benchmark.cc | 40 std::mt19937 random = MakeRandomEngine(); in GetRandomClass128SampleUniformDivisor() local 80 std::mt19937 random = MakeRandomEngine(); in GetRandomClass128SampleSmallDivisor() local 117 std::mt19937 random = MakeRandomEngine(); in GetRandomClass128Sample() local 171 std::mt19937 random = MakeRandomEngine(); in GetRandomIntrinsic128SampleUniformDivisor() local 212 std::mt19937 random = MakeRandomEngine(); in GetRandomIntrinsic128SampleSmallDivisor() local 251 std::mt19937 random = MakeRandomEngine(); in GetRandomIntrinsic128Sample() local
|
/third_party/abseil-cpp/absl/numeric/ |
D | int128_benchmark.cc | 40 std::mt19937 random = MakeRandomEngine(); in GetRandomClass128SampleUniformDivisor() local 80 std::mt19937 random = MakeRandomEngine(); in GetRandomClass128SampleSmallDivisor() local 117 std::mt19937 random = MakeRandomEngine(); in GetRandomClass128Sample() local 171 std::mt19937 random = MakeRandomEngine(); in GetRandomIntrinsic128SampleUniformDivisor() local 212 std::mt19937 random = MakeRandomEngine(); in GetRandomIntrinsic128SampleSmallDivisor() local 251 std::mt19937 random = MakeRandomEngine(); in GetRandomIntrinsic128Sample() local
|
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | InterarrivalTimers.cs | 114 readonly Random random; field in Grpc.IntegrationTesting.PoissonInterarrivalTimer.ExponentialDistribution 118 public ExponentialDistribution(Random random, double lambda) in ExponentialDistribution()
|
/third_party/boost/boost/test/data/monomorphic/generators/ |
D | random.hpp | 130 inline monomorphic::generated_by< monomorphic::random_t<>> random() in random() function 140 random( SampleType begin, SampleType end ) in random() function 165 random( Params const& params ) in random() function
|
/third_party/boost/boost/random/ |
D | taus88.hpp | 22 namespace random { namespace
|
D | random_device.hpp | 28 namespace random { namespace
|
D | random_number_generator.hpp | 25 namespace random { namespace
|
/third_party/boost/boost/random/detail/ |
D | generator_bits.hpp | 20 namespace random { namespace
|
D | generator_seed_seq.hpp | 19 namespace random { namespace
|
D | niederreiter_base2_table.hpp | 15 namespace random { namespace
|
/third_party/flutter/skia/docs/examples/ |
D | Bitmap_installPixels_2.cpp | 7 SkRandom random; in draw() local
|
D | Bitmap_allocN32Pixels.cpp | 7 SkRandom random; in draw() local
|
/third_party/skia/docs/examples/ |
D | Bitmap_installPixels_2.cpp | 7 SkRandom random; in draw() local
|
D | Bitmap_allocN32Pixels.cpp | 7 SkRandom random; in draw() local
|
/third_party/python/Modules/_decimal/libmpdec/ |
D | vccompat.h | 40 #define random rand macro
|
/third_party/boost/libs/gil/test/core/ |
D | test_fixture.cpp | 52 fixture::random_value<std::uint8_t> random; in test_random_value() local
|
/third_party/flutter/skia/third_party/externals/sdl/visualtest/include/ |
D | SDL_visualtest_variators.h | 31 SDLVisualTest_RandomVariator random; member
|
/third_party/boost/libs/gil/test/core/image/ |
D | test_fixture.cpp | 55 fixture::random_value<std::uint8_t> random; in BOOST_AUTO_TEST_CASE() local
|