Home
last modified time | relevance | path

Searched refs:update (Results 1451 - 1475 of 2564) sorted by relevance

1...<<51525354555657585960>>...103

/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyMessage.java180 digest.update((byte) map.hashCode()); in hash()
183 digest.update((byte) repeatedFields.hashCode()); in hash()
186 digest.update((byte) field.hashCode()); in hash()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_content_model_ng.cpp134 void TabContentModelNG::AddTabBarItem(const RefPtr<UINode>& tabContent, int32_t position, bool update) in AddTabBarItem() argument
142 if (update && !tabContentNode->HasTabBarItemId()) { in AddTabBarItem()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_db_proxy_test.cpp231 * @tc.desc: Verify cloud db update function.
259 * @tc.steps: step3. update data to cloud db in HWTEST_F()
263 std::vector<VBucket> update = expectRecords; in HWTEST_F() local
264 EXPECT_EQ(proxy.BatchUpdate(TABLE_NAME, update, expectExtends, uploadInfo), E_OK); in HWTEST_F()
748 * @tc.desc: Verify update cache in same batch.
/kernel/linux/linux-5.10/arch/x86/xen/
H A Dsetup.c286 * Helper function to update the p2m and m2p tables and kernel mapping.
290 struct mmu_update update = { in xen_update_mem_tables() local
303 if (HYPERVISOR_mmu_update(&update, 1, NULL, DOMID_SELF) < 0) { in xen_update_mem_tables()
315 WARN(1, "Failed to update kernel mapping for mfn=%ld pfn=%ld\n", in xen_update_mem_tables()
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dghash-ce-glue.c203 .update = ghash_update,
343 .update = ghash_async_update,
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dmsp3400-driver.c398 /* Force an update of the volume/mute cluster */ in msp_update_volume()
461 int update = state->radio || state->v4l2_std != id; in msp_s_std() local
465 if (update) in msp_s_std()
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
H A Domap_crtc.c377 if (!dssdrv || !dssdrv->update) { in omap_crtc_manual_display_update()
385 ret = dssdrv->update(dssdev, 0, 0, mode->hdisplay, mode->vdisplay); in omap_crtc_manual_display_update()
483 dev_warn(dev->dev, "manual display update did not finish!"); in omap_crtc_atomic_disable()
811 * be used to do the display update asynchronously to avoid blocking in omap_crtc_init()
813 * update if they arrive very fast. We also call this function for in omap_crtc_init()
/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_recent.c156 struct recent_entry *working, bool update) in recent_entry_reap()
168 if (e == working && update) in recent_entry_reap()
155 recent_entry_reap(struct recent_table *t, unsigned long time, struct recent_entry *working, bool update) recent_entry_reap() argument
/kernel/linux/linux-5.10/include/linux/
H A Dxarray.h1604 * @update: Function to call when updating a node.
1609 static inline void xas_set_update(struct xa_state *xas, xa_update_node_t update) in xas_set_update() argument
1611 xas->xa_update = update; in xas_set_update()
/kernel/linux/linux-5.10/sound/pci/lola/
H A Dlola_mixer.c253 /* update for all srcs at once */
257 /* update manually */
307 /* update for all dests at once */
411 int lola_set_src_config(struct lola *chip, unsigned int src_mask, bool update) in lola_set_src_config() argument
428 if (update) { in lola_set_src_config()
/kernel/linux/linux-5.10/fs/f2fs/
H A Ddebug.c136 si->update = sbi->im[UPDATE_INO].ino_num; in update_general_status()
349 si->orphans, si->append, si->update); in stat_show()
/kernel/linux/linux-5.10/include/sound/
H A Dsoc-dapm.h464 struct snd_soc_dapm_update *update);
467 struct snd_soc_dapm_update *update);
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dmsp3400-driver.c398 /* Force an update of the volume/mute cluster */ in msp_update_volume()
461 int update = state->radio || state->v4l2_std != id; in msp_s_std() local
465 if (update) in msp_s_std()
/kernel/linux/linux-6.6/include/linux/
H A Dxarray.h1661 * @update: Function to call when updating a node.
1667 static inline void xas_set_update(struct xa_state *xas, xa_update_node_t update) in xas_set_update() argument
1669 xas->xa_update = update; in xas_set_update()
/kernel/linux/linux-6.6/drivers/clk/at91/
H A Dclk-sam9x60-pll.c190 bool update) in sam9x60_frac_pll_compute_mul_frac()
220 if (update) { in sam9x60_frac_pll_compute_mul_frac()
187 sam9x60_frac_pll_compute_mul_frac(struct sam9x60_pll_core *core, unsigned long rate, unsigned long parent_rate, bool update) sam9x60_frac_pll_compute_mul_frac() argument
/kernel/linux/linux-6.6/kernel/bpf/
H A Dbpf_struct_ops.c826 if (!st_map->st_ops->update) in bpf_struct_ops_map_link_update()
844 err = st_map->st_ops->update(st_map->kvalue.data, old_st_map->kvalue.data); in bpf_struct_ops_map_link_update()
/kernel/linux/linux-6.6/include/sound/
H A Dsoc-dapm.h494 struct snd_kcontrol *kcontrol, int connect, struct snd_soc_dapm_update *update);
497 struct snd_soc_dapm_update *update);
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dsetup.c291 * Helper function to update the p2m and m2p tables and kernel mapping.
295 struct mmu_update update = { in xen_update_mem_tables() local
308 if (HYPERVISOR_mmu_update(&update, 1, NULL, DOMID_SELF) < 0) { in xen_update_mem_tables()
316 WARN(1, "Failed to update kernel mapping for mfn=%ld pfn=%ld\n", in xen_update_mem_tables()
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/
H A Domap_crtc.c356 if (!dssdev || !dssdev->dsi_ops || !dssdev->dsi_ops->update) in omap_crtc_manual_display_update()
359 ret = dssdev->dsi_ops->update(dssdev); in omap_crtc_manual_display_update()
492 dev_warn(dev->dev, "manual display update did not finish!"); in omap_crtc_atomic_disable()
810 * be used to do the display update asynchronously to avoid blocking in omap_crtc_init()
812 * update if they arrive very fast. We also call this function for in omap_crtc_init()
/kernel/linux/linux-6.6/tools/net/ynl/lib/
H A Dynl.py620 attrs.update(self._decode_fixed_header(decoded, op.fixed_header))
716 rsp_msg.update(self._decode_fixed_header(decoded, op.fixed_header))
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_recent.c156 struct recent_entry *working, bool update) in recent_entry_reap()
168 if (e == working && update) in recent_entry_reap()
155 recent_entry_reap(struct recent_table *t, unsigned long time, struct recent_entry *working, bool update) recent_entry_reap() argument
/kernel/linux/linux-6.6/sound/pci/lola/
H A Dlola_mixer.c255 /* update for all srcs at once */
259 /* update manually */
309 /* update for all dests at once */
413 int lola_set_src_config(struct lola *chip, unsigned int src_mask, bool update) in lola_set_src_config() argument
430 if (update) { in lola_set_src_config()
/kernel/linux/linux-6.6/sound/soc/sof/
H A Dipc3.c974 if (tplg_ops->control->update) in ipc3_comp_notification()
975 tplg_ops->control->update(sdev, msg_buf); in ipc3_comp_notification()
/test/testfwk/xdevice/src/xdevice/_core/
H A Dutils.py326 paths.update(need_add_path)
335 paths.update([inner_dir, res_dir, top_inner_dir, top_res_dir,
/third_party/ffmpeg/tests/fate/
H A Dmatroska.mak48 MATROSKA_DEMUXER MATROSKA_MUXER) += fate-matroska-flac-extradata-update
49 fate-matroska-flac-extradata-update: CMD = transcode matroska $(TARGET_SAMPLES)/mkv/flac_channel_layouts.mka \

Completed in 32 milliseconds

1...<<51525354555657585960>>...103