Searched refs:sinks (Results 1 – 15 of 15) 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 | 144 List<Sink> sinks = Lists.newArrayList(); in testExhaustive() local 148 sinks.add(new Sink(chunkSize, bufferSize)); in testExhaustive() 159 Iterables.concat(sinks, Collections.singleton(controlSink)); in testExhaustive() 169 for (Sink sink : sinks) { in testExhaustive() 174 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/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | BluetoothA2dpFacade.java | 67 List<BluetoothDevice> sinks = sA2dpProfile.getConnectedDevices(); in a2dpConnect() local 68 if (sinks != null) { in a2dpConnect() 69 for (BluetoothDevice sink : sinks) { in a2dpConnect()
|
/external/webrtc/webrtc/tools/e2e_quality/audio/ |
D | README | 4 The test depends on PulseAudio virtual devices (null sinks). Without additional 5 arguments, run_audio_test.py expects a pair of sinks named "capture" and
|
D | default.pa | 1 # Place in ~/.pulse/ to add null sinks for the audio end-to-end quality test.
|
/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/cros/system_api/dbus/power_manager/ |
D | power_supply_properties.proto | 132 // sources or sinks (i.e. to either deliver or receive charge).
|
/external/clang/test/Analysis/ |
D | nullability.mm | 58 // Make every dereference a different path to avoid sinks after errors.
|
/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.
|