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

1 2 3 4

  /external/chromium/net/disk_cache/
file_lock.cc 10 updating_ = &header->updating;
block_files_unittest.cc 125 ASSERT_EQ(0, header->updating);
136 header->updating = -1;
149 ASSERT_EQ(0, header->updating);
disk_format.h 188 volatile int32 updating; // Keep track of updates to the header. member in struct:disk_cache::BlockFileHeader
block_files.cc 36 // 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/chromium_org/net/disk_cache/
file_lock.cc 23 updating_ = &header->updating;
disk_format_base.h 57 volatile int32 updating; // Keep track of updates to the header. member in struct:disk_cache::BlockFileHeader
block_files_unittest.cc 124 ASSERT_EQ(0, header->updating);
135 header->updating = -1;
148 ASSERT_EQ(0, header->updating);
218 ASSERT_EQ(0, header->updating);
235 header->updating = 1;
249 header->updating = 1;
block_files.cc 459 if (header->updating || !header.ValidateCounters()) {
500 if (header->updating < 10 && !FixBlockFileHeader(file)) {
503 header->updating = 100;
616 // DCHECK on header->updating because we may be fixing a crash.
631 header->updating = 1;
653 header->updating = 0;
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
SourceBuffer.idl 37 readonly attribute boolean updating;
SourceBuffer.h 57 bool updating() const { return m_updating; } function in class:WebCore::SourceBuffer
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
garden-o-matic.js 58 var updating = new ui.notifications.Info('Loading commit data ...');
60 g_info.add(updating);
71 updating.update('Analyzing test failures ...');
74 updating.update('Analyzing test failures ... ' + ++numberOfTestsAnalyzed + ' tests analyzed.');
85 updating.dismiss();
  /external/chromium_org/net/disk_cache/v3/
block_bitmaps_unittest.cc 124 ASSERT_EQ(0, header->updating);
135 header->updating = -1;
148 ASSERT_EQ(0, header->updating);
218 ASSERT_EQ(0, header->updating);
235 header->updating = 1;
249 header->updating = 1;
block_bitmaps.cc 220 if (header->updating < 10 && !FixBlockFileHeader(file)) {
223 header->updating = 100;
260 // DCHECK on header->updating because we may be fixing a crash.
275 header->updating = 1;
297 header->updating = 0;
  /external/javassist/src/main/javassist/bytecode/stackmap/
Liveness.java 62 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;
TypedBlock.java 29 public boolean updating; field in class:TypedBlock
63 updating = false;
  /external/chromium_org/chrome/test/chromedriver/extension/
background.js 18 * @param {function()} callback Invoked when the updating is complete.
  /external/lzma/CPP/7zip/UI/Console/
UpdateCallbackConsole.cpp 27 static const char *kUpdatingArchiveMessage = "Updating archive ";
74 HRESULT CUpdateCallbackConsole::StartArchive(const wchar_t *name, bool updating)
76 if(updating)
  /external/chromium_org/remoting/host/installer/mac/Scripts/
remoting_postflight.sh 74 logger PAM config has local edits. Not updating.
  /ndk/sources/host-tools/make-3.81/
filedef.h 38 FILE_TIMESTAMP mtime_before_update; /* File's modtime before any updating
81 unsigned int updating:1; /* Nonzero while updating deps of this file */ member in struct:file
  /external/bison/build-aux/
ylwrap 191 echo updating "$2"
  /external/chromium_org/chrome/common/extensions/docs/examples/api/processes/process_monitor/
popup.js 5 // Shows an updating list of process statistics.
  /external/elfutils/config/
ylwrap 189 echo updating "$2"
  /frameworks/opt/mms/src/java/com/google/android/mms/util/
PduCache.java 120 synchronized public void setUpdating(Uri uri, boolean updating) {
121 if (updating) {
  /external/lzma/CPP/7zip/UI/Common/
Update.h 159 virtual HRESULT StartArchive(const wchar_t *name, bool updating) x; \
  /external/chromium_org/chrome/browser/ui/webui/options/
options_browsertest.js 402 // Show a page without updating history.
463 // Open a layer-1 overlay, not updating history.
469 // Open a layer-2 overlay for which the layer-1 is a parent, not updating
479 // Open a layer-1 overlay, updating history.
485 // Open a layer-2 overlay, updating history.
493 // Open a layer-1 overlay, updating history.

Completed in 646 milliseconds

1 2 3 4