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

/external/chromium/net/disk_cache/
H A Dfile_lock.cc10 updating_ = &header->updating;
H A Dblock_files_unittest.cc125 ASSERT_EQ(0, header->updating);
136 header->updating = -1;
149 ASSERT_EQ(0, header->updating);
H A Ddisk_format.h188 volatile int32 updating; // Keep track of updates to the header. member in struct:disk_cache::BlockFileHeader
H A Dblock_files.cc36 // Creates a new entry on the allocation map, updating the apropriate counters.
416 if (header->updating) {
454 if (header->updating < 10 && !FixBlockFileHeader(file)) {
457 header->updating = 100;
585 header->updating = 0;
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DLiveness.java62 if (tb.updating) {
71 tb.updating = true;
99 tb.updating = false;
127 if (tb.updating || tb.status >= DONE)
130 tb.updating = true;
167 tb.updating = false;
H A DTypedBlock.java29 public boolean updating; field in class:TypedBlock
63 updating = false;
/external/bison/build-aux/
H A Dylwrap189 echo updating "$2"
/external/elfutils/config/
H A Dylwrap189 echo updating "$2"
/external/chromium/net/tools/dump_cache/
H A Ddump_files.cc95 printf("updating: %d\n", header.updating);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/zlib/src/contrib/delphi/
H A DZLib.pas78 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/skia/
H A DAndroid.mk19 # updating your buildspec.mk to include TARGET_BUILD_TYPE=debug
/external/icu4c/data/
H A Dmakedata.mak487 # when updating the Unicode data.
/external/icu4c/i18n/
H A DdecNumber.c7573 #error GetInt may need updating [for Emax]
7576 #error GetInt may need updating [for Emin]
/external/dropbear/libtomcrypt/
H A Dcrypt.tex1087 updating the entire tweak which is slower than sequential use. Avoid seeking excessively in performance constrained code.
5318 Generally the rule of thumb is to setup the tables once at startup and then leave them be. This added build flag simply makes updating
5347 require updating. This has the nice benefit that one can add ciphers (etc.) not have to re--write portions of the API. For the most part, LibTomCrypt has also been written
/external/grub/docs/
H A Dtexinfo.tex4344 % updating it with the new noderef stuff. We'll see. --karl, 11aug03.

Completed in 465 milliseconds