Home
last modified time | relevance | path

Searched refs:updating (Results 1 - 14 of 14) sorted by relevance

/third_party/libexif/contrib/c++/
H A DMakefile41 @echo updating header dependencies for $*.cxx
47 @echo updating header dependencies for $*.cxx
/third_party/python/Modules/_io/
H A D_iomodule.c109 '+' open a disk file for updating (reading and writing)
204 int creating = 0, reading = 0, writing = 0, appending = 0, updating = 0; in _io_open_impl()
250 updating = 1; in _io_open_impl()
276 if (updating) *(m++) = '+'; in _io_open_impl()
396 if (updating) in _io_open_impl()
203 int creating = 0, reading = 0, writing = 0, appending = 0, updating = 0; _io_open_impl() local
/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdate.h194 virtual HRESULT StartArchive(const wchar_t *name, bool updating) x \
/third_party/lzma/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp303 HRESULT CUpdateCallbackConsole::StartArchive(const wchar_t *name, bool updating) in StartArchive() argument
313 *_so << (updating ? kUpdatingArchiveMessage : kCreatingArchiveMessage); in StartArchive()
/third_party/libunwind/libunwind/doc/
H A Dunw_reg_states_iterate.tex35 updating register values. This data, or a copy of it, can be passed
/third_party/node/test/common/
H A Dwpt.js711 `Consider updating ${file} for these files:\n${failures.join('\n')}`);
717 `Consider updating ${file} for these files:\n${unexpectedPasses.join('\n')}`);
/third_party/python/Lib/
H A D_pyio.py107 '+' open a disk file for updating (reading and writing)
214 updating = "+" in modes
239 (updating and "+" or ""),
262 if updating:
/third_party/icu/icu4c/source/data/
H A Dmakedata.mak321 # when updating the Unicode data.
/third_party/skia/third_party/externals/icu/source/data/
H A Dmakedata.mak302 # when updating the Unicode data.
/third_party/icu/icu4c/source/i18n/
H A DdecNumber.cpp7599 #error GetInt may need updating [for Emax]
7602 #error GetInt may need updating [for Emin]
/third_party/node/deps/icu-small/source/i18n/
H A DdecNumber.cpp7599 #error GetInt may need updating [for Emax]
7602 #error GetInt may need updating [for Emin]
/third_party/skia/third_party/externals/icu/source/i18n/
H A DdecNumber.cpp7599 #error GetInt may need updating [for Emax]
7602 #error GetInt may need updating [for Emin]
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex5781 % updating it with the new noderef stuff. We'll see. --karl, 11aug03.
/third_party/sqlite/src/
H A Dshell.c8507 /* Check that we're not inserting a duplicate entry -OR- updating an in zipfileUpdate()

Completed in 99 milliseconds