/external/opencv/cv/include/ |
cvstreams.h | 46 #include <streams.h> /* !!! IF YOU'VE GOT AN ERROR HERE, PLEASE READ BELOW !!! */ 47 /***************** How to get Visual Studio understand streams.h ****************\
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
__init__.py | 27 @section streams Streams 29 Each recognizer pulls its input from one of the stream classes below. Streams 151 from streams import *
|
/external/chromium/net/tools/spdyshark/ |
packet-spdy.h | 44 GArray *streams; member in struct:_spdy_conv_t
|
/external/chromium_org/net/tools/spdyshark/ |
packet-spdy.h | 43 GArray *streams; member in struct:_spdy_conv_t
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
streamparams.cc | 130 bool GetStream(const StreamParamsVec& streams, 133 for (StreamParamsVec::const_iterator stream = streams.begin(); 134 stream != streams.end(); ++stream) { 145 bool GetStreamBySsrc(const StreamParamsVec& streams, uint32 ssrc, 147 return GetStream(streams, StreamSelector(ssrc), stream_out); 150 bool GetStreamByIds(const StreamParamsVec& streams, 154 return GetStream(streams, StreamSelector(groupid, id), stream_out); 157 bool RemoveStream(StreamParamsVec* streams, 160 for (StreamParamsVec::iterator stream = streams->begin(); 161 stream != streams->end(); ) [all...] |
streamparams.h | 138 // For 1:1 calls, should be left empty (which means remote streams 139 // and local streams should not be mixed together). 187 // Finds the stream in streams. Returns true if found. 188 bool GetStream(const StreamParamsVec& streams, 191 bool GetStreamBySsrc(const StreamParamsVec& streams, uint32 ssrc, 193 bool GetStreamByIds(const StreamParamsVec& streams, 198 // Removes the stream from streams. Returns true if a stream is 200 bool RemoveStream(StreamParamsVec* streams, 202 bool RemoveStreamBySsrc(StreamParamsVec* streams, uint32 ssrc); 203 bool RemoveStreamByIds(StreamParamsVec* streams, [all...] |
/external/chromium_org/net/quic/ |
quic_client_session_test.cc | 74 std::vector<QuicReliableClientStream*> streams; local 78 streams.push_back(stream); 83 session_.CloseStream(streams[0]->id()); 95 std::vector<QuicReliableClientStream*> streams; local 99 streams.push_back(stream); 110 session_.CloseStream(streams[0]->id()); 125 // streams.
|
/external/chromium_org/third_party/opus/src/include/ |
opus_multistream.h | 79 * the <code>streams</code> parameter used 92 * the <code>streams</code> parameter used 106 * The multistream API allows individual Opus streams to be combined into a 119 * <code>streams</code> to <code>1</code> when initializing the encoder or 122 * Multistream Opus streams can contain up to 255 elementary Opus streams. 125 * The streams are ordered so that all coupled streams appear at the 139 * be the special value 255 or be less than <code>streams + coupled_streams</code>. 189 * @param streams <tt>int</tt>: The total number of streams to encode from th [all...] |
/external/chromium_org/media/base/ |
pipeline_unittest.cc | 98 // streams. 123 void InitializeDemuxer(MockDemuxerStreamVector* streams, 130 // Configure the demuxer to return the streams. 131 for (size_t i = 0; i < streams->size(); ++i) { 132 DemuxerStream* stream = (*streams)[i]; 138 void InitializeDemuxer(MockDemuxerStreamVector* streams) { 140 InitializeDemuxer(streams, base::TimeDelta::FromSeconds(10)); 388 MockDemuxerStreamVector streams; local 389 streams.push_back(audio_stream()); 391 InitializeDemuxer(&streams); 401 MockDemuxerStreamVector streams; local 415 MockDemuxerStreamVector streams; local 431 MockDemuxerStreamVector streams; local 450 MockDemuxerStreamVector streams; local 467 MockDemuxerStreamVector streams; local 483 MockDemuxerStreamVector streams; local 535 MockDemuxerStreamVector streams; local 558 MockDemuxerStreamVector streams; local 580 MockDemuxerStreamVector streams; local 603 MockDemuxerStreamVector streams; local 649 MockDemuxerStreamVector streams; local 704 MockDemuxerStreamVector streams; local 740 MockDemuxerStreamVector streams; local 762 MockDemuxerStreamVector streams; local 784 MockDemuxerStreamVector streams; local 844 MockDemuxerStreamVector streams; local 948 MockDemuxerStreamVector streams; local [all...] |
/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_org/third_party/npapi/npspy/ |
analyze_streams.py | 1 # A script for analyzing the output of NPSPY and merging data about streams.
46 streams = []
59 streams.append(s)
67 for stream in streams:
83 for stream in streams:
95 for stream in streams:
|
/cts/tests/tests/media/src/android/media/cts/ |
AudioManagerTest.java | 317 int[] streams = { AudioManager.STREAM_ALARM, local 327 for (int i = 0; i < streams.length; i++) { 331 int maxVolume = mAudioManager.getStreamMaxVolume(streams[i]); 333 mAudioManager.setStreamVolume(streams[i], 1, 0); 335 assertEquals(maxVolume, mAudioManager.getStreamVolume(streams[i])); 338 assertEquals(1, mAudioManager.getStreamVolume(streams[i])); 340 if (streams[i] == AudioManager.STREAM_MUSIC && mAudioManager.isWiredHeadsetOn()) { 350 mAudioManager.adjustStreamVolume(streams[i], ADJUST_RAISE, 0); 351 curvol = mAudioManager.getStreamVolume(streams[i]); 355 mAudioManager.setStreamVolume(streams[i], maxVolume, 0) [all...] |
/external/chromium_org/courgette/ |
encoded_program.cc | 19 #include "courgette/streams.h" 280 // differential compression of the individual streams, which can provide 281 // invaluable insights. The default, of course, is to include all the streams. 307 CheckBool EncodedProgram::WriteTo(SinkStreamSet* streams) { 311 // of the streams used. The code can be configured with all kStreamXXX 321 if (!streams->stream(kStreamMisc)->WriteVarint32( 331 streams->stream(kStreamAbs32Addresses)); 336 streams->stream(kStreamRel32Addresses)); 340 success &= WriteVector(origins_, streams->stream(kStreamOriginAddresses)); 344 success &= streams->stream(kStreamOps)->Reserve(ops_.size() + 5) [all...] |
/external/sonivox/arm-fm-22k/lib_src/ |
eas_smf.c | 296 /* parse the next event from all the streams */ 328 /* find next event in all streams */ 333 if (pSMFData->streams[i].ticks < temp) 335 temp = pSMFData->streams[i].ticks; 336 pSMFData->nextStream = &pSMFData->streams[i]; 426 /* close all the streams */ 429 if (pSMFData->streams[i].fileHandle != NULL) 431 if ((result = EAS_HWCloseFile(pEASData->hwInstData, pSMFData->streams[i].fileHandle)) != EAS_SUCCESS) 446 if (pSMFData->streams) 447 EAS_HWFree(pEASData->hwInstData, pSMFData->streams); [all...] |
eas_public.c | 286 if (pEASData->streams[0].handle != NULL) 288 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Attempt to open multiple streams in static model\n"); */ } 296 if (pEASData->streams[streamNum].handle == NULL) 300 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Exceeded maximum number of open streams\n"); */ } 478 /* if there are streams open, close them */ 482 if (pEASData->streams[i].pParserModule && pEASData->streams[i].handle) 484 if ((result = (*((S_FILE_PARSER_INTERFACE*)(pEASData->streams[i].pParserModule))->pfClose)(pEASData, pEASData->streams[i].handle)) != EAS_SUCCESS) 591 EAS_InitStream(&pEASData->streams[streamNum], pParserModule, streamHandle) [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_smf.c | 296 /* parse the next event from all the streams */ 328 /* find next event in all streams */ 333 if (pSMFData->streams[i].ticks < temp) 335 temp = pSMFData->streams[i].ticks; 336 pSMFData->nextStream = &pSMFData->streams[i]; 426 /* close all the streams */ 429 if (pSMFData->streams[i].fileHandle != NULL) 431 if ((result = EAS_HWCloseFile(pEASData->hwInstData, pSMFData->streams[i].fileHandle)) != EAS_SUCCESS) 446 if (pSMFData->streams) 447 EAS_HWFree(pEASData->hwInstData, pSMFData->streams); [all...] |
eas_public.c | 286 if (pEASData->streams[0].handle != NULL) 288 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Attempt to open multiple streams in static model\n"); */ } 296 if (pEASData->streams[streamNum].handle == NULL) 300 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Exceeded maximum number of open streams\n"); */ } 478 /* if there are streams open, close them */ 482 if (pEASData->streams[i].pParserModule && pEASData->streams[i].handle) 484 if ((result = (*((S_FILE_PARSER_INTERFACE*)(pEASData->streams[i].pParserModule))->pfClose)(pEASData, pEASData->streams[i].handle)) != EAS_SUCCESS) 591 EAS_InitStream(&pEASData->streams[streamNum], pParserModule, streamHandle) [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_smf.c | 301 /* parse the next event from all the streams */ 333 /* find next event in all streams */ 338 if (pSMFData->streams[i].ticks < temp) 340 temp = pSMFData->streams[i].ticks; 341 pSMFData->nextStream = &pSMFData->streams[i]; 431 /* close all the streams */ 434 if (pSMFData->streams[i].fileHandle != NULL) 436 if ((result = EAS_HWCloseFile(pEASData->hwInstData, pSMFData->streams[i].fileHandle)) != EAS_SUCCESS) 451 if (pSMFData->streams) 452 EAS_HWFree(pEASData->hwInstData, pSMFData->streams); [all...] |
eas_public.c | 286 if (pEASData->streams[0].handle != NULL) 288 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Attempt to open multiple streams in static model\n"); */ } 296 if (pEASData->streams[streamNum].handle == NULL) 300 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Exceeded maximum number of open streams\n"); */ } 479 /* if there are streams open, close them */ 483 if (pEASData->streams[i].pParserModule && pEASData->streams[i].handle) 485 if ((result = (*((S_FILE_PARSER_INTERFACE*)(pEASData->streams[i].pParserModule))->pfClose)(pEASData, pEASData->streams[i].handle)) != EAS_SUCCESS) 592 EAS_InitStream(&pEASData->streams[streamNum], pParserModule, streamHandle) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
mediamessages.cc | 45 // NOTE: There is no check here for duplicate streams, so check before 47 void AddStream(std::vector<StreamParams>* streams, const StreamParams& stream) { 48 streams->push_back(stream); 115 void MediaStreams::CopyFrom(const MediaStreams& streams) { 116 audio_ = streams.audio_; 117 video_ = streams.video_; 118 data_ = streams.data_; 216 std::vector<StreamParams>* streams, 225 streams->push_back(StreamParams::CreateLegacy(ssrc)); 265 std::vector<StreamParams>* streams, [all...] |
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/ |
SpdyConnection.java | 36 * A socket connection to a remote peer. A connection hosts streams which can 54 // spdyWriter (to do blocking I/O) and this (to create streams). Such 93 private final Map<Integer, SpdyStream> streams = new HashMap<Integer, SpdyStream>(); field in class:SpdyConnection 121 * Returns the number of {@link SpdyStream#isOpen() open streams} on this 125 return streams.size(); 129 return streams.get(id); 133 SpdyStream stream = streams.remove(streamId); 134 if (stream != null && streams.isEmpty()) { 180 streams.put(streamId, stream); 287 * Degrades this connection such that new streams can neither be create [all...] |
/external/antlr/antlr-3.4/runtime/Python/ |
mkdoxy.sh | 10 for f in __init__ exceptions constants dfa tokens streams recognizers; do
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
diskcache_win32.cc | 65 entry->streams = _max(entry->streams, index + 1);
|
/external/lzma/C/ |
XzIn.c | 227 /* ---------- Xz Streams ---------- */
232 p->streams = 0;
239 Xz_Free(&p->streams[i], alloc);
240 alloc->Free(alloc, p->streams);
242 p->streams = 0;
250 num += p->streams[i].numBlocks;
259 ADD_SIZE_CHECH(size, Xz_GetUnpackSize(&p->streams[i]));
269 ADD_SIZE_CHECH(size, Xz_GetTotalSize(&p->streams[i]));
294 memcpy(data, p->streams, p->num * sizeof(CXzStream));
295 alloc->Free(alloc, p->streams);
[all...] |
/bionic/libc/upstream-netbsd/libc/isc/ |
ev_streams.c | 85 if (ctx->streams != NULL) 86 ctx->streams->prev = new; 88 new->next = ctx->streams; 89 ctx->streams = new; 119 if (ctx->streams != NULL) 120 ctx->streams->prev = new; 122 new->next = ctx->streams; 123 ctx->streams = new; 161 * The streams list is doubly threaded. First, there's ctx->streams [all...] |