HomeSort by relevance Sort by last modified time
    Searched refs:sinks (Results 1 - 17 of 17) sorted by null

  /external/guava/guava-tests/test/com/google/common/hash/
HashTestUtils.java 86 @Override void performAction(Random random, Iterable<? extends Sink> sinks) {
88 for (Sink sink : sinks) {
94 @Override void performAction(Random random, Iterable<? extends Sink> sinks) {
96 for (Sink sink : sinks) {
102 @Override void performAction(Random random, Iterable<? extends Sink> sinks) {
104 for (Sink sink : sinks) {
110 @Override void performAction(Random random, Iterable<? extends Sink> sinks) {
112 for (Sink sink : sinks) {
118 @Override void performAction(Random random, Iterable<? extends Sink> sinks) {
120 for (Sink sink : sinks) {
    [all...]
AbstractStreamingHasherTest.java 112 * sinks process it; all should produce the same answer, the only difference should be the
119 List<Sink> sinks = Lists.newArrayList(); local
122 // yes, that's a lot of sinks!
123 sinks.add(new Sink(chunkSize, bufferSize));
134 sinks, Collections.singleton(controlSink));
138 for (Sink sink : sinks) {
143 for (Sink sink : sinks) {
  /external/chromium_org/content/renderer/media/
webrtc_local_audio_track.cc 60 SinkList sinks; local
64 // TODO(xians): Figure out if we should feed zero to sinks instead, in
72 sinks = sinks_;
75 // Feed the data to the sinks.
76 for (SinkList::const_iterator it = sinks.begin(); it != sinks.end(); ++it) {
91 // Update all the existing sinks with the new format.
187 SinkList sinks; local
190 sinks = sinks_;
194 for (SinkList::const_iterator it = sinks.begin(); it != sinks.end(); ++it
    [all...]
  /external/chromium_org/courgette/
encoded_program_unittest.cc 30 courgette::SinkStreamSet sinks; local
31 EXPECT_TRUE(program->WriteTo(&sinks));
35 bool can_collect = sinks.CopyTo(&sink);
encode_decode_unittest.cc 35 courgette::SinkStreamSet sinks; local
36 const courgette::Status write_status = WriteEncodedProgram(encoded, &sinks);
42 bool can_collect = sinks.CopyTo(&sink);
adjustment_method_unittest.cc 68 courgette::SinkStreamSet sinks; local
69 const courgette::Status write_status = WriteEncodedProgram(encoded, &sinks);
75 bool can_collect = sinks.CopyTo(&sink);
encoded_program_fuzz_unittest.cc 54 courgette::SinkStreamSet sinks; local
55 const courgette::Status write_status = WriteEncodedProgram(encoded, &sinks);
61 bool can_collect = sinks.CopyTo(&sink);
courgette_tool.cc 93 courgette::SinkStreamSet sinks; local
96 courgette::WriteEncodedProgram(encoded, &sinks);
103 if (!sinks.CopyTo(&sink))
183 courgette::SinkStreamSet sinks; local
186 courgette::WriteEncodedProgram(encoded, &sinks);
193 if (!sinks.CopyTo(&sink))
  /packages/apps/Settings/src/com/android/settings/bluetooth/
A2dpProfile.java 116 List<BluetoothDevice> sinks = getConnectedDevices();
117 if (sinks != null) {
118 for (BluetoothDevice sink : sinks) {
163 List<BluetoothDevice> sinks = mService.getConnectedDevices();
164 if (!sinks.isEmpty()) {
165 if (mService.isA2dpPlaying(sinks.get(0))) {
PanProfile.java 87 List<BluetoothDevice> sinks = mService.getConnectedDevices();
88 if (sinks != null) {
89 for (BluetoothDevice sink : sinks) {
HeadsetProfile.java 115 List<BluetoothDevice> sinks = mService.getConnectedDevices();
116 if (sinks != null) {
117 for (BluetoothDevice sink : sinks) {
  /external/ceres-solver/internal/ceres/
graph.h 76 const HashSet<Vertex>& sinks = edges_[vertex]; local
77 for (typename HashSet<Vertex>::const_iterator it = sinks.begin();
78 it != sinks.end(); ++it) {
  /frameworks/base/location/lib/java/com/android/location/provider/
FusedLocationHardware.java 252 HashMap<FusedLocationHardwareSink, DispatcherHandler> sinks; local
254 sinks = mSinkList;
257 for(Map.Entry<FusedLocationHardwareSink, DispatcherHandler> entry : sinks.entrySet()) {
267 HashMap<FusedLocationHardwareSink, DispatcherHandler> sinks; local
269 sinks = mSinkList;
272 for(Map.Entry<FusedLocationHardwareSink, DispatcherHandler> entry : sinks.entrySet()) {
  /external/chromium_org/chrome_frame/
buggy_bho_handling.cc 134 const GUID sinks[] = { DIID_DWebBrowserEvents2, DIID_DWebBrowserEvents }; local
135 for (size_t i = 0; i < arraysize(sinks); ++i) {
137 cpc->FindConnectionPoint(sinks[i], cp.Receive());
145 PatchIfBuggy(cd.pUnk, sinks[i]);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
soc-dapm.h 283 struct list_head sinks; member in struct:snd_soc_dapm_widget
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
soc-dapm.h 283 struct list_head sinks; member in struct:snd_soc_dapm_widget
  /external/libvorbis/doc/
03-codebook.tex 272 single used value and sinks zero bits.

Completed in 486 milliseconds