/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | rng.ll | 10 ; RUN: -sz-seed=1 -randomize-pool-immediates=randomize \ 11 ; RUN: -randomize-pool-threshold=0x1 \ 15 ; RUN: -randomize-regalloc \ 24 ; RUN: -randomize-pool-immediates=randomize \ 25 ; RUN: -randomize-pool-threshold=0x1 \ 29 ; RUN: -randomize-regalloc \ 36 ; RUN: -randomize-pool-immediates=randomize \ 37 ; RUN: -randomize-pool-threshold=0x1 \ 41 ; RUN: -randomize-regalloc \ 48 ; RUN: -sz-seed=1 -randomize-pool-immediates=randomize \ [all …]
|
D | randomize-pool-immediate-basic.ll | 4 ; RUN: -sz-seed=1 -randomize-pool-immediates=randomize \ 5 ; RUN: -randomize-pool-threshold=0x1 \ 8 ; RUN: -sz-seed=1 -randomize-pool-immediates=randomize \ 9 ; RUN: -randomize-pool-threshold=0x1 \ 13 ; RUN: -sz-seed=1 -randomize-pool-immediates=pool \ 14 ; RUN: -randomize-pool-threshold=0x1 \ 17 ; RUN: -sz-seed=1 -randomize-pool-immediates=pool \ 18 ; RUN: -randomize-pool-threshold=0x1 \
|
D | randomize-regalloc.ll | 6 ; RUN: -randomize-regalloc -split-local-vars=0 \ 9 ; RUN: -randomize-regalloc \ 14 ; RUN: -randomize-regalloc -split-local-vars=0 \ 17 ; RUN: -randomize-regalloc \
|
/external/u-boot/drivers/mtd/nand/raw/ |
D | sunxi_nand_spl.c | 91 bool randomize; member 269 if (conf->randomize) in nand_read_page() 281 (conf->randomize ? NFC_ECC_RANDOM_EN : 0) | in nand_read_page() 393 conf->randomize = false; in nand_detect_ecc_config() 411 conf->randomize = true; in nand_detect_ecc_config() 480 if (conf->randomize) in nand_read_buffer() 493 if (ret < 0 && conf->randomize) { in nand_read_buffer() 512 } else if (ret && conf->randomize) { in nand_read_buffer()
|
/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()
|
/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/python/cpython3/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")
|
/external/ipsec-tools/src/racoon/samples/ |
D | racoon.conf.in | 25 randomize off; # enable randomize length.
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/ |
D | MCInstrDescView.cpp | 119 static void randomize(const Instruction &Instr, const Variable &Var, 136 randomize(Instr, Var, AssignedValue); in randomizeUnsetVariables() 224 static void randomize(const Instruction &Instr, const Variable &Var, in randomize() function
|
/external/autotest/server/site_tests/network_WiFi_DisableRandomMACAddress/ |
D | control | 15 don't continue to randomize the MAC address.
|
/external/python/cpython3/Lib/test/libregrtest/ |
D | cmdline.py | 316 exclude=False, single=False, randomize=False, fromfile=None, 384 ns.randomize = True
|
D | main.py | 268 if self.ns.randomize: 499 if self.ns.randomize:
|
/external/python/cpython2/Lib/test/ |
D | test_regrtest.py | 98 randomize=False, interrupted=False, argument 114 if randomize: 240 self.check_executed_tests(output, self.tests, randomize=True) 594 randomize=True)
|
/external/swiftshader/third_party/subzero/src/ |
D | IceClFlags.def | 243 dev_opt_flag, "randomize-pool-immediates", \ 247 "Do not randomize or pooling immediates (default)"), \ 248 clEnumValN(Ice::RPI_Randomize, "randomize", \ 255 "randomize-pool-threshold", \ 259 X(RandomizeRegisterAllocation, bool, dev_opt_flag, "randomize-regalloc", \
|
/external/python/cpython3/Lib/test/ |
D | test_regrtest.py | 130 self.assertTrue(ns.randomize) 135 self.assertTrue(ns.randomize) 402 randomize=False, interrupted=False, argument 420 if randomize: 584 self.check_executed_tests(output, self.tests, randomize=True) 957 randomize=True)
|
/external/skqp/samplecode/ |
D | SamplePathFuzz.cpp | 144 void randomize() { in randomize() function in FuzzPath 628 fuzzPath.randomize(); in path_fuzz_stroker() 673 fuzzPath.randomize(); in onDrawContent()
|
/external/iptables/extensions/ |
D | libxt_MASQUERADE.man | 30 Full randomize source port mapping
|
/external/grpc-grpc/doc/ |
D | connection-backoff.md | 11 1. JITTER (by how much to randomize backoffs).
|
/external/python/cpython2/Demo/tkinter/guido/ |
D | sortvisu.py | 370 def randomize(array): function 476 randomize(array) 583 self.run(randomize)
|
/external/python/cpython3/Tools/demo/ |
D | sortvisu.py | 372 def randomize(array): function 478 randomize(array) 584 self.run(randomize)
|