/third_party/typescript/tests/baselines/reference/ |
H A D | declarationsWithRecursiveInternalTypesProduceUniqueTypeParams.js | 16 { 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 D | tsxStatelessFunctionComponentOverload3.js | 19 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 D | args.rs | 82 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 D | client.js | 40 this.updater = initClient({ 49 return this.updater.refresh(); 52 return (0, target_1.readTarget)(this.updater, targetName);
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_gblur_vulkan.c | 140 .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 D | vf_avgblur_vulkan.c | 105 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 D | vf_overlay_vulkan.c | 108 .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 D | vf_blend_vulkan.c | 152 .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 D | vf_scale_vulkan.c | 152 .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 D | vf_chromaber_vulkan.c | 99 .updater = s->input_images, in init_filter() 110 .updater = s->output_images, in init_filter()
|
H A D | vf_flip_vulkan.c | 60 .updater = s->input_images, in init_filter() 70 .updater = s->output_images, in init_filter()
|
H A D | vf_transpose_vulkan.c | 57 .updater = s->input_images, in init_filter() 67 .updater = s->output_images, in init_filter()
|
/third_party/skia/src/gpu/text/ |
H A D | GrAtlasManager.h | 82 void setUseTokenBulk(const GrDrawOpAtlas::BulkUseTokenUpdater& updater, in setUseTokenBulk() argument 85 this->getAtlas(format)->setLastUseTokenBulk(updater, token); in setUseTokenBulk()
|
H A D | GrAtlasManager.cpp | 199 void GrAtlasManager::addGlyphToBulkAndSetUseToken(GrDrawOpAtlas::BulkUseTokenUpdater* updater, argument 203 if (updater->add(glyph->fAtlasLocator)) {
|
/third_party/libfuse/example/ |
H A 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()
|
H A D | notify_store_retrieve.c | 354 pthread_t updater; in main() local 392 ret = pthread_create(&updater, NULL, update_fs_loop, (void *)se); in main()
|
H A D | notify_inval_entry.c | 311 pthread_t updater; in main() local 354 ret = pthread_create(&updater, NULL, update_fs_loop, (void *)se); in main()
|
H A D | notify_inval_inode.c | 293 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 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/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawSampleAttributeTests.cpp | 319 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 D | GrDrawOpAtlas.h | 376 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 D | vktFragmentOperationsTransientAttachmentTests.cpp | 450 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 D | vktFragmentOperationsTransientAttachmentTests.cpp | 450 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 D | SkDraw_vertices.cpp | 400 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 D | vktPipelineMiscTests.cpp | 1176 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()
|