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

<<31323334353637383940>>

  /libcore/luni/src/main/java/java/io/
ObjectOutputStream.java 123 * that are written to the target stream.
226 * Writes the fields to the target stream {@code out}.
229 * the target stream
231 * if an error occurs while writing to the target stream.
232 * @deprecated This method is unsafe and may corrupt the target stream.
245 * if an error occurs when creating this stream.
263 * if an error occurs while writing the object stream
285 * stream. This optional data can be read when deserializing the class
286 * descriptor (ObjectStreamClass) for this class from an input stream. By
292 * if an error occurs while writing to the target stream
    [all...]
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
CameraRecordingStream.java 51 // Sync object to protect stream state access from multiple threads.
70 * Configure stream with a size and encoder mode.
72 * @param size Size of recording stream.
73 * @param useMediaCodec The encoder for this stream to use, either MediaCodec
80 "Stream can only be configured when stream is in IDLE state");
95 * Stream is already configured, need release encoder and muxer
123 * Add the stream output surface to the target output surface list.
125 * @param outputSurfaces The output surface list where the stream can
136 Log.w(TAG, "Can not detach surface when recording stream is in IDLE state")
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
basic_ios.h 55 * stream classes.
58 * @tparam _CharT Type of character stream.
62 * Most of the member functions called dispatched on stream objects
124 * @brief Returns the error state of the stream buffer.
212 * This changes nothing in the stream. See the one-argument version
224 * exceptions mask for each stream; if a bit in the mask becomes set
280 * @brief Fetches the current @e tied stream.
281 * @return A pointer to the tied stream, or NULL if the stream is
284 * A stream may be @e tied (or synchronized) to a second outpu
    [all...]
  /device/asus/flo/camera/QCamera2/stack/common/
mm_camera_interface.h 45 /** mm_camera_buf_def_t: structure for stream frame buf
46 * @stream_id : stream handler to uniquely identify a stream
48 * @buf_idx : index of the buf within the stream bufs, to be
80 * stream frames
126 * mapping stream buffers via domain socket
127 * @frame_idx : buffer index within stream buffers
131 * @fd : file descriptor of the stream buffer
132 * @size: size of the stream buffer
142 * unmapping stream buffers via domai
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3lexer.c 201 /// Returns the next available token from the current input stream.
208 /// The next token in the current input stream or the EOF token
244 // Record the start of the token in our input stream.
258 // Reached the end of the current stream, nothing more to do if this is
290 // Emit the real token, which adds it in to the token stream basically
319 * The next token in the current input stream or the EOF token
320 * if there are no more tokens in any input stream in the stack.
334 // Find the next token in the current stream
339 // input stream if there were any and just return the
341 // in any outstanding input stream we pop into the activ
    [all...]
  /external/chromium_org/third_party/jinja2/
ext.py 84 def filter_stream(self, stream):
94 return stream
98 parser as first argument. The token the parser stream is pointing at
214 lineno = next(parser.stream).lineno
222 while parser.stream.current.type != 'block_end':
224 parser.stream.expect('comma')
227 if parser.stream.skip_if('colon'):
230 name = parser.stream.expect('name')
237 if parser.stream.current.type == 'assign':
238 next(parser.stream)
    [all...]
  /hardware/libhardware/include/hardware/
audio.h 101 * audio stream parameters
140 /* common audio stream configuration parameters
152 /* common audio stream parameters and operations */
158 uint32_t (*get_sample_rate)(const struct audio_stream *stream);
163 int (*set_sample_rate)(struct audio_stream *stream, uint32_t rate);
166 * Return size of input/output buffer in bytes for this stream - eg. 4800.
169 size_t (*get_buffer_size)(const struct audio_stream *stream);
175 audio_channel_mask_t (*get_channels)(const struct audio_stream *stream);
180 audio_format_t (*get_format)(const struct audio_stream *stream);
185 int (*set_format)(struct audio_stream *stream, audio_format_t format)
    [all...]
  /hardware/qcom/camera/QCamera2/stack/common/
