HomeSort by relevance Sort by last modified time
    Searched defs:streams (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium/net/tools/spdyshark/
packet-spdy.h 44 GArray *streams; member in struct:_spdy_conv_t
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3recognizersharedstate.h 191 /** 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/
GrammarSerializerFoo.java 50 protected Stack streams = new Stack(); field in class:GrammarSerializerFoo
130 //streams.push(out);
138 //out = (DataOutputStream)streams.pop(); // restore previous stream
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SequenceInputStreamTest.java 69 InputStream streams[] = new InputStream[2]; field in class:SequenceInputStreamTest.StreamEnumerator
74 streams[0] = new ByteArrayInputStream(s1.getBytes("UTF-8"));
75 streams[1] = new ByteArrayInputStream(s2.getBytes("UTF-8"));
79 return count < streams.length;
83 return streams[count++];
  /external/chromium/third_party/libjingle/source/talk/base/
diskcache.h 43 // 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/
eas_data.h 113 S_EAS_STREAM streams[MAX_NUMBER_STREAMS]; member in struct:s_eas_data_tag
eas_miditypes.h 101 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/
eas_data.h 113 S_EAS_STREAM streams[MAX_NUMBER_STREAMS]; member in struct:s_eas_data_tag
eas_miditypes.h 101 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/
eas_data.h 115 S_EAS_STREAM streams[MAX_NUMBER_STREAMS]; member in struct:s_eas_data_tag
eas_miditypes.h 101 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/
WebNetscapePluginView.h 100 HashSet<RefPtr<WebNetscapePluginStream> > streams; variable
  /cts/tests/tests/media/src/android/media/cts/
AudioManagerTest.java 300 int[] streams = { AudioManager.STREAM_ALARM, local
309 for (int i = 0; i < streams.length; i++) {
313 int maxVolume = mAudioManager.getStreamMaxVolume(streams[i]);
315 mAudioManager.setStreamVolume(streams[i], 1, 0);
316 assertEquals(1, mAudioManager.getStreamVolume(streams[i]));
318 mAudioManager.setStreamVolume(streams[i], maxVolume, 0);
319 mAudioManager.adjustStreamVolume(streams[i], ADJUST_RAISE, 0);
320 assertEquals(maxVolume, mAudioManager.getStreamVolume(streams[i]));
322 mAudioManager.adjustSuggestedStreamVolume(ADJUST_LOWER, streams[i], 0);
323 assertEquals(maxVolume - 1, mAudioManager.getStreamVolume(streams[i]))
    [all...]
  /external/jmonkeyengine/engine/src/jogg/com/jme3/audio/plugins/
OGGLoader.java 256 Collection<LogicalOggStream> streams = oggStream.getLogicalStreams(); local
257 loStream = streams.iterator().next();
298 // audio streams must remain open
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 663 // 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/
PluginStream.cpp 51 static StreamMap& streams() function in namespace:WebCore
81 streams().add(&m_stream, m_instance);
91 streams().remove(&m_stream);
212 return streams().get(stream);
PluginView.cpp 352 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) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm_oss.h 68 struct snd_pcm_substream *streams[2]; member in struct:snd_pcm_oss_file
rawmidi.h 93 append: 1, /* append flag (merge more streams) */
131 struct snd_rawmidi_str streams[2]; member in struct:snd_rawmidi
pcm.h 428 struct snd_pcm_str streams[2]; member in struct:snd_pcm
    [all...]
  /libcore/luni/src/main/java/java/util/
ResourceBundle.java 900 InputStream streams = null; local
    [all...]
  /bionic/libc/netbsd/isc/
eventlib_p.h 205 /* Streams. */
206 evStream *streams; member in struct:__anon609
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.cpp 395 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/
PluginView.cpp 781 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.
    [all...]
  /external/bluetooth/bluez/audio/
avdtp.c 404 GSList *streams; /* Elements of type struct avdtp_stream * */ member in struct:avdtp
730 for (l = session->streams; l != NULL; l = g_slist_next(l)) {
1087 session->streams = g_slist_remove(session->streams, stream);
1155 g_slist_foreach(session->streams, (GFunc) release_stream, session);
1156 session->streams = NULL;
    [all...]

Completed in 554 milliseconds

1 2