Home
last modified time | relevance | path

Searched refs:snapshots (Results 1 – 25 of 75) sorted by relevance

123

/external/webrtc/tools/cpu/
Dcpu_mon.py61 snapshots = []
66 snapshots.append(snapshot)
68 if len(snapshots) == 0:
74 for s in snapshots:
/external/libgdx/gdx/src/com/badlogic/gdx/utils/
DSnapshotArray.java42 private int snapshots; field in SnapshotArray
80 snapshots++; in begin()
86 snapshots = Math.max(0, snapshots - 1); in end()
88 if (snapshot != items && snapshots == 0) { in end()
/external/valgrind/massif/
Dms_main.c129 - can completely separate connection between snapshots and trees.
146 Number of snapshots: 50
147 Detailed snapshots: [2, 11, 13, 19, 25, 32 (peak)]
1029 static Snapshot* snapshots; // Array of snapshots. variable
1054 return &snapshots[0] == snapshot // First snapshot in is_uncullable_snapshot()
1055 || &snapshots[next_snapshot_i-1] == snapshot // Last snapshot in is_uncullable_snapshot()
1071 tl_assert( is_snapshot_in_use( & snapshots[i] )); in sanity_check_snapshots_array()
1074 tl_assert(!is_snapshot_in_use( & snapshots[i] )); in sanity_check_snapshots_array()
1109 Snapshot* snapshot = &snapshots[i]; in VERB_snapshot()
1151 j < clo_max_snapshots && !is_snapshot_in_use(&snapshots[j]); \ in cull_snapshots()
[all …]
/external/valgrind/massif/tests/
Done.post.exp232 Number of snapshots: 2
33 Detailed snapshots: []
Dbig-alloc.post.exp-ppc6432 Number of snapshots: 11
33 Detailed snapshots: [9]
Dbig-alloc.post.exp-64bit32 Number of snapshots: 11
33 Detailed snapshots: [9]
Ddeep-D.post.exp-ppc6432 Number of snapshots: 11
33 Detailed snapshots: [9]
Doverloaded-new.post.exp-mips3232 Number of snapshots: 10
33 Detailed snapshots: [5 (peak)]
Dbasic2.vgtest2 vgopts: --stacks=no --time-unit=B --massif-out-file=massif.out --detailed-freq=1 --max-snapshots=10
/external/autotest/client/tests/kvmtest/
Dcontrol.with_modbuild15 SNAPBASE = 'http://people.qumranet.com/avi/snapshots/'
20 # change this value to point to older snapshots , defaults to
37 # ex: http://people.qumranet.com/avi/snapshots/kvm-snapshot-20071021.tar.gz
/external/dbus/
DREADME52 versions are development snapshots.
54 So for example, development snapshots: 1.1.1, 1.1.2, 1.1.3, 1.3.4
57 All pre-1.0 versions were development snapshots.
59 Development snapshots make no ABI stability guarantees for new ABI
60 introduced since the last stable release. Development snapshots are
111 major.minor.micro) are devel snapshots for testing, and any new ABI
/external/droiddriver/
Dreleasing_to_jcenter.md11 # Releasing snapshots to artifactory
18 Note that resolving the snapshots requires adding the maven repo to the gradle build file:
/external/llvm/utils/crosstool/ARM/
DREADME4 1. % llvm/utils/crosstool/create-snapshots.sh
34 LLVM_PKG_PATH=[dir where you stored your LLVM and LLVM-GCC snapshots] \
/external/okhttp/
DREADME.md22 Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
70 [snap]: https://oss.sonatype.org/content/repositories/snapshots/
/external/valgrind/gdbserver_tests/
Dmssnapshot.vgtest1 # test the massif help and massif snapshots.
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DDiskLruCacheTest.java938 Iterator<DiskLruCache.Snapshot> iterator = cache.snapshots(); in iterator()
972 Iterator<DiskLruCache.Snapshot> iterator = cache.snapshots(); in iteratorElementsAddedDuringIterationAreOmitted()
990 Iterator<DiskLruCache.Snapshot> iterator = cache.snapshots(); in iteratorElementsUpdatedDuringIterationAreUpdated()
1008 Iterator<DiskLruCache.Snapshot> iterator = cache.snapshots(); in iteratorElementsRemovedDuringIterationAreOmitted()
1021 Iterator<DiskLruCache.Snapshot> iterator = cache.snapshots(); in iteratorRemove()
1032 Iterator<DiskLruCache.Snapshot> iterator = cache.snapshots(); in iteratorRemoveBeforeNext()
1042 Iterator<DiskLruCache.Snapshot> iterator = cache.snapshots(); in iteratorRemoveOncePerCallToNext()
1057 Iterator<DiskLruCache.Snapshot> iterator = cache.snapshots(); in cacheClosedTruncatesIterator()
/external/testng/
DREADME-publish5 - the snapshot to https://oss.sonatype.org/content/repositories/snapshots
DREADME.dev20 <id>sonatype-nexus-snapshots</id>
/external/autotest/client/tests/kernelbuild/
Dcontrol21 …ing/patch-2.6.19-rc6.bz2', 'http://ftp.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.19-rc6…
/external/nanohttpd/
DREADME.md229 <id>sonatype-snapshots</id>
230 <url>https://oss.sonatype.org/content/repositories/snapshots</url>
231 <snapshots>
233 </snapshots>
/external/nanohttpd/src/site/markdown/
Dindex.md225 <id>sonatype-snapshots</id>
226 <url>https://oss.sonatype.org/content/repositories/snapshots</url>
227 <snapshots>
229 </snapshots>
/external/dagger2/
DREADME.md100 Developer snapshots are available from [Sonatype's snapshot repository][dagger-snap], and
124 [dagger-snap]: https://oss.sonatype.org/content/repositories/snapshots/com/google/dagger/
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
Dtest_volume.py199 retval = self.volume_one.snapshots()
205 self.volume_one.snapshots("owner", "restorable_by")
/external/testng/gradle/
Dpublishing-maven.gradle47 snapshotRepository(url: "https://oss.sonatype.org/content/repositories/snapshots") {
/external/iproute2/doc/
Drtstat.sgml43 <item><tt/-i INTERVAL/ - interval between snapshots, default value is

123