/external/antlr/tool/src/main/java/org/antlr/tool/ |
D | Attribute.java | 45 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()
|
D | AttributeScope.java | 127 if ( !isReturnScope && attr.initValue!=null ) { in addAttributes() 132 attr.initValue=null; // wipe it out in addAttributes()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiComputeInstanceResultBuffer.cpp | 37 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()
|
D | vktApiComputeInstanceResultBuffer.hpp | 49 float initValue = -1.0f); 64 float initValue = -1.0f);
|
D | vktApiImageClearingTests.cpp | 469 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/ |
D | EnumerableExtensions.cs | 139 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/ |
D | tinyxml.h | 1069 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/ |
D | tinyxml.h | 1220 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/ |
D | esextcTextureBorderClampSamplingTexture.hpp | 49 glw::GLuint depth, InputType initValue, InputType initBorderColor, OutputType expectedValue,
|
D | esextcTextureBorderClampSamplingTexture.cpp | 65 …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/ |
D | SkFontConfigInterface_direct.cpp | 127 int initValue) { in test_writeToMemory() argument 133 memset(storage.get(), initValue, size0); in test_writeToMemory()
|
/external/skqp/src/ports/ |
D | SkFontConfigInterface_direct.cpp | 127 int initValue) { in test_writeToMemory() argument 133 memset(storage.get(), initValue, size0); in test_writeToMemory()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTransformFeedbackOverflowQueryTests.cpp | 1151 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/ |
D | glcShaderLoopTests.cpp | 335 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/ |
D | es3fShaderLoopTests.cpp | 357 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/ |
D | Scala.stg | 402 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/ |
D | Java.stg | 439 <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/ |
D | ActionScript.stg | 378 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/ |
D | es2fShaderLoopTests.cpp | 385 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/ |
D | JavaScript.stg | 380 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/ |
D | Perl5.stg | 398 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/ |
D | CSharp3.stg | 614 <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/ |
D | CSharp2.stg | 636 <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/ |
D | Delphi.stg | 727 <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/ |
D | vktShaderRenderLoopTests.cpp | 446 std::string initValue = isIntCounter ? "0" : "0.05"; in createGenericLoopCase() local 447 std::string loopCountDeclStr = "${COUNTER_PRECISION} ${LOOP_VAR_TYPE} ndx = " + initValue; in createGenericLoopCase()
|