Home
last modified time | relevance | path

Searched refs:writeStatement (Results 1 – 20 of 20) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DTemplateTranslator.java169 java.writeStatement(callOn(CONTEXT, "registerMacro", string(name), symbol)); in addMacro()
201 … .writeStatement(declare(Type.DATA_CONTEXT, "dataContext", callOn(CONTEXT, "getDataContext"))); in caseStart()
202 java.writeStatement(callOn(CONTEXT, "pushExecutionContext", THIS_TEMPLATE)); in caseStart()
204 java.writeStatement(callOn(CONTEXT, "popExecutionContext")); in caseStart()
226 java.writeStatement(callOn(CONTEXT, "writeUnescaped", string(content))); in caseADataCommand()
238 java.writeStatement(declare(Type.STRING, tempVariableName, expressionTranslator in caseAVarCommand()
252 java.writeStatement(callOn(CONTEXT, "writeUnescaped", expressionTranslator in caseAUvarCommand()
266 java.writeStatement(declare(Type.DATA, tempVariableName, callFindVariable(variableTranslator in caseASetCommand()
269 java.writeStatement(callOn(setNode, "setValue", expressionTranslator.translateToString(node in caseASetCommand()
274 java.writeStatement(callOn(setNode, "setEscapeMode", escapingEvaluator.computeEscaping(node in caseASetCommand()
[all …]
DJavaSourceWriter.java256 public void writeStatement(JavaExpression expression) { in writeStatement() method in JavaSourceWriter
/external/skqp/src/sksl/
DSkSLGLSLCodeGenerator.cpp1258 void GLSLCodeGenerator::writeStatement(const Statement& s) { in writeFunctionCall() function in SkSL::GLSLCodeGenerator
1308 this->writeStatement(*s); in writeFunctionCall()
1326 this->writeStatement(*stmt.fIfTrue); in writeFunctionCall()
1329 this->writeStatement(*stmt.fIfFalse); in writeFunctionCall()
1336 this->writeStatement(*f.fInitializer); in writeFunctionCall()
1357 this->writeStatement(*f.fStatement); in writeFunctionCall()
1364 this->writeStatement(*w.fStatement); in writeFunctionCall()
1370 this->writeStatement(*d.fStatement); in writeFunctionCall()
1414 this->writeStatement(*d.fStatement); in writeFunctionCall()
1435 this->writeStatement(*stmt); in writeFunctionCall()
DSkSLMetalCodeGenerator.cpp993 void MetalCodeGenerator::writeStatement(const Statement& s) { in writeStatement() function in SkSL::MetalCodeGenerator
1043 this->writeStatement(*s); in writeStatements()
1061 this->writeStatement(*stmt.fIfTrue); in writeIfStatement()
1064 this->writeStatement(*stmt.fIfFalse); in writeIfStatement()
1071 this->writeStatement(*f.fInitializer); in writeForStatement()
1083 this->writeStatement(*f.fStatement); in writeForStatement()
1090 this->writeStatement(*w.fStatement); in writeWhileStatement()
1095 this->writeStatement(*d.fStatement); in writeDoStatement()
1116 this->writeStatement(*stmt); in writeSwitchStatement()
DSkSLGLSLCodeGenerator.h180 void writeStatement(const Statement& s);
DSkSLMetalCodeGenerator.h219 void writeStatement(const Statement& s);
DSkSLPipelineStageCodeGenerator.cpp190 this->writeStatement(*s); in writeFunction()
DSkSLSPIRVCodeGenerator.cpp2783 void SPIRVCodeGenerator::writeStatement(const Statement& s, OutputStream& out) { in writeStatement() function in SkSL::SPIRVCodeGenerator
2830 this->writeStatement(*b.fStatements[i], out); in writeBlock()
2843 this->writeStatement(*stmt.fIfTrue, out); in writeIfStatement()
2848 this->writeStatement(*stmt.fIfFalse, out); in writeIfStatement()
2857 this->writeStatement(*stmt.fIfTrue, out); in writeIfStatement()
2867 this->writeStatement(*f.fInitializer, out); in writeForStatement()
2886 this->writeStatement(*f.fStatement, out); in writeForStatement()
2923 this->writeStatement(*w.fStatement, out); in writeWhileStatement()
2952 this->writeStatement(*d.fStatement, out); in writeDoStatement()
2996 this->writeStatement(*stmt, out); in writeSwitchStatement()
DSkSLSPIRVCodeGenerator.h249 void writeStatement(const Statement& s, OutputStream& out);
DSkSLCPPCodeGenerator.cpp441 this->writeStatement(*s); in writeFunction()
/external/skia/src/sksl/
DSkSLGLSLCodeGenerator.cpp1285 void GLSLCodeGenerator::writeStatement(const Statement& s) { in writeFunctionCall() function in SkSL::GLSLCodeGenerator
1335 this->writeStatement(*s); in writeFunctionCall()
1353 this->writeStatement(*stmt.fIfTrue); in writeFunctionCall()
1356 this->writeStatement(*stmt.fIfFalse); in writeFunctionCall()
1363 this->writeStatement(*f.fInitializer); in writeFunctionCall()
1384 this->writeStatement(*f.fStatement); in writeFunctionCall()
1391 this->writeStatement(*w.fStatement); in writeFunctionCall()
1397 this->writeStatement(*d.fStatement); in writeFunctionCall()
1441 this->writeStatement(*d.fStatement); in writeFunctionCall()
1462 this->writeStatement(*stmt); in writeFunctionCall()
DSkSLMetalCodeGenerator.cpp1137 void MetalCodeGenerator::writeStatement(const Statement& s) { in writeStatement() function in SkSL::MetalCodeGenerator
1187 this->writeStatement(*s); in writeStatements()
1205 this->writeStatement(*stmt.fIfTrue); in writeIfStatement()
1208 this->writeStatement(*stmt.fIfFalse); in writeIfStatement()
1215 this->writeStatement(*f.fInitializer); in writeForStatement()
1227 this->writeStatement(*f.fStatement); in writeForStatement()
1234 this->writeStatement(*w.fStatement); in writeWhileStatement()
1239 this->writeStatement(*d.fStatement); in writeDoStatement()
1260 this->writeStatement(*stmt); in writeSwitchStatement()
DSkSLGLSLCodeGenerator.h180 void writeStatement(const Statement& s);
DSkSLMetalCodeGenerator.h223 void writeStatement(const Statement& s);
DSkSLPipelineStageCodeGenerator.cpp191 this->writeStatement(*s); in writeFunction()
DSkSLSPIRVCodeGenerator.cpp2774 void SPIRVCodeGenerator::writeStatement(const Statement& s, OutputStream& out) { in writeStatement() function in SkSL::SPIRVCodeGenerator
2821 this->writeStatement(*b.fStatements[i], out); in writeBlock()
2834 this->writeStatement(*stmt.fIfTrue, out); in writeIfStatement()
2839 this->writeStatement(*stmt.fIfFalse, out); in writeIfStatement()
2848 this->writeStatement(*stmt.fIfTrue, out); in writeIfStatement()
2858 this->writeStatement(*f.fInitializer, out); in writeForStatement()
2877 this->writeStatement(*f.fStatement, out); in writeForStatement()
2914 this->writeStatement(*w.fStatement, out); in writeWhileStatement()
2943 this->writeStatement(*d.fStatement, out); in writeDoStatement()
2987 this->writeStatement(*stmt, out); in writeSwitchStatement()
DSkSLSPIRVCodeGenerator.h301 void writeStatement(const Statement& s, OutputStream& out);
DSkSLCPPCodeGenerator.cpp483 this->writeStatement(*s); in writeFunction()
/external/guice/extensions/persist/lib/
Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/ ...
/external/testng/ant/3rdparty/
Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data ...