Home
last modified time | relevance | path

Searched refs:update (Results 401 - 425 of 2610) sorted by relevance

1...<<11121314151617181920>>...105

/third_party/python/Lib/distutils/
H A Dfile_util.py67 def copy_file(src, dst, preserve_mode=1, preserve_times=1, update=0,
75 last-access times are copied as well. If 'update' is true, 'src' will
98 # (not update) and (src newer than dst).
113 if update and not newer(src, dst):
/third_party/rust/crates/memchr/src/memmem/prefilter/
H A Dgenericsimd.rs91 prestate.update(haystack.len());
198 prestate.update(found); in matched()
/third_party/skia/gm/
H A Danimatedimageblurs.cpp74 fNodes[i].update(nanos, fLastTime);
108 void update(double nanos, SkScalar lastTime) { in update() function in AnimatedImageBlurs::Node
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/p2p/
H A Dp2p_group_add.py128 self.P2PDictionary.update({'frequency':int(self.frequency)})
135 self.P2PDictionary.update({'persistent_group_object':
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/p2p/
H A Dp2p_group_add.py128 self.P2PDictionary.update({'frequency':int(self.frequency)})
135 self.P2PDictionary.update({'persistent_group_object':
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Dcore917d.c31 .update = core507d_update,
H A Dcore827d.c31 .update = core507d_update,
/kernel/linux/linux-6.6/include/linux/
H A Didle_inject.h17 bool (*update)(void));
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Dcore917d.c31 .update = core507d_update,
H A Dcore827d.c31 .update = core507d_update,
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
H A Dconstants.py32 product_info.update(parse_line_key_value(line))
/third_party/mesa3d/src/amd/registers/
H A Dmergedbs.py42 regdb.update(RegisterDatabase.from_json(json.load(filp)))
/third_party/ltp/testcases/kernel/security/mmc_security/
H A Dchange_password.sh68 if ! keyctl update $keyid "$oldpasswd$newpasswd"; then
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_earlyzs.h42 /* Z/S test and update */
43 enum pan_earlyzs update : 2; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DCRC.h50 void update(ArrayRef<uint8_t> Data);
H A Draw_sha1_ostream.h28 State.update(ArrayRef<uint8_t>((const uint8_t *)Ptr, Size));
/third_party/skia/infra/bots/recipe_modules/env/
H A Dapi.py15 env.update(env_dict)
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_content_node.cpp63 bool update = false; in ProcessTabBarItem() local
71 update = true; in ProcessTabBarItem()
75 TabContentModelNG::AddTabBarItem(Referenced::Claim(this), myIndex, update); in ProcessTabBarItem() local
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbStoreCorruptJsunit.test.js232 * @tc.name the update function
234 * @tc.desc update while corrupt
249 let ret = await rdbStore.update(valueBucket, predicates);
250 console.log(TAG, `updateTest0001 update count ${ret}`);
253 console.log(TAG, `updateTest0001 update error ${e.code}`);
/kernel/linux/linux-5.10/arch/s390/crypto/
H A Dcrc32-vx.c228 .update = crc32le_vx_update,
249 .update = crc32be_vx_update,
270 .update = crc32c_vx_update,
/kernel/linux/linux-6.6/arch/s390/crypto/
H A Dcrc32-vx.c228 .update = crc32le_vx_update,
249 .update = crc32be_vx_update,
270 .update = crc32c_vx_update,
/kernel/linux/linux-5.10/sound/synth/emux/
H A Demux_effect.c41 int update; /* flgas for real-time update */ member
160 * if update is necessary, call emu8000_control
184 if (! parm_defs[type].update || (offset = parm_defs[type].offset) < 0) in snd_emux_send_effect()
213 snd_emux_update_channel(port, chan, parm_defs[type].update); in snd_emux_send_effect()
/kernel/linux/linux-6.6/sound/synth/emux/
H A Demux_effect.c41 int update; /* flgas for real-time update */ member
160 * if update is necessary, call emu8000_control
184 if (!parm_defs[type].update) in snd_emux_send_effect()
216 snd_emux_update_channel(port, chan, parm_defs[type].update); in snd_emux_send_effect()
/third_party/ffmpeg/libavformat/
H A Dimg2enc.c44 int update; member
148 if (img->update) { in write_packet()
171 "use the -update option (with -frames:v 1 if needed) to write a single image.\n"); in write_packet()
174 av_log(s, AV_LOG_ERROR, "Cannot write more than one file with the same name. Are you missing the -update option or a sequence pattern?\n"); in write_packet()
254 { "update", "continuously overwrite one file", OFFSET(update), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, ENC },
/third_party/fsverity-utils/programs/
H A Dtest_compute_digest.c386 const bool update = (argc == 2 && !strcmp(argv[1], "--update")); in main() local
425 if (update) in main()
434 if (update) { in main()

Completed in 8 milliseconds

1...<<11121314151617181920>>...105