HomeSort by relevance Sort by last modified time
    Searched refs:snapshot (Results 151 - 175 of 704) sorted by null

1 2 3 4 5 67 8 91011>>

  /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/libpcap/
pcap-bt-monitor-linux.c 94 iv[1].iov_len = handle->snapshot;
176 handle->bufsize = BT_CONTROL_SIZE + sizeof(pcap_bluetooth_linux_monitor_header) + handle->snapshot;
pcap-dos.c 177 if (pcap->snapshot < ETH_MIN+8)
178 pcap->snapshot = ETH_MIN+8;
180 if (pcap->snapshot > ETH_MAX) /* silently accept and truncate large MTUs */
181 pcap->snapshot = ETH_MAX;
260 rx_len = (*dev->copy_rx_buf) (p->buffer, p->snapshot);
269 pcap.caplen = min (rx_len, p->snapshot);
1016 pcap_save.snapshot = MTU > 0 ? MTU : ETH_MAX; /* assume 1514 */
    [all...]
pcap-septel.c 129 caplen = p->snapshot ;
pcap-bt-linux.c 202 handle->bufsize = BT_CTRL_SIZE+sizeof(pcap_bluetooth_h4_header)+handle->snapshot;
313 iv.iov_len = handle->snapshot;
  /external/toolchain-utils/automation/clients/helper/
perforce.py 200 def CheckoutFromSnapshot(self, snapshot):
207 remote_dir = os.path.join(snapshot, local_path)
  /external/v8/src/profiler/
