Home
last modified time | relevance | path

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

123

/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/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 …]
DresolutionCache.ts191 …const rootDir = rootDirForResolution && removeTrailingDirectorySeparator(getNormalizedAbsolutePath… constant
192 const rootPath = (rootDir && resolutionHost.toPath(rootDir)) as Path; // TODO: GH#18217
497 dir: rootDir!,
605 setDirectoryWatcher(rootDir!, rootPath, /*nonRecursive*/ true); // TODO: GH#18217
/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/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/typescript/src/testRunner/unittests/tsbuild/
DoutputPaths.ts79 rootDir: "src"
94 rootDir: "src"
109 rootDir: "src",
DconfigFileExtends.ts21 rootDir: ".."
31 rootDir: ".."
DdeclarationEmit.ts7 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/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/promise-retry/node_modules/retry/test/
Dcommon.js4 var rootDir = path.join(__dirname, '..'); variable
6 lib: rootDir + '/lib'
/third_party/node/deps/npm/node_modules/retry/test/
Dcommon.js4 var rootDir = path.join(__dirname, '..'); variable
6 lib: rootDir + '/lib'
/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/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/FreeBSD/sbin/fsck_msdosfs/
Ddir.c215 static struct dosDirEntry *rootDir; variable
245 if ((rootDir = newDosDirEntry()) == NULL) { in resetDosDirSection()
252 memset(rootDir, 0, sizeof *rootDir); in resetDosDirSection()
258 rootDir->head = boot->bpbRootClust; in resetDosDirSection()
278 for (d = rootDir; d; d = nd) { in finishDosDirSection()
287 rootDir = lostDir = NULL; in finishDosDirSection()
1038 mod = readDosDirSection(fat, rootDir); in handleDirTree()
1088 for (lostDir = rootDir->child; lostDir; lostDir = lostDir->next) { in reconnect()
/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")
/third_party/python/Mac/BuildScript/
Dbuild-installer.py1074 rootDir = os.path.join(WORKDIR, '_root')
1076 docdir = os.path.join(rootDir, 'pydocs')
1119 rootDir = os.path.join(WORKDIR, '_root')
1123 if os.path.exists(rootDir):
1124 shutil.rmtree(rootDir)
1126 os.makedirs(rootDir)
1127 os.makedirs(os.path.join(rootDir, 'empty-dir'))
1203 shellQuote(rootDir),
1209 shellQuote(rootDir),
1233 frmDir = os.path.join(rootDir, 'Library', 'Frameworks', 'Python.framework')
[all …]
/third_party/node/test/parallel/
Dtest-process-env-allowed-flags-are-documented.js9 const rootDir = path.resolve(__dirname, '..', '..'); constant
10 const cliMd = path.join(rootDir, 'doc', 'api', 'cli.md');
/third_party/flutter/skia/platform_tools/android/apps/arcore/
Dbuild.gradle39 "-DARCORE_INCLUDE=${project.rootDir}/../../libraries/include",
40 "-DSKIA_INCLUDE_PATH=${project.rootDir}/../../../include"
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dservices.dart78 Future<String> getServiceFromUrl(String url, String rootDir, String serviceName) async {
87 return fs.path.join(rootDir, url);
/third_party/typescript/src/testRunner/unittests/tsserver/
Dtelemetry.ts97 rootDir: "hunter2",
127 rootDir: "",
/third_party/typescript/src/services/
Dshims.ts79 …readDirectory(rootDir: string, extension: string, basePaths?: string, excludeEx?: string, includeF…
101 …readDirectory(rootDir: string, extension: string, basePaths?: string, excludeEx?: string, includeF…
528 …public readDirectory(rootDir: string, extensions: readonly string[], exclude: readonly string[], i…
529 const pattern = getFileMatcherPatterns(rootDir, exclude, include,
532 rootDir,
/third_party/typescript/src/testRunner/unittests/tscWatch/
DresolutionCache.ts277 rootDir: ".",
427 … compilerOptions: { module: "commonjs", moduleResolution: "node", baseUrl: ".", rootDir: "." },

123