/external/grpc-grpc-java/protobuf-lite/src/test/java/io/grpc/protobuf/lite/ |
D | ProtoLiteUtilsTest.java | 158 int drained = d.drainTo(baos); in testDrainTo_all() local 159 assertEquals(baos.size(), drained); in testDrainTo_all() local 176 int drained = d.drainTo(baos); in testDrainTo_partial() local 177 assertEquals(baos.size(), drained); in testDrainTo_partial() local
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | clang-analyzer-osx.cocoa.RunLoopAutoreleaseLeak.rst | 6 Check for leaked memory in autorelease pools that will never be drained
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | QueuesTest.java | 141 int drained = drain(q, newArrayList(), 2, 10, MILLISECONDS, interruptibly); in testDrainTimesOut() local 142 assertThat(drained).isAtMost(1); in testDrainTimesOut() 149 if (drained == 0) { in testDrainTimesOut()
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | QueuesTest.java | 141 int drained = drain(q, newArrayList(), 2, 10, MILLISECONDS, interruptibly); in testDrainTimesOut() local 142 assertThat(drained).isAtMost(1); in testDrainTimesOut() 149 if (drained == 0) { in testDrainTimesOut()
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/kmem/ion_secure_cma_shrink_pool_start/ |
D | format | 12 print fmt: "drained size %lx, skipped size %lx", REC->drained_size, REC->skipped_size
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/kmem/ion_secure_cma_shrink_pool_end/ |
D | format | 12 print fmt: "drained size %lx, skipped size %lx", REC->drained_size, REC->skipped_size
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/kmem/ion_secure_cma_shrink_pool_end/ |
D | format | 12 print fmt: "drained size %lx, skipped size %lx", REC->drained_size, REC->skipped_size
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/kmem/ion_secure_cma_shrink_pool_start/ |
D | format | 12 print fmt: "drained size %lx, skipped size %lx", REC->drained_size, REC->skipped_size
|
/external/perfetto/protos/perfetto/trace/power/ |
D | battery_counters.proto | 28 // Positive values indicate current drained from the battery,
|
/external/perfetto/docs/data-sources/ |
D | battery-counters.md | 14 observe the total and instantaneous charge drained from the battery by the 112 These counters measure the energy drained by (groups of) hardware units.
|
/external/grpc-grpc/doc/ |
D | combiner-explainer.md | 58 until the combiner is drained. 63 onto `run_finally` runs after we have drained the queue. That means
|
/external/curl/docs/ |
D | BUG-BOUNTY.md | 75 # What happens if the bounty fund is drained?
|
/external/rust/crates/hashbrown/src/ |
D | set.rs | 2245 let drained = set.drain_filter(|&k| k % 2 == 0); in test_drain_filter() localVariable 2246 let mut out = drained.collect::<Vec<_>>(); in test_drain_filter()
|
D | map.rs | 4616 let drained = map.drain_filter(|&k, _| k % 2 == 0); in test_drain_filter() localVariable 4617 let mut out = drained.collect::<Vec<_>>(); in test_drain_filter()
|
/external/libchrome/mojo/public/js/ |
D | README.md | 149 be triggered until the messages are drained.
|
/external/python/cpython3/Doc/library/ |
D | asyncio-stream.rst | 294 buffer is drained down to the low watermark and writing can
|
/external/libevent/ |
D | whatsnew-2.0.txt | 412 operations that simultaneously filled _and_ drained a buffer, or handle 418 pointer to a struct holding the total number of bytes drained read and the
|
/external/autotest/docs/ |
D | faft-how-to-run-doc.md | 253 …without the AC charger connected. The DUT's battery may have completely drained during the middle…
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
D | Checkers.td | 1058 "drained">,
|
/external/llvm-project/clang/docs/analyzer/ |
D | checkers.rst | 1187 Check for leaked memory in autorelease pools that will never be drained.
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | README.md | 383 be triggered until the messages are drained.
|
/external/clang/docs/ |
D | AutomaticReferenceCounting.rst | 1681 drained.
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.2.rst | 930 assure that all threads get released (drained) before any one of them can loop
|
/external/exoplayer/tree/ |
D | RELEASENOTES.md | 781 * Allow `AudioProcessor`s to be drained of pending output after they are
|
/external/llvm-project/clang/docs/ |
D | AutomaticReferenceCounting.rst | 1969 drained.
|