Home
last modified time | relevance | path

Searched refs:rootDir (Results 1 – 25 of 81) sorted by relevance

1234

/third_party/typescript/src/testRunner/
DcompilerRunner.ts87 …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/
DrootDirectoryErrors.errors.txt1 …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/
DrootDirectoryErrors.errors.txt1 …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/
DwatchUtilities.ts80 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/
DGeneratorServices.cs74 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/
DoutputPaths.ts79 rootDir: "src"
94 rootDir: "src"
109 rootDir: "src",
DconfigFileExtends.ts21 rootDir: ".."
31 rootDir: ".."
/third_party/ejdb/src/bindings/ejdb2_react_native/tests/android/
Dbuild.gradle30 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/
DtsconfigParsing.ts222 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/
Dgenerate_gles_conformance_tests.py51 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/
Dgenerate_gles_conformance_tests.py51 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/
Dcommon.js4 var rootDir = path.join(__dirname, '..'); variable
6 lib: rootDir + '/lib'
/third_party/node/deps/npm/node_modules/promise-retry/node_modules/retry/test/
Dcommon.js4 var rootDir = path.join(__dirname, '..'); variable
6 lib: rootDir + '/lib'
/third_party/typescript_eslint/packages/eslint-plugin/tests/rules/
Dawait-thenable.test.ts4 const rootDir = getFixturesRootDir(); constant
10 tsconfigRootDir: rootDir,
Dno-for-in-array.test.ts5 const rootDir = getFixturesRootDir(); constant
9 tsconfigRootDir: rootDir,
Dno-unnecessary-boolean-literal-compare.test.ts4 const rootDir = getFixturesRootDir(); constant
9 tsconfigRootDir: rootDir,
Dno-base-to-string.test.ts4 const rootDir = getFixturesRootDir(); constant
9 tsconfigRootDir: rootDir,
Dprefer-readonly.test.ts4 const rootDir = getFixturesRootDir(); constant
9 tsconfigRootDir: rootDir,
Dpromise-function-async.test.ts4 const rootDir = getFixturesRootDir(); constant
10 tsconfigRootDir: rootDir,
Drequire-await.test.ts4 const rootDir = getFixturesRootDir(); constant
9 tsconfigRootDir: rootDir,
Dno-unnecessary-type-assertion.test.ts5 const rootDir = path.resolve(__dirname, '../fixtures/'); constant
9 tsconfigRootDir: rootDir,
/third_party/typescript/tests/baselines/reference/tsc/incremental/initial-build/
Dwhen-passing-rootDir-from-commandline.js31 /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/
DisUnsafeAssignment.test.ts9 const rootDir = getFixturesRootDir(); constant
16 filePath: path.join(rootDir, 'file.ts'),
17 tsconfigRootDir: rootDir,
/third_party/node/tools/doc/
Daddon-verify.mjs14 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/
Dbuild.gradle52 url("$rootDir/../node_modules/react-native/android")
56 url("$rootDir/../node_modules/jsc-android/dist")

1234