Searched defs:testCode (Results 1 – 4 of 4) sorted by relevance
110 testCode = '' variable128 testCode = b[0] variable195 testCode = testCode.replace("precision highp ", "// precision highp "); variable196 testCode = testCode.replace("precision mediump ", "// precision mediump "); variable197 testCode = testCode.replace("precision lowp ", "// precision lowp "); variable200 testCode = testCode.replace("#version", "// #version"); variable203 testCode = testCode.replace("void main", "bool execute_test"); variable207 testCode = testCode.replace("${POSITION_FRAG_COLOR}", "PositionFragColor"); variable209 testCode = testCode.replace("${DECLARATIONS}", variable212 testCode = "vec4 PositionFragColor;\n" + testCode variable[all …]
260 private int testCode; field in DataDrivenUScriptTest.GetNameTest263 public GetNameTest(int testCode, String expected) { in GetNameTest()293 private int testCode; field in DataDrivenUScriptTest.GetShortNameTest296 public GetShortNameTest(int testCode, String expected) { in GetShortNameTest()
9 const testCode = 'CODE001'; constant
825 var testCode = 'class __test1__ {\n'; variable2783 Type.prototype.compilesOk = function (testCode) { argument