/third_party/python/Lib/distutils/ |
H A D | file_util.py | 67 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 D | genericsimd.rs | 91 prestate.update(haystack.len()); 198 prestate.update(found); in matched()
|
/third_party/skia/gm/ |
H A D | animatedimageblurs.cpp | 74 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 D | p2p_group_add.py | 128 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 D | p2p_group_add.py | 128 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 D | core917d.c | 31 .update = core507d_update,
|
H A D | core827d.c | 31 .update = core507d_update,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | idle_inject.h | 17 bool (*update)(void));
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | core917d.c | 31 .update = core507d_update,
|
H A D | core827d.c | 31 .update = core507d_update,
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/ |
H A D | constants.py | 32 product_info.update(parse_line_key_value(line))
|
/third_party/mesa3d/src/amd/registers/ |
H A D | mergedbs.py | 42 regdb.update(RegisterDatabase.from_json(json.load(filp)))
|
/third_party/ltp/testcases/kernel/security/mmc_security/ |
H A D | change_password.sh | 68 if ! keyctl update $keyid "$oldpasswd$newpasswd"; then
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_earlyzs.h | 42 /* 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 D | CRC.h | 50 void update(ArrayRef<uint8_t> Data);
|
H A D | raw_sha1_ostream.h | 28 State.update(ArrayRef<uint8_t>((const uint8_t *)Ptr, Size));
|
/third_party/skia/infra/bots/recipe_modules/env/ |
H A D | api.py | 15 env.update(env_dict)
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_content_node.cpp | 63 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 D | RdbStoreCorruptJsunit.test.js | 232 * @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 D | crc32-vx.c | 228 .update = crc32le_vx_update, 249 .update = crc32be_vx_update, 270 .update = crc32c_vx_update,
|
/kernel/linux/linux-6.6/arch/s390/crypto/ |
H A D | crc32-vx.c | 228 .update = crc32le_vx_update, 249 .update = crc32be_vx_update, 270 .update = crc32c_vx_update,
|
/kernel/linux/linux-5.10/sound/synth/emux/ |
H A D | emux_effect.c | 41 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 D | emux_effect.c | 41 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 D | img2enc.c | 44 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 D | test_compute_digest.c | 386 const bool update = (argc == 2 && !strcmp(argv[1], "--update")); in main() local 425 if (update) in main() 434 if (update) { in main()
|