/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/ |
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/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | kmeans_test.py | 75 randomize=None, argument 81 if randomize is None: 82 randomize = (self.use_mini_batch and 89 if randomize: 251 input_fn=self.input_fn(batch_size=1, points=points, randomize=False), 267 input_fn=self.input_fn(batch_size=1, points=points, randomize=False), 285 input_fn=self.input_fn(batch_size=4, points=points, randomize=False),
|
/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/tensorflow/tensorflow/contrib/factorization/python/ops/ |
D | kmeans_test.py | 75 randomize=None, argument 81 if randomize is None: 82 randomize = (self.use_mini_batch and 89 if randomize: 283 input_fn=self.input_fn(batch_size=1, points=points, randomize=False), 299 input_fn=self.input_fn(batch_size=1, points=points, randomize=False), 317 input_fn=self.input_fn(batch_size=4, points=points, randomize=False),
|
/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/ |
D | test_regrtest.py | 129 self.assertTrue(ns.randomize) 134 self.assertTrue(ns.randomize) 403 randomize=False, interrupted=False, argument 421 if randomize: 559 self.check_executed_tests(output, self.tests, randomize=True) 927 randomize=True)
|
/external/python/cpython3/Lib/test/libregrtest/ |
D | cmdline.py | 311 exclude=False, single=False, randomize=False, fromfile=None, 376 ns.randomize = True
|
/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/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/grpc-grpc/doc/ |
D | connection-backoff.md | 11 1. JITTER (by how much to randomize backoffs).
|
/external/tensorflow/tensorflow/examples/udacity/ |
D | 1_notmnist.ipynb | 620 …"Next, we'll randomize the data. It's important to have the labels well shuffled for the training … 637 "def randomize(dataset, labels):\n", 642 "train_dataset, train_labels = randomize(train_dataset, train_labels)\n", 643 "test_dataset, test_labels = randomize(test_dataset, test_labels)\n", 644 "valid_dataset, valid_labels = randomize(valid_dataset, valid_labels)"
|
/external/python/cpython2/Demo/tkinter/guido/ |
D | sortvisu.py | 370 def randomize(array): function 476 randomize(array) 583 self.run(randomize)
|