/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/effects/ |
D | OutlineWobbleEffect.java | 82 moveX = lastX = randomize(points[0]); in createStrokedShape() 83 moveY = lastY = randomize(points[1]); in createStrokedShape() 94 thisX = randomize(points[0]); in createStrokedShape() 95 thisY = randomize(points[1]); in createStrokedShape() 104 result.lineTo(randomize(x), randomize(y)); in createStrokedShape() 119 private float randomize (float x) { in randomize() method in OutlineWobbleEffect.WobbleStroke
|
/external/deqp/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()
|
/external/deqp/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()
|
/external/deqp/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()
|
/external/ipsec-tools/src/racoon/samples/ |
D | racoon.conf.in | 25 randomize off; # enable randomize length.
|
/external/skia/samplecode/ |
D | SamplePathFuzz.cpp | 145 void randomize() { in randomize() function in FuzzPath 628 fuzzPath.randomize(); in path_fuzz_stroker() 674 fuzzPath.randomize(); in onDrawContent()
|
/external/autotest/client/site_tests/platform_OSLimits/ |
D | control | 58 - 2: same as above except also randomize brk location.
|
/external/llvm/docs/CommandGuide/ |
D | bugpoint.rst | 91 Continually randomize the specified passes and run them on the test program
|
/external/expat/ |
D | Changes | 43 bug #3496608 to randomize hash parameters.
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/ |
D | TestFmwk.java | 449 Target target = randomize(getTargets(targetName)); in execute() 457 private Target randomize(Target t) { in randomize() method in TestFmwk.ClassTarget
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
D | TestFmwk.java | 448 Target target = randomize(getTargets(targetName)); in execute() 456 private Target randomize(Target t) { in randomize() method in TestFmwk.ClassTarget
|
/external/srtp/doc/ |
D | draft-irtf-cfrg-icm-00.txt | 206 `randomize' the logical starting point of keystream. The Offset is
|
D | rfc3711.txt | 1131 complicated, in order to randomize the starting point of the integer
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 292 randomize(void *pv, size_t size) in randomize() function 298 #define R8(this) randomize(&(this), sizeof (this)) 307 randomize(b2, sizeof b2); in r16() 324 randomize(b4, sizeof b4); in r32()
|
/external/gptfdisk/ |
D | NEWS | 539 - Added 'f' option on gdisk's experts' menu (-G/--randomize-guids in
|