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

1 2 3 4

  /external/chromium_org/net/disk_cache/blockfile/
file_lock.cc 23 updating_ = &header->updating;
disk_format_base.h 59 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 494 if (header->updating || !file_header.ValidateCounters()) {
534 if (header->updating < 10 && !FixBlockFileHeader(file)) {
537 header->updating = 100;
651 // DCHECK on header->updating because we may be fixing a crash.
667 header->updating = 1;
689 header->updating = 0;
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
SourceBuffer.idl 49 readonly attribute boolean updating;
SourceBuffer.h 68 bool updating() const { return m_updating; } function in class:blink::FINAL
  /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/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/0.153/config/
ylwrap 187 echo updating "$2"
  /frameworks/opt/telephony/src/java/com/google/android/mms/util/
PduCache.java 120 synchronized public void setUpdating(Uri uri, boolean updating) {
121 if (updating) {
  /external/chromium_org/tools/telemetry/telemetry/page/
page_set_archive_info_unittest.py 80 u' updating.'),
page_set_archive_info.py 120 'hand! Use record_wpr for updating.')
  /external/lzma/CPP/7zip/UI/Common/
Update.h 159 virtual HRESULT StartArchive(const wchar_t *name, bool updating) x; \
  /external/chromium_org/chrome/test/chromedriver/extension/
background.js 61 * @param {function()} callback Invoked when the updating is complete.
  /external/chromium_org/third_party/skia/platform_tools/android/tests/expectations/
Android.mk 26 # updating your build/core/config.mk to include -DSK_DEBUG on the line
  /external/skia/platform_tools/android/tests/expectations/
Android.mk 26 # updating your build/core/config.mk to include -DSK_DEBUG on the line
  /external/chromium_org/chrome/browser/resources/cryptotoken/
hidgnubbydevice.js 30 this.updating = false; // device firmware is in final stage of updating.
175 // firmwareUpdate() sets this.updating when writing the last block before
183 if (this.updating) {
184 console.log(UTIL_fmt('device updating. Ending readLoop()'));
  /external/chromium_org/chrome/common/extensions/docs/examples/api/browsingData/basic/
popup.js 80 * updating the UI appropriately.
  /external/chromium_org/remoting/webapp/
media_source_renderer.js 76 while (this.buffers_.length > 0 && !this.sourceBuffer_.updating) {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/
background.js 337 console.log('Starting browser... updating icon.');
347 console.log('Window created... updating icon.');

Completed in 774 milliseconds

1 2 3 4