HomeSort by relevance Sort by last modified time
    Searched refs:updating (Results 1 - 25 of 30) 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 189 echo updating "$2"
  /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/webrtc/src/modules/audio_processing/aecm/main/matlab/
waitbar_j.m 43 type=1; %we are updating, given a handle
  /external/chromium/net/tools/dump_cache/
dump_files.cc 95 printf("updating: %d\n", header.updating);
  /external/zlib/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/v8/src/
v8natives.js 677 // Step 12 - updating an existing data property with a data or generic
697 // Step 12 - updating an existing accessor property with generic
705 // Step 12 - updating an existing accessor property with an accessor
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
eventsview.js 103 // How soon after updating the filter list the counter should be updated.
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 313 * app, updating the choices in the context menu. We don't have such a menu
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 324 * app, updating the choices in the context menu. We don't have such a menu
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 20 * process the cloned template. This allows for updating of templates:
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 20 * process the cloned template. This allows for updating of templates:
    [all...]
  /external/icu4c/data/
makedata.mak 487 # when updating the Unicode data.
    [all...]

Completed in 517 milliseconds

1 2