/external/deqp/modules/glshared/ |
D | glsInteractionTestUtil.cpp | 47 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 …]
|
D | glsRandomUniformBlockCase.cpp | 107 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/testng/eclipse-projects/beust.com/web/ |
D | site.xsl | 31 <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/deqp/framework/delibs/decpp/ |
D | deRandom.hpp | 58 void choose (InputIter first, InputIter last, OutputIter result, int numItems); 61 T choose (InputIter first, InputIter last); 103 void Random::choose (InputIter first, InputIter last, OutputIter result, int numItems) in choose() function in de::Random 126 T Random::choose (InputIter first, InputIter last) in choose() function in de::Random 130 choose(first, last, &val, 1); in choose()
|
D | deRandom.cpp | 130 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/llvm/test/MC/ARM/ |
D | thumb2-narrow-dp.ll | 107 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/ubo/ |
D | vktRandomUniformBlockCase.cpp | 116 layoutFlags |= rnd.choose<deUint32>(layoutFlagCandidates.begin(), layoutFlagCandidates.end()); in generateBlock() 121 …layoutFlags |= rnd.choose<deUint32>(&matrixCandidates[0], &matrixCandidates[DE_LENGTH_OF_ARRAY(mat… in generateBlock() 226 glu::DataType type = rnd.choose<glu::DataType>(typeCandidates.begin(), typeCandidates.end()); in generateType() 233 …flags |= rnd.choose<deUint32>(&precisionCandidates[0], &precisionCandidates[DE_LENGTH_OF_ARRAY(pre… in generateType()
|
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/ |
D | ArraySelection.java | 20 public void choose (T item) { in choose() method in ArraySelection 40 super.choose(item); in choose()
|
/external/llvm/test/Analysis/BlockFrequencyInfo/ |
D | loop_with_branch.ll | 19 %choose = call i2 @foo1(i32 %i) 20 switch i2 %choose, label %exit [ i2 0, label %left
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/assets/loaders/resolvers/ |
D | ResolutionFileResolver.java | 47 Resolution bestDesc = choose(descriptors); in resolve() 58 static public Resolution choose (Resolution... descriptors) { in choose() method in ResolutionFileResolver
|
/external/llvm/test/CodeGen/Mips/ |
D | cmov.ll | 248 ; 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 …]
|
D | no-odd-spreg-msa.ll | 20 ; allocator will choose $f12/$w12 for the vector and $f13 for the float to 54 ; allocator will choose $f12/$w12 for the vector and $f13 for the float to 86 ; allocator will choose $f13/$w13 for the vector since that saves on moves. 114 ; allocator will choose $f13/$w13 for the vector since that saves on moves.
|
/external/libgdx/gdx/src/com/badlogic/gdx/assets/loaders/resolvers/ |
D | ResolutionFileResolver.java | 86 Resolution bestResolution = choose(descriptors); in resolve() 102 static public Resolution choose (Resolution... descriptors) { in choose() method in ResolutionFileResolver
|
/external/protobuf/vsprojects/ |
D | readme.txt | 11 3) From the Build menu, choose "Build Solution". Wait for compiling to finish. 41 2a) Right-click the project and choose "properties". 42 2b) From the side bar, choose "General", under "Configuration Properties". 44 2d) From the side bar, choose "Preprocessor", under "C/C++". 73 3) Right-click on the "tests" project and choose "properties". Navigate the
|
/external/llvm/test/CodeGen/ARM/ |
D | tail-opts.ll | 12 declare i8* @choose(i8*, i8*) 36 %c = call i8* @choose(i8* blockaddress(@tail_duplicate_me, %return),
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktRenderPassTests.cpp | 4079 …const VkFormat format = rng.choose<VkFormat>(DE_ARRAY_BEGIN(s_coreColorFormats), DE_ARRAY_END… in createAttachmentTestCaseGroup() 4080 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARR… in createAttachmentTestCaseGroup() 4081 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE… in createAttachmentTestCaseGroup() 4083 …const VkImageLayout initialLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(initialAndFinalColo… in createAttachmentTestCaseGroup() 4084 …const VkImageLayout finalizeLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(initialAndFinalCol… in createAttachmentTestCaseGroup() 4085 …const VkImageLayout subpassLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(subpassLayouts), DE… in createAttachmentTestCaseGroup() 4087 …const VkAttachmentLoadOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), D… in createAttachmentTestCaseGroup() 4088 …const VkAttachmentStoreOp stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps… in createAttachmentTestCaseGroup() 4097 …const VkFormat format = rng.choose<VkFormat>(DE_ARRAY_BEGIN(s_coreDepthStencilFormats), DE_A… in createAttachmentTestCaseGroup() 4098 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_AR… in createAttachmentTestCaseGroup() [all …]
|
/external/e2fsprogs/lib/et/test_cases/ |
D | continuation.et | 5 therefore may be easily guessed. Please choose another password.\n\
|
/external/deqp/modules/gles3/stress/ |
D | es3sLongShaderTests.cpp | 249 m_rnd.choose(m_varNames.begin(), m_varNames.end(), inNames.begin(), (int)numVars); in generateSource() 269 return m_rnd.choose<std::string>(m_varNames.begin(), m_varNames.end()); in getRandomVariableName() 288 const std::string op = std::string("") + m_rnd.choose<char>(operators.begin(), operators.end()); in makeExpression()
|
/external/jsoncpp/ |
D | LICENSE | 14 software may choose to accept it either as 1) Public Domain, 2) under the 16 Public Domain/MIT License conditions described here, as they choose.
|
/external/llvm/test/CodeGen/PowerPC/ |
D | asm-dialect.ll | 6 ; This test verifies that we choose "assembler variant 1" (which GCC
|
/external/fonttools/Windows/ |
D | fonttools-win-setup.txt | 10 choose Send To and then TTX.
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryMappingTests.cpp | 806 const MemoryType type = rng.choose<MemoryType>(m_memoryTypes.begin(), m_memoryTypes.end()); in allocateRandom() 826 return rng.choose<MemoryObject*>(m_objects.begin(), m_objects.end()); in getRandomObject() 971 …MemoryMapping* const mapping = m_rng.choose<MemoryMapping*>(m_memoryMappings.begin(), m_memoryMapp… in iterate() 1003 …MemoryObject* const object = m_rng.choose<MemoryObject*>(m_mappedMemoryObjects.begin(), m_mappedMe… in iterate() 1013 …MemoryObject* const object = m_rng.choose<MemoryObject*>(m_mappedMemoryObjects.begin(), m_mappedMe… in iterate() 1029 …MemoryObject* const object = m_rng.choose<MemoryObject*>(m_nonMappedMemoryObjects.begin(), m_nonM… in iterate() 1080 MemoryHeap* const heap = m_rng.choose<MemoryHeap*>(nonFullHeaps.begin(), nonFullHeaps.end()); in iterate() 1088 MemoryHeap* const heap = m_rng.choose<MemoryHeap*>(nonEmptyHeaps.begin(), nonEmptyHeaps.end()); in iterate()
|
/external/autotest/server/site_tests/network_WiFi_RetryConnectHidden/ |
D | control | 15 DUT, waiting for a bit, and then re-instating the AP. We choose
|
/external/deqp/modules/egl/ |
D | teglMemoryStressTests.cpp | 159 ObjectType type = m_rnd.choose<ObjectType>(types.begin(), types.end()); in allocateUntilFailure() 218 EGLContext context = m_rnd.choose<EGLContext>(m_contexts.begin(), m_contexts.end()); in allocatePBuffer() 282 EGLSurface surface = m_rnd.choose<EGLSurface>(m_pbuffers.begin(), m_pbuffers.end()); in allocateContext()
|
/external/llvm/test/Transforms/MergeFunc/ |
D | linkonce_odr.ll | 7 ; The problem with this is that the linker could then choose these two stubs
|