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

<<51525354555657585960>>

  /device/generic/goldfish/camera/fake-pipeline2/
Base.h 46 struct Stream {
58 // -1 if the reprocessing stream is independent
  /device/samsung/manta/voicefx/
eS305VoiceProcessing.h 57 * Sets the IO handle for the current input stream, or ADNC_IO_HANDLE_NONE when stream is
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeNodeStream.java 33 /** A stream of tree nodes, accessing nodes from a tree of some kind */
54 /** Where is this stream pulling nodes from? This is not the name, but
59 /** If the tree associated with this stream was created from a TokenStream,
79 /** Reset the tree node stream in such a way that it acts like
80 * a freshly constructed stream.
85 * If the stream does not buffer all the nodes then it can still
97 * after this call. The stream is notified because it is walking the
99 * tree. Also, it might be able to modify the node stream to avoid
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
ParserRuleReturnScope.js 9 * from start and stop using the input stream's toString() method. I
11 * stream, but I'm not sure we want to do that. It would seem to be undefined
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleElementStream.js 12 * TODO: add mechanism to detect/puke on modification after reading from stream
20 /** Once a node / subtree has been used in a stream, it must be dup'd
43 /** Reset the condition of this stream so that it appears we have
45 * Once we reset the stream, any future use will need duplicates. Set
72 /** Return the next element in the stream. If out of elements, throw
74 * Return a duplicate node/subtree if stream is out of elements and
93 * if the stream is empty or we're out of elements and size>1.
119 /** Ensure stream emits trees; tokens must be converted to AST nodes.
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t012lexerXML.html 91 stream = new org.antlr.runtime.ANTLRStringStream(xinput),
92 lexer = new TLexer(stream),
111 stream = new org.antlr.runtime.ANTLRStringStream(input),
112 lexer = new TLexer(stream),
137 stream = new org.antlr.runtime.ANTLRStringStream(input),
138 lexer = new TLexer(stream),
163 stream = new org.antlr.runtime.ANTLRStringStream(input),
164 lexer = new TLexer(stream),
t026actions.html 19 var stream = new org.antlr.runtime.ANTLRStringStream("foobar _Ab98 \n A12sdf"),
20 lexer = new t026actionsLexer(stream),
t027eof.html 17 var stream = new org.antlr.runtime.ANTLRStringStream(" \u0000"),
18 lexer = new t027eof(stream),
t029synpredgate.html 17 var stream = new org.antlr.runtime.ANTLRStringStream("ac"),
18 lexer = new t029synpredgate(stream),
t038lexerRuleLabel.html 24 var stream = new org.antlr.runtime.ANTLRStringStream("a 2"),
25 lexer = new TLexer(stream),
t040bug80.html 24 var stream = new org.antlr.runtime.ANTLRStringStream("defined"),
25 lexer = new TLexer(stream),
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testrecognizers.py 62 stream = antlr3.StringStream('foo')
63 TLexer(stream)
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-recognizers.rb 42 stream = StringStream.new('foo')
43 TLexer.new(stream)
  /external/arduino/hardware/arduino/cores/arduino/
Stream.h 2 Stream.h - base class for character-based streams.
26 class Stream : public Print
  /external/bison/lib/
fpending.c 1 /* fpending.c -- return the number of pending output bytes on a stream
25 bytes on the stream, FP, that is open for writing. */
  /external/chromium/third_party/libjingle/source/talk/base/
opensslstreamadapter.h 74 explicit OpenSSLStreamAdapter(StreamInterface* stream);
92 virtual void OnEvent(StreamInterface* stream, int events, int err);
99 SSL_WAIT, // waiting for the stream to open to start SSL negotiation
101 SSL_CONNECTED, // SSL stream successfully established
102 SSL_ERROR, // some SSL error occurred, stream is closed
115 // depending on whether the underlying stream is already open or
126 // raised on the stream with the specified error.
148 // write to the wrapped stream.
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_user_image.css 120 .user-image-stream-area {
126 .camera.live .user-image-stream-area {
130 #user-image-stream-crop {
138 .flip-x #user-image-stream-crop {
143 .user-image-stream {
152 .online .user-image-stream {
224 .user-image-stream-area .spinner {
235 .camera.live:not(.online) .user-image-stream-area .spinner {
  /external/chromium_org/chrome/browser/resources/options/chromeos/
change_picture_options.css 87 .user-image-stream-area {
92 .camera.live .user-image-stream-area {
96 #user-image-stream-crop {
106 .flip-x #user-image-stream-crop {
111 .user-image-stream {
120 .online .user-image-stream {
124 .user-image-stream-area .spinner {
134 .camera.live:not(.online) .user-image-stream-area .spinner {
  /external/chromium_org/chrome_frame/
stream_impl.h 26 STDMETHOD(CopyTo)(IStream* stream, ULARGE_INTEGER cb, ULARGE_INTEGER* read,
35 STDMETHOD(Clone)(IStream** stream);
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_requester.h 16 // stream to be opened. MediaStreamManager will use this interface to signal
27 // Called if stream has been stopped by user request.
  /external/chromium_org/content/child/npapi/
plugin_string_stream.cc 24 // Protect the stream against it being destroyed or the whole plugin instance
25 // being destroyed within the plugin stream callbacks.
  /external/chromium_org/content/public/browser/
media_observer.h 33 // Called when an audio stream transitions into a playing or paused state, and
46 // Called when the audio stream is being created.
  /external/chromium_org/content/renderer/media/
media_stream_impl.h 34 // MediaStreamImpl is a delegate for the Media Stream API messages used by
93 // stream no longer may be used.
107 // |request| have completed and generated the MediaStream |stream|.
109 const WebKit::WebMediaStream& stream,
127 // True if MediaStreamDispatcher has generated the stream, see
148 webrtc::MediaStreamInterface* stream,
152 webrtc::MediaStreamInterface* stream);
154 webrtc::MediaStreamInterface* stream);
  /external/chromium_org/media/audio/android/
audio_manager_android.h 31 virtual void ReleaseOutputStream(AudioOutputStream* stream) OVERRIDE;
32 virtual void ReleaseInputStream(AudioInputStream* stream) OVERRIDE;
  /external/chromium_org/media/audio/
audio_source_diverter.h 30 // Stops diverting audio data to the stream. The AudioSourceDiverter is
31 // responsible for making sure the stream is closed, perhaps asynchronously.

Completed in 632 milliseconds

<<51525354555657585960>>