/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/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 …]
|
D | resolutionCache.ts | 191 …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/ |
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/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/typescript/src/testRunner/unittests/tsbuild/ |
D | outputPaths.ts | 79 rootDir: "src" 94 rootDir: "src" 109 rootDir: "src",
|
D | configFileExtends.ts | 21 rootDir: ".." 31 rootDir: ".."
|
D | declarationEmit.ts | 7 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/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/promise-retry/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/retry/test/ |
D | common.js | 4 var rootDir = path.join(__dirname, '..'); variable 6 lib: rootDir + '/lib'
|
/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/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/FreeBSD/sbin/fsck_msdosfs/ |
D | dir.c | 215 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/ |
D | build.gradle | 52 url("$rootDir/../node_modules/react-native/android") 56 url("$rootDir/../node_modules/jsc-android/dist")
|
/third_party/python/Mac/BuildScript/ |
D | build-installer.py | 1074 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/ |
D | test-process-env-allowed-flags-are-documented.js | 9 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/ |
D | build.gradle | 39 "-DARCORE_INCLUDE=${project.rootDir}/../../libraries/include", 40 "-DSKIA_INCLUDE_PATH=${project.rootDir}/../../../include"
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ |
D | services.dart | 78 Future<String> getServiceFromUrl(String url, String rootDir, String serviceName) async { 87 return fs.path.join(rootDir, url);
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | telemetry.ts | 97 rootDir: "hunter2", 127 rootDir: "",
|
/third_party/typescript/src/services/ |
D | shims.ts | 79 …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/ |
D | resolutionCache.ts | 277 rootDir: ".", 427 … compilerOptions: { module: "commonjs", moduleResolution: "node", baseUrl: ".", rootDir: "." },
|