/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
D | TemplateTranslator.java | 169 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 …]
|
D | JavaSourceWriter.java | 256 public void writeStatement(JavaExpression expression) { in writeStatement() method in JavaSourceWriter
|
/external/skqp/src/sksl/ |
D | SkSLGLSLCodeGenerator.cpp | 1258 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()
|
D | SkSLMetalCodeGenerator.cpp | 993 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()
|
D | SkSLGLSLCodeGenerator.h | 180 void writeStatement(const Statement& s);
|
D | SkSLMetalCodeGenerator.h | 219 void writeStatement(const Statement& s);
|
D | SkSLPipelineStageCodeGenerator.cpp | 190 this->writeStatement(*s); in writeFunction()
|
D | SkSLSPIRVCodeGenerator.cpp | 2783 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()
|
D | SkSLSPIRVCodeGenerator.h | 249 void writeStatement(const Statement& s, OutputStream& out);
|
D | SkSLCPPCodeGenerator.cpp | 441 this->writeStatement(*s); in writeFunction()
|
/external/skia/src/sksl/ |
D | SkSLGLSLCodeGenerator.cpp | 1285 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()
|
D | SkSLMetalCodeGenerator.cpp | 1137 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()
|
D | SkSLGLSLCodeGenerator.h | 180 void writeStatement(const Statement& s);
|
D | SkSLMetalCodeGenerator.h | 223 void writeStatement(const Statement& s);
|
D | SkSLPipelineStageCodeGenerator.cpp | 191 this->writeStatement(*s); in writeFunction()
|
D | SkSLSPIRVCodeGenerator.cpp | 2774 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()
|
D | SkSLSPIRVCodeGenerator.h | 301 void writeStatement(const Statement& s, OutputStream& out);
|
D | SkSLCPPCodeGenerator.cpp | 483 this->writeStatement(*s); in writeFunction()
|
/external/guice/extensions/persist/lib/ |
D | hsqldb.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hsqldb/
org/ ... |
/external/testng/ant/3rdparty/ |
D | doclava-1.0.3.jar | META-INF/MANIFEST.MF
assets/html/index.html
assets/templates/data ... |