/third_party/typescript/src/testRunner/ |
D | compilerRunner.ts | 87 …const rootDir = test.file.indexOf("conformance") === -1 ? "tests/cases/compiler/" : ts.getDirector… constant 88 payload = TestCaseParser.makeUnitsFromTest(test.content, test.file, rootDir); 180 …const rootDir = fileName.indexOf("conformance") === -1 ? "tests/cases/compiler/" : ts.getDirectory… constant 183 … testCaseContent = TestCaseParser.makeUnitsFromTest(IO.readFile(fileName)!, fileName, rootDir); 199 …reateHarnessTestFile(testCaseContent.tsConfigFileUnitData!, rootDir, ts.combinePaths(rootDir, tsCo… 204 this.harnessSettings.baseUrl = ts.getNormalizedAbsolutePath(baseUrl, rootDir); 217 this.toBeCompiled.push(this.createHarnessTestFile(this.lastUnit, rootDir)); 220 this.otherFiles.push(this.createHarnessTestFile(unit, rootDir)); 226 return this.createHarnessTestFile(unit, rootDir); 231 … tsConfigOptions.configFilePath = ts.combinePaths(rootDir, tsConfigOptions.configFilePath); [all …]
|
/third_party/typescript/tests/baselines/reference/project/rootDirectoryErrors/node/ |
D | rootDirectoryErrors.errors.txt | 1 …TS6059: File 'FolderA/FolderB/fileB.ts' is not under 'rootDir' 'FolderA/FolderB/FolderC'. 'rootDir… 6 …TS6059: File 'FolderA/FolderB/fileB.ts' is not under 'rootDir' 'FolderA/FolderB/FolderC'. 'rootDir…
|
/third_party/typescript/tests/baselines/reference/project/rootDirectoryErrors/amd/ |
D | rootDirectoryErrors.errors.txt | 1 …TS6059: File 'FolderA/FolderB/fileB.ts' is not under 'rootDir' 'FolderA/FolderB/FolderC'. 'rootDir… 6 …TS6059: File 'FolderA/FolderB/fileB.ts' is not under 'rootDir' 'FolderA/FolderB/FolderC'. 'rootDir…
|
/third_party/typescript/src/compiler/ |
D | watchUtilities.ts | 80 function createCachedFileSystemEntries(rootDir: string, rootDirPath: Path) { 82 …files: map(host.readDirectory!(rootDir, /*extensions*/ undefined, /*exclude*/ undefined, /*include… 83 directories: host.getDirectories!(rootDir) || [] 95 …function tryReadDirectory(rootDir: string, rootDirPath: Path): MutableFileSystemEntries | undefine… 103 return createCachedFileSystemEntries(rootDir, rootDirPath); 162 function getDirectories(rootDir: string): string[] { 163 const rootDirPath = toPath(rootDir); 164 const result = tryReadDirectory(rootDir, rootDirPath); 168 return host.getDirectories!(rootDir); 171 …function readDirectory(rootDir: string, extensions?: readonly string[], excludes?: readonly string… [all …]
|
/third_party/grpc/src/csharp/Grpc.Tools/ |
D | GeneratorServices.cs | 74 string rootDir = EndWithSlash(Path.GetDirectoryName(EndWithSlash(root))); in GetRelativeDir() 75 if (rootDir == s_dotSlash) in GetRelativeDir() 83 rootDir = rootDir.ToLowerInvariant(); in GetRelativeDir() 86 if (!protoDir.StartsWith(rootDir)) in GetRelativeDir() 93 return protoDir.Substring(rootDir.Length); in GetRelativeDir()
|
/third_party/typescript/src/testRunner/unittests/tsbuild/ |
D | outputPaths.ts | 79 rootDir: "src" 94 rootDir: "src" 109 rootDir: "src",
|
D | configFileExtends.ts | 21 rootDir: ".." 31 rootDir: ".."
|
/third_party/ejdb/src/bindings/ejdb2_react_native/tests/android/ |
D | build.gradle | 30 url "$rootDir/../node_modules/react-native/android" 33 url("$rootDir/../node_modules/jsc-android/dist") 37 url "$rootDir/../node_modules/detox/Detox-android"
|
/third_party/typescript/src/testRunner/unittests/config/ |
D | tsconfigParsing.ts | 222 const rootDir = "/"; constant 225 … assertParseFileList(tsconfigWithoutExclude, "tsconfig.json", rootDir, allFiles, expectedFiles); 226 assertParseFileList(tsconfigWithExclude, "tsconfig.json", rootDir, allFiles, allFiles); 244 const rootDir = "/"; constant 248 … assertParseFileList(tsconfigWithoutExclude, "tsconfig.json", rootDir, allFiles, expectedFiles); 249 assertParseFileList(tsconfigWithExclude, "tsconfig.json", rootDir, allFiles, allFiles);
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gles_conformance_tests/ |
D | generate_gles_conformance_tests.py | 51 def GenerateTestList(sourceFile, rootDir): argument 57 tests += GenerateTestList(os.path.join(os.path.dirname(sourceFile), line), rootDir) 59 tests.append(os.path.relpath(os.path.realpath(sourceFile), rootDir).replace("\\", "/"))
|
/third_party/skia/third_party/externals/angle2/src/tests/gles_conformance_tests/ |
D | generate_gles_conformance_tests.py | 51 def GenerateTestList(sourceFile, rootDir): argument 57 tests += GenerateTestList(os.path.join(os.path.dirname(sourceFile), line), rootDir) 59 tests.append(os.path.relpath(os.path.realpath(sourceFile), rootDir).replace("\\", "/"))
|
/third_party/node/deps/npm/node_modules/retry/test/ |
D | common.js | 4 var rootDir = path.join(__dirname, '..'); variable 6 lib: rootDir + '/lib'
|
/third_party/node/deps/npm/node_modules/promise-retry/node_modules/retry/test/ |
D | common.js | 4 var rootDir = path.join(__dirname, '..'); variable 6 lib: rootDir + '/lib'
|
/third_party/typescript_eslint/packages/eslint-plugin/tests/rules/ |
D | await-thenable.test.ts | 4 const rootDir = getFixturesRootDir(); constant 10 tsconfigRootDir: rootDir,
|
D | no-for-in-array.test.ts | 5 const rootDir = getFixturesRootDir(); constant 9 tsconfigRootDir: rootDir,
|
D | no-unnecessary-boolean-literal-compare.test.ts | 4 const rootDir = getFixturesRootDir(); constant 9 tsconfigRootDir: rootDir,
|
D | no-base-to-string.test.ts | 4 const rootDir = getFixturesRootDir(); constant 9 tsconfigRootDir: rootDir,
|
D | prefer-readonly.test.ts | 4 const rootDir = getFixturesRootDir(); constant 9 tsconfigRootDir: rootDir,
|
D | promise-function-async.test.ts | 4 const rootDir = getFixturesRootDir(); constant 10 tsconfigRootDir: rootDir,
|
D | require-await.test.ts | 4 const rootDir = getFixturesRootDir(); constant 9 tsconfigRootDir: rootDir,
|
D | no-unnecessary-type-assertion.test.ts | 5 const rootDir = path.resolve(__dirname, '../fixtures/'); constant 9 tsconfigRootDir: rootDir,
|
/third_party/typescript/tests/baselines/reference/tsc/incremental/initial-build/ |
D | when-passing-rootDir-from-commandline.js | 31 /lib/tsc --p src/project --rootDir src/project/src 81 /lib/tsc --p src/project --rootDir src/project/src
|
/third_party/typescript_eslint/packages/eslint-plugin/tests/util/ |
D | isUnsafeAssignment.test.ts | 9 const rootDir = getFixturesRootDir(); constant 16 filePath: path.join(rootDir, 'file.ts'), 17 tsconfigRootDir: rootDir,
|
/third_party/node/tools/doc/ |
D | addon-verify.mjs | 14 const rootDir = new URL('../../', import.meta.url); constant 15 const doc = new URL('./doc/api/addons.md', rootDir); 16 const verifyDir = new URL('./test/addons/', rootDir);
|
/third_party/ejdb/src/bindings/ejdb2_react_native/binding/android/ |
D | build.gradle | 52 url("$rootDir/../node_modules/react-native/android") 56 url("$rootDir/../node_modules/jsc-android/dist")
|