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

<<21222324252627282930>>

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmpplogintask_unittest.cc 81 EXPECT_EQ("<stream:stream to=\"my-server\" xml:lang=\"*\" "
82 "version=\"1.0\" xmlns:stream=\"http://etherx.jabber.org/streams\" "
91 input = "<stream:stream id=\"a5f2d8c9\" version=\"1.0\" "
92 "xmlns:stream=\"http://etherx.jabber.org/streams\" "
103 input = "<stream:features>"
105 "</stream:features>";
119 "<stream:stream to=\"my-server\" xml:lang=\"*\"
    [all...]
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 68 // jitter buffer. For a stream at 8000Hz it takes 32 kilobytes. These numbers
71 // Originally a stream does not send packets when it is receive-only or there is
76 // silence packet on the stream for every second. It should be good enough to
77 // keep the stream alive with relatively low resources.
162 ALOGD("stream[%d] is dead", mSocket);
221 ALOGD("stream[%d] is configured as %s %dkHz %dms mode %d", mSocket,
272 ALOGV("stream[%d] skips %d packets", mSocket, skipped);
337 ALOGV("stream[%d] no data", mSocket);
342 // Special case for device stream.
353 ALOGV("stream[%d] encoder error", mSocket)
944 AudioStream *stream = NULL; local
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleTokenStream.js 8 /** Get next token from stream and make a node for it */
26 throw new Error("dup can't be called for a token stream.");
  /external/antlr/antlr-3.4/runtime/Python/tests/
t020fuzzy.py 16 stream = antlr3.StringStream(open(inputPath).read())
17 lexer = self.getLexer(stream)
  /external/antlr/antlr-3.4/runtime/Python/
xmlrunner.py 55 def print_report(self, stream):
57 supplied stream.
60 stream.write(' <testcase classname="%(class)s" name="%(method)s" time="%(time).4f">' % \
67 self._print_error(stream, 'failure', self._failure)
69 self._print_error(stream, 'error', self._error)
70 stream.write('</testcase>\n')
72 def _print_error(self, stream, tagname, error):
73 """Print information from a failure or error to the supplied stream."""
75 stream.write('\n')
76 stream.write(' <%s type="%s">%s\n'
    [all...]
  /external/bison/lib/
getline.c 24 getline (char **lineptr, size_t *n, FILE *stream)
26 return getdelim (lineptr, n, '\n', stream);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/io/
MacInputStream.java 15 InputStream stream,
18 super(stream);
  /external/chromium_org/base/android/
fifo_utils.cc 20 bool RedirectStream(FILE* stream, const FilePath& path, const char* mode) {
21 return freopen(path.value().c_str(), mode, stream) != NULL;
fifo_utils.h 23 // Redirects the |stream| to the file provided by |path| with |mode|
25 BASE_EXPORT bool RedirectStream(FILE* stream,
  /external/chromium_org/chrome/renderer/resources/extensions/
tab_capture_custom_bindings.js 16 var successFunc = function(stream) {
17 callback(stream);
  /external/chromium_org/chrome/test/functional/
media_stream_infobar.py 12 """Performs basic tests on the media stream infobar.
22 extra_flags = ['--enable-media-stream']
26 """Test that selecting 'accept' gives us a media stream.
29 called with a media stream.
31 self.assertEquals('ok-got-stream',
39 callback with a media stream. This is important since the user should be
58 self.assertEquals('ok-got-stream',
62 self.assertEquals('ok-got-stream',
  /external/chromium_org/content/browser/download/
download_file_factory.cc 20 scoped_ptr<ByteStreamReader> stream,
29 calculate_hash, stream.Pass(), bound_net_log,
  /external/chromium_org/content/browser/renderer_host/media/
web_contents_capture_util.h 23 // Check whether the device id indicates that this is a web contents stream.
26 // Function to extract the target renderer id's from a tab media stream
  /external/chromium_org/content/child/npapi/
plugin_string_stream.h 16 // An NPAPI stream from a string.
19 // Create a new stream for sending to the plugin.
  /external/chromium_org/content/renderer/media/
media_stream_extra_data.h 25 MediaStreamExtraData(webrtc::MediaStreamInterface* stream, bool is_local);
34 const scoped_refptr<webrtc::MediaStreamInterface>& stream() const { function in class:content::MediaStreamExtraData
  /external/chromium_org/media/audio/
audio_output_ipc.h 20 // Current status of the audio output stream in the browser process. Browser
29 // Called when state of an audio stream has changed.
32 // Called when an audio stream has been created.
66 // valid, otherwise it will be ignored. Once the stream has been created,
72 // Starts playing the stream. This should generate a call to
76 // Pauses an audio stream. This should generate a call to
80 // Closes the audio stream which should shut down the corresponding
84 // Sets the volume of the audio stream.
  /external/chromium_org/net/data/websocket/
close-with-split-packet_wsh.py 8 from mod_pywebsocket import stream namespace
27 packet = stream.create_close_frame(code + 'split test'.encode('utf-8'))
  /external/chromium_org/third_party/freetype/src/sfnt/
sfobjs.h 32 sfnt_init_face( FT_Stream stream,
39 sfnt_load_face( FT_Stream stream,
ttmtx.h 33 FT_Stream stream,
39 FT_Stream stream,
  /external/chromium_org/third_party/ots/test/
file-stream.h 15 explicit FILEStream(FILE *stream)
16 : file_(stream), position_(0) {
  /external/freetype/src/sfnt/
sfobjs.h 32 sfnt_init_face( FT_Stream stream,
39 sfnt_load_face( FT_Stream stream,
ttmtx.h 33 FT_Stream stream,
39 FT_Stream stream,
ttsbit.h 32 FT_Stream stream );
53 FT_Stream stream,
  /external/guava/guava/src/com/google/common/collect/
EnumHashBiMap.java 100 private void writeObject(ObjectOutputStream stream) throws IOException {
101 stream.defaultWriteObject();
102 stream.writeObject(keyType);
103 Serialization.writeMap(this, stream);
108 private void readObject(ObjectInputStream stream)
110 stream.defaultReadObject();
111 keyType = (Class<K>) stream.readObject();
114 Serialization.populateMap(this, stream);
EnumMultiset.java 67 private void writeObject(ObjectOutputStream stream) throws IOException {
68 stream.defaultWriteObject();
69 stream.writeObject(type);
70 Serialization.writeMultiset(this, stream);
79 private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException {
80 stream.defaultReadObject();
82 Class<E> localType = (Class<E>) stream.readObject();
85 Serialization.populateMultiset(this, stream);

Completed in 1000 milliseconds

<<21222324252627282930>>