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

/external/chromium_org/gpu/command_buffer/service/
H A Dgpu_state_tracer.cc19 class Snapshot : public base::debug::ConvertableToTraceFormat { class in namespace:gpu::gles2::__anon8839
21 static scoped_refptr<Snapshot> Create(const ContextState* state);
30 explicit Snapshot(const ContextState* state);
31 virtual ~Snapshot() {}
38 DISALLOW_COPY_AND_ASSIGN(Snapshot);
43 Snapshot::Snapshot(const ContextState* state) : state_(state) {} function in class:gpu::gles2::Snapshot
45 scoped_refptr<Snapshot> Snapshot::Create(const ContextState* state) {
46 return scoped_refptr<Snapshot>(ne
[all...]
/external/chromium_org/base/process/
H A Dprocess_iterator.cc24 ProcessIterator::ProcessEntries ProcessIterator::Snapshot() { function in class:base::ProcessIterator
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
H A Ddb.h25 // A Snapshot is an immutable object and can therefore be safely
27 class Snapshot { class in namespace:leveldb
29 virtual ~Snapshot();
98 virtual const Snapshot* GetSnapshot() = 0;
102 virtual void ReleaseSnapshot(const Snapshot* snapshot) = 0;
/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/chromium_org/chrome/browser/translate/
H A Dtranslate_browser_metrics_unittest.cc42 Snapshot();
69 Snapshot();
79 Snapshot();
84 void Snapshot() { function in class:__anon6146::MetricsRecorder
/external/chromium_org/components/translate/common/
H A Dtranslate_metrics_unittest.cc42 Snapshot();
62 Snapshot();
90 Snapshot();
99 Snapshot();
104 Snapshot();
119 Snapshot();
124 void Snapshot() { function in class:__anon7838::MetricsRecorder
/external/chromium_org/v8/src/
H A Dsnapshot.h36 class Snapshot { class in namespace:v8::internal
95 DISALLOW_IMPLICIT_CONSTRUCTORS(Snapshot);
/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/chromium_org/net/disk_cache/
H A Dstats.cc251 void Stats::Snapshot(base::HistogramSamples* samples) const { function in class:disk_cache::Stats
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.h177 class Snapshot;
178 Snapshot* TakeSnapshot();
182 void ReleaseSnapshot(Snapshot* snapshot);
188 Snapshot* NonLiveSnapshot(Snapshot* base);
319 static void AddToSnapshot(const void* ptr, AllocValue* v, Snapshot* s);
323 Snapshot* dest;
324 Snapshot* base;
370 class HeapProfileTable::Snapshot { class in class:HeapProfileTable
401 Snapshot(Allocato function in class:HeapProfileTable::Snapshot
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.h194 class Snapshot;
195 Snapshot* TakeSnapshot();
199 void ReleaseSnapshot(Snapshot* snapshot);
205 Snapshot* NonLiveSnapshot(Snapshot* base);
428 static void AddToSnapshot(const void* ptr, AllocValue* v, Snapshot* s);
432 Snapshot* dest;
433 Snapshot* base;
473 class HeapProfileTable::Snapshot { class in class:HeapProfileTable
504 Snapshot(Allocato function in class:HeapProfileTable::Snapshot
[all...]
/external/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DDiskLruCache.java400 public synchronized Snapshot get(String key) throws IOException {
438 return new Snapshot(key, entry.sequenceNumber, ins, entry.lengths);
455 return null; // Snapshot is stale.
665 public final class Snapshot implements Closeable { class in class:DiskLruCache
671 private Snapshot(String key, long sequenceNumber, InputStream[] ins, long[] lengths) { method in class:DiskLruCache.Snapshot
/external/chromium_org/base/
H A Dtracked_objects.cc387 void ThreadData::Snapshot(bool reset_max, ProcessDataSnapshot* process_data) { function in class:tracked_objects::ThreadData
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_impl.cc1143 const Snapshot* DBImpl::GetSnapshot() {
1148 void DBImpl::ReleaseSnapshot(const Snapshot* s) {
1479 Snapshot::~Snapshot() {
/external/valgrind/main/massif/
H A Dms_main.c1065 Snapshot; typedef in typeref:struct:__anon28581
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...]
/external/robolectric/lib/main/
H A Dmaps_v16.jarcom/google/android/maps/GeoPoint.class " package com.google.android.maps public com.google ...

Completed in 490 milliseconds