Home
last modified time | relevance | path

Searched refs:sinks (Results 1 – 25 of 27) sorted by relevance

12

/external/guava/guava-tests/test/com/google/common/hash/
DHashTestUtils.java92 @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 …]
DAbstractStreamingHasherTest.java144 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/scapy/scapy/
Dpipetool.py95 for q in p.sources|p.sinks|p.high_sources|p.high_sinks:
196 for q in p.sinks:
216 self.sinks = set()
223 other.sinks.add(self)
227 self.sinks.add(other)
269 for s in self.sinks:
281 if self.sources or self.sinks:
287 if self.sinks:
289 ct.punct(",").join(ct.field_name(s.name) for s in self.sinks))
/external/webrtc/webrtc/tools/e2e_quality/audio/
DREADME4 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
Ddefault.pa1 # Place in ~/.pulse/ to add null sinks for the audio end-to-end quality test.
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothA2dpFacade.java115 List<BluetoothDevice> sinks = sA2dpProfile.getConnectedDevices(); in a2dpConnect() local
116 if (sinks != null) { in a2dpConnect()
117 for (BluetoothDevice sink : sinks) { in a2dpConnect()
/external/deqp-deps/SPIRV-Tools/source/
Dcfa.h322 auto sinks = TraversalRoots(reversed_blocks, pred_func, succ_func); in ComputeAugmentedCFG() local
335 (*augmented_predecessors_map)[pseudo_exit_block] = sinks; in ComputeAugmentedCFG()
336 for (auto block : sinks) { in ComputeAugmentedCFG()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dcfa.h322 auto sinks = TraversalRoots(reversed_blocks, pred_func, succ_func); in ComputeAugmentedCFG() local
335 (*augmented_predecessors_map)[pseudo_exit_block] = sinks; in ComputeAugmentedCFG()
336 for (auto block : sinks) { in ComputeAugmentedCFG()
/external/skia/site/dev/testing/
Dtesting.md26 492 srcs * 3 sinks + 382 tests == 1858 tasks
59 492 srcs * 3 sinks + 382 tests == 1858 tasks
76 Sometimes DM calls these configs, sometimes sinks. Sorry. There are many
79 DM always tries to draw all sources into all sinks, which is why we multiply
/external/skqp/site/dev/testing/
Dtesting.md26 492 srcs * 3 sinks + 382 tests == 1858 tasks
59 492 srcs * 3 sinks + 382 tests == 1858 tasks
76 Sometimes DM calls these configs, sometimes sinks. Sorry. There are many
79 DM always tries to draw all sources into all sinks, which is why we multiply
/external/llvm/test/CodeGen/X86/
Dhoist-common.ll6 ; However, now that MachineSink sinks the redundant xor
Dpostra-licm.ll5 ; Only linear scan needs this, -regalloc=greedy sinks the spill instead.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dhoist-common.ll6 ; However, now that MachineSink sinks the redundant xor
Dpostra-licm.ll5 ; Only linear scan needs this, -regalloc=greedy sinks the spill instead.
Dand-sink.ll138 ; Test that CodeGenPrepare sinks/duplicates non-immediate 'and'.
/external/llvm/test/Transforms/LICM/
Dpromote-order.ll4 ; LICM should keep the stores in their original order when it sinks/promotes them.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LICM/
Dpromote-order.ll4 ; LICM should keep the stores in their original order when it sinks/promotes them.
/external/scapy/test/
Dpipetool.uts102 assert len(a.sinks) == 1
104 assert len(b.sinks) == 1
/external/okhttp/okio/
DREADME.md61 Sources and sinks interoperate with `InputStream` and `OutputStream`. You can
/external/cros/system_api/dbus/power_manager/
Dpower_supply_properties.proto163 // sources or sinks (i.e. to either deliver or receive charge).
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dpostra-licm.ll5 ; Only linear scan needs this, -regalloc=greedy sinks the spill instead.
/external/clang/docs/
DDataFlowSanitizerDesign.rst23 flows from a program's inputs (sources) to its outputs (sinks).
/external/clang/test/Analysis/
Dnullability.mm40 // Make every dereference a different path to avoid sinks after errors.
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/brotli/tests/testdata/
Dplrabn12.txt1824 And swims, or sinks, or wades, or creeps, or flies.

12