HomeSort by relevance Sort by last modified time
    Searched full:snapshot (Results 451 - 475 of 1754) sorted by null

<<11121314151617181920>>

  /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/caliper/caliper/
pom.xml 30 <version>1.0-SNAPSHOT</version>
104 <version>2.1-SNAPSHOT</version>
109 <version>2.1-SNAPSHOT</version>
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DetailsOverviewSharedElementHelper.java 119 View snapshot = sharedElementSnapshots.get(0); local
120 if (hasImageViewScaleChange(snapshot)) {
122 changeImageViewScale(snapshot);
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia/1.0-alpha-10/
doxia-1.0-alpha-10.pom 118 <version>1.0-SNAPSHOT</version>
126 <version>1.0-SNAPSHOT</version>
134 <version>1.0-SNAPSHOT</version>
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis-parent/1.2/
objenesis-parent-1.2.pom 280 <id>easymock-snapshot</id>
281 <name>EasyMock Snapshot Repository</name>
282 <url>scpexe://shell.sf.net/home/groups/e/ea/easymock/htdocs/maven/repository-snapshot</url>
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.2.0-alpha1/
perflib-25.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.2.0-alpha3/
perflib-25.2.0-alpha3.jar 
  /development/samples/Support7Demos/res/layout/
sample_media_controller.xml 28 android:id="@+id/snapshot"
  /external/antlr/antlr-3.4/runtime/JavaScript/build/
antlr3.properties 58 antlr3.tool=../../target/antlr-master-3.2.1-SNAPSHOT-completejar.jar
  /external/autotest/client/tests/scrashme/
scrashme.py 42 def setup(self, tarball = 'scrashme-git-snapshot-03-18-2010.tar.bz2'):
  /external/autotest/server/samples/
netperf-guest-to-host-far.srv 38 qemu_options= "-m 256 -hda /var/local/vdisk.img -snapshot"
  /external/autotest/server/site_tests/native_Benchmarks/
v8.py 27 options = '-C %s i18nsupport=off snapshot=off -j40' % self.src
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
test_volume.py 3 from boto.ec2.snapshot import Snapshot
192 snapshot_one = Snapshot()
194 snapshot_two = Snapshot()
  /external/chromium-trace/catapult/tracing/docs/
coordinate-systems.md 11 The snapshot view lives in a quad-stack-viewer DOM element. This is area of
  /external/dagger2/compiler/src/it/producers-functional-tests/
pom.xml 25 <version>2.1-SNAPSHOT</version>
  /external/dagger2/core/
pom.xml 23 <version>2.1-SNAPSHOT</version>
  /external/dagger2/examples/
pom.xml 24 <version>2.1-SNAPSHOT</version>
  /external/e2fsprogs/lib/ext2fs/
ext2_fs.h 306 #define EXT4_SNAPFILE_FL 0x01000000 /* Inode is a snapshot */
307 #define EXT4_SNAPFILE_DELETED_FL 0x04000000 /* Snapshot is being deleted */
308 #define EXT4_SNAPFILE_SHRUNK_FL 0x08000000 /* Snapshot shrink has completed */
499 #define EXT2_FLAGS_IS_SNAPSHOT 0x0010 /* This is a snapshot image */
500 #define EXT2_FLAGS_FIX_SNAPSHOT 0x0020 /* Snapshot inodes corrupted */
667 __u32 s_snapshot_inum; /* Inode number of active snapshot */
668 __u32 s_snapshot_id; /* sequential ID of active snapshot */
670 snapshot's future use */
671 __u32 s_snapshot_list; /* inode number of the head of the on-disk snapshot list */
    [all...]
  /external/google-breakpad/src/processor/
process_state.cc 30 // process_state.cc: A snapshot of a process, in a fully-digested state.
  /external/guava/guava-tests/
pom.xml 80 <!-- TODO(cpovirk): reenable after a matching Caliper snapshot is pushed to Maven Central
  /external/jacoco/jacoco-maven-plugin.test/it/it-dump/
pom.xml 19 <version>1.0-SNAPSHOT</version>
  /external/jacoco/jacoco-maven-plugin.test/it/it-offline-instrumentation/
pom.xml 19 <version>1.0-SNAPSHOT</version>
  /external/jacoco/jacoco-maven-plugin.test/it/it-site-failsafe/
pom.xml 19 <version>1.0-SNAPSHOT</version>
  /external/jsr330/
tck-pom.xml 7 <version>1.1-SNAPSHOT</version>

Completed in 1289 milliseconds

<<11121314151617181920>>