Searched refs:Streams (Results 1 - 23 of 23) sorted by relevance

/external/lzma/CPP/7zip/Archive/Common/
H A DMultiStream.h26 CObjectVector<CSubStreamInfo> Streams; member in class:CMultiStream
31 for (int i = 0; i < Streams.Size(); i++)
33 CSubStreamInfo &s = Streams[i];
35 total += Streams[i].Size;
66 CObjectVector<CSubStreamInfo> Streams;
H A DMultiStream.cpp17 int left = 0, mid = _streamIndex, right = Streams.Size();
20 CSubStreamInfo &m = Streams[mid];
35 CSubStreamInfo &s = Streams[_streamIndex];
123 if (_streamIndex >= Streams.Size())
126 RINOK(VolumeCallback->GetVolumeSize(Streams.Size(), &subStream.Size));
127 RINOK(VolumeCallback->GetVolumeStream(Streams.Size(), &subStream.Stream));
129 Streams.Add(subStream);
132 CSubStreamInfo &subStream = Streams[_streamIndex];
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DBEROctetStringParser.java6 import org.bouncycastle.util.io.Streams;
27 return new BEROctetString(Streams.readAll(getOctetStream()));
H A DDefiniteLengthInputStream.java7 import org.bouncycastle.util.io.Streams;
98 if ((_remaining -= Streams.readFully(_in, bytes)) != 0)
H A DDERBitString.java9 import org.bouncycastle.util.io.Streams;
305 if (Streams.readFully(stream, data) != data.length)
H A DASN1InputStream.java9 import org.bouncycastle.util.io.Streams;
119 if (Streams.readFully(this, bytes) != bytes.length)
384 Streams.readFully(defIn, buf);
/external/apache-harmony/support/src/test/java/tests/support/
H A DStreams.java29 public class Streams { class
30 private Streams() { method in class:Streams
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
H A DStreams.java8 public final class Streams class
/external/chromium_org/third_party/webrtc/modules/video_capture/windows/
H A Dsink_filter_ds.h14 #include <Streams.h> // Include base DS filter header files
H A Ddevice_info_ds.cc20 #include <Streams.h>
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSUtils.java32 import org.bouncycastle.util.io.Streams;
210 return Streams.readAll(in);
218 return Streams.readAllLimited(in, limit);
/external/chromium_org/media/base/
H A Ddemuxer_perftest.cc51 typedef std::vector<media::DemuxerStream* > Streams; typedef in namespace:media
67 const Streams& streams() { return streams_; }
78 Streams streams_;
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp64 CObjectVector<CSubStreamInfo> Streams; member in class:COutMultiVolStream
93 for (int i = 0; i < Streams.Size(); i++)
95 CSubStreamInfo &s = Streams[i];
112 if (_streamIndex >= Streams.Size())
134 Streams.Add(subStream);
137 CSubStreamInfo &subStream = Streams[_streamIndex];
212 while (i < Streams.Size())
214 CSubStreamInfo &subStream = Streams[i++];
223 while (i < Streams.Size())
226 CSubStreamInfo &subStream = Streams
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsessiondescriptionfactory.cc60 static bool ValidStreams(const MediaSessionOptions::Streams& streams) {
61 MediaSessionOptions::Streams sorted_streams = streams;
63 MediaSessionOptions::Streams::iterator it =
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcpassthroughrender_unittest.cc73 TEST_F(WebRtcPassthroughRenderTest, Streams) {
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession.h153 typedef std::vector<Stream> Streams; typedef in struct:cricket::MediaSessionOptions
154 Streams streams;
H A Dmediasession.cc213 const MediaSessionOptions::Streams& streams,
221 for (MediaSessionOptions::Streams::const_iterator stream_it = streams.begin();
429 // Adds a StreamParams for each Stream in Streams with media type
435 const MediaSessionOptions::Streams& streams,
460 MediaSessionOptions::Streams::const_iterator stream_it;
1110 Streams::iterator stream_it = streams.begin();
/external/lzma/CPP/7zip/Archive/
H A DSplitHandler.cpp351 streamSpec->Streams.Add(subStreamInfo);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/bc/
H A DBcKeyStoreSpi.java52 import org.bouncycastle.util.io.Streams;
1005 Streams.readFully(cIn, oldHash);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dstreams.rb40 = ANTLR3 Streams
277 == Token Streams
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc1387 TEST(StringTest, Streams) {
5073 // Streams a NULL of type const wchar_t*.
5078 // Streams a NULL of type wchar_t*.
5083 // Streams a non-NULL of type const wchar_t*.
5088 // Streams a non-NULL of type wchar_t*.
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas1508 /// from then on. Streams are reset after subrules so that the streams
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 727 milliseconds