Home
last modified time | relevance | path

Searched refs:refPath (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/gm/
Ddashcircle.cpp65 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/
Dprogram.ts806 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/
DeditorServices.ts582 refPath: Path | undefined
584 const refProject = refPath && project.projectService.configuredProjects.get(refPath);
/third_party/typescript/lib/
DtypingsInstaller.js121341 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 …]
Dtsc.js100653 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 …]