Home
last modified time | relevance | path

Searched refs:drained (Results 1 – 25 of 32) sorted by relevance

12

/external/grpc-grpc-java/protobuf-lite/src/test/java/io/grpc/protobuf/lite/
DProtoLiteUtilsTest.java158 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/
Dclang-analyzer-osx.cocoa.RunLoopAutoreleaseLeak.rst6 Check for leaked memory in autorelease pools that will never be drained
/external/guava/guava-tests/test/com/google/common/collect/
DQueuesTest.java141 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/
DQueuesTest.java141 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/
Dformat12 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/
Dformat12 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/
Dformat12 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/
Dformat12 print fmt: "drained size %lx, skipped size %lx", REC->drained_size, REC->skipped_size
/external/perfetto/protos/perfetto/trace/power/
Dbattery_counters.proto28 // Positive values indicate current drained from the battery,
/external/perfetto/docs/data-sources/
Dbattery-counters.md14 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/
Dcombiner-explainer.md58 until the combiner is drained.
63 onto `run_finally` runs after we have drained the queue. That means
/external/curl/docs/
DBUG-BOUNTY.md75 # What happens if the bounty fund is drained?
/external/rust/crates/hashbrown/src/
Dset.rs2245 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()
Dmap.rs4616 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/
DREADME.md149 be triggered until the messages are drained.
/external/python/cpython3/Doc/library/
Dasyncio-stream.rst294 buffer is drained down to the low watermark and writing can
/external/libevent/
Dwhatsnew-2.0.txt412 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/
Dfaft-how-to-run-doc.md253 …without the AC charger connected. The DUT's battery may have completely drained during the middle…
/external/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
DCheckers.td1058 "drained">,
/external/llvm-project/clang/docs/analyzer/
Dcheckers.rst1187 Check for leaked memory in autorelease pools that will never be drained.
/external/libchrome/mojo/public/cpp/bindings/
DREADME.md383 be triggered until the messages are drained.
/external/clang/docs/
DAutomaticReferenceCounting.rst1681 drained.
/external/python/cpython3/Doc/whatsnew/
D3.2.rst930 assure that all threads get released (drained) before any one of them can loop
/external/exoplayer/tree/
DRELEASENOTES.md781 * Allow `AudioProcessor`s to be drained of pending output after they are
/external/llvm-project/clang/docs/
DAutomaticReferenceCounting.rst1969 drained.

12