Searched refs:sinks (Results 1 – 10 of 10) sorted by relevance
/external/guava/guava-tests/test/com/google/common/hash/ |
D | HashTestUtils.java | 92 @Override void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) { in PUT_BOOLEAN() argument 94 for (PrimitiveSink sink : sinks) { in PUT_BOOLEAN() 100 @Override void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) { in PUT_BYTE() argument 102 for (PrimitiveSink sink : sinks) { in PUT_BYTE() 108 @Override void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) { in PUT_SHORT() argument 110 for (PrimitiveSink sink : sinks) { in PUT_SHORT() 116 @Override void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) { in PUT_CHAR() argument 118 for (PrimitiveSink sink : sinks) { in PUT_CHAR() 124 @Override void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) { in PUT_INT() argument 126 for (PrimitiveSink sink : sinks) { in PUT_INT() [all …]
|
D | AbstractStreamingHasherTest.java | 145 List<Sink> sinks = Lists.newArrayList(); in testExhaustive() local 149 sinks.add(new Sink(chunkSize, bufferSize)); in testExhaustive() 160 Iterables.concat(sinks, Collections.singleton(controlSink)); in testExhaustive() 170 for (Sink sink : sinks) { in testExhaustive() 175 for (Sink sink : sinks) { in testExhaustive()
|
/external/ceres-solver/internal/ceres/ |
D | graph.h | 76 const HashSet<Vertex>& sinks = edges_[vertex]; in RemoveVertex() local 77 for (typename HashSet<Vertex>::const_iterator it = sinks.begin(); in RemoveVertex() 78 it != sinks.end(); ++it) { in RemoveVertex()
|
/external/skia/site/dev/testing/ |
D | testing.md | 25 492 srcs * 3 sinks + 382 tests == 1858 tasks 54 492 srcs * 3 sinks + 382 tests == 1858 tasks 72 Sometimes DM calls these configs, sometimes sinks. Sorry. There are many 75 DM always tries to draw all sources into all sinks, which is why we multiply
|
/external/llvm/test/CodeGen/X86/ |
D | hoist-common.ll | 6 ; However, now that MachineSink sinks the redundant xor
|
D | postra-licm.ll | 5 ; Only linear scan needs this, -regalloc=greedy sinks the spill instead.
|
/external/llvm/test/Transforms/LICM/ |
D | promote-order.ll | 3 ; LICM should keep the stores in their original order when it sinks/promotes them.
|
/external/okhttp/okio/ |
D | README.md | 61 Sources and sinks interoperate with `InputStream` and `OutputStream`. You can
|
/external/clang/docs/ |
D | DataFlowSanitizerDesign.rst | 23 flows from a program's inputs (sources) to its outputs (sinks).
|
/external/libvorbis/doc/ |
D | 03-codebook.tex | 272 single used value and sinks zero bits.
|