Home
last modified time | relevance | path

Searched refs:initValue (Results 1 – 25 of 32) sorted by relevance

12

/external/antlr/tool/src/main/java/org/antlr/tool/
DAttribute.java45 public String initValue; field in Attribute
74 this.initValue = decl.substring(equalsIndex+1,decl.length()); in extractAttribute()
129 if ( initValue!=null ) { in toString()
130 return type+" "+name+"="+initValue; in toString()
DAttributeScope.java127 if ( !isReturnScope && attr.initValue!=null ) { in addAttributes()
132 attr.initValue=null; // wipe it out in addAttributes()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiComputeInstanceResultBuffer.cpp37 float initValue) in ComputeInstanceResultBuffer() argument
41 m_buffer(createResultBuffer(m_vki, m_device, allocator, &m_bufferMem, initValue)), in ComputeInstanceResultBuffer()
62 float initValue) in createResultBuffer() argument
83 const float clearValue = initValue; in createResultBuffer()
DvktApiComputeInstanceResultBuffer.hpp49 float initValue = -1.0f);
64 float initValue = -1.0f);
DvktApiImageClearingTests.cpp469 VkClearValue initValue; member
1022 depthValue = m_params.initValue.depthStencil.depth; in verifyResultImage()
1051 stencilValue = m_params.initValue.depthStencil.stencil; in verifyResultImage()
1085 pColorValue = &m_params.initValue.color; in verifyResultImage()
1153 beginRenderPass(VK_SUBPASS_CONTENTS_INLINE, m_params.initValue); in iterate()
1220 beginRenderPass(VK_SUBPASS_CONTENTS_INLINE, m_params.initValue); in iterate()
1339 beginRenderPass(VK_SUBPASS_CONTENTS_INLINE, m_params.initValue); in iterate()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DEnumerableExtensions.cs139 static U Iterate<T, U>(IEnumerable<T> source, U initValue, Func<T, U, U> selector) { in Iterate() argument
142 initValue = selector(element, initValue); in Iterate()
149 return initValue; in Iterate()
/external/tinyxml/
Dtinyxml.h1069 TiXmlText (const char * initValue ) : TiXmlNode (TiXmlNode::TEXT) in TiXmlText() argument
1071 SetValue( initValue ); in TiXmlText()
1078 TiXmlText( const std::string& initValue ) : TiXmlNode (TiXmlNode::TEXT) in TiXmlText() argument
1080 SetValue( initValue ); in TiXmlText()
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h1220 TiXmlText (const char * initValue ) : TiXmlNode (TiXmlNode::TINYXML_TEXT) in TiXmlText() argument
1222 SetValue( initValue ); in TiXmlText()
1229 TiXmlText( const std::string& initValue ) : TiXmlNode (TiXmlNode::TINYXML_TEXT) in TiXmlText() argument
1231 SetValue( initValue ); in TiXmlText()
/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
DesextcTextureBorderClampSamplingTexture.hpp49 glw::GLuint depth, InputType initValue, InputType initBorderColor, OutputType expectedValue,
DesextcTextureBorderClampSamplingTexture.cpp65 …glw::GLuint width, glw::GLuint height, glw::GLuint depth, InputType initValue, InputType initBorde… in TestConfiguration() argument
78 , m_init_value(initValue) in TestConfiguration()
/external/skia/src/ports/
DSkFontConfigInterface_direct.cpp127 int initValue) { in test_writeToMemory() argument
133 memset(storage.get(), initValue, size0); in test_writeToMemory()
/external/skqp/src/ports/
DSkFontConfigInterface_direct.cpp127 int initValue) { in test_writeToMemory() argument
133 memset(storage.get(), initValue, size0); in test_writeToMemory()
/external/deqp/external/openglcts/modules/gl/
Dgl3cTransformFeedbackOverflowQueryTests.cpp1151 const GLuint initValue = 0xDEADBEEF; in verifyQueryResult() local
1155 gl.bufferData(GL_QUERY_BUFFER, sizeof(initValue), &initValue, GL_STREAM_READ); in verifyQueryResult()
/external/deqp/external/openglcts/modules/common/
DglcShaderLoopTests.cpp335 string initValue = isIntCounter ? "0" : "0.05"; in createGenericLoopCase() local
336 string loopCountDeclStr = "${COUNTER_PRECISION} ${LOOP_VAR_TYPE} ndx = " + initValue; in createGenericLoopCase()
/external/deqp/modules/gles3/functional/
Des3fShaderLoopTests.cpp357 string initValue = isIntCounter ? "0" : "0.05"; in createGenericLoopCase() local
358 string loopCountDeclStr = "${COUNTER_PRECISION} ${LOOP_VAR_TYPE} ndx = " + initValue; in createGenericLoopCase()
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Scala/
DScala.stg402 var <a.name>: <a.type> = <if(a.initValue)><a.initValue><else><initValue(a.type)><endif>
1196 initValue(typeName) ::= <<
1202 var <label.label.text>: <ruleLabelType(referencedRule=label.referencedRule)> = <initValue(typeName=…
1259 (if (<scope>!=null) <scope>.<attr.name> else <initValue(attr.type)>)
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Java/
DJava.stg439 <a.type> <a.name> = <if(a.initValue)><a.initValue><else><initValue(a.type)><endif>;
1261 initValue(typeName) ::= <<
1268 <initValue(typeName=ruleLabelType(referencedRule=label.referencedRule))>;
1328 (<scope>!=null?((<returnType(referencedRule)>)<scope>).<attr.name>:<initValue(attr.type)>)
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
DActionScript.stg378 var <a.name>:<a.type> = <if(a.initValue)><a.initValue><else><initValue(a.type)><endif>;
1129 initValue(typeName) ::= <<
1135 var <label.label.text>:<ruleLabelType(referencedRule=label.referencedRule)> = <initValue(typeName=r…
1191 (<scope>!=null?<scope>.values.<attr.name>:<initValue(attr.type)>)
/external/deqp/modules/gles2/functional/
Des2fShaderLoopTests.cpp385 string initValue = isIntCounter ? "0" : "0.05"; in createGenericLoopCase() local
386 string loopCountDeclStr = "${COUNTER_PRECISION} ${LOOP_VAR_TYPE} ndx = " + initValue; in createGenericLoopCase()
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
DJavaScript.stg380 var <a.name> = <if(a.initValue)><a.initValue><else>null<endif>;
1145 initValue(typeName) ::= <<
1151 <!<ruleLabelType(referencedRule=label.referencedRule)>!> var <label.label.text> = <initValue(typeNa…
1213 (<scope>!==null?<scope>.<attr.name>:<initValue(attr.type)>)
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
DPerl5.stg398 my $<a.name> = <if(a.initValue)><a.initValue><else><initValue(a.type)><endif>;
1181 initValue(typeName) ::= <<
1191 my $<label.label.text> = <initValue(typeName=ruleLabelType(referencedRule=label.referencedRule))>;<…
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DCSharp3.stg614 <a.type> <a.name; format="id"> = <if(a.initValue)><a.initValue><else><initValue(a.type)><endif>;
1535 initValue(typeName) ::= <<
1541 <ruleLabelType(label.referencedRule)> <label.label.text> = <initValue(ruleLabelType(label.reference…
1612 (<scope>!=null?((<returnType(referencedRule)>)<scope>).<attr.name; format="id">:<initValue(attr.typ…
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DCSharp2.stg636 <a.type> <a.name; format="id"> = <if(a.initValue)><a.initValue><else><initValue(a.type)><endif>;
1555 initValue(typeName) ::= <<
1561 <ruleLabelType(referencedRule=label.referencedRule)> <label.label.text> = <initValue(typeName=ruleL…
1630 (<scope>!=null?((<returnType(referencedRule)>)<scope>).<attr.name; format="id">:<initValue(attr.typ…
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg727 <a.name> := <if(a.initValue)><a.initValue><else><initValue(a.type)><endif>;
1594 initValue(typeName) ::= <<
1600 <label.label.text> := <initValue(typeName=ruleLabelType(referencedRule=label.referencedRule))>;<\n>
1672 (IfThen(Assigned(<scope>),Def(<scope>).<attr.name>,<initValue(attr.type)>))
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderLoopTests.cpp446 std::string initValue = isIntCounter ? "0" : "0.05"; in createGenericLoopCase() local
447 std::string loopCountDeclStr = "${COUNTER_PRECISION} ${LOOP_VAR_TYPE} ndx = " + initValue; in createGenericLoopCase()

12