HomeSort by relevance Sort by last modified time
    Searched full:tombstone (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/chromium_org/build/android/
tombstones.py 7 # Find the most recent tombstone file(s) on all connected devices
10 # Assumes tombstone file was created with current symbols.
25 """List the tombstone files on the device.
31 Tuples of (tombstone filename, date time of file on device).
35 if 'tombstone' in line and not 'No such file or directory' in line:
57 """Retrieve the tombstone data from the device
61 tombstone_file: the tombstone to retrieve
70 """Deletes a tombstone from the device.
74 tombstone_file: the tombstone to delete.
90 """Run the stack tool for given tombstone input
    [all...]
  /system/core/debuggerd/
tombstone.h 24 /* Creates a tombstone file and writes the crash dump to it.
25 * Returns the path of the tombstone, which must be freed using free(). */
utility.h 41 /* tombstone file descriptor */
70 // Log information onto the tombstone.
tombstone.cpp 49 #include "tombstone.h"
304 // Only log the first 3 frames, put the rest in the tombstone.
446 // that don't match the specified pid, and writes them to the tombstone file.
495 // the tombstone file.
566 // Dumps the logs generated by the specified pid to the tombstone, from both
599 // Dumps all information about the specified pid to the tombstone.
603 // don't copy log messages to tombstone unless this is a dev device
659 // find_and_open_tombstone - find an available tombstone slot, if any, of the
663 // Returns the path of the tombstone file, allocated using malloc(). Caller must free() it.
693 ALOGE("Failed to find a valid tombstone, default to using tombstone 0.\n")
    [all...]
Android.mk 9 tombstone.cpp \
debuggerd.cpp 45 #include "tombstone.h"
253 ALOGV("stopped -- dumping to tombstone\n");
416 fputs("Error dumping tombstone.\n", stderr);
419 fprintf(stderr, "Tombstone written to: %s\n", tombstone_path);
426 " -b dump backtrace to console, otherwise dump full tombstone file\n"
  /system/core/include/cutils/
debugger.h 38 // dump a tombstone file
61 /* Dumps a process backtrace, registers, and stack to a tombstone file (requires root).
62 * Stores the tombstone path in the provided buffer.
67 /* Dumps a process backtrace, registers, and stack to a tombstone file (requires root).
68 * Stores the tombstone path in the provided buffer.
  /libcore/luni/src/main/java/java/lang/
ThreadLocal.java 154 private static final Object TOMBSTONE = new Object();
209 if (k == null || k == TOMBSTONE) {
226 table[i] = TOMBSTONE;
228 fromParent.table[i] = TOMBSTONE;
273 if (k == TOMBSTONE || k == null) {
283 table[index] = TOMBSTONE;
338 if (k == null || k == TOMBSTONE) {
383 // Keep track of first tombstone. That's where we want to go back
405 // Go back and replace first tombstone.
413 // Remember first tombstone
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android_unittest.py 45 # Type of tombstone test which the mocked Android Debug Bridge should execute.
89 if len(args) > 5 and args[4] == 'cat' and args[5].find('tombstone') != -1:
90 return 'tombstone content'
91 if len(args) > 6 and args[4] == 'ls' and args[6].find('tombstone') != -1:
92 assert self._tombstone_output, 'Tombstone output needs to have been set by the test.'
276 self.assertEqual('The driver crashed, but no tombstone found!', self._errors[0])
279 # Tests that an empty string will be returned if we cannot read the tombstone files.
288 # Tests that invalid "ls" output will throw a warning when listing the tombstone files.
298 # Tests the case in which we can't find any valid tombstone entries at all. The tombstone
    [all...]
  /external/chromium_org/chrome/browser/resources/sync_internals/
types.html 12 <th>Tombstone Updates Received</th>
  /external/llvm/lib/Support/
SmallPtrSet.cpp 94 // Set this as a tombstone.
106 const void *const *Tombstone = nullptr;
113 // Return a tombstone if we've seen one so far, or the empty bucket if
116 return Tombstone ? Tombstone : Array+Bucket;
118 // If this is a tombstone, remember it. If Ptr ends up not in the set, we
120 if (Array[Bucket] == getTombstoneMarker() && !Tombstone)
121 Tombstone = Array+Bucket; // Remember the first tombstone found.
123 // It's a hash collision or a tombstone. Reprobe
    [all...]
StringMap.cpp 74 // If we found a tombstone, we want to reuse the tombstone instead of an
  /system/core/libcutils/
debugger.c 161 /* Read the tombstone file name. */
162 char buffer[100]; /* This is larger than the largest tombstone path. */
  /external/libcxxabi/src/
abort_message.cpp 57 // Show error in tombstone.
  /external/pixman/pixman/
pixman-glyph.c 37 #define TOMBSTONE ((glyph_t *)0x1)
105 if (g != TOMBSTONE &&
131 } while (*loc && *loc != TOMBSTONE);
133 if (*loc == TOMBSTONE)
150 cache->glyphs[idx & HASH_MASK] = TOMBSTONE;
157 while (cache->glyphs[idx & HASH_MASK] == TOMBSTONE)
175 if (glyph && glyph != TOMBSTONE)
  /external/qemu/distrib/mini-glib/src/
glib-mini.c 489 // or tombstone entry. Also sets |*key_hash| to the key hash value on
498 gint tombstone = -1; local
511 } else if (probe->hash == HASH_TOMBSTONE && tombstone < 0) {
512 tombstone = (int)probe_index;
520 if (tombstone >= 0)
521 return (guint)tombstone;
638 // No need to resize when replacing a tombstone.
  /device/moto/shamu/dumpstate/
dumpstate.c 43 run_command("Subsystem Tombstone list", 5, SU_PATH, "root", "ls", "-l", "/data/tombstones/ramdump", NULL);
  /external/chromium_org/sync/test/engine/
mock_model_type_sync_worker.h 50 // Returns an UpdateResponseData representing a tombstone update from the
  /bootable/recovery/minzip/
Hash.h 45 * Attempting to add a NULL or tombstone value is an error.
64 int numDeadEntries; /* current #of tombstone entries */
Hash.c 6 * about tombstone removal.
113 * Count up the number of tombstone entries in the hash table.
  /external/llvm/include/llvm/ADT/
SparseMultiSet.h 103 /// Whether this node is a tombstone node, and thus is in our freelist.
108 /// Since the list is circular in Prev, all non-tombstone nodes have a valid
121 /// We have a built-in recycler for reusing tombstone slots. This recycler
122 /// puts a singly-linked free list into tombstone slots, allowing us quick
166 assert(Dense[Idx].isTombstone() && "Non-tombstone free?");
174 /// Make the current index a new tombstone. Pushes it onto the freelist.
464 "erasing invalid/end/tombstone iterator");
470 // Put in a tombstone.
DenseMap.h 446 // If we are writing over a tombstone, remember this.
456 /// true, otherwise it returns a bucket with an empty marker or tombstone and
469 // FoundTombstone - Keep track of whether we find a tombstone while probing.
475 "Empty/Tombstone value shouldn't be inserted into map!");
490 // If we've already seen a tombstone while probing, fill it in instead
496 // If this is a tombstone, remember it. If Val ends up not in the map, we
499 FoundTombstone = ThisBucket; // Remember the first tombstone found.
501 // Otherwise, it's a hash collision or a tombstone, continue quadratic
1029 const KeyT Tombstone = KeyInfoT::getTombstoneKey();
1033 KeyInfoT::isEqual(Ptr->first, Tombstone)))
    [all...]
  /external/chromium_org/sync/test/fake_server/
fake_server.cc 401 FakeServerEntity* tombstone = TombstoneEntity::Create(*it); local
402 if (tombstone == NULL) {
403 LOG(WARNING) << "Tombstone creation failed for entity with ID " << *it;
406 SaveEntity(tombstone);
  /external/chromium_org/chrome/browser/sync/sessions/
sessions_sync_manager.cc 539 LOG(WARNING) << "Old sessions node without tab node id; can't tombstone.";
571 syncer::SyncChange tombstone(TombstoneTab(specifics));
572 if (tombstone.IsValid())
573 new_changes->push_back(tombstone);
588 syncer::SyncChange tombstone(TombstoneTab(specifics));
589 if (tombstone.IsValid())
590 new_changes->push_back(tombstone);
    [all...]
  /frameworks/base/core/java/com/android/server/
BootReceiver.java 166 // Start watching for new tombstone files; will record them as they occur.
177 Slog.e(TAG, "Can't log tombstone", e);

Completed in 2866 milliseconds

1 2 3