Searched refs:snapshots (Results 1 – 25 of 71) sorted by relevance
123
61 snapshots = []66 snapshots.append(snapshot)68 if len(snapshots) == 0:74 for s in snapshots:
124 - can completely separate connection between snapshots and trees.141 Number of snapshots: 50142 Detailed snapshots: [2, 11, 13, 19, 25, 32 (peak)]652 static Snapshot* snapshots; // Array of snapshots. variable677 return &snapshots[0] == snapshot // First snapshot in is_uncullable_snapshot()678 || &snapshots[next_snapshot_i-1] == snapshot // Last snapshot in is_uncullable_snapshot()693 tl_assert( is_snapshot_in_use( & snapshots[i] )); in sanity_check_snapshots_array()696 tl_assert(!is_snapshot_in_use( & snapshots[i] )); in sanity_check_snapshots_array()731 Snapshot* snapshot = &snapshots[i]; in VERB_snapshot()773 j < clo_max_snapshots && !is_snapshot_in_use(&snapshots[j]); \ in cull_snapshots()[all …]
32 Number of snapshots: 233 Detailed snapshots: []
32 Number of snapshots: 1133 Detailed snapshots: [9]
32 Number of snapshots: 1033 Detailed snapshots: [5 (peak)]
2 vgopts: --stacks=no --time-unit=B --massif-out-file=massif.out --detailed-freq=1 --max-snapshots=10
35 "Working set tool: whether to sample snapshots during a run.")37 // Typical profiling uses a 10ms timer. Our snapshots take some work44 // of snapshots. There are 8 in total, with number 0 using sample_freq.
11 # Releasing snapshots to artifactory18 Note that resolving the snapshots requires adding the maven repo to the gradle build file:
4 1. % llvm/utils/crosstool/create-snapshots.sh34 LLVM_PKG_PATH=[dir where you stored your LLVM and LLVM-GCC snapshots] \
22 Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].70 [snap]: https://oss.sonatype.org/content/repositories/snapshots/
1 # test the massif help and massif snapshots.
938 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()
5 - the snapshot to https://oss.sonatype.org/content/repositories/snapshots
20 <id>sonatype-nexus-snapshots</id>
27 2. Add sonatype snapshots repository to `~/.m2/settings.xml`:30 <id>allow-snapshots</id>34 <id>snapshots-repo</id>35 <url>https://oss.sonatype.org/content/repositories/snapshots</url>37 <snapshots><enabled>true</enabled></snapshots>
225 <id>sonatype-snapshots</id>226 <url>https://oss.sonatype.org/content/repositories/snapshots</url>227 <snapshots>229 </snapshots>
229 <id>sonatype-snapshots</id>230 <url>https://oss.sonatype.org/content/repositories/snapshots</url>231 <snapshots>233 </snapshots>
100 Developer snapshots are available from [Sonatype's snapshot repository][dagger-snap], and124 [dagger-snap]: https://oss.sonatype.org/content/repositories/snapshots/com/google/dagger/
47 snapshotRepository(url: "https://oss.sonatype.org/content/repositories/snapshots") {
43 <item><tt/-i INTERVAL/ - interval between snapshots, default value is
76 … snapshotRepository(url: "https://oss.sonatype.org/content/repositories/snapshots/") {
280 snapshots; in ImportImageCommand() local412 snapshots=1; in ImportImageCommand()454 for (scene=0; scene < (size_t) MagickMax(snapshots,1); scene++) in ImportImageCommand()1173 snapshots=(ssize_t) StringToLong(argv[i]); in ImportImageCommand()