Home
last modified time | relevance | path

Searched refs:FormatContext (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_format.c40 typedef struct FormatContext { struct
49 } FormatContext; argument
53 FormatContext *s = ctx->priv; in uninit()
59 FormatContext *s = ctx->priv; in init()
133 FormatContext *s = ctx->priv; in query_formats()
139 #define OFFSET(x) offsetof(FormatContext, x)
171 .priv_size = sizeof(FormatContext),
208 .priv_size = sizeof(FormatContext),
/third_party/typescript/src/services/formatting/
Dformatting.ts3 export interface FormatContext { interface
77 …ormatOnEnter(position: number, sourceFile: SourceFile, formatContext: FormatContext): TextChange[]…
106 …tOnSemicolon(position: number, sourceFile: SourceFile, formatContext: FormatContext): TextChange[]…
111 …OpeningCurly(position: number, sourceFile: SourceFile, formatContext: FormatContext): TextChange[]…
139 …ClosingCurly(position: number, sourceFile: SourceFile, formatContext: FormatContext): TextChange[]…
144 …export function formatDocument(sourceFile: SourceFile, formatContext: FormatContext): TextChange[]…
152 …on(start: number, end: number, sourceFile: SourceFile, formatContext: FormatContext): TextChange[]…
347 …ageVariant, initialIndentation: number, delta: number, formatContext: FormatContext): TextChange[]…
361 …eLines(node: Node | undefined, sourceFile: SourceFile, formatContext: FormatContext, requestKind: …
374 …Span(originalRange: TextRange, sourceFile: SourceFile, formatContext: FormatContext, requestKind: …
[all …]
DrulesMap.ts3 …xport function getFormatContext(options: FormatCodeSettings, host: FormattingHost): FormatContext {
/third_party/typescript/src/services/
DtextChanges.ts287 formatContext: formatting.FormatContext;
316 …ate readonly newLineCharacter: string, private readonly formatContext: formatting.FormatContext) {}
1029 …criptKind: ScriptKind, newLineCharacter: string, formatContext: formatting.FormatContext): string {
1034 …eadonly Change[], newLineCharacter: string, formatContext: formatting.FormatContext, validate: Val…
1062 …NewLineTrivia)[], newLineCharacter: string, formatContext: formatting.FormatContext): FileTextChan…
1067 …Kind.NewLineTrivia)[], newLineCharacter: string, formatContext: formatting.FormatContext): string {
1075 …File: SourceFile, newLineCharacter: string, formatContext: formatting.FormatContext, validate: Val…
1096 …nsertNodeOptions, newLineCharacter: string, formatContext: formatting.FormatContext, validate: Val…
Dcompletions.ts259 formatContext?: formatting.FormatContext,
476 formatContext: formatting.FormatContext | undefined,
693 formatContext: formatting.FormatContext | undefined,
907 formatContext: formatting.FormatContext | undefined,
1066 formatContext: formatting.FormatContext | undefined,
1259 formatContext: formatting.FormatContext,
1405 formatContext: formatting.FormatContext | undefined,
1655 formatContext: formatting.FormatContext,
1735 formatContext: formatting.FormatContext,
1931 formatContext: formatting.FormatContext | undefined,
DgetEditsForFileRename.ts8 formatContext: formatting.FormatContext,
DorganizeImports.ts12 formatContext: formatting.FormatContext,
Dutilities.ts3421 …export function getFormatCodeSettingsForWriting({ options }: formatting.FormatContext, sourceFile:…
/third_party/typescript/src/testRunner/unittests/services/
DtextChanges.ts21 … function getRuleProvider(placeOpenBraceOnNewLineForFunctions: boolean): formatting.FormatContext {
/third_party/typescript/src/services/codefixes/
DimportFixes.ts345 formatContext: formatting.FormatContext,
372 …rogram: Program, host: LanguageServiceHost, formatContext: formatting.FormatContext, preferences: …