Searched defs:initValue (Results 1 - 6 of 6) 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/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.cpp72 int initValue) {
78 memset(storage.get(), initValue, size0);
71 test_writeToMemory(const SkFontConfigInterface::FontIdentity& iden0, int initValue) argument
/external/deqp/modules/gles2/functional/
H A Des2fShaderLoopTests.cpp384 string initValue = isIntCounter ? "0" : "0.05"; local
385 string loopCountDeclStr = "${COUNTER_PRECISION} ${LOOP_VAR_TYPE} ndx = " + initValue;
/external/deqp/modules/gles3/functional/
H A Des3fShaderLoopTests.cpp356 string initValue = isIntCounter ? "0" : "0.05"; local
357 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 1458 milliseconds