/third_party/typescript/src/testRunner/unittests/tsc/ |
D | etsTests.ts | 6 const rootPath = path.resolve(__dirname); constant 9 const tsconfigPath = path.join(rootPath, "../../tests/dets/tsconfig.json"); 10 const tscpath = path.join(rootPath, "../../lib/tsc.js"); 30 const actualDeclarationPath = path.join(rootPath, "../../tests/dets/baselines/local", caseName); 31 …const expectedDeclarationPath = path.join(rootPath, "../../tests/dets/baselines/reference", caseNa…
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | forceConsistentCasingInFileNames.ts | 4 const rootPath = "/Users/username/dev/project"; constant 6 path: `${rootPath}/index.ts`, 10 path: `${rootPath}/file2.js`, 14 path: `${rootPath}/types/file2/index.d.ts`, 18 path: `${rootPath}/tsconfig.all.json`, 29 path: `${rootPath}/tsconfig.json`,
|
/third_party/flutter/flutter/dev/devicelab/bin/tasks/ |
D | gradle_plugin_bundle_test.dart | 20 project.rootPath, 51 project.rootPath, 71 await inDirectory(project.rootPath, () async { 87 project.rootPath, 106 await inDirectory(project.rootPath, () async { 122 project.rootPath, 146 project.rootPath,
|
/third_party/flutter/flutter/dev/devicelab/lib/tasks/ |
D | plugin_tests.dart | 41 await prepareProvisioningCertificates(project.rootPath); 74 String get rootPath => path.join(parent.path, name); 77 final File pubspec = File(path.join(rootPath, 'pubspec.yaml')); 87 await inDirectory(Directory(rootPath), () async { 97 path.absolute(path.join(rootPath, 'android', 'gradlew.bat')),
|
/third_party/typescript/src/compiler/ |
D | resolutionCache.ts | 192 const rootPath = (rootDir && resolutionHost.toPath(rootDir)) as Path; // TODO: GH#18217 constant 193 … const rootSplitLength = rootPath !== undefined ? rootPath.split(directorySeparator).length : 0; 481 if (isInDirectoryPath(rootPath, failedLookupLocationPath)) { 498 dirPath: rootPath, 526 if (rootPath !== undefined) { 527 while (!isInDirectoryPath(dirPath, rootPath)) { 593 if (dirPath === rootPath) { 605 setDirectoryWatcher(rootDir!, rootPath, /*nonRecursive*/ true); // TODO: GH#18217 665 if (dirPath === rootPath) { 674 removeDirectoryWatcher(rootPath); [all …]
|
/third_party/typescript_eslint/packages/eslint-plugin/tests/rules/ |
D | strict-boolean-expressions.test.ts | 13 const rootPath = getFixturesRootDir(); constant 17 tsconfigRootDir: rootPath, 133 tsconfigRootDir: path.join(rootPath, 'unstrict'), 353 tsconfigRootDir: path.join(rootPath, 'unstrict'),
|
D | no-dynamic-delete.test.ts | 4 const rootPath = getFixturesRootDir(); constant 9 tsconfigRootDir: rootPath,
|
D | no-unnecessary-type-arguments.test.ts | 4 const rootPath = getFixturesRootDir(); constant 10 tsconfigRootDir: rootPath,
|
D | prefer-reduce-type-parameter.test.ts | 4 const rootPath = getFixturesRootDir(); constant 10 tsconfigRootDir: rootPath,
|
D | no-unnecessary-qualifier.test.ts | 5 const rootPath = getFixturesRootDir(); constant 11 tsconfigRootDir: rootPath,
|
D | require-array-sort-compare.test.ts | 4 const rootPath = getFixturesRootDir(); constant 9 tsconfigRootDir: rootPath,
|
D | prefer-regexp-exec.test.ts | 4 const rootPath = getFixturesRootDir(); constant 9 tsconfigRootDir: rootPath,
|
D | no-unnecessary-condition.test.ts | 12 const rootPath = getFixturesRootDir(); constant 17 tsconfigRootDir: rootPath, 507 tsconfigRootDir: path.join(rootPath, 'unstrict'), 1500 tsconfigRootDir: path.join(rootPath, 'unstrict'),
|
D | unbound-method.test.ts | 5 const rootPath = getFixturesRootDir(); constant 11 tsconfigRootDir: rootPath,
|
D | switch-exhaustiveness-check.test.ts | 5 const rootPath = path.join(process.cwd(), 'tests/fixtures/'); constant 10 tsconfigRootDir: rootPath,
|
D | restrict-template-expressions.test.ts | 4 const rootPath = getFixturesRootDir(); constant 9 tsconfigRootDir: rootPath,
|
D | prefer-includes.test.ts | 6 const rootPath = getFixturesRootDir(); constant 11 tsconfigRootDir: rootPath,
|
D | restrict-plus-operands.test.ts | 4 const rootPath = getFixturesRootDir(); constant 9 tsconfigRootDir: rootPath,
|
D | no-confusing-void-expression.test.ts | 12 const rootPath = getFixturesRootDir(); constant 16 tsconfigRootDir: rootPath,
|
D | dot-notation.test.ts | 4 const rootPath = getFixturesRootDir(); constant 10 tsconfigRootDir: rootPath,
|
D | prefer-readonly-parameter-types.test.ts | 12 const rootPath = getFixturesRootDir(); constant 17 tsconfigRootDir: rootPath,
|
/third_party/skia/src/utils/ |
D | SkOSPath.cpp | 10 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { in Join() argument 11 SkString result(rootPath); in Join()
|
/third_party/flutter/skia/src/utils/ |
D | SkOSPath.cpp | 10 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { in Join() argument 11 SkString result(rootPath); in Join()
|
/third_party/flutter/flutter/dev/devicelab/lib/framework/ |
D | apk_utils.dart | 203 String get rootPath => path.join(parent.path, name); 204 String get androidPath => path.join(rootPath, 'android'); 244 final File pubspec = File(path.join(rootPath, 'pubspec.yaml')); 254 await inDirectory(Directory(rootPath), () async { 302 workingDirectory: rootPath, 320 String get rootPath => path.join(parent.path, name); 321 String get examplePath => path.join(rootPath, 'example'); 410 path.join(project.rootPath, 'build', 'app', 'intermediates',
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/ |
D | main.c | 45 char rootPath[BUFFSIZE]; variable 145 strcpy(rootPath, argv[i]); in main() 219 if (strcmp(rootPath, file) == 0) { in cleanup_dirs() 503 changedir(rootPath); in do_random_access_test()
|