/external/chromium_org/sync/engine/ |
model_type_entity_unittest.cc | 78 // Tombstones should behave just like regular updates. Mostly. The strangest
|
process_updates_util.cc | 71 // reflections of these items. Instead, we assume any received tombstones
|
/external/chromium_org/sync/test/fake_server/ |
fake_server.h | 126 // Creates and saves tombstones for all children of the entity with the given
|
fake_server.cc | 467 // Tombstones are ignored as they don't represent current data. Folders
|
/external/sepolicy/ |
file.te | 59 # /data/tombstones - core dumps
|
system_server.te | 222 # Access /data/tombstones.
|
file_contexts | 192 /data/tombstones(/.*)? u:object_r:tombstone_data_file:s0
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
Monkey.java | 99 /** Monitor /data/tombstones and stop the monkey if new files appear. */ 244 private static final File TOMBSTONES_PATH = new File("/data/tombstones"); 1224 String[] tombstones = TOMBSTONES_PATH.list(); local [all...] |
/external/llvm/unittests/ADT/ |
DenseMapTest.cpp | 374 // Add some number of elements, then delete a few to leave us some tombstones. 376 // tombstones which masks the issue here.
|
/external/pixman/pixman/ |
pixman-glyph.c | 154 /* Eliminate tombstones if possible */ 228 * tombstones. Just dump the whole table.
|
/external/qemu/distrib/mini-glib/src/ |
glib-mini.c | 408 int num_used; // count of items + tombstones 560 // Resize the hash table, this also gets rid of all tombstones.
|
/device/lge/hammerhead/sepolicy/ |
file_contexts | 104 /data/tombstones/ramdump(/.*)? u:object_r:ramdump_data_file:s0
|
/external/llvm/include/llvm/ADT/ |
DenseMap.h | 422 // the buckets are empty (meaning that many are filled with tombstones), 426 // tons of tombstones, failing lookups (e.g. for insertion) would have to 428 // table completely filled with tombstones, no lookup would ever succeed, 847 // Loop over the buckets, moving non-empty, non-tombstones into the
|
SmallPtrSet.h | 44 /// inserted. Tombstones are represented with another illegal pointer value
|
SparseMultiSet.h | 87 /// tombstones, in which case they are actually nodes in a single-linked
|
/frameworks/base/services/core/java/com/android/server/ |
DropBoxManagerService.java | 700 // Expunge aged items (including tombstones marking deleted data). 750 // Deleted files are replaced with zero-length tombstones to mark what 751 // was lost. Tombstones are expunged by age (see above).
|
/device/asus/fugu/ |
init.fugu.rc | 136 mkdir /data/tombstones 0771 system system
|
/external/chromium_org/sync/test/engine/ |
mock_connection_manager.cc | 429 // Tombstones have only the ID set and dummy values for the required fields. 441 // Tombstones have only the ID set. Wipe anything else.
|
/frameworks/native/cmds/dumpstate/ |
dumpstate.c | 49 #define TOMBSTONE_DIR "/data/tombstones" 222 printf("*** NO TOMBSTONES to dump in %s\n\n", TOMBSTONE_DIR);
|
/art/runtime/ |
indirect_reference_table.h | 250 // We skip NULLs and tombstones. Clients don't want to see implementation details.
|
/device/lge/mako/ |
init.mako.rc | 298 service kickstart /system/bin/qcks -i /firmware/image/ -r /data/tombstones/mdm/
|
/external/conscrypt/src/platform/java/org/conscrypt/ |
TrustedCertificateStore.java | 163 // silently elide tombstones
|
/external/llvm/lib/Support/ |
SmallPtrSet.cpp | 58 // tombstones), rehash.
|
/system/core/debuggerd/ |
debuggerd.cpp | 182 // However, system is only allowed to collect backtraces but cannot dump tombstones.
|
/cts/tests/tests/permission/src/android/permission/cts/ |
FileSystemPermissionTest.java | 513 "/data/tombstones", 514 "/data/tombstones/ramdump", [all...] |