Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/resources/sksl/es2_conformance/
H A 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 …]
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/lang/
H A DDataDrivenUScriptTest.java263 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 DDataDrivenUScriptTest.java266 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 DHandlerThreadingDomainTest.java80 LatchedRunnable testCode = new LatchedRunnable(() -> { in assertCurrentThread() local
97 LatchedRunnable testCode = new LatchedRunnable(() -> { in assertNotCurrentThread() local
/aosp_15_r20/prebuilts/go/linux-x86/test/
Drangegen.go258 var testCode = ` var
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/utils/
H A Dmarkdown_test.py27 def testCode(self): member in MarkdownTest
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
H A DShapeImmutableTest.java28 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 DAnnotationTestRuleHelper.java113 AnnotationTestRuleHelper setTestCode(TestCode testCode) { in setTestCode()
/aosp_15_r20/external/deqp/external/openglcts/modules/gles3/
H A Des3cNumberParsingTests.cpp91 string testCode; member