Searched refs:tombstone (Results 1 – 6 of 6) sorted by relevance
102 def _ResolveTombstone(tombstone): argument104 lines += [tombstone['file'] + ' created on ' + str(tombstone['time']) +106 (str(tombstone['device_now'] - tombstone['time']) +107 ' Device: ' + tombstone['serial'])]110 lines += _ResolveSymbols(tombstone['data'], tombstone['stack'])
498 gint tombstone = -1; in _g_hash_table_lookup_index() local511 } else if (probe->hash == HASH_TOMBSTONE && tombstone < 0) { in _g_hash_table_lookup_index()512 tombstone = (int)probe_index; in _g_hash_table_lookup_index()520 if (tombstone >= 0) in _g_hash_table_lookup_index()521 return (guint)tombstone; in _g_hash_table_lookup_index()
407 FakeServerEntity* tombstone = TombstoneEntity::Create(*it); in DeleteChildren() local408 if (tombstone == NULL) { in DeleteChildren()412 SaveEntity(tombstone); in DeleteChildren()
537 syncer::SyncChange tombstone(TombstoneTab(specifics)); in InitFromSyncModel() local538 if (tombstone.IsValid()) in InitFromSyncModel()539 new_changes->push_back(tombstone); in InitFromSyncModel()554 syncer::SyncChange tombstone(TombstoneTab(specifics)); in InitFromSyncModel() local555 if (tombstone.IsValid()) in InitFromSyncModel()556 new_changes->push_back(tombstone); in InitFromSyncModel()
970 tombstone = sync_pb2.SyncEntity()971 tombstone.id_string = id_string972 tombstone.deleted = True973 tombstone.name = ''974 tombstone.specifics.CopyFrom(GetDefaultEntitySpecifics(datatype))975 return tombstone
997 for tombstone in tombstones:1002 fields = tombstone.split()1004 self._log_warning("unexpected line in tombstone output, skipping: '%s'" % tombstone)