/third_party/ffmpeg/tests/checkasm/ |
D | sbrdsp.c | 26 #define randomize(buf, len) do { \ macro 43 randomize((INTFLOAT *)dst0, 64 + 256); in test_sum64x5() 61 randomize((INTFLOAT *)src, 256 * 2); in test_sum_square() 76 randomize((INTFLOAT *)dst0, 64); in test_neg_odd_64() 92 randomize((INTFLOAT *)dst0, 128); in test_qmf_pre_shuffle() 109 randomize((INTFLOAT *)src, 64); in test_qmf_post_shuffle() 125 randomize((INTFLOAT *)src, 64); in test_qmf_deint_neg() 145 randomize((INTFLOAT *)src0, 64); in test_qmf_deint_bfly() 146 randomize((INTFLOAT *)src1, 64); in test_qmf_deint_bfly() 165 randomize((INTFLOAT *)src, 80); in test_autocorrelate() [all …]
|
D | aacpsdsp.c | 29 #define randomize(buf, len) do { \ macro 58 randomize((INTFLOAT *)src, BUF_SIZE * 2); in test_add_squares() 59 randomize(dst0, BUF_SIZE); in test_add_squares() 78 randomize((INTFLOAT *)src0, BUF_SIZE * 2); in test_mul_pair_single() 79 randomize(src1, BUF_SIZE); in test_mul_pair_single() 98 randomize((INTFLOAT *)in, 13 * 2); in test_hybrid_analysis() 99 randomize((INTFLOAT *)filter, N * 8 * 2); in test_hybrid_analysis() 101 randomize((INTFLOAT *)dst0, BUF_SIZE * 2); in test_hybrid_analysis() 121 randomize((INTFLOAT *)out0, 91 * 32 * 2); in test_hybrid_analysis_ileave() 122 randomize((INTFLOAT *)in, 2 * 38 * 64); in test_hybrid_analysis_ileave() [all …]
|
/third_party/vk-gl-cts/framework/randomshaders/ |
D | rsgParameters.hpp | 52 : randomize (false) in ShaderParameters() 66 bool randomize; //!< If not enabled, only simple passthrough will be generated member in rsg::ShaderParameters
|
D | rsgTest.cpp | 47 programParams.fragmentParameters.randomize = true; in runTest()
|
D | rsgShaderGenerator.cpp | 223 if (shaderParams.randomize) in generate()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFragOpInteractionTests.cpp | 64 params.vertexParameters.randomize = true; in init() 70 params.fragmentParameters.randomize = true; in init()
|
D | es3fRandomShaderTests.cpp | 45 params.vertexParameters.randomize = vertex; in createRandomShaderCase() 46 params.fragmentParameters.randomize = fragment; in createRandomShaderCase()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fFragOpInteractionTests.cpp | 64 params.vertexParameters.randomize = true; in init() 70 params.fragmentParameters.randomize = true; in init()
|
D | es2fRandomShaderTests.cpp | 43 params.vertexParameters.randomize = vertex; in createRandomShaderCase() 44 params.fragmentParameters.randomize = fragment; in createRandomShaderCase()
|
/third_party/node/deps/npm/node_modules/promise-retry/node_modules/retry/lib/ |
D | retry.js | 21 randomize: false property 49 var random = (opts.randomize)
|
/third_party/node/deps/npm/node_modules/retry/lib/ |
D | retry.js | 22 randomize: false property 50 var random = (opts.randomize)
|
/third_party/python/Lib/turtledemo/ |
D | forest.py | 21 def randomize( branchlist, angledist, sizedist ): function 48 brs.append(randomize(branchlist, angledist, sizedist))
|
D | sorting_animate.py | 121 def randomize(): function 186 onkey(randomize, "r")
|
/third_party/node/deps/npm/node_modules/promise-retry/node_modules/retry/example/ |
D | dns.js | 10 randomize: true property
|
D | stop.js | 9 randomize: true property
|
/third_party/node/deps/npm/node_modules/retry/example/ |
D | dns.js | 10 randomize: true property
|
D | stop.js | 9 randomize: true property
|
/third_party/node/deps/npm/node_modules/promise-retry/node_modules/retry/test/integration/ |
D | test-timeouts.js | 18 randomize: true property
|
/third_party/node/deps/npm/node_modules/retry/test/integration/ |
D | test-timeouts.js | 18 randomize: true property
|
/third_party/python/Lib/test/libregrtest/ |
D | cmdline.py | 151 self.randomize = False 420 ns.randomize = True
|
D | main.py | 270 if self.ns.randomize: 522 if self.ns.randomize:
|
/third_party/node/deps/npm/node_modules/promise-retry/node_modules/retry/ |
D | README.md | 52 randomize: true, 76 * `randomize`: Randomizes the timeouts by multiplying with a factor between `1` to `2`. Default is … 111 `opts` can include `factor`, `minTimeout`, `randomize` (boolean) and `maxTimeout`. They are documen…
|
/third_party/python/Lib/test/ |
D | test_regrtest.py | 129 self.assertTrue(ns.randomize) 134 self.assertTrue(ns.randomize) 419 randomize=False, interrupted=False, argument 435 if randomize: 597 self.check_executed_tests(output, self.tests, randomize=True) 974 randomize=True)
|
/third_party/python/Tools/demo/ |
D | sortvisu.py | 372 def randomize(array): function 478 randomize(array) 584 self.run(randomize)
|
/third_party/node/deps/npm/node_modules/promise-retry/ |
D | README.md | 38 - `randomize`: Randomizes the timeouts by multiplying with a factor between `1` to `2`. Default is …
|