Home
last modified time | relevance | path

Searched refs:update (Results 351 - 375 of 2404) sorted by relevance

1...<<11121314151617181920>>...97

/third_party/python/Tools/i18n/
H A Dmakelocalealias.py141 data.update(parse_glibc_supported(args.glibc_supported))
142 data.update(parse(args.locale_alias))
/third_party/python/Lib/multiprocessing/
H A Dresource_tracker.py46 _CLEANUP_FUNCS.update({
49 _CLEANUP_FUNCS.update({
H A D__init__.py23 globals().update((name, getattr(context._default_context, name)) for name in __all__)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
H A DInstruction.cpp36 // write does a partial register update. in writeStartEvent()
73 // update the list of users. We can just notify the user with in addUser()
220 void Instruction::update() { in update() function in llvm::mca::Instruction
238 update(); in cycleEvent()
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dtree_enc.c492 const int update = (p0 != VP8CoeffsProba0[t][b][c][p]); in VP8WriteProbas() local
493 if (VP8PutBit(bw, update, VP8CoeffsUpdateProba[t][b][c][p])) { in VP8WriteProbas()
/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':
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTO.cpp87 Hasher.update(LLVM_VERSION_STRING); in computeLTOCacheKey()
89 Hasher.update(LLVM_REVISION); in computeLTOCacheKey()
94 Hasher.update(Str); in computeLTOCacheKey()
95 Hasher.update(ArrayRef<uint8_t>{0}); in computeLTOCacheKey()
103 Hasher.update(ArrayRef<uint8_t>{Data, 4}); in computeLTOCacheKey()
115 Hasher.update(ArrayRef<uint8_t>{Data, 8}); in computeLTOCacheKey()
149 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&ModHash[0], sizeof(ModHash))); in computeLTOCacheKey()
153 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&GUID, sizeof(GUID))); in computeLTOCacheKey()
161 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&ModHash[0], sizeof(ModHash))); in computeLTOCacheKey()
170 Hasher.update(ArrayRe in computeLTOCacheKey()
[all...]
/kernel/linux/build/
H A Dcheck_build.sh25 echo $file is update
38 echo "need update $2"
/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()
/third_party/mesa3d/bin/pick/
H A Dui.py54 asyncio.ensure_future(self.ui.update())
145 asyncio.ensure_future(self.update())
151 async def update(self) -> None: member in UI
/third_party/python/Tools/c-analyzer/cpython/
H A D_analyzer.py77 _KNOWN.update(types)
88 _IGNORED.update(_datafiles.read_ignored(IGNORED_FILE, relroot=REPO_ROOT))
89 _IGNORED.update(_datafiles.read_ignored(NEED_FIX_FILE, relroot=REPO_ROOT))
/third_party/skia/third_party/externals/harfbuzz/
H A Dgit.mk196 git-mk-update:
199 .PHONY: git-all git-mk-install git-mk-update
308 intltool-update.in \
/third_party/skia/experimental/sktext/editor/
H A DTexts.h169 update(text); in removeElement()
177 update(text); in insertElement()
187 void update(std::u16string& text) { in update() function in skia::editor::EditableText
194 // TODO: update all objects rather than recreate them in update()
/third_party/skia/infra/bots/recipe_modules/build/
H A Ddefault.py186 # Swap in clang-tidy.sh for clang++, but update PATH so it can find clang++.
190 args.update({
257 args.update({
272 args.update({
/third_party/skia/modules/pathkit/
H A DMakefile18 update-major:
23 update-minor:
28 update-patch:
/third_party/skia/modules/skottie/src/animator/
H A DVec2KeyframeAnimator.cpp37 StateChanged update(const Vec2Value& new_vec_value, const Vec2Value& new_tan_value) { in update() function in skottie::internal::__anon18537::final
87 return this->update({ pos.fX, pos.fY }, {tan.fX, tan.fY});
94 return this->update(Lerp(v0.v2, v1.v2, lerp_info.weight), tan);

Completed in 19 milliseconds

1...<<11121314151617181920>>...97