/third_party/typescript/tests/baselines/reference/ |
D | declarationsWithRecursiveInternalTypesProduceUniqueTypeParams.js | 16 { 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 …]
|
D | declarationsWithRecursiveInternalTypesProduceUniqueTypeParams.types | 13 …updater: (u: Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Valu… 14 …updater: (u: U) => U) => set(updater(u)), set }); }; return reduce<T>(t, (t: T) => t);} : <T… 18 …updater: (u: Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Valu… 19 …updater: (u: U) => U) => set(updater(u)), set }); } : <U>(u: U, update: (u: U) => T) => (<K ext… 41 …updater: (u: U) => U) => set(updater(u)), set }) : (<K extends keyof U>(key: K) => (<K extends key… 47 …updater: (u: Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Valu… 51 …updater: (u: Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Value<K, Valu… 52 …updater: (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 …]
|
D | tsxStatelessFunctionComponentOverload3.types | 58 …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…
|
D | complexRecursiveCollections.types | 206 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 …]
|
D | declarationsWithRecursiveInternalTypesProduceUniqueTypeParams.symbols | 92 { 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…
|
D | complexRecursiveCollections.js | 61 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 …]
|
D | tsxStatelessFunctionComponentOverload3.symbols | 68 declare function ThreeThing(l: {yy: number, yy1: string}, context: Context, updater: any): JSX.Elem… 75 >updater : Symbol(updater, Decl(file.tsx, 17, 75))
|
D | complexRecursiveCollections.errors.txt | 73 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/ |
D | args.rs | 86 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/ |
D | BUILD.gn | 130 "updater", 229 "updater", 255 "updater", 273 "updater", 291 "updater", 309 "updater", 327 "updater", 345 "updater", 363 "updater",
|
/third_party/e2fsprogs/ |
D | BUILD.gn | 87 "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/ |
D | SkImageShader.cpp | 314 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/ |
D | stock_settings.dart | 10 const StockSettings(this.configuration, this.updater); 13 final ValueChanged<StockConfiguration> updater; 96 if (widget.updater != null) 97 widget.updater(value);
|
D | stock_home.dart | 54 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/ |
D | declarationsWithRecursiveInternalTypesProduceUniqueTypeParams.ts | 18 { map: (updater: (u: U) => U) => set(updater(u)), set });
|
D | complexRecursiveCollections.ts | 61 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/ |
D | GrAtlasManager.h | 83 void setUseTokenBulk(const GrDrawOpAtlas::BulkUseTokenUpdater& updater, in setUseTokenBulk() argument 86 this->getAtlas(format)->setLastUseTokenBulk(updater, token); in setUseTokenBulk()
|
D | GrAtlasManager.cpp | 65 void GrAtlasManager::addGlyphToBulkAndSetUseToken(GrDrawOpAtlas::BulkUseTokenUpdater* updater, in addGlyphToBulkAndSetUseToken() argument 69 if (updater->add(glyph->fID)) { in addGlyphToBulkAndSetUseToken()
|
/third_party/skia/src/gpu/text/ |
D | GrAtlasManager.h | 82 void setUseTokenBulk(const GrDrawOpAtlas::BulkUseTokenUpdater& updater, in setUseTokenBulk() argument 85 this->getAtlas(format)->setLastUseTokenBulk(updater, token); in setUseTokenBulk()
|
/third_party/flutter/skia/src/gpu/ |
D | GrDrawOpAtlas.h | 221 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/ |
D | vf_avgblur_vulkan.c | 106 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;
|
D | vf_overlay_vulkan.c | 106 .updater = s->main_images, 115 .updater = s->overlay_images, 126 .updater = s->output_images, 136 .updater = &s->params_desc,
|
/third_party/skia/src/shaders/ |
D | SkImageShader.cpp | 379 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/ |
D | invalidate_path.c | 260 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/ |
D | GrDrawOpAtlas.h | 376 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()
|