HomeSort by relevance Sort by last modified time
    Searched full:stream (Results 1451 - 1475 of 9695) sorted by null

<<51525354555657585960>>

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamsignaling.h 52 // MediaStreamSignaling object. The notifications identify the stream, track or
56 // Triggered when the remote SessionDescription has a new stream.
57 virtual void OnAddRemoteStream(MediaStreamInterface* stream) = 0;
59 // Triggered when the remote SessionDescription removes a stream.
60 virtual void OnRemoveRemoteStream(MediaStreamInterface* stream) = 0;
66 virtual void OnAddRemoteAudioTrack(MediaStreamInterface* stream,
71 virtual void OnAddRemoteVideoTrack(MediaStreamInterface* stream,
76 virtual void OnRemoveRemoteAudioTrack(MediaStreamInterface* stream,
80 virtual void OnRemoveRemoteVideoTrack(MediaStreamInterface* stream,
84 virtual void OnAddLocalAudioTrack(MediaStreamInterface* stream,
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSInput.java 19 * identifier, a system identifier, a byte stream (possibly with a specified
20 * encoding), a base URI, and/or a character stream.
21 * <p> The exact definitions of a byte stream and a character stream are
60 * a stream of 16-bit units. The application must encode the stream
68 * a stream of 16-bit units. The application must encode the stream
77 * a stream of bytes.
79 * stream, it should set the encoding attribute. Setting the encoding i
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Parser.java 64 // The input stream for this parser
70 // The upcoming (saved) id from the stream
127 * input stream; in other words, the stream had no content.
173 * Constructor for use when switching parsers within a input stream
285 * Return the next tag found in the stream; special tags END and END_DOCUMENT are used to
288 * shifted PAGE_SHIFT bits OR'd with the tag retrieved from the stream. Thus, all tags returned
319 * Skip anything found in the stream until the end of the current tag is reached. This can be
338 * Retrieve the next token from the input stream
349 * Initializes the parser with an input stream; reads the first 4 bytes (which are always th
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_StreamItemsTest.java 61 // Check that the provider returns the stream id in it's URI.
71 // Update the stream item.
85 // Create a contact to attach the stream item to it.
97 // Attach a stream item to the contact.
112 // Create a contact with one stream item in it.
137 // Check that the provider returns the stream id in it's URI.
144 // Update the stream item.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
LookaheadStream.cs 53 /** Track object returned by nextElement upon end of stream;
81 * Implement nextElement to supply a stream of elements to this
82 * lookahead buffer. Return eof upon end of the stream we're pulling from.
131 /** <summary>Size of entire stream is unknown; we only know buffer size from FastQueue</summary> */
182 * Doesn't see to absolute position in input stream since this stream
194 throw new IndexOutOfRangeException("can't look backwards more than one token in this stream");
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
LookaheadStream.cs 56 /** Track object returned by nextElement upon end of stream;
96 * Implement nextElement to supply a stream of elements to this
97 * lookahead buffer. Return eof upon end of the stream we're pulling from.
152 /** <summary>Size of entire stream is unknown; we only know buffer size from FastQueue</summary> */
217 * Doesn't see to absolute position in input stream since this stream
231 throw new ArgumentException("can't look backwards more than one token in this stream");
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
LookaheadStream.java 49 /** Track object returned by nextElement upon end of stream;
67 /** Implement nextElement to supply a stream of elements to this
68 * lookahead buffer. Return eof upon end of the stream we're pulling from.
113 /** Size of entire stream is unknown; we only know buffer size from FastQueue */
152 * Doesn't see to absolute position in input stream since this stream
159 throw new NoSuchElementException("can't look backwards more than one token in this stream");
  /external/apache-http/src/org/apache/http/impl/io/
ContentLengthOutputStream.java 40 * A stream wrapper that closes itself after a defined number of bytes.
56 * The maximum number of bytes that can be written the stream. Subsequent
64 /** True if the stream is closed. */
68 * Creates a new length limited stream
72 * the stream. Subsequent write operations will be ignored.
106 throw new IOException("Attempted write to closed stream.");
124 throw new IOException("Attempted write to closed stream.");
  /external/chromium_org/media/audio/
audio_manager_base.h 63 // Called internally by the audio stream when it has been closed.
64 virtual void ReleaseOutputStream(AudioOutputStream* stream);
65 virtual void ReleaseInputStream(AudioInputStream* stream);
67 // Creates the output stream for the |AUDIO_PCM_LINEAR| format. The legacy
72 // Creates the output stream for the |AUDIO_PCM_LOW_LATENCY| format.
77 // Creates the input stream for the |AUDIO_PCM_LINEAR| format. The legacy
82 // Creates the input stream for the |AUDIO_PCM_LOW_LATENCY| format.
  /external/chromium_org/media/audio/cras/
cras_input.cc 119 // Prepare |audio_format| and |stream_params| for the stream we
145 DLOG(WARNING) << "Error setting up stream parameters.";
152 // Before starting the stream, save the number of bytes in a frame for use in
156 // Adding the stream will start the audio callbacks.
158 DLOG(WARNING) << "Failed to add the stream.";
178 // Removing the stream from the client stops audio.
196 // Static callback for stream errors.
  /external/chromium_org/ppapi/examples/video_effects/
video_effects.cc 94 // Open destination stream for write.
112 PostMessage(pp::Var("Failed to open destination stream."));
115 // Open source stream for read.
122 PostMessage(pp::Var("Failed to open source stream."));
125 // Done with the stream register.
154 // Put frame back to destination stream
162 // Get the frame from the source stream.
  /external/chromium_org/third_party/lzma_sdk/
Types.h 145 SRes SeqInStream_Read(ISeqInStream *stream, void *buf, size_t size);
146 SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRes errorType);
147 SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf);
183 SRes LookInStream_LookRead(ILookInStream *stream, void *buf, size_t *size);
184 SRes LookInStream_SeekTo(ILookInStream *stream, UInt64 offset);
187 SRes LookInStream_Read2(ILookInStream *stream, void *buf, size_t size, SRes errorType);
188 SRes LookInStream_Read(ILookInStream *stream, void *buf, size_t size);
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
Types.h 146 SRes SeqInStream_Read(ISeqInStream *stream, void *buf, size_t size);
147 SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRes errorType);
148 SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf);
184 SRes LookInStream_LookRead(ILookInStream *stream, void *buf, size_t *size);
185 SRes LookInStream_SeekTo(ILookInStream *stream, UInt64 offset);
188 SRes LookInStream_Read2(ILookInStream *stream, void *buf, size_t size, SRes errorType);
189 SRes LookInStream_Read(ILookInStream *stream, void *buf, size_t size);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
gzip_stream.h 60 // zlib will autodetect gzip header or deflate stream
66 // Simpler zlib stream format.
117 // Simpler zlib stream format.
158 // Flushes data written so far to zipped data in the underlying stream.
159 // It is the caller's responsibility to flush the underlying stream if
172 // Writes out all data and closes the gzip stream.
173 // It is the caller's responsibility to close the underlying stream if
  /external/lzma/C/
Types.h 145 SRes SeqInStream_Read(ISeqInStream *stream, void *buf, size_t size);
146 SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRes errorType);
147 SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf);
183 SRes LookInStream_LookRead(ILookInStream *stream, void *buf, size_t *size);
184 SRes LookInStream_SeekTo(ILookInStream *stream, UInt64 offset);
187 SRes LookInStream_Read2(ILookInStream *stream, void *buf, size_t size, SRes errorType);
188 SRes LookInStream_Read(ILookInStream *stream, void *buf, size_t size);
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedInputByteBufferNano.java 147 /** Read a {@code double} field value from the stream. */
152 /** Read a {@code float} field value from the stream. */
157 /** Read a {@code uint64} field value from the stream. */
162 /** Read an {@code int64} field value from the stream. */
167 /** Read an {@code int32} field value from the stream. */
172 /** Read a {@code fixed64} field value from the stream. */
177 /** Read a {@code fixed32} field value from the stream. */
182 /** Read a {@code bool} field value from the stream. */
187 /** Read a {@code string} field value from the stream. */
202 /** Read a {@code group} field value from the stream. *
    [all...]
  /external/protobuf/src/google/protobuf/io/
gzip_stream.h 59 // zlib will autodetect gzip header or deflate stream
65 // Simpler zlib stream format.
116 // Simpler zlib stream format.
163 // Flushes data written so far to zipped data in the underlying stream.
164 // It is the caller's responsibility to flush the underlying stream if
170 // Writes out all data and closes the gzip stream.
171 // It is the caller's responsibility to close the underlying stream if
  /external/skia/tools/lua/
lua_pictures.cpp 41 SkAutoTUnref<SkStream> stream(SkStream::NewFromFile(path));
43 if (stream.get()) {
44 pic = SkPicture::CreateFromStream(stream.get(), &sk_tools::LazyDecodeBitmap);
50 SkAutoTUnref<SkStream> stream(SkStream::NewFromFile(file));
51 if (!stream.get()) {
54 size_t len = stream->getLength();
56 stream->read(buffer, len);
  /external/smack/src/org/jivesoftware/smack/
XMPPException.java 35 * When a stream error occured, the server will send a stream error to the client before
36 * closing the connection. Stream errors are unrecoverable errors. When a stream error
77 * Cretaes a new XMPPException with the stream error that was the root case of the
78 * exception. When a stream error is received from the server then the underlying
150 * stream error to the client.
  /external/svox/PicoLangInstallerDeuDeu/src/com/svox/pico/voice/deu/deu/
InstallerActivity.java 59 InputStream stream = langPackFd.createInputStream(); local
61 (new Thread(new unzipper(stream))).start();
70 private boolean unzipLangPack(InputStream stream) {
74 ZipInputStream zis = new ZipInputStream(stream);
115 public InputStream stream; field in class:InstallerActivity.unzipper
118 stream = is;
122 boolean result = unzipLangPack(stream);
  /external/svox/PicoLangInstallerEngGbr/src/com/svox/pico/voice/eng/gbr/
InstallerActivity.java 59 InputStream stream = langPackFd.createInputStream(); local
61 (new Thread(new unzipper(stream))).start();
70 private boolean unzipLangPack(InputStream stream) {
74 ZipInputStream zis = new ZipInputStream(stream);
115 public InputStream stream; field in class:InstallerActivity.unzipper
118 stream = is;
122 boolean result = unzipLangPack(stream);
  /external/svox/PicoLangInstallerEngUsa/src/com/svox/pico/voice/eng/usa/
InstallerActivity.java 59 InputStream stream = langPackFd.createInputStream(); local
61 (new Thread(new unzipper(stream))).start();
70 private boolean unzipLangPack(InputStream stream) {
74 ZipInputStream zis = new ZipInputStream(stream);
115 public InputStream stream; field in class:InstallerActivity.unzipper
118 stream = is;
122 boolean result = unzipLangPack(stream);
  /external/svox/PicoLangInstallerFraFra/src/com/svox/pico/voice/fra/fra/
InstallerActivity.java 59 InputStream stream = langPackFd.createInputStream(); local
61 (new Thread(new unzipper(stream))).start();
70 private boolean unzipLangPack(InputStream stream) {
74 ZipInputStream zis = new ZipInputStream(stream);
115 public InputStream stream; field in class:InstallerActivity.unzipper
118 stream = is;
122 boolean result = unzipLangPack(stream);
  /external/svox/PicoLangInstallerItaIta/src/com/svox/pico/voice/ita/ita/
InstallerActivity.java 59 InputStream stream = langPackFd.createInputStream(); local
61 (new Thread(new unzipper(stream))).start();
70 private boolean unzipLangPack(InputStream stream) {
74 ZipInputStream zis = new ZipInputStream(stream);
115 public InputStream stream; field in class:InstallerActivity.unzipper
118 stream = is;
122 boolean result = unzipLangPack(stream);
  /external/svox/PicoLangInstallerSpaEsp/src/com/svox/pico/voice/spa/esp/
InstallerActivity.java 59 InputStream stream = langPackFd.createInputStream(); local
61 (new Thread(new unzipper(stream))).start();
70 private boolean unzipLangPack(InputStream stream) {
74 ZipInputStream zis = new ZipInputStream(stream);
115 public InputStream stream; field in class:InstallerActivity.unzipper
118 stream = is;
122 boolean result = unzipLangPack(stream);

Completed in 505 milliseconds

<<51525354555657585960>>