Searched refs:refPath (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/gm/ |
D | dashcircle.cpp | 65 SkPathBuilder refPath; in onDraw() local 75 refPath.moveTo(0, 0); in onDraw() 76 refPath.arcTo(oval, angle, span, false); in onDraw() 77 refPath.close(); in onDraw() 83 canvas->drawPath(refPath.detach(), refPaint); in onDraw()
|
/third_party/typescript/src/compiler/ |
D | program.ts | 806 const refPath = resolveProjectReferencePath(oldRef); constant 807 const newParsedCommandLine = getParsedCommandLine(refPath); 828 const refPath = resolveProjectReferencePath(oldRef); constant 829 return !getParsedCommandLine(refPath); 3223 …ve, hasResolved: !!resolvedTypeReferenceDirective, refKind: reason.kind, refPath: isReferencedFile… 3422 const refPath = resolveProjectReferencePath(ref); constant 3423 const sourceFilePath = toPath(refPath); 3432 commandLine = host.getParsedCommandLine(refPath); 3444 … const basePath = getNormalizedAbsolutePath(getDirectoryPath(refPath), host.getCurrentDirectory()); 3445 … sourceFile = host.getSourceFile(refPath, ScriptTarget.JSON) as JsonSourceFile | undefined; [all …]
|
/third_party/typescript/src/server/ |
D | editorServices.ts | 582 refPath: Path | undefined 584 const refProject = refPath && project.projectService.configuredProjects.get(refPath);
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 121341 var refPath = resolveProjectReferencePath(oldRef); 121342 return !getParsedCommandLine(refPath); 123453 …ve, hasResolved: !!resolvedTypeReferenceDirective, refKind: reason.kind, refPath: isReferencedFile… property 123619 var refPath = resolveProjectReferencePath(ref); 123620 var sourceFilePath = toPath(refPath); 123628 commandLine = host.getParsedCommandLine(refPath); 123640 …var basePath = ts.getNormalizedAbsolutePath(ts.getDirectoryPath(refPath), host.getCurrentDirectory… 123641 sourceFile = host.getSourceFile(refPath, 100 /* ScriptTarget.JSON */); 123647 …ConfigFileContent(sourceFile, configParsingHost, basePath, /*existingOptions*/ undefined, refPath); 123649 sourceFile.fileName = refPath; [all …]
|
D | tsc.js | 100653 var refPath = resolveProjectReferencePath(oldRef); 100654 return !getParsedCommandLine(refPath); 102472 …ve, hasResolved: !!resolvedTypeReferenceDirective, refKind: reason.kind, refPath: isReferencedFile… property 102615 var refPath = resolveProjectReferencePath(ref); 102616 var sourceFilePath = toPath(refPath); 102624 commandLine = host.getParsedCommandLine(refPath); 102635 …var basePath = ts.getNormalizedAbsolutePath(ts.getDirectoryPath(refPath), host.getCurrentDirectory… 102636 sourceFile = host.getSourceFile(refPath, 100); 102642 ….parseJsonSourceFileConfigFileContent(sourceFile, configParsingHost, basePath, undefined, refPath); 102644 sourceFile.fileName = refPath; [all …]
|