heap-profiler.cc 11 #include "src/profiler/heap-snapshot-generator-inl.h"
41 void HeapProfiler::RemoveSnapshot(HeapSnapshot* snapshot) {
42 snapshots_.RemoveElement(snapshot);
  /frameworks/base/libs/hwui/
RecordingCanvas.cpp 94 void RecordingCanvas::onSnapshotRestored(const Snapshot& removed, const Snapshot& restored) {
95 if (removed.flags & Snapshot::kFlagIsFboLayer) {
97 } else if (removed.flags & Snapshot::kFlagIsLayer) {
124 const Snapshot& previous = *mState.currentSnapshot();
126 // initialize the snapshot as though it almost represents an FBO layer so deferred draw
161 Snapshot& snapshot = *mState.writableSnapshot(); local
166 auto previousClip = getRecordedClip(); // capture before new snapshot clip has changed
172 snapshot.flags |= Snapshot::kFlagIsLayer | Snapshot::kFlagIsFboLayer
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
TaskWindowContainerController.java 221 void reportSnapshotChanged(TaskSnapshot snapshot) {
222 mHandler.obtainMessage(H.REPORT_SNAPSHOT_CHANGED, snapshot).sendToTarget();
TaskSnapshotSurface.java 78 * This class represents a starting window that shows a snapshot.
131 TaskSnapshot snapshot) {
177 layoutParams.format = snapshot.getSnapshot().getFormat();
203 Slog.w(TAG, "Failed to add snapshot starting window res=" + res);
210 surface, snapshot, layoutParams.getTitle(), backgroundColor, statusBarColor,
228 TaskSnapshot snapshot, CharSequence title, int backgroundColor, int statusBarColor,
236 mSnapshot = snapshot;
253 Slog.v(TAG, "Defer removing snapshot surface in " + (now - mShownTime) + "ms");
259 if (DEBUG_STARTING_WINDOW) Slog.v(TAG, "Removing snapshot surface");
278 if (DEBUG_STARTING_WINDOW) Slog.v(TAG, "Drawing snapshot surface sizeMismatch=
    [all...]
  /frameworks/layoutlib/bridge/src/android/view/
RectShadowPainter.java 138 GcSnapshot snapshot = Canvas_Delegate.getDelegate(canvas).getSnapshot(); local
139 Rectangle originalClip = snapshot.getOriginalClip();
  /frameworks/support/compat/java/android/support/v4/app/
ActivityCompat.java 487 public View onCreateSnapshotView(Context context, Parcelable snapshot) {
488 return mCallback.onCreateSnapshotView(context, snapshot);
  /art/tools/ahat/test/
InstanceTest.java 295 AhatSnapshot snapshot = dump.getAhatSnapshot(); local
299 for (AhatHeap heap : snapshot.getHeaps()) {
405 AhatSnapshot snapshot = SnapshotBuilder.makeSnapshot(strings, records); local
406 AhatInstance chars = snapshot.findInstance(0x41);
410 AhatInstance stringInstance = snapshot.findInstance(0x42);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
textio.c 696 PyObject *snapshot; member in struct:__anon5455
697 /* snapshot is either None, or a tuple (dec_flags, next_input) where
700 * snapshot point. We use this to reconstruct decoder states in tell().
861 Py_CLEAR(self->snapshot);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
textio.c 680 PyObject *snapshot; member in struct:__anon5768
681 /* snapshot is either None, or a tuple (dec_flags, next_input) where
684 * snapshot point. We use this to reconstruct decoder states in tell().
845 Py_CLEAR(self->snapshot);
    [all...]
  /external/v8/
Android.v8.mk 358 src/profiler/heap-snapshot-generator.cc \
411 src/snapshot/code-serializer.cc \
412 src/snapshot/deserializer.cc \
413 src/snapshot/natives-common.cc \
414 src/snapshot/partial-serializer.cc \
415 src/snapshot/serializer-common.cc \
416 src/snapshot/serializer.cc \
417 src/snapshot/snapshot-common.cc \
418 src/snapshot/snapshot-source-sink.cc
    [all...]
  /external/python/cpython2/Modules/_io/
textio.c 696 PyObject *snapshot; member in struct:__anon30240
697 /* snapshot is either None, or a tuple (dec_flags, next_input) where
700 * snapshot point. We use this to reconstruct decoder states in tell().
861 Py_CLEAR(self->snapshot);
    [all...]
  /external/kernel-headers/original/uapi/linux/
nilfs2_api.h 27 * @ci_next: next checkpoint number in snapshot list
55 NILFS_CPINFO_FNS(SNAPSHOT, snapshot)
  /frameworks/base/core/java/android/util/
LruCache.java 370 public synchronized final Map<K, V> snapshot() { method in class:LruCache
  /frameworks/layoutlib/bridge/src/android/util/
LruCache.java 381 public synchronized final Map<K, V> snapshot() { method in class:LruCache
  /frameworks/support/compat/java/android/support/v4/util/
LruCache.java 334 public synchronized final Map<K, V> snapshot() { method in class:LruCache
  /frameworks/support/paging/common/src/main/java/android/arch/paging/
PagedList.java 311 * Returns an immutable snapshot of the PagedList. If this PagedList is already
314 * @return Immutable snapshot of PagedList, which may be the PagedList itself.
316 public abstract List<T> snapshot(); method in class:PagedList
371 * differences between the previous snapshot, and the current state. For example, if the
376 * This allows an observer that's currently presenting a snapshot to catch up to the most recent
384 * @param previousSnapshot Snapshot previously captured from this List, or null.
  /libcore/luni/src/test/java/libcore/util/
BasicLruCacheTest.java 138 for (Map.Entry<T, T> entry : cache.snapshot().entrySet()) {
  /external/autotest/site_utils/lxc/
container_bucket.py 106 using snapshot clone even if the host supports that.
124 snapshot=use_snapshot,
127 logging.debug('Creating snapshot clone failed. Attempting without '
128 'snapshot...')
132 # Snapshot clone failed, retry clone without snapshot.
136 snapshot=False,
zygote_unittest.py 206 snapshot = True,
215 @param snapshot: Whether to create a snapshot clone.
227 snapshot,

Completed in 1162 milliseconds

1 2 3 4 5 67 8 91011>>