Home
last modified time | relevance | path

Searched refs:choose (Results 1 – 25 of 1693) sorted by relevance

12345678910>>...68

/external/deqp/modules/glshared/
DglsInteractionTestUtil.cpp47 float r = rnd.choose<float>(DE_ARRAY_BEGIN(components), DE_ARRAY_END(components)); in getRandomColor()
48 float g = rnd.choose<float>(DE_ARRAY_BEGIN(components), DE_ARRAY_END(components)); in getRandomColor()
49 float b = rnd.choose<float>(DE_ARRAY_BEGIN(components), DE_ARRAY_END(components)); in getRandomColor()
50 float a = rnd.choose<float>(DE_ARRAY_BEGIN(components), DE_ARRAY_END(components)); in getRandomColor()
174 …state.stencil[ndx].function = rnd.choose<deUint32>(DE_ARRAY_BEGIN(compareFuncs), DE_ARRAY_END(co… in computeRandomRenderState()
177 …state.stencil[ndx].stencilFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(s… in computeRandomRenderState()
178 …state.stencil[ndx].depthFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(st… in computeRandomRenderState()
179 …state.stencil[ndx].depthPassOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(st… in computeRandomRenderState()
186 …state.depthFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(compareFuncs), DE_ARRAY_END(compareFuncs)); in computeRandomRenderState()
194 …state.blendRGBState.equation = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendEquationsES2), DE_ARRAY_EN… in computeRandomRenderState()
[all …]
DglsRandomUniformBlockCase.cpp107 layoutFlags |= rnd.choose<deUint32>(layoutFlagCandidates.begin(), layoutFlagCandidates.end()); in generateBlock()
112 …layoutFlags |= rnd.choose<deUint32>(&matrixCandidates[0], &matrixCandidates[DE_LENGTH_OF_ARRAY(mat… in generateBlock()
233 glu::DataType type = rnd.choose<glu::DataType>(typeCandidates.begin(), typeCandidates.end()); in generateType()
240 …flags |= rnd.choose<deUint32>(&precisionCandidates[0], &precisionCandidates[DE_LENGTH_OF_ARRAY(pre… in generateType()
/external/rust/crates/rand/src/seq/
Dmod.rs79 fn choose<R>(&self, rng: &mut R) -> Option<&Self::Item> in choose() method
304 fn choose<R>(mut self, rng: &mut R) -> Option<Self::Item> in choose() method
495 fn choose<R>(&self, rng: &mut R) -> Option<&Self::Item> in choose() method
684 let picked = *chars.choose(&mut r).unwrap(); in test_slice_choose()
700 assert_eq!(v.choose(&mut r), None); in test_slice_choose()
712 assert_eq!(chars.choose(&mut r), Some(&'l')); in value_stability_slice()
813 let picked = iter.clone().choose(r).unwrap(); in test_iterator_choose()
856 assert_eq!((0..0).choose(r), None); in test_iterator_choose()
857 assert_eq!(UnhintedIterator { iter: 0..0 }.choose(r), None); in test_iterator_choose()
910 assert_eq!((0..0).choose(r), None); in test_iterator_choose_stable()
[all …]
/external/testng/eclipse-projects/beust.com/web/
Dsite.xsl31 <xsl:choose>
38 </xsl:choose>
40 <xsl:choose>
51 </xsl:choose>
90 <xsl:choose>
103 <xsl:choose>
110 </xsl:choose>
112 <xsl:choose>
123 </xsl:choose>
158 <xsl:choose>
[all …]
/external/cldr/docs/rfc/
Drfc2629.xslt369 <xsl:choose>
376 </xsl:choose>
447 <!-- choose whether or not to do mailto links -->
647 <xsl:choose>
658 </xsl:choose>
682 <xsl:choose>
691 </xsl:choose>
720 <xsl:choose>
737 </xsl:choose>
755 <xsl:choose>
[all …]
/external/libcups/templates/
DMakefile20 choose-device.tmpl \
21 choose-make.tmpl \
22 choose-model.tmpl \
23 choose-serial.tmpl \
24 choose-uri.tmpl \
/external/deqp/framework/delibs/decpp/
DdeRandom.hpp59 void choose (InputIter first, InputIter last, OutputIter result, int numItems);
62 T choose (InputIter first, InputIter last);
104 void Random::choose (InputIter first, InputIter last, OutputIter result, int numItems) in choose() function in de::Random
127 T Random::choose (InputIter first, InputIter last) in choose() function in de::Random
131 choose(first, last, &val, 1); in choose()
DdeRandom.cpp130 rnd.choose(DE_ARRAY_BEGIN(items), DE_ARRAY_END(items), &itemsDst[0], numItemsPicked); in Random_selfTest()
144 DE_TEST_ASSERT(expected[i] == rnd.choose<int>(DE_ARRAY_BEGIN(items), DE_ARRAY_END(items))); in Random_selfTest()
/external/google-styleguide/
Dstyleguide.xsl168 <xsl:choose>
175 </xsl:choose>
232 <xsl:choose>
239 </xsl:choose>
290 <xsl:choose>
293 </xsl:choose>
496 <xsl:choose>
506 </xsl:choose>
519 <xsl:choose>
529 </xsl:choose>
[all …]
/external/llvm-project/llvm/test/MC/ARM/
Dthumb2-narrow-dp.ll107 ANDS r2, r2, r1 // Should choose narrow
108 ANDS r2, r1, r2 // Should choose narrow - commutative
138 ANDEQ r3, r3, r1 // Should choose narrow
140 ANDEQ r3, r1, r3 // Should choose narrow - commutative
194 EORS r5, r5, r1 // Should choose narrow
195 EORS r5, r1, r5 // Should choose narrow - commutative
225 EOREQ r0, r0, r1 // Should choose narrow
227 EOREQ r2, r1, r2 // Should choose narrow - commutative
281 LSLS r2, r2, r1 // Should choose narrow
282 LSLS r2, r1, r2 // Should choose wide - not commutative
[all …]
/external/llvm/test/MC/ARM/
Dthumb2-narrow-dp.ll107 ANDS r2, r2, r1 // Should choose narrow
108 ANDS r2, r1, r2 // Should choose narrow - commutative
138 ANDEQ r3, r3, r1 // Should choose narrow
140 ANDEQ r3, r1, r3 // Should choose narrow - commutative
194 EORS r5, r5, r1 // Should choose narrow
195 EORS r5, r1, r5 // Should choose narrow - commutative
225 EOREQ r0, r0, r1 // Should choose narrow
227 EOREQ r2, r1, r2 // Should choose narrow - commutative
281 LSLS r2, r2, r1 // Should choose narrow
282 LSLS r2, r1, r2 // Should choose wide - not commutative
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp1353 …const glu::ShaderType shaderType(rng.choose<glu::ShaderType>(begin(shaderTypes), end(shaderTypes… in buildTests()
1354 …const vk::VkSamplerYcbcrRange colorRange(rng.choose<RangeNamePair>(begin(colorRanges), end(colorRa… in buildTests()
1355 …const vk::VkChromaLocation chromaLocation(rng.choose<ChromaLocationNamePair>(begin(chromaLocation… in buildTests()
1397 …const glu::ShaderType shaderType(rng.choose<glu::ShaderType>(shaderTypes.begin(), shaderTypes.end… in buildTests()
1398 …const vk::VkChromaLocation chromaLocation(rng.choose<ChromaLocationNamePair>(chromaLocations.begin… in buildTests()
1460 …const vk::VkSamplerYcbcrRange colorRange(rng.choose<RangeNamePair>(begin(colorRanges), end(colorRa… in buildTests()
1461 …const glu::ShaderType shaderType(rng.choose<glu::ShaderType>(begin(shaderTypes), end(shaderTypes… in buildTests()
1462 …const vk::VkChromaLocation yChromaOffset(rng.choose<ChromaLocationNamePair>(begin(chromaLocations… in buildTests()
1495 …const glu::ShaderType shaderType(rng.choose<glu::ShaderType>(begin(shaderTypes), end(shaderTypes)… in buildTests()
1496 …const vk::VkChromaLocation yChromaOffset(rng.choose<ChromaLocationNamePair>(begin(chromaLocations)… in buildTests()
[all …]
/external/skqp/src/core/
DSkAutoBlitterChoose.h25 this->choose(draw, matrix, paint, drawCoverage);
31 SkBlitter* choose(const SkDraw& draw, const SkMatrix* matrix, const SkPaint& paint,
/external/skia/src/core/
DSkAutoBlitterChoose.h26 this->choose(draw, matrixProvider, paint, drawCoverage);
32 SkBlitter* choose(const SkDraw& draw, const SkMatrixProvider* matrixProvider,
/external/angle/extensions/
DEGL_ANGLE_platform_angle_metal.txt67 1) Should the application be able to choose a specific version of Metal?
70 seem like recommended practice to choose a Metal version when
/external/llvm/test/Analysis/BlockFrequencyInfo/
Dloop_with_branch.ll20 %choose = call i2 @foo1(i32 %i)
21 switch i2 %choose, label %exit [ i2 0, label %left
/external/llvm-project/llvm/test/Analysis/BlockFrequencyInfo/
Dloop_with_branch.ll20 %choose = call i2 @foo1(i32 %i)
21 switch i2 %choose, label %exit [ i2 0, label %left
/external/llvm-project/compiler-rt/lib/gwp_asan/
DCMakeLists.txt47 # the environment variable GWP_ASAN_FLAGS, but the allocator can choose to
92 # Note: If you choose to add this as an object library, ensure you also
95 # your own backtrace support (see optional/backtrace.h), or choose between one
/external/llvm-project/llvm/test/CodeGen/Mips/
Dcmov.ll248 ; FIXME: We can do better than this by using selccz to choose between +0 and +2
261 ; FIXME: We can do better than this by using selccz to choose between +0 and +2
285 ; FIXME: We can do better than this by using selccz to choose between -0 and -2
300 ; FIXME: We can do better than this by using selccz to choose between -0 and -2
322 ; FIXME: We can do better than this by using selccz to choose between +0 and +2
335 ; FIXME: We can do better than this by using selccz to choose between +0 and +2
361 ; FIXME: We can do better than this by using selccz to choose between -0 and -2
378 ; FIXME: We can do better than this by using selccz to choose between -0 and -2
471 ; FIXME: We can do better than this by using selccz to choose between -0 and -2
533 ; FIXME: We can do better than this by using selccz to choose between -0 and -2
[all …]
/external/llvm/test/CodeGen/Mips/
Dcmov.ll248 ; FIXME: We can do better than this by using selccz to choose between +0 and +2
261 ; FIXME: We can do better than this by using selccz to choose between +0 and +2
285 ; FIXME: We can do better than this by using selccz to choose between -0 and -2
300 ; FIXME: We can do better than this by using selccz to choose between -0 and -2
322 ; FIXME: We can do better than this by using selccz to choose between +0 and +2
335 ; FIXME: We can do better than this by using selccz to choose between +0 and +2
361 ; FIXME: We can do better than this by using selccz to choose between -0 and -2
378 ; FIXME: We can do better than this by using selccz to choose between -0 and -2
471 ; FIXME: We can do better than this by using selccz to choose between -0 and -2
528 ; FIXME: We can do better than this by using selccz to choose between -0 and -2
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktRandomUniformBlockCase.cpp150 layoutFlags |= rnd.choose<deUint32>(layoutFlagCandidates.begin(), layoutFlagCandidates.end()); in generateBlock()
155 …layoutFlags |= rnd.choose<deUint32>(&matrixCandidates[0], &matrixCandidates[DE_LENGTH_OF_ARRAY(mat… in generateBlock()
292 glu::DataType type = rnd.choose<glu::DataType>(typeCandidates.begin(), typeCandidates.end()); in generateType()
299 …flags |= rnd.choose<deUint32>(&precisionCandidates[0], &precisionCandidates[DE_LENGTH_OF_ARRAY(pre… in generateType()
/external/rust/crates/log/
DREADME.md15 crate, and the consumer of those libraries can choose the logging
61 There are many available implementations to choose from, here are some of the most popular ones:
81 Executables should choose a logger implementation and initialize it early in the
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp4991 …const TestConfig::ImageMemory imageMemory = rng.choose<TestConfig::ImageMemory>(DE_ARRAY_BEGIN(i… in addAttachmentTests()
4999 …const VkFormat format = rng.choose<VkFormat>(DE_ARRAY_BEGIN(s_coreColorFormats), DE_ARRAY_END… in addAttachmentTests()
5000 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARR… in addAttachmentTests()
5001 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE… in addAttachmentTests()
5004 …? rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(initialAndFinalColorLayouts), DE_ARRAY_END(initialAndFi… in addAttachmentTests()
5005 …: rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(initialAndFinalColorLayoutsLazy), DE_ARRAY_END(initialA… in addAttachmentTests()
5007 …? rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(initialAndFinalColorLayouts), DE_ARRAY_END(initialAndFi… in addAttachmentTests()
5008 …: rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(initialAndFinalColorLayoutsLazy), DE_ARRAY_END(initialA… in addAttachmentTests()
5009 …const VkImageLayout subpassLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(subpassLayouts), DE… in addAttachmentTests()
5011 …const VkAttachmentLoadOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), D… in addAttachmentTests()
[all …]
/external/python/cpython2/Lib/test/
Dtest_pkgimport.py10 self.package_name += random.choose(string.letters)
62 var += random.choose(string.letters)
/external/llvm/test/CodeGen/ARM/
Dtail-opts.ll12 declare i8* @choose(i8*, i8*)
36 %c = call i8* @choose(i8* blockaddress(@tail_duplicate_me, %return),

12345678910>>...68