Home
last modified time | relevance | path

Searched refs:updater (Results 1 - 25 of 32) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
H A DdeclarationsWithRecursiveInternalTypesProduceUniqueTypeParams.js16 { map: (updater: (u: U) => U) => set(updater(u)), set });
68 }, { map: function (updater) { return set(updater(u)); }, set: set });
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, Value<K_3, Value<K_2, Value<K_1, Value<K, T>>>>>>>>>>>) => Value<K_10, Value<K_9, Value<K_8, Value<K_7, Value<K_6, Value<K_5, Value<K_4, Value<K_3, Value<K_2, Value<K_1, Value<K, T>>>>>>>>>>>) => T;
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, Value<K_2, Value<K_1, Value<K, T>>>>>>>>>>) => Value<K_9, Value<K_8, Value<K_7, Value<K_6, Value<K_5, Value<K_4, Value<K_3, Value<K_2, Value<K_1, Value<K, T>>>>>>>>>>) => T;
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, Value<K_1, Value<K, T>>>>>>>>>) => Value<K_8, Value<K_7, Value<K_6, Value<K_5, Value<K_4, Value<K_3, Value<K_2, Value<K_1, Value<K, T>>>>>>>>>) => T;
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, Value<K, T>>>>>>>>) => Value<K_7, Value<K_6, Value<K_5, Value<K_4, Value<K_3, Value<K_2, Value<K_1, Value<K, T>>>>>>>>) => T;
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>>>>>>>) => Value<K_6, Value<K_5, Value<K_4, Value<K_3, Value<K_2, Value<K_1, Value<K, T>>>>>>>) => T;
113 map: (updater
[all...]
H A DtsxStatelessFunctionComponentOverload3.js19 declare function ThreeThing(l: {yy: number, yy1: string}, context: Context, updater: any): JSX.Element;
/third_party/rust/crates/clap/clap_derive/src/derives/
H A Dargs.rs82 let updater = gen_updater(fields, true)?; in gen_for_struct()
127 #updater in gen_for_struct()
563 let updater = quote_spanned! { ty.span()=> in gen_updater()
567 let updater = match **ty { in gen_updater()
570 #updater in gen_updater()
578 #updater in gen_updater()
585 #updater in gen_updater()
596 let updater = quote_spanned! { ty.span()=> in gen_updater()
600 let updater = match **ty { in gen_updater()
603 #updater in gen_updater()
[all...]
/third_party/node/deps/npm/node_modules/@sigstore/tuf/dist/
H A Dclient.js40 this.updater = initClient({
49 return this.updater.refresh();
52 return (0, target_1.readTarget)(this.updater, targetName);
/third_party/ffmpeg/libavfilter/
H A Dvf_gblur_vulkan.c140 .updater = NULL, in init_gblur_pipeline()
148 buf_desc.updater = params_desc; in init_gblur_pipeline()
231 image_descs[0].updater = s->input_images; in init_filter()
232 image_descs[1].updater = s->tmp_images; in init_filter()
256 image_descs[0].updater = s->tmp_images; in init_filter()
257 image_descs[1].updater = s->output_images; in init_filter()
H A Dvf_avgblur_vulkan.c105 desc_i[0].updater = s->input_images; in init_filter()
106 desc_i[1].updater = s->tmp_images; in init_filter()
150 desc_i[0].updater = s->tmp_images; in init_filter()
151 desc_i[1].updater = s->output_images; in init_filter()
H A Dvf_overlay_vulkan.c108 .updater = s->main_images, in init_filter()
117 .updater = s->overlay_images, in init_filter()
128 .updater = s->output_images, in init_filter()
138 .updater = &s->params_desc, in init_filter()
H A Dvf_blend_vulkan.c152 .updater = s->top_images, in init_filter()
161 .updater = s->bottom_images, in init_filter()
172 .updater = s->output_images, in init_filter()
H A Dvf_scale_vulkan.c152 .updater = s->input_images, in init_filter()
163 .updater = s->output_images, in init_filter()
173 .updater = &s->params_desc, in init_filter()
H A Dvf_chromaber_vulkan.c99 .updater = s->input_images, in init_filter()
110 .updater = s->output_images, in init_filter()
H A Dvf_flip_vulkan.c60 .updater = s->input_images, in init_filter()
70 .updater = s->output_images, in init_filter()
H A Dvf_transpose_vulkan.c57 .updater = s->input_images, in init_filter()
67 .updater = s->output_images, in init_filter()
/third_party/skia/src/gpu/text/
H A DGrAtlasManager.h82 void setUseTokenBulk(const GrDrawOpAtlas::BulkUseTokenUpdater& updater, in setUseTokenBulk() argument
85 this->getAtlas(format)->setLastUseTokenBulk(updater, token); in setUseTokenBulk()
H A DGrAtlasManager.cpp199 void GrAtlasManager::addGlyphToBulkAndSetUseToken(GrDrawOpAtlas::BulkUseTokenUpdater* updater, argument
203 if (updater->add(glyph->fAtlasLocator)) {
/third_party/libfuse/example/
H A 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()
H A Dnotify_store_retrieve.c354 pthread_t updater; in main() local
392 ret = pthread_create(&updater, NULL, update_fs_loop, (void *)se); in main()
H A Dnotify_inval_entry.c311 pthread_t updater; in main() local
354 ret = pthread_create(&updater, NULL, update_fs_loop, (void *)se); in main()
H A Dnotify_inval_inode.c293 pthread_t updater; in main() local
334 ret = pthread_create(&updater, NULL, update_fs_loop, (void *)se); in main()
/third_party/skia/src/shaders/
H A 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/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawSampleAttributeTests.cpp319 DescriptorSetUpdateBuilder updater; in iterate() local
320 updater.writeSingle(descriptorSetBuffer.get(), DescriptorSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, &bufferInfo); in iterate()
321 updater.update(ctx.vkd, ctx.device); in iterate()
/third_party/skia/src/gpu/
H A DGrDrawOpAtlas.h376 void setLastUseTokenBulk(const BulkUseTokenUpdater& updater, GrDeferredUploadToken token) {
377 int count = updater.fPlotsToUpdate.count();
379 const BulkUseTokenUpdater::PlotData& pd = updater.fPlotsToUpdate[i];
380 // it's possible we've added a plot to the updater and subsequently the plot's page
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsTransientAttachmentTests.cpp450 DescriptorSetUpdateBuilder updater; in iterate() local
452 updater.writeSingle(descriptorSetAttachments.get(), DescriptorSetUpdateBuilder::Location::binding(static_cast<deUint32>(0)), VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT, &imageInfo); in iterate()
453 updater.update(vk, device); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsTransientAttachmentTests.cpp450 DescriptorSetUpdateBuilder updater; in iterate() local
452 updater.writeSingle(descriptorSetAttachments.get(), DescriptorSetUpdateBuilder::Location::binding(static_cast<deUint32>(0)), VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT, &imageInfo); in iterate()
453 updater.update(vk, device); in iterate()
/third_party/skia/src/core/
H A DSkDraw_vertices.cpp400 if (auto updater = as_SB(shader)->appendUpdatableStages(rec)) { in drawFixedVertices()
409 if (!updater->update(ctm)) { in drawFixedVertices()
428 updater->update(SkMatrix::Concat(ctm, localM)))) { in drawFixedVertices()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMiscTests.cpp1176 DescriptorSetUpdateBuilder updater; in runTest() local
1180 updater.writeSingle(descriptorSetBuffer.get(), DescriptorSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, &indexBufferInfo); in runTest()
1181 updater.writeSingle(descriptorSetBuffer.get(), DescriptorSetUpdateBuilder::Location::binding(1u), VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, &valueBufferInfo); in runTest()
1183 updater.update(vkd, device); in runTest()
1601 DescriptorSetUpdateBuilder updater; in iterate() local
1605 updater.writeSingle(descriptorSets[i], DescriptorSetUpdateBuilder::Location::binding(0), VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, &bufferInfo); in iterate()
1606 updater.update(vkd, device); in iterate()

Completed in 19 milliseconds

12