Home
last modified time | relevance | path

Searched refs:update (Results 176 - 200 of 2480) sorted by relevance

12345678910>>...100

/third_party/python/Lib/test/
H A Dtest_hmac.py66 h2.update(b"test update")
67 h.update(data)
76 h.update(data)
80 h.update(data)
109 h2.update(b"test update")
110 h.update(data)
349 def update(self, v): member in TestVectorsTestCase.test_legacy_block_size_warnings.MockCrazyHash
350 self._x.update(
[all...]
H A Dtest_dict.py23 {}.update(**invalid)
194 d.update({1:100})
195 d.update({2:20})
196 d.update({1:1, 2:2, 3:3})
199 d.update()
202 self.assertRaises((TypeError, AttributeError), d.update, None)
212 d.update(SimpleUserDict())
221 self.assertRaises(Exc, d.update, FailingUserDict())
238 self.assertRaises(Exc, d.update, FailingUserDict())
256 self.assertRaises(Exc, d.update, FailingUserDic
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Ddelayed-ref.c20 * delayed back reference update tracking. For subvolume trees
646 * helper function to update the accounting in the head ref
647 * existing and update must have the same bytenr
651 struct btrfs_delayed_ref_head *update) in update_existing_head_ref()
659 BUG_ON(existing->is_data != update->is_data); in update_existing_head_ref()
662 if (update->must_insert_reserved) { in update_existing_head_ref()
670 existing->must_insert_reserved = update->must_insert_reserved; in update_existing_head_ref()
673 * update the num_bytes so we make sure the accounting in update_existing_head_ref()
676 existing->num_bytes = update->num_bytes; in update_existing_head_ref()
680 if (update in update_existing_head_ref()
649 update_existing_head_ref(struct btrfs_trans_handle *trans, struct btrfs_delayed_ref_head *existing, struct btrfs_delayed_ref_head *update) update_existing_head_ref() argument
[all...]
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Dbuild-ideal-tree.js184 if (!options.add && !options.rm && !options.update && this.options.global) {
185 throw new Error('global requires add, rm, or update option')
237 const update = options.update === true ? { all: true }
238 : Array.isArray(options.update) ? { names: options.update }
239 : options.update || {}
241 if (update.all || !Array.isArray(update.names)) {
242 update
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.h149 void UpdateIfChanged(T& update, const T& val) in UpdateIfChanged() argument
151 if (update != val) { in UpdateIfChanged()
153 update = val; in UpdateIfChanged()
/kernel/linux/linux-5.10/arch/x86/kernel/apic/
H A Dx2apic_cluster.c109 goto update; in init_x2apic_ldr()
114 /* Matching cluster found. Link and update it. */ in init_x2apic_ldr()
116 goto update; in init_x2apic_ldr()
121 update: in init_x2apic_ldr()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_xdp_veth.sh103 bpftool map update pinned $BPF_DIR/maps/tx_port key 0 0 0 0 value 122 0 0 0
104 bpftool map update pinned $BPF_DIR/maps/tx_port key 1 0 0 0 value 133 0 0 0
105 bpftool map update pinned $BPF_DIR/maps/tx_port key 2 0 0 0 value 111 0 0 0
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_xdp_veth.sh106 bpftool map update pinned $BPF_DIR/maps/tx_port key 0 0 0 0 value 122 0 0 0
107 bpftool map update pinned $BPF_DIR/maps/tx_port key 1 0 0 0 value 133 0 0 0
108 bpftool map update pinned $BPF_DIR/maps/tx_port key 2 0 0 0 value 111 0 0 0
/third_party/python/Lib/distutils/
H A Ddir_util.py100 preserve_symlinks=0, update=0, verbose=1, dry_run=0):
109 return value is unaffected by 'update' or 'dry_run': it is simply
118 'update' and 'verbose' are the same as for 'copy_file'.
158 preserve_times, preserve_symlinks, update,
162 preserve_times, update, verbose=verbose,
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Danimate_impl_test.cpp626 ArkUI_ContextCallback* update = new ArkUI_ContextCallback(); in HWTEST_F() local
627 update->callback = AnimateCompleteCallback; in HWTEST_F()
629 int32_t ret = AnimateTo(&context, option, update, complete); in HWTEST_F()
632 delete update; in HWTEST_F()
650 ArkUI_ContextCallback* update = new ArkUI_ContextCallback(); in HWTEST_F() local
651 update->callback = AnimateCompleteCallback; in HWTEST_F()
657 int32_t ret = AnimateTo(&context, option, update, complete); in HWTEST_F()
662 delete update; in HWTEST_F()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c84 static void nfp_net_reconfig_start(struct nfp_net *nn, u32 update) in nfp_net_reconfig_start() argument
86 nn_writel(nn, NFP_NET_CFG_UPDATE, update); in nfp_net_reconfig_start()
87 /* ensure update is written before pinging HW */ in nfp_net_reconfig_start()
90 nn->reconfig_in_progress_update = update; in nfp_net_reconfig_start()
93 /* Pass 0 as update to run posted reconfigs. */
94 static void nfp_net_reconfig_start_async(struct nfp_net *nn, u32 update) in nfp_net_reconfig_start_async() argument
96 update |= nn->reconfig_posted; in nfp_net_reconfig_start_async()
99 nfp_net_reconfig_start(nn, update); in nfp_net_reconfig_start_async()
113 nn_err(nn, "Reconfig error (status: 0x%08x update: 0x%08x ctrl: 0x%08x)\n", in nfp_net_reconfig_check_done()
118 nn_err(nn, "Reconfig timeout (status: 0x%08x update in nfp_net_reconfig_check_done()
190 nfp_net_reconfig_post(struct nfp_net *nn, u32 update) nfp_net_reconfig_post() argument
261 __nfp_net_reconfig(struct nfp_net *nn, u32 update) __nfp_net_reconfig() argument
282 nfp_net_reconfig(struct nfp_net *nn, u32 update) nfp_net_reconfig() argument
927 u32 new_ctrl, new_ctrl_w1, update; nfp_net_clear_config_and_disable() local
982 u32 bufsz, new_ctrl, new_ctrl_w1, update = 0; nfp_net_set_config_and_enable() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c109 * vmw_cursor_update_image - update the cursor image on the provided plane
1759 * This function returns the new crtc state if it's part of the state update.
2162 * @rects: toplogy to update
2746 * vmw_kms_update_proxy - Helper function to update a proxy surface from
2889 * vmw_du_helper_plane_update - Helper to do plane update on a display unit.
2890 * @update: The closure structure.
2893 * update on display unit.
2897 int vmw_du_helper_plane_update(struct vmw_du_update_plane *update) in vmw_du_helper_plane_update() argument
2899 struct drm_plane_state *state = update->plane->state; in vmw_du_helper_plane_update()
2900 struct drm_plane_state *old_state = update in vmw_du_helper_plane_update()
[all...]
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_widgets.py65 self.widget.update()
343 self.entry.update()
461 self.combo.update()
465 self.combo.update()
467 self.combo.update()
476 self.combo.update()
765 self.scale.update()
936 self.nb.update()
1039 self.nb.update()
1053 self.nb.update()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/starfive/
H A Djh7110-hash.c611 .base.update = starfive_hash_update,
640 .base.update = starfive_hash_update,
670 .base.update = starfive_hash_update,
699 .base.update = starfive_hash_update,
729 .base.update = starfive_hash_update,
758 .base.update = starfive_hash_update,
788 .base.update = starfive_hash_update,
817 .base.update = starfive_hash_update,
847 .base.update = starfive_hash_update,
876 .base.update
[all...]
/kernel/linux/linux-6.6/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-hcu-core.c264 * The value returned by dma_map_sg() can be < nents; so update in kmb_ocs_dma_prepare()
333 * case should never happen in practice), we are done: update in kmb_ocs_dma_prepare()
451 /* Handle update request case. */ in kmb_ocs_hcu_do_one_request()
642 * process it at the next update() or final(). in kmb_ocs_hcu_update()
885 .base.update = kmb_ocs_hcu_update,
910 .base.update = kmb_ocs_hcu_update,
938 .base.update = kmb_ocs_hcu_update,
963 .base.update = kmb_ocs_hcu_update,
990 .base.update = kmb_ocs_hcu_update,
1015 .base.update
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dsystem_vpn_wrapper.cpp93 std::function<void()> update = std::bind(&SystemVpnWrapper::ExecuteUpdate, shared_from_this(), stage); in Update() local
94 vpnFfrtQueue_->submit(update); in Update()
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper-jtag.c137 jtgd.s.update = 1; in cvmx_helper_qlm_jtag_update()
143 } while (jtgd.s.update); in cvmx_helper_qlm_jtag_update()
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Dsha512-glue.c58 .update = sha512_update,
70 .update = sha512_update,
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dsha256_neon_glue.c69 .update = crypto_sha256_neon_update,
83 .update = crypto_sha256_neon_update,
H A Dsha512-glue.c54 .update = sha512_arm_update,
68 .update = sha512_arm_update,
H A Dsha512-neon-glue.c67 .update = sha512_neon_update,
82 .update = sha512_neon_update,
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dutstate.c126 /* Init fields specific to the update struct */ in acpi_ut_create_thread_state()
151 * to update reference counts and delete complex objects such
170 /* Init fields specific to the update struct */ in acpi_ut_create_update_state()
173 state->update.object = object; in acpi_ut_create_update_state()
174 state->update.value = action; in acpi_ut_create_update_state()
206 /* Init fields specific to the update struct */ in acpi_ut_create_pkg_state()
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper-jtag.c137 jtgd.s.update = 1; in cvmx_helper_qlm_jtag_update()
143 } while (jtgd.s.update); in cvmx_helper_qlm_jtag_update()
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dsha512-glue.c52 .update = sha512_arm_update,
66 .update = sha512_arm_update,
H A Dsha256_neon_glue.c67 .update = crypto_sha256_neon_update,
81 .update = crypto_sha256_neon_update,

Completed in 18 milliseconds

12345678910>>...100