Searched defs:streams (Results 1 - 24 of 24) sorted by relevance

/external/chromium/net/tools/spdyshark/
H A Dpacket-spdy.h44 GArray *streams; member in struct:_spdy_conv_t
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3recognizersharedstate.h191 /** Input stream stack, which allows the C programmer to switch input streams
195 pANTLR3_STACK streams; member in struct:ANTLR3_RECOGNIZER_SHARED_STATE_struct
197 /// A stack of token/tree rewrite streams that are available for use
200 /// allocate and deallocate rewtire streams on entry and exit. As
202 /// of the maximum number of allocated streams, which instead of
204 /// reuse. The streams are then all finally freed when this stack
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarSerializerFoo.java50 protected Stack streams = new Stack(); field in class:GrammarSerializerFoo
130 //streams.push(out);
138 //out = (DataOutputStream)streams.pop(); // restore previous stream
/external/chromium/third_party/libjingle/source/talk/base/
H A Ddiskcache.h43 // DiskCache - An LRU cache of streams, stored on disk.
45 // Streams are identified by a unique resource id. Multiple streams can be
47 // resources are flushed from the cache, all streams associated with those
84 size_t streams; member in struct:talk_base::DiskCache::Entry
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_data.h113 S_EAS_STREAM streams[MAX_NUMBER_STREAMS]; member in struct:s_eas_data_tag
H A Deas_miditypes.h101 S_SMF_STREAM *streams; /* pointer to individual streams in file */ member in struct:s_smf_data_tag
108 EAS_U16 numStreams; /* actual number of streams */
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_data.h113 S_EAS_STREAM streams[MAX_NUMBER_STREAMS]; member in struct:s_eas_data_tag
H A Deas_miditypes.h101 S_SMF_STREAM *streams; /* pointer to individual streams in file */ member in struct:s_smf_data_tag
108 EAS_U16 numStreams; /* actual number of streams */
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_data.h115 S_EAS_STREAM streams[MAX_NUMBER_STREAMS]; member in struct:s_eas_data_tag
H A Deas_miditypes.h101 S_SMF_STREAM *streams; /* pointer to individual streams in file */ member in struct:s_smf_data_tag
108 EAS_U16 numStreams; /* actual number of streams */
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginView.h100 HashSet<RefPtr<WebNetscapePluginStream> > streams; variable
/external/okhttp/src/main/java/libcore/net/spdy/
H A DSpdyConnection.java33 * A socket connection to a remote peer. A connection hosts streams which can
70 private final Map<Integer, SpdyStream> streams = Collections.synchronizedMap( field in class:SpdyConnection
94 SpdyStream stream = streams.get(id);
96 throw new UnsupportedOperationException("TODO " + id + "; " + streams); // TODO: rst stream
102 streams.remove(streamId);
122 streams.put(streamId, result);
172 // TODO: close all streams to release waiting readers
242 SpdyStream previous = streams.put(spdyReader.streamId, stream);
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.cc351 ZeroCopyInputStream* const streams[], int count)
352 : streams_(streams), stream_count_(count), bytes_retired_(0) {
368 // No more streams.
350 ConcatenatingInputStream( ZeroCopyInputStream* const streams[], int count) argument
H A Dzero_copy_stream_unittest.cc663 // Now split it up into multiple streams of varying sizes.
676 ZeroCopyInputStream* streams[] = local
680 ConcatenatingInputStream input(streams, GOOGLE_ARRAYSIZE(streams));
/external/webkit/Source/WebCore/plugins/
H A DPluginStream.cpp51 static StreamMap& streams() function in namespace:WebCore
81 streams().add(&m_stream, m_instance);
91 streams().remove(&m_stream);
212 return streams().get(stream);
H A DPluginView.cpp352 HashSet<RefPtr<PluginStream> > streams = m_streams; local
353 HashSet<RefPtr<PluginStream> >::iterator end = streams.end();
354 for (HashSet<RefPtr<PluginStream> >::iterator it = streams.begin(); it != end; ++it) {
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediaengine.h271 virtual bool GetActiveStreams(AudioInfo::StreamList* streams) { return true; } argument
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.cpp395 Vector<RefPtr<NetscapePluginStream> > streams; local
396 copyValuesToVector(m_streams, streams);
398 for (size_t i = 0; i < streams.size(); ++i)
399 streams[i]->stop(NPRES_USER_BREAK);
491 // Stop all streams.
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginView.cpp781 Vector<RefPtr<Stream> > streams; local
782 copyValuesToVector(m_streams, streams);
784 for (size_t i = 0; i < streams.size(); ++i)
785 streams[i]->cancel();
787 // Cancelling a stream removes it from the m_streams map, so if we cancel all streams the map should be empty.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 548 milliseconds