/third_party/typescript/src/services/ |
D | stringCompletions.ts | 315 const scriptPath = sourceFile.path; constant 316 const scriptDirectory = getDirectoryPath(scriptPath); 319 …mpletionEntriesForRelativeModules(literalValue, scriptDirectory, compilerOptions, host, scriptPath) 330 …Directory: string, compilerOptions: CompilerOptions, host: LanguageServiceHost, scriptPath: Path) { 334 …ions.rootDirs, literalValue, scriptDirectory, extensionOptions, compilerOptions, host, scriptPath); 337 …tionEntriesForDirectoryFragment(literalValue, scriptDirectory, extensionOptions, host, scriptPath); 377 …function getCompletionEntriesForDirectoryFragment(fragment: string, scriptPath: string, { extensio… 399 const absolutePath = resolvePath(scriptPath, fragment); 418 … if (exclude && comparePaths(filePath, exclude, scriptPath, ignoreCase) === Comparison.EqualTo) { 485 …function getCompletionEntriesForNonRelativeModules(fragment: string, scriptPath: string, compilerO… [all …]
|
/third_party/node/test/common/ |
D | inspector-helper.js | 258 const scriptPath = this._scriptsIdsByUrl.get(location.scriptId); 259 assert.strictEqual(scriptPath.toString(), 261 `${scriptPath} !== ${expectedScriptPath}`); 315 scriptPath() { method in InspectorSession 316 return this._instance.scriptPath(); 324 return pathToFileURL(this.scriptPath()); 474 scriptPath() { method in NodeInstance 480 this._script = fs.readFileSync(this.scriptPath(), 'utf8');
|
/third_party/vk-gl-cts/scripts/ |
D | check_build_sanity.py | 49 def __init__ (self, scriptPath, getExtraArgs = None): argument 50 self.scriptPath = scriptPath 54 return self.scriptPath 57 args = [pythonExecutable, os.path.join(env.srcDir, self.scriptPath)]
|
D | make_release.py | 128 …scriptPath = os.path.normpath(os.path.join(packageBuildInfo.srcBasePath, "framework", "qphelper", … 132 scriptPath, 235 …scriptPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, "src", "android", "script… 239 scriptPath, 253 …scriptPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, "src", "external", "fetch… 257 scriptPath,
|
/third_party/node/deps/npm/test/tap/ |
D | version-lifecycle.js | 177 var scriptPath = path.join(pkg, lifecycle + '.js') 179 scriptPath,
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ |
D | compile.dart | 165 …PackageUriMapper(String scriptPath, String packagesPath, String fileSystemScheme, List<String> fil… 167 final String scriptUri = Uri.file(scriptPath, windows: platform.isWindows).toString(); 193 Uri map(String scriptPath) { 197 final String scriptUri = Uri.file(scriptPath, windows: platform.isWindows).toString(); 206 …static Uri findUri(String scriptPath, String packagesPath, String fileSystemScheme, List<String> f… 207 …return PackageUriMapper(scriptPath, packagesPath, fileSystemScheme, fileSystemRoots).map(scriptPat…
|
/third_party/typescript/lib/ |
D | tsserver.js | 119526 var scriptPath = sourceFile.path; 119527 var scriptDirectory = ts.getDirectoryPath(scriptPath); 119529 …mpletionEntriesForRelativeModules(literalValue, scriptDirectory, compilerOptions, host, scriptPath) 119536 …letionEntriesForRelativeModules(literalValue, scriptDirectory, compilerOptions, host, scriptPath) { argument 119539 …ions.rootDirs, literalValue, scriptDirectory, extensionOptions, compilerOptions, host, scriptPath); 119542 …tionEntriesForDirectoryFragment(literalValue, scriptDirectory, extensionOptions, host, scriptPath); 119574 …function getCompletionEntriesForDirectoryFragment(fragment, scriptPath, _a, host, exclude, result)… argument 119593 var absolutePath = ts.resolvePath(scriptPath, fragment); 119611 … if (exclude && ts.comparePaths(filePath, exclude, scriptPath, ignoreCase) === 0 /* EqualTo */) { 119674 …function getCompletionEntriesForNonRelativeModules(fragment, scriptPath, compilerOptions, host, ty… argument [all …]
|
D | typescriptServices.js | 120095 var scriptPath = sourceFile.path; 120096 var scriptDirectory = ts.getDirectoryPath(scriptPath); 120098 …mpletionEntriesForRelativeModules(literalValue, scriptDirectory, compilerOptions, host, scriptPath) 120105 …letionEntriesForRelativeModules(literalValue, scriptDirectory, compilerOptions, host, scriptPath) { argument 120108 …ions.rootDirs, literalValue, scriptDirectory, extensionOptions, compilerOptions, host, scriptPath); 120111 …tionEntriesForDirectoryFragment(literalValue, scriptDirectory, extensionOptions, host, scriptPath); 120143 …function getCompletionEntriesForDirectoryFragment(fragment, scriptPath, _a, host, exclude, result)… argument 120162 var absolutePath = ts.resolvePath(scriptPath, fragment); 120180 … if (exclude && ts.comparePaths(filePath, exclude, scriptPath, ignoreCase) === 0 /* EqualTo */) { 120243 …function getCompletionEntriesForNonRelativeModules(fragment, scriptPath, compilerOptions, host, ty… argument [all …]
|
D | tsserverlibrary.js | 120095 var scriptPath = sourceFile.path; 120096 var scriptDirectory = ts.getDirectoryPath(scriptPath); 120098 …mpletionEntriesForRelativeModules(literalValue, scriptDirectory, compilerOptions, host, scriptPath) 120105 …letionEntriesForRelativeModules(literalValue, scriptDirectory, compilerOptions, host, scriptPath) { argument 120108 …ions.rootDirs, literalValue, scriptDirectory, extensionOptions, compilerOptions, host, scriptPath); 120111 …tionEntriesForDirectoryFragment(literalValue, scriptDirectory, extensionOptions, host, scriptPath); 120143 …function getCompletionEntriesForDirectoryFragment(fragment, scriptPath, _a, host, exclude, result)… argument 120162 var absolutePath = ts.resolvePath(scriptPath, fragment); 120180 … if (exclude && ts.comparePaths(filePath, exclude, scriptPath, ignoreCase) === 0 /* EqualTo */) { 120243 …function getCompletionEntriesForNonRelativeModules(fragment, scriptPath, compilerOptions, host, ty… argument [all …]
|
D | typescript.js | 120095 var scriptPath = sourceFile.path; 120096 var scriptDirectory = ts.getDirectoryPath(scriptPath); 120098 …mpletionEntriesForRelativeModules(literalValue, scriptDirectory, compilerOptions, host, scriptPath) 120105 …letionEntriesForRelativeModules(literalValue, scriptDirectory, compilerOptions, host, scriptPath) { argument 120108 …ions.rootDirs, literalValue, scriptDirectory, extensionOptions, compilerOptions, host, scriptPath); 120111 …tionEntriesForDirectoryFragment(literalValue, scriptDirectory, extensionOptions, host, scriptPath); 120143 …function getCompletionEntriesForDirectoryFragment(fragment, scriptPath, _a, host, exclude, result)… argument 120162 var absolutePath = ts.resolvePath(scriptPath, fragment); 120180 … if (exclude && ts.comparePaths(filePath, exclude, scriptPath, ignoreCase) === 0 /* EqualTo */) { 120243 …function getCompletionEntriesForNonRelativeModules(fragment, scriptPath, compilerOptions, host, ty… argument [all …]
|