Home
last modified time | relevance | path

Searched refs:randomize (Results 1 – 25 of 49) sorted by relevance

12

/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Drng.ll10 ; 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 …]
Drandomize-pool-immediate-basic.ll4 ; 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 \
Drandomize-regalloc.ll6 ; 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/
Dsunxi_nand_spl.c91 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/
DrsgParameters.hpp52 : randomize (false) in ShaderParameters()
66 bool randomize; //!< If not enabled, only simple passthrough will be generated member in rsg::ShaderParameters
DrsgTest.cpp47 programParams.fragmentParameters.randomize = true; in runTest()
/external/deqp/modules/gles2/functional/
Des2fFragOpInteractionTests.cpp64 params.vertexParameters.randomize = true; in init()
70 params.fragmentParameters.randomize = true; in init()
Des2fRandomShaderTests.cpp43 params.vertexParameters.randomize = vertex; in createRandomShaderCase()
44 params.fragmentParameters.randomize = fragment; in createRandomShaderCase()
/external/deqp/modules/gles3/functional/
Des3fFragOpInteractionTests.cpp64 params.vertexParameters.randomize = true; in init()
70 params.fragmentParameters.randomize = true; in init()
Des3fRandomShaderTests.cpp45 params.vertexParameters.randomize = vertex; in createRandomShaderCase()
46 params.fragmentParameters.randomize = fragment; in createRandomShaderCase()
/external/python/cpython3/Lib/turtledemo/
Dforest.py21 def randomize( branchlist, angledist, sizedist ): function
48 brs.append(randomize(branchlist, angledist, sizedist))
Dsorting_animate.py121 def randomize(): function
186 onkey(randomize, "r")
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.in25 randomize off; # enable randomize length.
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DMCInstrDescView.cpp119 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/
Dcontrol15 don't continue to randomize the MAC address.
/external/python/cpython3/Lib/test/libregrtest/
Dcmdline.py316 exclude=False, single=False, randomize=False, fromfile=None,
384 ns.randomize = True
Dmain.py268 if self.ns.randomize:
499 if self.ns.randomize:
/external/python/cpython2/Lib/test/
Dtest_regrtest.py98 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/
DIceClFlags.def243 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/
Dtest_regrtest.py130 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/
DSamplePathFuzz.cpp144 void randomize() { in randomize() function in FuzzPath
628 fuzzPath.randomize(); in path_fuzz_stroker()
673 fuzzPath.randomize(); in onDrawContent()
/external/iptables/extensions/
Dlibxt_MASQUERADE.man30 Full randomize source port mapping
/external/grpc-grpc/doc/
Dconnection-backoff.md11 1. JITTER (by how much to randomize backoffs).
/external/python/cpython2/Demo/tkinter/guido/
Dsortvisu.py370 def randomize(array): function
476 randomize(array)
583 self.run(randomize)
/external/python/cpython3/Tools/demo/
Dsortvisu.py372 def randomize(array): function
478 randomize(array)
584 self.run(randomize)

12