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

1 2

  /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;
  /system/bluetooth/data/
blacklist.conf 1 // Do NOT change this file format without updating the parsing logic in
auto_pairing.conf 1 // Do NOT change this file format without updating the parsing logic in
  /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/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
window-close-crash.js 1 description("Tests the assertion that the GeolocationClient should not be updating<br>" +
  /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
file.c 322 MERGE (updating);
467 unsigned int last_dep_has_cmds = f->updating;
470 f->updating = 0;
remake.c 45 /* The test for circular dependencies is based on the 'updating' bit in
50 ->updating = 1)
52 ->updating = 0)
54 ->updating)
165 1 if updating failed, or to 0 if updating succeeded. Leave
166 STATUS as it is if no updating was done. */
173 /* Updating failed, or -q triggered. The STATUS value
190 /* Updating was done. If this is a makefile and
413 DBF (DB_VERBOSE, _("Still updating file `%s'.\n"))
    [all...]
  /external/bison/build-aux/
ylwrap 191 echo updating "$2"
  /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/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-prevents-rebase.js 53 debug('Note that for the following attributes, updating the document base URI has no effect because we have to use an abosulte URL for the href in order to set an initial value for the attribute we wish to update. They are included for completeness.');
  /external/chromium/net/tools/dump_cache/
dump_files.cc 95 printf("updating: %d\n", header.updating);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar 
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
  /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/chromium/chrome/browser/resources/
print_preview_animations.js 48 * Handles a mouse move event, takes care of updating the scrollbars.
  /external/harfbuzz_ng/
git.mk 124 echo "Updating $$x"; \
133 echo Failed updating $$x; >&2 \
  /external/chromium/chrome/browser/resources/net_internals/
eventsview.js 103 // How soon after updating the filter list the counter should be updated.
  /external/skia/
Android.mk 19 # updating your build/config.mk to include -DSK_DEBUG on the line that
  /external/v8/src/
v8natives.js 818 // Step 12 - updating an existing data property with a data or generic
842 // Step 12 - updating an existing accessor property with an accessor
    [all...]

Completed in 860 milliseconds

1 2