/external/chromium_org/build/android/ |
tombstones.py | 32 lines = adb.RunShellCommand('TZ=UTC su -c ls -a -l /data/tombstones') 64 return adb.GetProtectedFileContents('/data/tombstones/' + tombstone_file) 73 return adb.RunShellCommandWithSU('rm /data/tombstones/' + tombstone_file) 110 def _ResolveTombstones(jobs, tombstones): 111 """Resolve a list of tombstones. 115 tombstones: a list of tombstones. 117 if not tombstones: 118 print 'No device attached? Or no tombstones?' 120 if len(tombstones) == 1 [all...] |
/device/lge/hammerhead/dumpstate/ |
dumpstate.c | 23 run_command("SUBSYSTEM TOMBSTONES", 5, SU_PATH, "root", "ls", "-l", "/data/tombstones/ramdump", NULL);
|
/device/lge/mako/dumpstate/ |
dumpstate.c | 23 run_command("MODEM TOMBSTONES", 5, SU_PATH, "root", "ls", "-l", "/data/tombstones/mdm", NULL);
|
/libcore/luni/src/main/java/java/lang/ |
ThreadLocal.java | 168 /** Number of tombstones. */ 169 private int tombstones; field in class:ThreadLocal.Values 171 /** Maximum number of live entries and tombstones. */ 183 this.tombstones = 0; 193 this.tombstones = fromParent.tombstones; 214 // The table can only contain null, tombstones and references. 231 tombstones++; 232 fromParent.tombstones++; 277 // The table can only contain null, tombstones and references [all...] |
/device/asus/deb/dumpstate/ |
dumpstate.c | 33 run_command("MODEM TOMBSTONES", 5, SU_PATH, "root", "ls", "-l", "/data/tombstones/mdm", NULL);
|
/device/asus/deb/ |
init.deb.rc | 22 symlink /data/tombstones /tombstones 146 mkdir /data/tombstones 0771 system system 147 mkdir /tombstones/modem 0771 system system 148 mkdir /tombstones/lpass 0771 system system 149 mkdir /tombstones/wcnss 0771 system system 150 mkdir /tombstones/dsps 0771 system system 151 mkdir /tombstones/mdm 0771 system system 322 service kickstart /system/bin/qcks -i /firmware/image/ -r /data/tombstones/mdm/
|
/device/asus/flo/ |
init.flo.rc | 22 symlink /data/tombstones /tombstones 142 mkdir /data/tombstones 0771 system system 143 mkdir /tombstones/modem 0771 system system 144 mkdir /tombstones/lpass 0771 system system 145 mkdir /tombstones/wcnss 0771 system system 146 mkdir /tombstones/dsps 0771 system system 147 mkdir /tombstones/mdm 0771 system system 330 service kickstart /system/bin/qcks -i /firmware/image/ -r /data/tombstones/mdm/
|
/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";
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
android_browser_backend.py | 394 # Try to get tombstones. 395 tombstones = os.path.join(util.GetChromiumSrcDir(), 'build', 'android', 396 'tombstones.py') 397 if os.path.exists(tombstones): 398 ret += Decorate('Tombstones', 399 subprocess.Popen([tombstones, '-w', '--device',
|
/external/chromium_org/sync/internal_api/public/engine/ |
sync_status.h | 58 // Of updates_received, how many were tombstones.
|
/external/llvm/lib/Support/ |
StringMap.cpp | 86 // Skip over tombstones. However, remember the first one we see. 131 // Ignore tombstones. 189 // the buckets are empty (meaning that many are filled with tombstones),
|
/dalvik/vm/test/ |
TestHash.cpp | 135 * Round 2: verify probing & tombstones.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
android_unittest.py | 277 # Tests that we return an empty string and log an error when no tombstones could be found. 279 self._mock_adb.set_tombstone_output('/data/tombstones/tombstone_*: No such file or directory') 288 self._mock_adb.set_tombstone_output('/data/tombstones/tombstone_*: Permission denied') 292 self.assertEqual('The driver crashed, but we could not read the tombstones!', self._errors[0])
|
android.py | [all...] |
/external/sepolicy/ |
file.te | 34 # /data/tombstones - core dumps
|
/frameworks/base/services/java/com/android/server/ |
BootReceiver.java | 50 private static final File TOMBSTONE_DIR = new File("/data/tombstones"); 135 // Scan existing tombstones (in case any new ones appeared)
|
DropBoxManagerService.java | 695 // Expunge aged items (including tombstones marking deleted data). 745 // Deleted files are replaced with zero-length tombstones to mark what 746 // was lost. Tombstones are expunged by age (see above).
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
HashBase.tcc | 191 // Ignore tombstones. 211 // the buckets are empty (meaning that many are filled with tombstones),
|
HashIterator.h | 45 // Ignore tombstones. 128 // Ignore 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 | 99 /** Monitor /data/tombstones and stop the monkey if new files appear. */ 244 private static final File TOMBSTONES_PATH = new File("/data/tombstones"); 1223 String[] tombstones = TOMBSTONES_PATH.list(); local [all...] |
/external/llvm/unittests/ADT/ |
DenseMapTest.cpp | 346 // Add some number of elements, then delete a few to leave us some tombstones. 348 // 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/llvm/include/llvm/ADT/ |
DenseMap.h | 425 // the buckets are empty (meaning that many are filled with tombstones), 429 // tons of tombstones, failing lookups (e.g. for insertion) would have to 431 // table completely filled with tombstones, no lookup would ever succeed, 859 // Loop over the buckets, moving non-empty, non-tombstones into the [all...] |
/external/chromium/chrome/browser/sync/ |
sync_ui_util.cc | 389 "Updates Downloaded (Tombstones)",
|