Home
last modified time | relevance | path

Searched refs:getConfigurations (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/testRunner/
DcompilerRunner.ts47 ….enumerateFiles(this.basePath, /\.tsx?$/, { recursive: true }).map(CompilerTest.getConfigurations);
60 ….normalizeSeparators(file), typeof test === "string" ? CompilerTest.getConfigurations(test) : test…
247 public static getConfigurations(file: string): CompilerFileBasedTest { method in Harness.CompilerTest
DprojectsRunner.ts56 for (const { name, payload } of ProjectTestCase.getConfigurations(testCaseFileName)) {
174 public static getConfigurations(testCaseFileName: string): ProjectTestConfiguration[] {
/third_party/flutter/flutter/packages/flutter_tools/gradle/
Dflutter.gradle400 if (project.getConfigurations().findByName("compileOnly")) {
411 if (project.getConfigurations().findByName("api")) {
646 if (project.getConfigurations().findByName("implementation")) {