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

  /dalvik/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...]
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 92 /** Monitor /data/tombstones and stop the monkey if new files appear. */
184 private static final File TOMBSTONES_PATH = new File("/data/tombstones");
970 String[] tombstones = TOMBSTONES_PATH.list(); local
    [all...]
  /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

Completed in 48 milliseconds