/aosp_15_r20/external/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.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 …]
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/lang/ |
H A D | DataDrivenUScriptTest.java | 263 private int testCode; field in DataDrivenUScriptTest.GetNameTest 266 public GetNameTest(int testCode, String expected) { in GetNameTest() 296 private int testCode; field in DataDrivenUScriptTest.GetShortNameTest 299 public GetShortNameTest(int testCode, String expected) { in GetShortNameTest()
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
H A D | DataDrivenUScriptTest.java | 266 private int testCode; field in DataDrivenUScriptTest.GetNameTest 269 public GetNameTest(int testCode, String expected) { in GetNameTest() 299 private int testCode; field in DataDrivenUScriptTest.GetShortNameTest 302 public GetShortNameTest(int testCode, String expected) { in GetShortNameTest()
|
/aosp_15_r20/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/location/ |
H A D | HandlerThreadingDomainTest.java | 80 LatchedRunnable testCode = new LatchedRunnable(() -> { in assertCurrentThread() local 97 LatchedRunnable testCode = new LatchedRunnable(() -> { in assertNotCurrentThread() local
|
/aosp_15_r20/prebuilts/go/linux-x86/test/ |
D | rangegen.go | 258 var testCode = ` var
|
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/utils/ |
H A D | markdown_test.py | 27 def testCode(self): member in MarkdownTest
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/ |
H A D | ShapeImmutableTest.java | 28 public void testCode() { in testCode() method in ShapeImmutableTest
|
/aosp_15_r20/platform_testing/libraries/flag-helpers/junit/test/src/android/platform/test/flag/junit/ |
H A D | AnnotationTestRuleHelper.java | 113 AnnotationTestRuleHelper setTestCode(TestCode testCode) { in setTestCode()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gles3/ |
H A D | es3cNumberParsingTests.cpp | 91 string testCode; member
|