HomeSort by relevance Sort by last modified time
    Searched refs:updating (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/libopus/doc/
build_isobmff.sh 40 echo updating links...
  /external/u-boot/drivers/mtd/ubi/
upd.c 126 ubi_assert(!vol->updating && !vol->changing_leb);
127 vol->updating = 1;
137 /* Before updating - wipe out the volume */
154 vol->updating = 0;
177 ubi_assert(!vol->updating && !vol->changing_leb);
292 * When updating volumes, we accumulate whole logical eraseblock of
369 vol->updating = 0;
ubi.h 299 * @updating: %1 if the volume is being updated
347 unsigned int updating:1; member in struct:ubi_volume
    [all...]
  /external/python/cpython3/Modules/_io/
_iomodule.c 140 '+' open a disk file for updating (reading and writing)
240 int creating = 0, reading = 0, writing = 0, appending = 0, updating = 0;
291 updating = 1;
321 if (updating) *(m++) = '+';
326 if (creating || writing || appending || updating) {
441 if (updating)
239 int creating = 0, reading = 0, writing = 0, appending = 0, updating = 0; local
  /art/tools/dexfuzz/src/dexfuzz/program/
MutatableCode.java 104 boolean updating = false;
106 if (updating) {
111 updating = true;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
_iomodule.c 208 "'+' open a disk file for updating (reading and writing)\n"
302 int reading = 0, writing = 0, appending = 0, updating = 0;
345 updating = 1;
374 if (updating) *(m++) = '+';
488 if (updating)
299 int reading = 0, writing = 0, appending = 0, updating = 0; local
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
_iomodule.c 208 "'+' open a disk file for updating (reading and writing)\n"
302 int reading = 0, writing = 0, appending = 0, updating = 0;
344 updating = 1;
373 if (updating) *(m++) = '+';
486 if (updating)
299 int reading = 0, writing = 0, appending = 0, updating = 0; local
  /external/python/cpython2/Modules/_io/
_iomodule.c 208 "'+' open a disk file for updating (reading and writing)\n"
302 int reading = 0, writing = 0, appending = 0, updating = 0;
345 updating = 1;
374 if (updating) *(m++) = '+';
488 if (updating)
299 int reading = 0, writing = 0, appending = 0, updating = 0; local
  /build/make/target/board/
BoardConfigGsiCommon.mk 32 # updating the last seen rollback index in the tamper-evident storage.
  /frameworks/av/media/libstagefright/xmlparser/
MediaCodecsXmlParser.cpp 164 Result addGlobal(std::string key, std::string value, bool updating);
186 // current codec and/or type, plus whether we are updating
264 bool updating() const { function in struct:android::MediaCodecsXmlParser::Impl::State
880 std::string key, std::string value, bool updating) {
883 if (updating) {
889 if (!updating) {
890 return { ALREADY_EXISTS, "updating existing setting" };
943 // disable codecs with domain by default (unless updating)
962 bool encoder, const char *name, const char *type, bool updating) {
967 if (updating) {
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Update.h 179 virtual HRESULT StartArchive(const wchar_t *name, bool updating) x; \
  /external/syzkaller/vendor/golang.org/x/oauth2/google/
appengine.go 52 mu sync.Mutex // guards t; held while fetching or updating t
  /external/u-boot/scripts/
mailmapper 46 will be useful for updating '.mailmap' file.
  /external/syzkaller/vendor/cloud.google.com/go/storage/
acl.go 159 return fmt.Errorf("storage: error updating bucket ACL entry for bucket %q, entity %q: %v", a.bucket, entity, err)
215 return fmt.Errorf("storage: error updating default ACL entry for bucket %q, entity %q: %v", a.bucket, entity, err)
217 return fmt.Errorf("storage: error updating object ACL entry for bucket %q, object %q, entity %q: %v", a.bucket, a.object, entity, err)
  /external/lzma/CPP/7zip/UI/Console/
UpdateCallbackConsole.cpp 30 static const char * const kUpdatingArchiveMessage = "Updating archive: ";
283 HRESULT CUpdateCallbackConsole::StartArchive(const wchar_t *name, bool updating)
287 *_so << (updating ? kUpdatingArchiveMessage : kCreatingArchiveMessage);
  /external/python/cpython2/PCbuild/
get_externals.bat 44 rem When updating these versions, remember to update the relevant property
  /external/vulkan-validation-layers/build-android/
update_external_sources_android.bat 59 echo Creating and/or updating glslang, spirv-tools, spirv-headers, shaderc, vulkan-headers, vulkan-tools in %BASE_DIR%
  /external/syzkaller/vendor/golang.org/x/oauth2/
token.go 52 // when updating a token.
  /external/zlib/src/contrib/delphi/
ZLib.pas 78 written to the output stream. This is useful for updating a progress
113 This is useful for updating a progress indicator when you are reading a
  /external/syzkaller/vendor/golang.org/x/oauth2/internal/
token.go 53 // when updating a token.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_pyio.py 72 '+' open a disk file for updating (reading and writing)
169 updating = "+" in modes
192 (updating and "+" or ""),
213 if updating:
    [all...]
  /external/python/cpython2/Lib/
_pyio.py 74 '+' open a disk file for updating (reading and writing)
171 updating = "+" in modes
194 (updating and "+" or ""),
217 if updating:
    [all...]
  /external/autotest/client/common_lib/cros/
arc.py 820 GMS Core from updating.
    [all...]
  /external/python/cpython3/Lib/
_pyio.py 67 '+' open a disk file for updating (reading and writing)
179 updating = "+" in modes
183 if creating or writing or appending or updating:
206 (updating and "+" or ""),
229 if updating:
    [all...]
  /external/u-boot/cmd/
ubi.c 343 if (vol->updating) {
344 printf("updating");

Completed in 1925 milliseconds

1 2 3