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

/external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
H A Dfsdiff.py25 __all__ = ['Diff', 'Snapshot', 'File', 'Dir', 'report_expected_diffs',
90 class Snapshot(IterableUserDict): class in inherits:IterableUserDict
/external/v8/src/
H A Dsnapshot.h13 class Snapshot { class in namespace:v8::internal
65 DISALLOW_IMPLICIT_CONSTRUCTORS(Snapshot);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DDiskLruCache.java422 public synchronized Snapshot get(String key) throws IOException {
430 Snapshot snapshot = entry.snapshot();
458 return null; // Snapshot is stale.
709 * <p><strong>The caller must {@link Snapshot#close close}</strong> each snapshot returned by
714 public synchronized Iterator<Snapshot> snapshots() throws IOException {
716 return new Iterator<Snapshot>() {
721 Snapshot nextSnapshot;
724 Snapshot removeSnapshot;
735 Snapshot snapshot = entry.snapshot();
745 @Override public Snapshot nex
767 public final class Snapshot implements Closeable { class in class:DiskLruCache
773 private Snapshot(String key, long sequenceNumber, Source[] sources, long[] lengths) { method in class:DiskLruCache.Snapshot
[all...]
/external/valgrind/massif/
H A Dms_main.c1026 Snapshot; typedef in typeref:struct:__anon16524
1029 static Snapshot* snapshots; // Array of snapshots.
1031 static Bool is_snapshot_in_use(Snapshot* snapshot)
1047 static Bool is_detailed_snapshot(Snapshot* snapshot)
1052 static Bool is_uncullable_snapshot(Snapshot* snapshot)
1059 static void sanity_check_snapshot(Snapshot* snapshot)
1082 static void clear_snapshot(Snapshot* snapshot, Bool do_sanity_check)
1095 static void delete_snapshot(Snapshot* snapshot)
1109 Snapshot* snapshot = &snapshots[i];
1163 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 272 milliseconds