/external/perfetto/src/trace_processor/ |
D | clock_tracker.cc | 34 ClockSnapshotVector& snapshots = clocks_[domain]; in SyncClocks() local 35 if (!snapshots.empty()) { in SyncClocks() 37 if (trace_time_ns <= snapshots.back().trace_time_ns) { in SyncClocks() 42 if (clock_time_ns <= snapshots.back().clock_time_ns) { in SyncClocks() 51 while (!snapshots.empty() && in SyncClocks() 52 snapshots.back().clock_time_ns >= clock_time_ns) { in SyncClocks() 53 snapshots.pop_back(); in SyncClocks() 57 snapshots.emplace_back(ClockSnapshot{clock_time_ns, trace_time_ns}); in SyncClocks() 62 ClockSnapshotVector& snapshots = clocks_[domain]; in ToTraceTime() local 63 if (snapshots.empty()) { in ToTraceTime() [all …]
|
/external/webrtc/tools/cpu/ |
D | cpu_mon.py | 61 snapshots = [] 66 snapshots.append(snapshot) 68 if len(snapshots) == 0: 74 for s in snapshots:
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | replay_computation.cc | 350 std::vector<HloSnapshot> snapshots; in RealMain() local 354 snapshots.push_back(std::move(maybe_snapshot).ValueOrDie()); in RealMain() 362 LOG(INFO) << "Compiling " << snapshots.size() << " modules in parallel."; in RealMain() 368 "compile_modules", std::max(size_t{1}, snapshots.size()), in RealMain() 370 executables.resize(snapshots.size()); in RealMain() 371 for (int64 i = 0; i < snapshots.size(); ++i) { in RealMain() 372 thread_pool.Schedule([&snapshots, &executables, client, i] { in RealMain() 373 executables[i] = CompileExecutable(snapshots[i], client); in RealMain() 388 ReplayComputation(snapshots[i], executable, client, opts); in RealMain() 403 auto& snapshot = snapshots[i]; in RealMain()
|
/external/compiler-rt/lib/esan/ |
D | esan_flags.inc | 35 "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/v8/gni/ |
D | v8.gni | 35 # http://v8project.blogspot.com/2015/09/custom-startup-snapshots.html 36 # TODO(thakis): Make snapshots work in 64-bit win/cross builds, 40 # Enable several snapshots side-by-side (e.g. default and for trusted code). 65 # Silently disable multi snapshots if they're incompatible with the current
|
/external/droiddriver/ |
D | releasing_to_jcenter.md | 11 # 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/ |
D | README | 4 1. % llvm/utils/crosstool/create-snapshots.sh 34 LLVM_PKG_PATH=[dir where you stored your LLVM and LLVM-GCC snapshots] \
|
/external/swiftshader/third_party/LLVM/utils/crosstool/ARM/ |
D | README | 4 1. % llvm/utils/crosstool/create-snapshots.sh 34 LLVM_PKG_PATH=[dir where you stored your LLVM and LLVM-GCC snapshots] \
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/crosstool/ARM/ |
D | README | 4 1. % llvm/utils/crosstool/create-snapshots.sh 34 LLVM_PKG_PATH=[dir where you stored your LLVM and LLVM-GCC snapshots] \
|
/external/okhttp/ |
D | README.md | 22 Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap]. 70 [snap]: https://oss.sonatype.org/content/repositories/snapshots/
|
/external/e2fsprogs/scrub/ |
D | e2scrub.rules.in | 1 # Try to hide our fsck snapshots from udev's /dev/disk linking...
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/ |
D | DiskLruCacheTest.java | 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()
|
/external/robolectric-shadows/ |
D | README.md | 59 …g edge, you can try running against a snapshot build. Keep in mind that snapshots represent the mo… 65 maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
|
/external/v8/src/inspector/build/closure-compiler/ |
D | README.md | 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>
|
/external/testng/ |
D | README-publish | 5 - the snapshot to https://oss.sonatype.org/content/repositories/snapshots
|
D | README.dev | 20 <id>sonatype-nexus-snapshots</id>
|
/external/nanohttpd/ |
D | 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/ |
D | index.md | 225 <id>sonatype-snapshots</id> 226 <url>https://oss.sonatype.org/content/repositories/snapshots</url> 227 <snapshots> 229 </snapshots>
|
/external/dagger2/ |
D | README.md | 100 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/ |
D | publishing-maven.gradle | 47 snapshotRepository(url: "https://oss.sonatype.org/content/repositories/snapshots") {
|
/external/ImageMagick/MagickWand/ |
D | import.c | 281 snapshots; in ImportImageCommand() local 415 snapshots=1; in ImportImageCommand() 457 for (scene=0; scene < (size_t) MagickMax(snapshots,1); scene++) in ImportImageCommand() 1176 snapshots=(ssize_t) StringToLong(argv[i]); in ImportImageCommand()
|
/external/libcxx/ |
D | appveyor-reqs-install.cmd | 12 …appveyor DownloadFile https://prereleases.llvm.org/win-snapshots/LLVM-8.0.0-r345380-win32.exe -Fil…
|
/external/hamcrest/ |
D | build.gradle | 76 … snapshotRepository(url: "https://oss.sonatype.org/content/repositories/snapshots/") {
|
/external/okhttp/okio/ |
D | README.md | 131 Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap]. 142 [snap]: https://oss.sonatype.org/content/repositories/snapshots/
|
/external/blktrace/ |
D | README | 19 If you don't have git, you can get hourly snapshots from: 23 The snapshots include the full git object database as well. kernel.org has
|