Home
last modified time | relevance | path

Searched refs:snapshots (Results 1 – 25 of 71) 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/valgrind/massif/
Dms_main.c124 - can completely separate connection between snapshots and trees.
141 Number of snapshots: 50
142 Detailed snapshots: [2, 11, 13, 19, 25, 32 (peak)]
652 static Snapshot* snapshots; // Array of snapshots. variable
677 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 …]
/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/compiler-rt/lib/esan/
Desan_flags.inc35 "Working set tool: whether to sample snapshots during a run.")
37 // Typical profiling uses a 10ms timer. Our snapshots take some work
44 // of snapshots. There are 8 in total, with number 0 using sample_freq.
/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/swiftshader/third_party/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/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/v8/src/inspector/build/closure-compiler/
DREADME.md27 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>
/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/nanohttpd/
DREADME.md229 <id>sonatype-snapshots</id>
230 <url>https://oss.sonatype.org/content/repositories/snapshots</url>
231 <snapshots>
233 </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/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
/external/hamcrest/
Dbuild.gradle76 … snapshotRepository(url: "https://oss.sonatype.org/content/repositories/snapshots/") {
/external/ImageMagick/MagickWand/
Dimport.c280 snapshots; in ImportImageCommand() local
412 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()

123