Searched refs:streams (Results 1 - 25 of 30) sorted by last modified time

12

/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DPluginView.cpp324 HashSet<RefPtr<PluginStream> > streams = m_streams; local
325 HashSet<RefPtr<PluginStream> >::iterator end = streams.end();
326 for (HashSet<RefPtr<PluginStream> >::iterator it = streams.begin(); it != end; ++it) {
H A DPluginStream.cpp52 static StreamMap& streams() function in namespace:WebCore
81 streams().add(&m_stream, m_instance);
91 streams().remove(&m_stream);
212 return streams().get(stream);
/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioEngine.cpp192 if (reserved->streams) {
193 stream = OSDynamicCast (IOAudioStream, reserved->streams->getObject(streamID));
204 if (!reserved->streams) {
205 reserved->streams = OSArray::withCapacity(1);
208 inserted = reserved->streams->setObject(newStream);
210 return reserved->streams->getCount() - 1;
410 reserved->streams = NULL;
483 if (reserved->streams) {
484 reserved->streams->release();
485 reserved->streams
[all...]
H A DIOAudioEngine.h97 * all of the output streams. The erase head is used to zero out the mix and sample buffers after
133 * buffers must be the same size and be running at the same sample rate. If different buffers/streams can
165 * Set to true if the erase head is to run when the audio engine is running. This is the case if there are any output streams. */
241 OSArray *streams; member in struct:IOAudioEngine::ExpansionData
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/
H A DPluginView.cpp1203 Vector<RefPtr<Stream>> streams; local
1204 copyValuesToVector(m_streams, streams);
1206 for (size_t i = 0; i < streams.size(); ++i)
1207 streams[i]->cancel();
1209 // Cancelling a stream removes it from the m_streams map, so if we cancel all streams the map should be empty.
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dfileutils.rb1169 def fu_stream_blksize(*streams)
1170 streams.each do |s|
/macosx-10.9.5/libdispatch-339.92.1/src/
H A Dio.c1078 dispatch_stream_t stream = op->fd_entry->streams[direction];
1518 dispatch_stream_t stream = fd_entry->streams[direction];
1554 fd_entry->streams[direction] = stream;
1563 dispatch_stream_t stream = fd_entry->streams[direction];
H A Dio_internal.h122 dispatch_stream_t streams[2]; member in struct:dispatch_fd_entry_s
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebNetscapePluginStream.mm81 static StreamMap& streams()
89 return streams().get(stream);
172 streams().add(&m_stream, plugin);
194 streams().remove(&m_stream);
H A DWebNetscapePluginView.mm1183 // To stop active streams it's necessary to invoke stop() on a copy
1184 // of streams. This is because calling WebNetscapePluginStream::stop() also has the side effect
1187 copyToVector(streams, streamsCopy);
1382 streams.remove(stream);
1769 streams.add(stream.get());
H A DWebNetscapePluginView.h98 HashSet<RefPtr<WebNetscapePluginStream> > streams; variable
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.cpp536 Vector<RefPtr<NetscapePluginStream>> streams; local
537 copyValuesToVector(m_streams, streams);
539 for (size_t i = 0; i < streams.size(); ++i)
540 streams[i]->stop(NPRES_USER_BREAK);
670 // Stop all streams.
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/
H A Dconfigure1334 --enable-stream-debug enable debugging of IO streams
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dsecurity_utilities.h54 #include <security_utilities/streams.h>
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dsecurity_utilities.h54 #include <security_utilities/streams.h>
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/libtelnet/
H A Denc_des.c86 struct stinfo streams[2]; member in struct:fb
133 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, CFB);
134 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, CFB);
142 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, OFB);
143 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, OFB);
279 fb64_stream_iv(data, &fbp->streams[DIR_DECRYPT-1]);
347 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]);
356 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]);
395 fb64_stream_key(fbp->krbdes_key, &fbp->streams[DIR_ENCRYPT-1]);
396 fb64_stream_key(fbp->krbdes_key, &fbp->streams[DIR_DECRYP
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlisp.vim182 syn keyword lispFunc broadcast-stream-streams least-negative-normalized-double-float set-syntax-from-char
260 syn keyword lispFunc concatenated-stream-streams make-pathname string-left-trim
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dexample.c143 #ifdef streams /* PNG file I/O method 1 */
144 /* Set up the input control if you are using standard C streams */
613 #ifdef streams /* I/O initialization method 1 */
614 /* Set up the output control if you are using standard C streams */
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dpaste.c81 * paste the lines of the <nstreams> defined in <streams> and put results
85 static int paste(int nstream,Sfio_t* streams[],Sfio_t *out, register const char *delim, int dsiz, int dlen, Delim_t* mp) argument
95 if(fp=streams[n])
125 streams[n] = 0;
138 else if(n==nstream && !streams[n-1] && more)
178 register Sfio_t *fp, **streams; local
256 if (!(streams = (Sfio_t**)stakalloc(n*sizeof(Sfio_t*))))
274 streams[n++] = fp;
278 if(error_info.errors==0 && paste(n,streams,sfstdout,delim,dsiz,dlen,mp) < 0)
281 if((fp=streams[
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A Dmamake.c240 Stream_t streams[4]; /* input file stream stack */ member in struct:__anon9228
1054 if (state.sp == state.streams)
1073 state.sp = state.streams;
1074 else if (++state.sp >= &state.streams[elementsof(state.streams)])
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/lib/Perl/
H A DTidy.pm27976 The module accepts input and output streams by a variety of methods.
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dimap.el291 (defvar imap-streams '(gssapi kerberos4 starttls tls ssl network shell)
292 "Priority of streams to consider when opening connection to server.")
302 "Definition of network streams.
1000 STREAM indicates the stream to use, see `imap-streams' for available
1001 streams. If nil, it choices the best stream the server is capable of.
1026 (let ((streams imap-streams))
1027 (while (setq stream (pop streams))
1059 (setq streams nil)))
1064 (setq streams ni
[all...]
H A Dsieve-manage.el109 (defcustom sieve-manage-streams '(network starttls shell)
110 "Priority of streams to consider when opening connection to server."
117 "Definition of network streams.
367 Optional variable STREAM is any of `sieve-manage-streams' (a symbol).
389 (let ((streams sieve-manage-streams))
390 (while (setq stream (pop streams))
398 streams nil)))
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DtclLoadNext.c17 #include <streams/streams.h>

Completed in 419 milliseconds

12