Searched defs:testCode (Results 1 - 4 of 4) sorted by relevance
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | DataDrivenUScriptTest.java | 257 private int testCode; field in DataDrivenUScriptTest.GetNameTest 260 public GetNameTest(int testCode, String expected) { in GetNameTest() argument 290 private int testCode; field in DataDrivenUScriptTest.GetShortNameTest 293 public GetShortNameTest(int testCode, String expected) { in GetShortNameTest() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | DataDrivenUScriptTest.java | 260 private int testCode; field in DataDrivenUScriptTest.GetNameTest 263 public GetNameTest(int testCode, String expected) { in GetNameTest() argument 293 private int testCode; field in DataDrivenUScriptTest.GetShortNameTest 296 public GetShortNameTest(int testCode, String expected) { in GetShortNameTest() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
H A D | es3cNumberParsingTests.cpp | 93 string testCode; member
|
/third_party/skia/resources/sksl/es2_conformance/ |
H A D | import_conformance_tests.py | 110 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 variable 200 testCode = testCode.replace("#version", "// #version"); global() variable 203 testCode = testCode.replace("void main", "bool execute_test"); global() variable 207 testCode = testCode.replace("${POSITION_FRAG_COLOR}", "PositionFragColor"); global() variable 209 testCode = testCode.replace("${DECLARATIONS}", global() variable 212 testCode = "vec4 PositionFragColor;\\n" + testCode global() variable 267 testCode = testCode.replace("${DECLARATIONS}", '') global() variable 268 testCode = testCode.replace("${SETUP}", '') global() variable 269 testCode = testCode.replace("${OUTPUT}", 'return true;') global() variable [all...] |
Completed in 4 milliseconds