Home
last modified time | relevance | path

Searched defs:testCode (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/resources/sksl/es2_conformance/
Dimport_conformance_tests.py110 testCode = '' variable
128 testCode = b[0] variable
195 testCode = testCode.replace("precision highp ", "// precision highp "); variable
196 testCode = testCode.replace("precision mediump ", "// precision mediump "); variable
197 testCode = testCode.replace("precision lowp ", "// precision lowp "); variable
200 testCode = testCode.replace("#version", "// #version"); variable
203 testCode = testCode.replace("void main", "bool execute_test"); variable
207 testCode = testCode.replace("${POSITION_FRAG_COLOR}", "PositionFragColor"); variable
209 testCode = testCode.replace("${DECLARATIONS}", variable
212 testCode = "vec4 PositionFragColor;\n" + testCode variable
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DDataDrivenUScriptTest.java257 private int testCode; field in DataDrivenUScriptTest.GetNameTest
260 public GetNameTest(int testCode, String expected) { in GetNameTest()
290 private int testCode; field in DataDrivenUScriptTest.GetShortNameTest
293 public GetShortNameTest(int testCode, String expected) { in GetShortNameTest()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DDataDrivenUScriptTest.java260 private int testCode; field in DataDrivenUScriptTest.GetNameTest
263 public GetNameTest(int testCode, String expected) { in GetNameTest()
293 private int testCode; field in DataDrivenUScriptTest.GetShortNameTest
296 public GetShortNameTest(int testCode, String expected) { in GetShortNameTest()
/third_party/node/test/parallel/
Dtest-process-emitwarning.js9 const testCode = 'CODE001'; constant
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
Des3cNumberParsingTests.cpp92 string testCode; member
/third_party/typescript/tests/baselines/reference/
Dparserharness.js825 var testCode = 'class __test1__ {\n'; variable
2783 Type.prototype.compilesOk = function (testCode) { argument