HomeSort by relevance Sort by last modified time
    Searched defs:Snapshot (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /external/libchrome/base/process/
process_iterator.cc 26 ProcessIterator::ProcessEntries ProcessIterator::Snapshot() {
  /external/v8/src/snapshot/
snapshot.h 8 #include "src/snapshot/partial-serializer.h"
9 #include "src/snapshot/startup-serializer.h"
26 explicit SnapshotData(const Vector<const byte> snapshot)
27 : SerializedData(const_cast<byte*>(snapshot.begin()), snapshot.length()) {
54 class Snapshot : public AllStatic {
56 // Initialize the Isolate from the internal snapshot. Returns false if no
57 // snapshot could be found.
59 // Create a new context using the internal partial snapshot.
71 // To be implemented by the snapshot source
    [all...]
  /frameworks/base/libs/hwui/
Snapshot.cpp 17 #include "Snapshot.h"
28 Snapshot::Snapshot()
42 * Copies the specified snapshot/ The specified snapshot is stored as
43 * the previous snapshot.
45 Snapshot::Snapshot(Snapshot* s, int saveFlags)
75 void Snapshot::clip(const Rect& localClip, SkClipOp op)
    [all...]
Snapshot.h 67 * A snapshot holds information about the current state of the rendering
68 * surface. A snapshot is usually created whenever the user calls save()
69 * and discarded when the user calls restore(). Once a snapshot is created,
72 * Each snapshot has a link to a previous snapshot, indicating the previous
75 class Snapshot {
78 Snapshot();
79 Snapshot(Snapshot* s, int saveFlags);
87 * snapshot is restored so must the clip
    [all...]
  /frameworks/native/libs/ui/include/ui/
FenceTime.h 39 // An atomic snapshot of the FenceTime that is flattenable.
45 struct Snapshot : public Flattenable<Snapshot> {
52 Snapshot() = default; // Creates an empty snapshot.
53 explicit Snapshot(const sp<Fence>& fence);
54 explicit Snapshot(nsecs_t signalTime);
57 Snapshot(Snapshot&& src) = default;
58 Snapshot& operator=(Snapshot&& src) = default
    [all...]
  /frameworks/native/libs/ui/
FenceTime.cpp 74 void FenceTime::applyTrustedSnapshot(const Snapshot& src) {
75 if (CC_UNLIKELY(src.state != Snapshot::State::SIGNAL_TIME)) {
76 // Applying Snapshot::State::FENCE, could change the valid state of the
78 // FenceTime from the snapshot instead.
83 if (src.state == Snapshot::State::EMPTY) {
164 FenceTime::Snapshot FenceTime::getSnapshot() const {
168 return Snapshot(signalTime);
175 return Snapshot(signalTime);
177 return Snapshot(mFence);
200 // FenceTime::Snapshot
    [all...]
  /frameworks/av/media/libnbaio/include/media/nbaio/
NBLog.h 410 // A snapshot of a readers buffer
412 class Snapshot {
414 Snapshot() : mData(NULL), mLost(0) {}
416 Snapshot(size_t bufferSize) : mData(new uint8_t[bufferSize]) {}
418 ~Snapshot() { delete[] mData; }
426 // iterator to beginning of readable segment of snapshot
430 // iterator to end of readable segment of snapshot
448 // get snapshot of readers fifo buffer, effectively consuming the buffer
449 std::unique_ptr<Snapshot> getSnapshot();
450 // dump a particular snapshot of the reade
    [all...]
  /external/v8/src/
counters.cc 293 void RuntimeCallTimer::Snapshot() {
375 current_timer_.Value()->Snapshot();
  /frameworks/base/services/core/java/com/android/server/am/
UriPermission.java 362 * Snapshot of {@link UriPermission} with frozen
365 public static class Snapshot {
373 private Snapshot(UriPermission perm) {
383 public Snapshot snapshot() { method in class:UriPermission
384 return new Snapshot(this);
  /external/libchrome/base/
tracked_objects.cc 112 const DeathDataPhaseSnapshot* snapshot = last_phase_snapshot_; local
113 last_phase_snapshot_ = snapshot->prev;
114 delete snapshot;
175 // snapshot from the previous phase. Resetting other fields. Sample values
179 // is that for incrementable fields, resetting to 0 from the snapshot thread
183 // off-by-little corruptions to be likely fixed at the next snapshot.
197 // sample for the previous phase in the next phase's snapshot because
430 void ThreadData::Snapshot(int current_profiling_phase,
489 // snapshot it (but they lock before copying it).
627 // each snapshot calculate the delta between the snapshot and the previou
    [all...]
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 90 * <p>Clients call {@link #get} to read a snapshot of an entry. The read will
168 * a sequence number each time an edit is committed. A snapshot is stale if
469 * Returns a snapshot of the entry named {@code key}, or null if it doesn't
473 public synchronized Snapshot get(String key) throws IOException {
487 * snapshot. If we opened streams lazily then the streams could come
506 return new Snapshot(key, entry.sequenceNumber, ins);
523 return null; // snapshot is stale
728 * A snapshot of the values for an entry.
730 public final class Snapshot implements Closeable {
735 private Snapshot(String key, long sequenceNumber, InputStream[] ins)
    [all...]
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 90 * <p>Clients call {@link #get} to read a snapshot of an entry. The read will
168 * a sequence number each time an edit is committed. A snapshot is stale if
469 * Returns a snapshot of the entry named {@code key}, or null if it doesn't
473 public synchronized Snapshot get(String key) throws IOException {
487 * snapshot. If we opened streams lazily then the streams could come
506 return new Snapshot(key, entry.sequenceNumber, ins);
523 return null; // snapshot is stale
728 * A snapshot of the values for an entry.
730 public final class Snapshot implements Closeable {
735 private Snapshot(String key, long sequenceNumber, InputStream[] ins)
    [all...]
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DiskLruCache.java 90 * <p>Clients call {@link #get} to read a snapshot of an entry. The read will
168 * a sequence number each time an edit is committed. A snapshot is stale if
469 * Returns a snapshot of the entry named {@code key}, or null if it doesn't
473 public synchronized Snapshot get(String key) throws IOException {
487 * snapshot. If we opened streams lazily then the streams could come
506 return new Snapshot(key, entry.sequenceNumber, ins);
523 return null; // snapshot is stale
728 * A snapshot of the values for an entry.
730 public final class Snapshot implements Closeable {
735 private Snapshot(String key, long sequenceNumber, InputStream[] ins)
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java 78 * <p>Clients call {@link #get} to read a snapshot of an entry. The read will
161 * a sequence number each time an edit is committed. A snapshot is stale if
417 * Returns a snapshot of the entry named {@code key}, or null if it doesn't
421 public synchronized Snapshot get(String key) throws IOException {
429 Snapshot snapshot = entry.snapshot();
430 if (snapshot == null) return null;
438 return snapshot;
457 return null; // Snapshot is stale
734 Snapshot snapshot = entry.snapshot(); local
    [all...]
  /external/r8/src/main/java/com/android/tools/r8/ir/conversion/
JarState.java 131 private static class Snapshot {
135 public Snapshot(Local[] locals, ImmutableList<Slot> stack) {
174 private final Map<Integer, Snapshot> targetStates = new HashMap<>();
357 Snapshot snapshot = targetStates.get(offset); local
358 assert snapshot != null;
359 assert locals.length == snapshot.locals.length;
361 locals[i] = snapshot.locals[i];
364 stack.addAll(snapshot.stack);
395 Snapshot snapshot = targetStates.get(target) local
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseWrapContentTest.java 129 List<Snapshot> s1 = runScenario(scenario, matchParent, null);
132 List<Snapshot> s2 = runScenario(scenario, wrapContent, s1);
136 Snapshot step1 = s1.get(i);
137 Snapshot step2 = s2.get(i);
142 public List<Snapshot> runScenario(Scenario scenario, ViewGroup.LayoutParams lp,
143 @Nullable List<Snapshot> compareWith)
147 List<Snapshot> result = new ArrayList<>();
166 Snapshot snapshot = takeSnapshot(); local
168 snapshot.assertRvSize()
178 Snapshot snapshot = takeSnapshot(); local
205 Snapshot snapshot = takeSnapshot(); local
229 Snapshot snapshot = new Snapshot(mRecyclerView, mLoggingItemAnimator, local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/
maven-repository-metadata-2.0.9.jar 
  /prebuilts/misc/common/robolectric/lib/
maven-repository-metadata-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/
maven-repository-metadata-2.2.1.jar 
  /external/v8/src/ast/
scopes.cc 153 Scope::Snapshot::Snapshot(Scope* scope)
811 void Scope::Snapshot::Reparent(DeclarationScope* new_parent) const {
    [all...]
  /external/valgrind/massif/
ms_main.c 41 // - "show me the extra allocations since the last snapshot"
90 snapshot=0
98 snapshot=1
122 - each snapshot specifies an x-axis value and one or more y-axis values.
196 // - Detailed: these record those things in a normal snapshot, plus a very
201 // - Temporary: Massif does a temporary snapshot every so often. The idea
207 // - Permanent: Massif takes a permanent (detailed) snapshot in some
209 // - Peak snapshot: When the memory usage peak is reached, it takes a
210 // snapshot. It keeps this, unless the peak is subsequently exceeded,
211 // in which case it will overwrite the peak snapshot
731 Snapshot* snapshot = &snapshots[i]; local
970 Snapshot* snapshot; local
1782 Snapshot* snapshot = & snapshots_array[i]; local
1804 Snapshot snapshot; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-repository-metadata/3.3.9/
maven-repository-metadata-3.3.9.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0/
perflib-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha5/
perflib-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha7/
perflib-25.0.0-alpha7.jar 

Completed in 880 milliseconds

1 2 3 4