Searched defs:Snapshot (Results 1 - 7 of 7) sorted by relevance

/external/chromium/base/
H A Dprocess_util.cc47 ProcessIterator::ProcessEntries ProcessIterator::Snapshot() { function in class:base::ProcessIterator
H A Dtracked_objects.h122 // purposes, we need to construct Snapshot instances for each combination of
124 // lifetimes. We gather such data into a Snapshot instances, so that such
126 // processing). Snapshot instances use pointers to constant portions of the
132 // contributes to it by adding or updating Snapshot instances. DataCollector
134 // accumulate all Snapshot instances.
252 class BASE_API Snapshot { class in namespace:tracked_objects
255 Snapshot(const BirthOnThread& birth_on_thread, const ThreadData& death_thread,
259 Snapshot(const BirthOnThread& birth_on_thread, int count);
276 void Add(const Snapshot& other);
284 // DataCollector is a container class for Snapshot an
[all...]
H A Dtracked_objects.cc541 Snapshot::Snapshot(const BirthOnThread& birth_on_thread, function in class:tracked_objects::Snapshot
549 Snapshot::Snapshot(const BirthOnThread& birth_on_thread, int count) function in class:tracked_objects::Snapshot
555 const std::string Snapshot::DeathThreadName() const {
561 void Snapshot::Write(std::string* output) const {
569 void Snapshot::Add(const Snapshot& other) {
623 collection_.push_back(Snapshot(*it->first, thread_data, it->second));
645 collection_.push_back(Snapshot(*i
[all...]
/external/v8/src/
H A Dsnapshot.h36 class Snapshot { class in namespace:v8::internal
86 DISALLOW_IMPLICIT_CONSTRUCTORS(Snapshot);
/external/chromium/net/disk_cache/
H A Dstats.cc267 void Stats::Snapshot(StatsHistogram::StatsSamples* samples) const { function in class:disk_cache::Stats
/external/okhttp/src/main/java/libcore/io/
H A DDiskLruCache.java355 public synchronized Snapshot get(String key) throws IOException {
388 return new Snapshot(key, entry.sequenceNumber, ins);
611 public final class Snapshot implements Closeable { class in class:DiskLruCache
616 private Snapshot(String key, long sequenceNumber, InputStream[] ins) { method in class:DiskLruCache.Snapshot
/external/valgrind/main/massif/
H A Dms_main.c1065 Snapshot; typedef in typeref:struct:__anon14048
1068 static Snapshot* snapshots; // Array of snapshots.
1070 static Bool is_snapshot_in_use(Snapshot* snapshot)
1086 static Bool is_detailed_snapshot(Snapshot* snapshot)
1091 static Bool is_uncullable_snapshot(Snapshot* snapshot)
1098 static void sanity_check_snapshot(Snapshot* snapshot)
1121 static void clear_snapshot(Snapshot* snapshot, Bool do_sanity_check)
1134 static void delete_snapshot(Snapshot* snapshot)
1148 Snapshot* snapshot = &snapshots[i];
1202 Snapshot* min_snapsho
[all...]

Completed in 147 milliseconds