/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/mindspore/tests/ut/python/dataset/ |
D | test_split.py | 90 s1, s2 = d.split([4, 1], randomize=False) 104 s1, s2 = d.split([0.8, 0.2], randomize=False) 118 s1, s2 = d.split([0.33, 0.67], randomize=False) 216 s1s1, s1s2, s1s3 = s1.split([1, 2, 1], randomize=False) 285 s1, s2 = d.split([4, 1], randomize=False) 299 s1, s2 = d.split([0.8, 0.2], randomize=False) 313 s1, s2 = d.split([0.33, 0.67], randomize=False) 331 s1, s2 = d.split([4, 1], randomize=False) 345 s1, s2 = d.split([0.8, 0.2], randomize=False) 359 s1, s2 = d.split([0.33, 0.67], randomize=False) [all …]
|
D | test_datasets_voc.py | 174 randomize = False 175 dataset1, dataset2 = data1.split(sizes=sizes, randomize=randomize)
|
/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()
|
/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/boost/libs/serialization/test/ |
D | A.cpp | 32 void randomize(S &x) in randomize() function 105 randomize(y); in A() 107 randomize(z); in A()
|
/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/boost/libs/serialization/example/ |
D | demo_dll_a.hpp | 140 void randomize(S &x) in randomize() function 207 randomize(y); in A() 209 randomize(z); in A()
|
D | demo_dll_a.ipp | 139 void randomize(S &x) 206 randomize(y); 208 randomize(z);
|
/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/retry/test/integration/ |
D | test-timeouts.js | 18 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/python/Lib/test/libregrtest/ |
D | cmdline.py | 151 self.randomize = False 420 ns.randomize = True
|
/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…
|