mm_camera_interface.h 45 /** mm_camera_buf_def_t: structure for stream frame buf
46 * @stream_id : stream handler to uniquely identify a stream
48 * @buf_idx : index of the buf within the stream bufs, to be
80 * stream frames
126 * mapping stream buffers via domain socket
127 * @frame_idx : buffer index within stream buffers
131 * @fd : file descriptor of the stream buffer
132 * @size: size of the stream buffer
142 * unmapping stream buffers via domai
    [all...]
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3commontreenodestream.h 2 /// Definition of the ANTLR3 common tree node stream.
58 /// the tree node stream. This will point to an implementation
80 /// Where is this stream pulling nodes from? This is not the name, but
101 /// If the stream does not buffer all the nodes then it can still
110 /// If the stream does not buffer all the nodes then it can still
131 /// after this call. The stream is notified because it is walking the
133 /// tree. Also, it might be able to modify the node stream to avoid
149 /// the common tree node stream.
153 /// Pointer to the tree node stream interface
182 /// The complete mapping from stream index to tree node
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
requireprovidesorter.py 49 Iterates over tokens in given token stream, identifies goog.provide tokens,
54 token: A token in the token stream before any goog.provide tokens.
57 A tuple containing the first provide token in the token stream and a list
74 Iterates over tokens in given token stream, identifies goog.require tokens,
79 token: A token in the token stream before any goog.require tokens.
82 A tuple containing the first require token in the token stream and a list
97 """Sorts goog.provide statements in the given token stream alphabetically.
100 token: The first token in the token stream.
106 """Sorts goog.require statements in the given token stream alphabetically.
109 token: The first token in the token stream
    [all...]
  /external/chromium_org/media/audio/cras/
cras_unified.cc 22 // 3) Then Start(source) is called and a stream is added to the CRAS client
25 // 4) When finished Stop() is called, which is handled by stopping the stream.
29 // For output-only streams, a unified stream is created with 0 input channels.
35 // +------+------+ Add Stream +---------+--------+
49 // | Remove stream |
57 // +------+------+ Add Stream +---------+--------+
71 // | Remove stream |
99 // A unified stream for input and output.
172 // Prepare |audio_format| and |stream_params| for the stream we
194 LOG(WARNING) << "Error setting up stream parameters."
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/
requireprovidesorter.py 49 Iterates over tokens in given token stream, identifies goog.provide tokens,
54 token: A token in the token stream before any goog.provide tokens.
57 A tuple containing the first provide token in the token stream and a list
74 Iterates over tokens in given token stream, identifies goog.require tokens,
79 token: A token in the token stream before any goog.require tokens.
82 A tuple containing the first require token in the token stream and a list
97 """Sorts goog.provide statements in the given token stream alphabetically.
100 token: The first token in the token stream.
106 """Sorts goog.require statements in the given token stream alphabetically.
109 token: The first token in the token stream
    [all...]
  /frameworks/av/services/audioflinger/
AudioPolicyService.h 65 virtual audio_io_handle_t getOutput(audio_stream_type_t stream,
73 audio_stream_type_t stream,
76 audio_stream_type_t stream,
87 virtual status_t initStreamVolume(audio_stream_type_t stream,
90 virtual status_t setStreamVolumeIndex(audio_stream_type_t stream,
93 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
97 virtual uint32_t getStrategyForStream(audio_stream_type_t stream);
98 virtual audio_devices_t getDevicesForStream(audio_stream_type_t stream);
108 virtual bool isStreamActive(audio_stream_type_t stream, uint32_t inPastMs = 0) const;
109 virtual bool isStreamActiveRemotely(audio_stream_type_t stream, uint32_t inPastMs = 0) const
    [all...]
  /external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/
InBandBytestreamSession.java 50 * closed individually the session will be closed automatically once the second stream is closed.
65 * the input stream for this session (either IQIBBInputStream or MessageIBBInputStream)
70 * the output stream for this session (either IQIBBOutputStream or MessageIBBOutputStream)
153 closeByLocal(true); // close input stream
154 closeByLocal(false); // close output stream
165 * close streams without flushing them, because stream is already considered closed on the
198 // close stream but try to send any data left
213 throw new IOException("Error while closing stream: " + e.getMessage());
225 * IBBInputStream class is the base implementation of an In-Band Bytestream input stream.
226 * Subclasses of this input stream must provide a packet listener along with a packet filter to
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Stream.cpp 45 * DESCRIPTION: static function entry to allocate stream buffers
48 * @offset : offset info of stream buffers
68 QCamera3Stream *stream = reinterpret_cast<QCamera3Stream *>(user_data); local
69 if (!stream) {
70 ALOGE("getBufs invalid stream pointer");
73 return stream->getBufs(offset, num_bufs, initial_reg_flag, bufs, ops_tbl);
79 * DESCRIPTION: static function entry to deallocate stream buffers
93 QCamera3Stream *stream = reinterpret_cast<QCamera3Stream *>(user_data); local
94 if (!stream) {
95 ALOGE("putBufs invalid stream pointer")
116 QCamera3Stream *stream = reinterpret_cast<QCamera3Stream *>(user_data); local
139 QCamera3Stream *stream = reinterpret_cast<QCamera3Stream *>(user_data); local
399 QCamera3Stream* stream = (QCamera3Stream *)userdata; local
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Stream.cpp 46 * DESCRIPTION: static function entry to allocate stream buffers
49 * @offset : offset info of stream buffers
69 QCamera3Stream *stream = reinterpret_cast<QCamera3Stream *>(user_data); local
70 if (!stream) {
71 ALOGE("getBufs invalid stream pointer");
74 return stream->getBufs(offset, num_bufs, initial_reg_flag, bufs, ops_tbl);
80 * DESCRIPTION: static function entry to deallocate stream buffers
94 QCamera3Stream *stream = reinterpret_cast<QCamera3Stream *>(user_data); local
95 if (!stream) {
96 ALOGE("putBufs invalid stream pointer")
117 QCamera3Stream *stream = reinterpret_cast<QCamera3Stream *>(user_data); local
140 QCamera3Stream *stream = reinterpret_cast<QCamera3Stream *>(user_data); local
400 QCamera3Stream* stream = (QCamera3Stream *)userdata; local
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ITokenStream.cs 34 /** <summary>A stream of tokens accessing tokens from a TokenSource</summary> */
45 /// How far ahead has the stream been asked to look? The return
54 * needed for profiling and debugging and token stream rewriting.
56 * sense for you. Naturally you can't use the rewrite stream feature.
64 * Where is this stream pulling tokens from? This is not the name, but
74 * If the stream does not buffer all the tokens then it can just
UnbufferedTokenStream.cs 39 /** A token stream that pulls tokens from the code source on-demand and
40 * without tracking a complete buffer of the tokens. This stream buffers
44 * You can't use this stream if you pass whitespace or other off-channel
45 * tokens to the parser. The stream can't ignore off-channel tokens.
49 * Use this when you need to read from a socket or other infinite stream.
89 throw new NotSupportedException("Absolute token indexes are meaningless in an unbuffered stream");
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ITokenStream.cs 35 /** <summary>A stream of tokens accessing tokens from a TokenSource</summary> */
47 /// How far ahead has the stream been asked to look? The return
57 * needed for profiling and debugging and token stream rewriting.
59 * sense for you. Naturally you can't use the rewrite stream feature.
67 * Where is this stream pulling tokens from? This is not the name, but
78 * If the stream does not buffer all the tokens then it can just
UnbufferedTokenStream.cs 40 /** A token stream that pulls tokens from the code source on-demand and
41 * without tracking a complete buffer of the tokens. This stream buffers
45 * You can't use this stream if you pass whitespace or other off-channel
46 * tokens to the parser. The stream can't ignore off-channel tokens.
50 * Use this when you need to read from a socket or other infinite stream.
154 throw new NotSupportedException("Absolute token indexes are meaningless in an unbuffered stream");
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
TokenStream.java 32 /** A stream of tokens accessing tokens from a TokenSource */
42 /** How far ahead has the stream been asked to look? The return
48 * needed for profiling and debugging and token stream rewriting.
50 * sense for you. Naturally you can't use the rewrite stream feature.
56 /** Where is this stream pulling tokens from? This is not the name, but
62 * If the stream does not buffer all the tokens then it can just
UnbufferedTokenStream.java 35 /** A token stream that pulls tokens from the code source on-demand and
36 * without tracking a complete buffer of the tokens. This stream buffers
40 * You can't use this stream if you pass whitespace or other off-channel
41 * tokens to the parser. The stream can't ignore off-channel tokens.
45 * Use this when you need to read from a socket or other infinite stream.
78 throw new UnsupportedOperationException("Absolute token indexes are meaningless in an unbuffered stream");
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
debug.rb 106 A module that wraps token stream methods with debugging event code. A debuggable
107 parser will <tt>extend</tt> its input stream with this module if the stream is
113 def self.wrap( stream, debug_listener = nil )
114 stream.extend( self )
115 stream.debug_listener ||= debug_listener
  /external/chromium/third_party/libjingle/source/talk/base/
opensslstreamadapter.cc 45 #include "talk/base/stream.h"
65 "stream",
78 static BIO* BIO_new_stream(StreamInterface* stream) {
82 ret->ptr = stream;
91 b->num = 0; // 1 means end-of-stream
105 StreamInterface* stream = static_cast<StreamInterface*>(b->ptr);
109 StreamResult result = stream->Read(out, outl, &read, &error);
123 StreamInterface* stream = static_cast<StreamInterface*>(b->ptr);
127 StreamResult result = stream->Write(in, inl, &written, &error);
163 OpenSSLStreamAdapter::OpenSSLStreamAdapter(StreamInterface* stream)
582 OpenSSLStreamAdapter* stream = local
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_downloader_unittest.cc 13 std::stringstream stream; local
14 stream << "{ ";
16 stream << "\"name\": \"" << name << "\", ";
18 stream << "\"picture\": \"" << url << "\", ";
19 stream << "\"locale\": \"en-US\" }";
20 return stream.str();

Completed in 1340 milliseconds

<<31323334353637383940>>