HomeSort by relevance Sort by last modified time
    Searched full:tombstones (Results 1 - 11 of 11) sorted by null

  /libcore/luni/src/main/java/java/lang/
ThreadLocal.java 174 /** Number of tombstones. */
175 private int tombstones; field in class:ThreadLocal.Values
177 /** Maximum number of live entries and tombstones. */
189 this.tombstones = 0;
199 this.tombstones = fromParent.tombstones;
220 // The table can only contain null, tombstones and references.
237 tombstones++;
238 fromParent.tombstones++;
283 // The table can only contain null, tombstones and references
    [all...]
  /bootable/recovery/tools/ota/
check-lost+found.c 35 // Output file in tombstones directory (first 8K will be uploaded)
36 static const char *kOutputDir = "/data/tombstones";
37 static const char *kOutputFile = "/data/tombstones/check-lost+found-log";
  /frameworks/base/services/java/com/android/server/
BootReceiver.java 47 private static final File TOMBSTONE_DIR = new File("/data/tombstones");
132 // Scan existing tombstones (in case any new ones appeared)
DropBoxManagerService.java 646 // Expunge aged items (including tombstones marking deleted data).
696 // Deleted files are replaced with zero-length tombstones to mark what
697 // was lost. Tombstones are expunged by age (see above).
  /dalvik/vm/test/
TestHash.c 135 * Round 2: verify probing & tombstones.
  /system/extras/tests/fstest/
perm_checker.conf 37 /data/tombstones/ 755 755 system system system system
38 /data/tombstones/* 000 600 system 19999 system 19999
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 97 /** Monitor /data/tombstones and stop the monkey if new files appear. */
217 private static final File TOMBSTONES_PATH = new File("/data/tombstones");
1111 String[] tombstones = TOMBSTONES_PATH.list(); local
    [all...]
  /external/bluetooth/glib/glib/
ghash.c 59 gint noccupied; /* nnodes + tombstones */
192 /* Empty buckets have hash_value set to 0, and for tombstones, it's 1.
265 /* Empty buckets have hash_value set to 0, and for tombstones, it's 1.
396 * the side effect of cleaning up tombstones and otherwise optimizing
    [all...]
  /external/bluetooth/glib/
ChangeLog.pre-2-20 880 and cleaning up tombstones.
882 than 1/4 load excluding tombstones, and no more than 15/16 load
883 including tombstones. These numbers are the results of a lot of
  /system/core/debuggerd/
debuggerd.c 500 #define TOMBSTONE_DIR "/data/tombstones"
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 527 milliseconds