HomeSort by relevance Sort by last modified time
    Searched refs:snapshots (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/webrtc/tools/cpu/
cpu_mon.py 61 snapshots = []
66 snapshots.append(snapshot)
68 if len(snapshots) == 0:
74 for s in snapshots:
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
SnapshotArray.java 42 private int snapshots; field in class:SnapshotArray
80 snapshots++;
86 snapshots = Math.max(0, snapshots - 1);
88 if (snapshot != items && snapshots == 0) {
  /external/valgrind/massif/
ms_main.c 40 // - do snapshots on some specific client requests
49 // - With --stack=yes, want to add a stack trace for detailed snapshots so
80 // - (Andy Lin) Give a stack trace on detailed snapshots?
129 - can completely separate connection between snapshots and trees.
146 Number of snapshots: 50
147 Detailed snapshots: [2, 11, 13, 19, 25, 32 (peak)]
194 // "Snapshots" are recordings of the memory usage. There are two basic
201 // Snapshots are taken every so often. There are two storage classes of
202 // snapshots:
204 // is to always have a certain number of temporary snapshots around. S
1029 static Snapshot* snapshots; \/\/ Array of snapshots. variable
    [all...]
  /frameworks/base/core/java/android/app/
ActivityTransitionCoordinator.java 534 Bundle sharedElementState, final ArrayList<View> snapshots) {
552 mListener.onSharedElementStart(mSharedElementNames, mSharedElements, snapshots);
557 protected void notifySharedElementEnd(ArrayList<View> snapshots) {
559 mListener.onSharedElementEnd(mSharedElementNames, mSharedElements, snapshots);
563 protected void scheduleSetSharedElementEnd(final ArrayList<View> snapshots) {
571 notifySharedElementEnd(snapshots);
613 ArrayList<View> snapshots = new ArrayList<View>(numSharedElements); local
615 return snapshots;
636 // Even null snapshots are added so they remain in the same order as shared elements.
637 snapshots.add(snapshot)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/redshift/
layer1.py 217 For more information about working with snapshots, go to
218 `Amazon Redshift Snapshots`_ in the Amazon Redshift Management
256 automated snapshots of the cluster. Also, when the retention
260 Manual snapshots are retained until you delete them.
262 For more information about working with snapshots, go to
263 `Amazon Redshift Snapshots`_ in the Amazon Redshift Management
492 automated snapshots are retained. If the value is 0, automated
493 snapshots are disabled. Even if automated snapshots are disabled,
494 you can still create manual snapshots when you want wit
    [all...]
  /external/nanohttpd/
README.md 229 <id>sonatype-snapshots</id>
230 <url>https://oss.sonatype.org/content/repositories/snapshots</url>
231 <snapshots>
233 </snapshots>
  /external/nanohttpd/src/site/markdown/
index.md 225 <id>sonatype-snapshots</id>
226 <url>https://oss.sonatype.org/content/repositories/snapshots</url>
227 <snapshots>
229 </snapshots>
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DiskLruCacheTest.java 938 Iterator<DiskLruCache.Snapshot> iterator = cache.snapshots();
972 Iterator<DiskLruCache.Snapshot> iterator = cache.snapshots();
990 Iterator<DiskLruCache.Snapshot> iterator = cache.snapshots();
1008 Iterator<DiskLruCache.Snapshot> iterator = cache.snapshots();
1021 Iterator<DiskLruCache.Snapshot> iterator = cache.snapshots();
1032 Iterator<DiskLruCache.Snapshot> iterator = cache.snapshots();
1042 Iterator<DiskLruCache.Snapshot> iterator = cache.snapshots();
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
test_volume.py 199 retval = self.volume_one.snapshots()
205 self.volume_one.snapshots("owner", "restorable_by")
  /external/llvm/utils/release/
build_llvm_package.bat 5 REM used for the the weekly snapshots at http://www.llvm.org/builds.
  /external/ImageMagick/MagickWand/
import.c 164 "-pause seconds seconds delay between snapshots",
177 "-snaps value number of screen snapshots",
282 snapshots;
414 snapshots=1;
456 for (scene=0; scene < (size_t) MagickMax(snapshots,1); scene++)
280 snapshots; local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
volume.py 222 def snapshots(self, owner=None, restorable_by=None, dry_run=False): member in class:Volume
224 Get all snapshots related to this volume. Note that this requires
225 that all available snapshots for the account be retrieved from EC2
230 :param owner: If present, only the snapshots owned by the
238 :param restorable_by: If present, only the snapshots that
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-profile/2.0.9/
maven-profile-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-profile/2.2.1/
maven-profile-2.2.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-aether-provider-3.2.1.jar 
maven-compat-3.2.1.jar 
maven-settings-3.2.1.jar 
aether-impl-0.9.0.M2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-aether-provider/3.3.9/
maven-aether-provider-3.3.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/
maven-artifact-manager-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/
maven-artifact-manager-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-settings/2.0.9/
maven-settings-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-settings/2.2.1/
maven-settings-2.2.1.jar 
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Cache.java 321 final Iterator<DiskLruCache.Snapshot> delegate = cache.snapshots();
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-impl/1.0.2.v20150114/
aether-impl-1.0.2.v20150114.jar 

Completed in 2572 milliseconds

1 2 3