Home
last modified time | relevance | path

Searched defs:random (Results 151 - 175 of 247) sorted by relevance

12345678910

/third_party/libwebsockets/test-apps/
H A Dtest-client.c32 #define random rand macro
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
H A Dv8_foozzie.py18 import random namespace
/third_party/python/Tools/demo/
H A Dsortvisu.py22 import random namespace
/third_party/python/Lib/
H A Dstatistics.py132 import random namespace
H A Drandom.py796 def random(self): global() member in SystemRandom
833 random = _inst.random global() variable
[all...]
/third_party/skia/src/gpu/
H A DGrTestUtils.cpp21 static const SkMatrix& test_matrix(SkRandom* random, in test_matrix() argument
54 const SkMatrix& TestMatrix(SkRandom* random) { return test_matrix(random, true, true); } in TestMatrix() argument
56 const SkMatrix& TestMatrixPreservesRightAngles(SkRandom* random) { in TestMatrixPreservesRightAngles() argument
82 const SkMatrix& TestMatrixRectStaysRect(SkRandom* random) { in TestMatrixRectStaysRect() argument
108 TestMatrixInvertible(SkRandom* random) TestMatrixInvertible() argument
109 TestMatrixPerspective(SkRandom* random) TestMatrixPerspective() argument
111 TestWrapModes(SkRandom* random, GrSamplerState::WrapMode wrapModes[2]) TestWrapModes() argument
120 TestRect(SkRandom* random) TestRect() argument
136 TestSquare(SkRandom* random) TestSquare() argument
147 TestRRectSimple(SkRandom* random) TestRRectSimple() argument
165 TestPath(SkRandom* random) TestPath() argument
213 TestPathConvex(SkRandom* random) TestPathConvex() argument
247 randomize_stroke_rec(SkStrokeRec* rec, SkRandom* random) randomize_stroke_rec() argument
258 TestStrokeRec(SkRandom* random) TestStrokeRec() argument
266 TestStyle(SkRandom* random, GrStyle* style) TestStyle() argument
312 TestColorSpace(SkRandom* random) TestColorSpace() argument
326 TestColorXform(SkRandom* random) TestColorXform() argument
354 RandomColor(SkRandom* random) RandomColor() argument
391 RandomCoverage(SkRandom* random) RandomCoverage() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_mmap.py10 import random namespace
H A Dtest_queue.py4 import random namespace
H A Dtest_context.py5 import random namespace
H A Dtest_heapq.py3 import random namespace
[all...]
H A Dtest_unparse.py6 import random namespace
H A Dtest_complex.py7 from random import random namespace
H A Dstring_tests.py9 import random namespace
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dlow_level_alloc.cc140 static int LLA_SkiplistLevels(size_t size, size_t base, uint32_t *random) { in LLA_SkiplistLevels() argument
[all...]
/third_party/vk-gl-cts/framework/delibs/dethread/
H A DdeThreadTest.c369 deRandom random; in producerThread() local
/test/testfwk/developer_test/src/core/driver/
H A Ddrivers.py29 import random namespace
/third_party/decimal.js/
H A Ddecimal.js4659 function random(sd) { function
/third_party/jinja2/
H A Dfilters.py3 import random namespace
/third_party/node/deps/v8/third_party/jinja2/
H A Dfilters.py4 import random namespace
/third_party/node/tools/inspector_protocol/jinja2/
H A Dfilters.py13 import random namespace
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiMemoryRequirementInvarianceTests.cpp90 BufferAllocator::BufferAllocator (deRandom& random, deBool dedicated, std::vector<int>& memoryTypes) in BufferAllocator() argument
171 ImageAllocator::ImageAllocator (deRandom& random, deBoo argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiMemoryRequirementInvarianceTests.cpp90 BufferAllocator::BufferAllocator (deRandom& random, deBool dedicated, std::vector<int>& memoryTypes) in BufferAllocator() argument
165 ImageAllocator::ImageAllocator (deRandom& random, deBoo argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dgen_builtin_symbols.py26 import random namespace
/third_party/skia/src/gpu/ops/
H A DDrawAtlasOp.cpp331 static SkRSXform random_xform(SkRandom* random) { in random_xform() argument
348 static SkRect random_texRect(SkRandom* random) { in random_texRect() argument
360 randomize_params(uint32_t count, SkRandom* random, SkTArray<SkRSXform>* xforms, SkTArray<SkRect>* texRects, SkTArray<GrColor>* colors, bool hasColors) randomize_params() argument
[all...]
/third_party/skia/src/gpu/gradients/
H A DGrGradientShader.cpp988 RandomParams::RandomParams(SkRandom* random) { in RandomParams() argument
[all...]

Completed in 34 milliseconds

12345678910