Home
last modified time | relevance | path

Searched refs:testSource (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsShuffleTests.cpp115 const std::string testSource = in TestSource() local
131 return testSource; in TestSource()
146 const std::string testSource = TestSource(caseDef); in initFrameBufferPrograms() local
167 << testSource in initFrameBufferPrograms()
195 << testSource in initFrameBufferPrograms()
229 << testSource in initFrameBufferPrograms()
257 << testSource in initFrameBufferPrograms()
283 const std::string testSource = TestSource(caseDef); in initPrograms() local
303 << testSource in initPrograms()
324 + testSource + in initPrograms()
[all …]
/third_party/typescript/src/testRunner/unittests/
DprogramApi.ts104 const testSource = ` constant
111 …return fileName === "test.ts" ? createSourceFile(fileName, testSource, languageVersion) : undefine…
120 readFile: fileName => fileName === "test.ts" ? testSource : undefined,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsShuffleTests.cpp175 const string testSource = in getTestSource() local
192 return testSource; in getTestSource()
/third_party/icu/icu4c/source/test/intltest/
Dplurults.cpp38 void setupResult(const int32_t testSource[], char result[], int32_t* max);
282 void setupResult(const int32_t testSource[], char result[], int32_t* max) { in setupResult() argument
287 while (curIndex < testSource[i]) { in setupResult()
292 } while(testSource[++i]>0); in setupResult()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DDemo.java535 static void printBreaks(int num, String testSource, BreakIterator brkItr) { in printBreaks() argument
541 result += testSource.substring(lastPos, pos) + "&"; in printBreaks()
548 static void printIteration(int num, String testSource, CharacterIterator ci) { in printIteration() argument