Home
last modified time | relevance | path

Searched refs:updater (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
DdeclarationsWithRecursiveInternalTypesProduceUniqueTypeParams.js16 { map: (updater: (u: U) => U) => set(updater(u)), set });
68 }, { map: function (updater) { return set(updater(u)); }, set: set }); argument
98 …map: (updater: (u: Value<K_10, Value<K_9, Value<K_8, Value<K_7, Value<K_6, Value<K_5, Value<K_4, V…
101 …map: (updater: (u: Value<K_9, Value<K_8, Value<K_7, Value<K_6, Value<K_5, Value<K_4, Value<K_3, Va…
104 …map: (updater: (u: Value<K_8, Value<K_7, Value<K_6, Value<K_5, Value<K_4, Value<K_3, Value<K_2, Va…
107 …map: (updater: (u: Value<K_7, Value<K_6, Value<K_5, Value<K_4, Value<K_3, Value<K_2, Value<K_1, Va…
110 …map: (updater: (u: Value<K_6, Value<K_5, Value<K_4, Value<K_3, Value<K_2, Value<K_1, Value<K, T>>>…
113 …map: (updater: (u: Value<K_5, Value<K_4, Value<K_3, Value<K_2, Value<K_1, Value<K, T>>>>>>) => Val…
116 …map: (updater: (u: Value<K_4, Value<K_3, Value<K_2, Value<K_1, Value<K, T>>>>>) => Value<K_4, Valu…
119 …map: (updater: (u: Value<K_3, Value<K_2, Value<K_1, Value<K, T>>>>) => Value<K_3, Value<K_2, Value…
[all …]
DdeclarationsWithRecursiveInternalTypesProduceUniqueTypeParams.types13updater: (u: Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Valu…
14updater: (u: U) => U) => set(updater(u)), set }); }; return reduce<T>(t, (t: T) => t);} : <T…
18updater: (u: Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Valu…
19updater: (u: U) => U) => set(updater(u)), set }); } : <U>(u: U, update: (u: U) => T) => (<K ext…
41updater: (u: U) => U) => set(updater(u)), set }) : (<K extends keyof U>(key: K) => (<K extends key…
47updater: (u: Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Valu…
51updater: (u: Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Valu…
52updater: (u: Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Valu…
83 { map: (updater: (u: U) => U) => set(updater(u)), set });
84 >{ map: (updater: (u: U) => U) => set(updater(u)), set } : { map: (updater: (u: U) => U) => T; set:…
[all …]
DtsxStatelessFunctionComponentOverload3.types58 …ng; }): JSX.Element; (l: { yy: number; yy1: string; }, context: Context, updater: any): JSX.Elemen…
64 …ing;}): JSX.Element; (l: { yy: number; yy1: string; }, context: Context, updater: any): JSX.Elemen…
69 declare function ThreeThing(l: {yy: number, yy1: string}, context: Context, updater: any): JSX.Elem…
70 …): JSX.Element; (l: { yy: number; yy1: string;}, context: Context, updater: any): JSX.Elemen…
75 >updater : any
82 …ng; }): JSX.Element; (l: { yy: number; yy1: string; }, context: Context, updater: any): JSX.Elemen…
90 …ng; }): JSX.Element; (l: { yy: number; yy1: string; }, context: Context, updater: any): JSX.Elemen…
96 …ng; }): JSX.Element; (l: { yy: number; yy1: string; }, context: Context, updater: any): JSX.Elemen…
DcomplexRecursiveCollections.types206 update(index: number, notSetValue: T, updater: (value: T) => T): this;
207 …ndex: number, notSetValue: T, updater: (value: T) => T): this; (index: number, updater: (value: T)…
210 >updater : (value: T) => T
213 update(index: number, updater: (value: T) => T): this;
214 …ndex: number, notSetValue: T, updater: (value: T) => T): this; (index: number, updater: (value: T)…
216 >updater : (value: T) => T
219 update<R>(updater: (value: this) => R): R;
220 …ndex: number, notSetValue: T, updater: (value: T) => T): this; (index: number, updater: (value: T)…
221 >updater : (value: this) => R
270 updateIn(keyPath: Iterable<any>, notSetValue: any, updater: (value: any) => any): this;
[all …]
DdeclarationsWithRecursiveInternalTypesProduceUniqueTypeParams.symbols92 { map: (updater: (u: U) => U) => set(updater(u)), set });
94 >updater : Symbol(updater, Decl(declarationsWithRecursiveInternalTypesProduceUniqueTypeParams.ts, 1…
99 >updater : Symbol(updater, Decl(declarationsWithRecursiveInternalTypesProduceUniqueTypeParams.ts, 1…
DcomplexRecursiveCollections.js61 update(index: number, notSetValue: T, updater: (value: T) => T): this;
62 update(index: number, updater: (value: T) => T): this;
63 update<R>(updater: (value: this) => R): R;
73 updateIn(keyPath: Iterable<any>, notSetValue: any, updater: (value: any) => any): this;
74 updateIn(keyPath: Iterable<any>, updater: (value: any) => any): this;
105 update(key: K, notSetValue: V, updater: (value: V) => V): this;
106 update(key: K, updater: (value: V) => V): this;
107 update<R>(updater: (value: this) => R): R;
116 updateIn(keyPath: Iterable<any>, notSetValue: any, updater: (value: any) => any): this;
117 updateIn(keyPath: Iterable<any>, updater: (value: any) => any): this;
[all …]
DtsxStatelessFunctionComponentOverload3.symbols68 declare function ThreeThing(l: {yy: number, yy1: string}, context: Context, updater: any): JSX.Elem…
75 >updater : Symbol(updater, Decl(file.tsx, 17, 75))
DcomplexRecursiveCollections.errors.txt73 update(index: number, notSetValue: T, updater: (value: T) => T): this;
74 update(index: number, updater: (value: T) => T): this;
75 update<R>(updater: (value: this) => R): R;
85 updateIn(keyPath: Iterable<any>, notSetValue: any, updater: (value: any) => any): this;
86 updateIn(keyPath: Iterable<any>, updater: (value: any) => any): this;
117 update(key: K, notSetValue: V, updater: (value: V) => V): this;
118 update(key: K, updater: (value: V) => V): this;
119 update<R>(updater: (value: this) => R): R;
128 updateIn(keyPath: Iterable<any>, notSetValue: any, updater: (value: any) => any): this;
129 updateIn(keyPath: Iterable<any>, updater: (value: any) => any): this;
[all …]
/third_party/rust/crates/clap/clap_derive/src/derives/
Dargs.rs86 let updater = gen_updater(fields, true); in gen_for_struct() localVariable
131 #updater in gen_for_struct()
562 let updater = quote_spanned! { ty.span()=> in gen_updater() localVariable
566 let updater = match **ty { in gen_updater() localVariable
569 #updater in gen_updater()
577 #updater in gen_updater()
584 #updater in gen_updater()
595 let updater = quote_spanned! { ty.span()=> in gen_updater() localVariable
599 let updater = match **ty { in gen_updater() localVariable
602 #updater in gen_updater()
[all …]
/third_party/selinux/
DBUILD.gn130 "updater",
229 "updater",
255 "updater",
273 "updater",
291 "updater",
309 "updater",
327 "updater",
345 "updater",
363 "updater",
/third_party/e2fsprogs/
DBUILD.gn87 "updater",
155 "updater",
206 "updater",
262 "updater",
295 "updater",
410 "updater",
483 "updater",
550 "updater",
578 "updater",
620 "updater",
[all …]
/third_party/flutter/skia/src/shaders/
DSkImageShader.cpp314 bool SkImageShader::doStages(const SkStageRec& rec, SkImageStageUpdater* updater) const { in doStages()
315 if (updater && in doStages()
347 if (updater) { in doStages()
348 p->append(SkRasterPipeline::matrix_2x3, updater->fMatrixStorage); in doStages()
602 auto updater = rec.fAlloc->make<SkImageStageUpdater>(); in onAppendUpdatableStages() local
603 updater->fShader = this; in onAppendUpdatableStages()
604 return this->doStages(rec, updater) ? updater : nullptr; in onAppendUpdatableStages()
/third_party/flutter/flutter/examples/stocks/lib/
Dstock_settings.dart10 const StockSettings(this.configuration, this.updater);
13 final ValueChanged<StockConfiguration> updater;
96 if (widget.updater != null)
97 widget.updater(value);
Dstock_home.dart54 const StockHome(this.stocks, this.configuration, this.updater);
58 final ValueChanged<StockConfiguration> updater;
85 if (widget.updater != null)
86 widget.updater(widget.configuration.copyWith(stockMode: value));
/third_party/typescript/tests/cases/compiler/
DdeclarationsWithRecursiveInternalTypesProduceUniqueTypeParams.ts18 { map: (updater: (u: U) => U) => set(updater(u)), set });
DcomplexRecursiveCollections.ts61 update(index: number, notSetValue: T, updater: (value: T) => T): this;
62 update(index: number, updater: (value: T) => T): this;
63 update<R>(updater: (value: this) => R): R;
73 updateIn(keyPath: Iterable<any>, notSetValue: any, updater: (value: any) => any): this;
74 updateIn(keyPath: Iterable<any>, updater: (value: any) => any): this;
105 update(key: K, notSetValue: V, updater: (value: V) => V): this;
106 update(key: K, updater: (value: V) => V): this;
107 update<R>(updater: (value: this) => R): R;
116 updateIn(keyPath: Iterable<any>, notSetValue: any, updater: (value: any) => any): this;
117 updateIn(keyPath: Iterable<any>, updater: (value: any) => any): this;
[all …]
/third_party/flutter/skia/src/gpu/text/
DGrAtlasManager.h83 void setUseTokenBulk(const GrDrawOpAtlas::BulkUseTokenUpdater& updater, in setUseTokenBulk() argument
86 this->getAtlas(format)->setLastUseTokenBulk(updater, token); in setUseTokenBulk()
DGrAtlasManager.cpp65 void GrAtlasManager::addGlyphToBulkAndSetUseToken(GrDrawOpAtlas::BulkUseTokenUpdater* updater, in addGlyphToBulkAndSetUseToken() argument
69 if (updater->add(glyph->fID)) { in addGlyphToBulkAndSetUseToken()
/third_party/skia/src/gpu/text/
DGrAtlasManager.h82 void setUseTokenBulk(const GrDrawOpAtlas::BulkUseTokenUpdater& updater, in setUseTokenBulk() argument
85 this->getAtlas(format)->setLastUseTokenBulk(updater, token); in setUseTokenBulk()
/third_party/flutter/skia/src/gpu/
DGrDrawOpAtlas.h221 void setLastUseTokenBulk(const BulkUseTokenUpdater& updater, GrDeferredUploadToken token) { in setLastUseTokenBulk() argument
222 int count = updater.fPlotsToUpdate.count(); in setLastUseTokenBulk()
224 const BulkUseTokenUpdater::PlotData& pd = updater.fPlotsToUpdate[i]; in setLastUseTokenBulk()
/third_party/ffmpeg/libavfilter/
Dvf_avgblur_vulkan.c106 desc_i[0].updater = s->input_images;
107 desc_i[1].updater = s->tmp_images;
149 desc_i[0].updater = s->tmp_images;
150 desc_i[1].updater = s->output_images;
Dvf_overlay_vulkan.c106 .updater = s->main_images,
115 .updater = s->overlay_images,
126 .updater = s->output_images,
136 .updater = &s->params_desc,
/third_party/skia/src/shaders/
DSkImageShader.cpp379 bool SkImageShader::doStages(const SkStageRec& rec, TransformShader* updater) const { in doStages()
391 if (updater && (sampling.mipmap != SkMipmapMode::kNone)) { in doStages()
415 if (updater) { in doStages()
416 updater->appendMatrix(rec.fMatrixProvider.localToDevice(), p); in doStages()
657 TransformShader* updater = rec.fAlloc->make<TransformShader>(*this); in onAppendUpdatableStages() local
658 return this->doStages(rec, updater) ? updater : nullptr; in onAppendUpdatableStages()
/third_party/libfuse/example/
Dinvalidate_path.c260 pthread_t updater; /* Start thread to update file contents */ in main() local
261 int ret = pthread_create(&updater, NULL, update_fs_loop, (void *) fuse); in main()
/third_party/skia/src/gpu/
DGrDrawOpAtlas.h376 void setLastUseTokenBulk(const BulkUseTokenUpdater& updater, GrDeferredUploadToken token) { in setLastUseTokenBulk() argument
377 int count = updater.fPlotsToUpdate.count(); in setLastUseTokenBulk()
379 const BulkUseTokenUpdater::PlotData& pd = updater.fPlotsToUpdate[i]; in setLastUseTokenBulk()

1234