Searched defs:initValue (Results 1 - 9 of 9) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DAttribute.java45 public String initValue; field in class:Attribute
74 this.initValue = decl.substring(equalsIndex+1,decl.length());
128 if ( initValue!=null ) {
129 return type+" "+name+"="+initValue;
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiComputeInstanceResultBuffer.cpp37 float initValue)
41 m_buffer(createResultBuffer(m_vki, m_device, allocator, &m_bufferMem, initValue)),
62 float initValue)
83 const float clearValue = initValue;
34 ComputeInstanceResultBuffer(const DeviceInterface &vki, VkDevice device, Allocator &allocator, float initValue) argument
58 createResultBuffer(const DeviceInterface &vki, VkDevice device, Allocator &allocator, de::MovePtr<Allocation> *outAllocation, float initValue) argument
H A DvktApiImageClearingTests.cpp326 VkClearValue initValue; member in struct:vkt::api::__anon3732::TestParams
898 depthValue = m_params.initValue.depthStencil.depth;
919 stencilValue = m_params.initValue.depthStencil.stencil;
944 pColorValue = &m_params.initValue.color;
1011 beginRenderPass(VK_SUBPASS_CONTENTS_INLINE, m_params.initValue);
1065 beginRenderPass(VK_SUBPASS_CONTENTS_INLINE, m_params.initValue);
1181 beginRenderPass(VK_SUBPASS_CONTENTS_INLINE, m_params.initValue);
1498 makeClearColorValue(format, 0.2f, 0.1f, 0.7f, 0.8f), // VkClearValue initValue;
1522 makeClearValueDepthStencil(0.5f, 0x03), // VkClearValue initValue
1553 makeClearColorValue(format, 0.2f, 0.1f, 0.7f, 0.8f), // VkClearValue initValue
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DEnumerableExtensions.cs139 static U Iterate<T, U>(IEnumerable<T> source, U initValue, Func<T, U, U> selector) { argument
142 initValue = selector(element, initValue);
149 return initValue;
/external/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp127 int initValue) {
133 memset(storage.get(), initValue, size0);
126 test_writeToMemory(const SkFontConfigInterface::FontIdentity& iden0, int initValue) argument
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderLoopTests.cpp437 std::string initValue = isIntCounter ? "0" : "0.05"; local
438 std::string loopCountDeclStr = "${COUNTER_PRECISION} ${LOOP_VAR_TYPE} ndx = " + initValue;
/external/deqp/modules/gles2/functional/
H A Des2fShaderLoopTests.cpp385 string initValue = isIntCounter ? "0" : "0.05"; local
386 string loopCountDeclStr = "${COUNTER_PRECISION} ${LOOP_VAR_TYPE} ndx = " + initValue;
/external/deqp/modules/gles3/functional/
H A Des3fShaderLoopTests.cpp357 string initValue = isIntCounter ? "0" : "0.05"; local
358 string loopCountDeclStr = "${COUNTER_PRECISION} ${LOOP_VAR_TYPE} ndx = " + initValue;
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 260 milliseconds