/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/ |
BlenderInputStream.java | 44 * An input stream with random access to data.
70 /** The input stream we read the data from. */
74 * Constructor. The input stream is stored and used to read data.
76 * the stream we read data from
95 //buffered input stream is used here for much faster file reading
119 * This method reads the whole stream into a buffer.
121 * the stream to read the file data from
123 * an exception is thrown when data read from the stream is invalid or there are problems with i/o
165 * This method loads the header from the given stream during instance creation.
167 * the stream we read the header from [all...] |
/external/tinycompress/include/tinycompress/ |
tinycompress.h | 86 * compress_open: open a new compress stream 95 * @config: stream config requested. Returns actual fragment config 101 * compress_close: close the compress stream 103 * @compress: compress stream to be closed 111 * @compress: compress stream on which query is made 123 * @compress: compress stream on which query is made 131 * compress_write: write data to the compress stream 143 * @compress: compress stream to be written to 150 * compress_read: read data from the compress stream 160 * @compress: compress stream from where data is to be rea [all...] |
/libcore/luni/src/main/java/java/io/ |
InputStream.java | 31 * <p>Use {@link InputStreamReader} to adapt a byte stream like this one into a 32 * character stream. 34 * <p>Most clients should wrap their input stream with {@link 37 * <p>Some implementations support marking a position in the input stream and 43 * Subclasses that decorate another input stream should consider subclassing 45 * stream. 47 * <p>All input stream subclasses should override <strong>both</strong> {@link 87 * size a container and assume that you can read the entirety of the stream without needing 99 * @throws IOException if this stream is closed or an error occurs 106 * Closes this stream. Concrete implementations of this class should fre [all...] |
PipedInputStream.java | 25 * pass data back and forth, one creates a piped output stream and the other one 26 * creates a piped input stream. 80 * stream must be connected to a {@link PipedOutputStream} before data may 88 * stream can be read from the this input stream. 91 * the piped output stream to connect to. 93 * if this stream or {@code out} are already connected. 101 * buffer size. The resulting stream must be connected to a 117 * with the given buffer size. Any data written to the output stream can be read from this 118 * input stream [all...] |
/libcore/luni/src/main/java/java/util/logging/ |
StreamHandler.java | 26 * A {@code StreamHandler} object writes log messages to an output stream, that 50 // the output stream this handler writes to 53 // the writer that writes to the output stream 60 * Constructs a {@code StreamHandler} object. The new stream handler 61 * does not have an associated output stream. 72 * stream. Default properties are read. 75 * the output stream this handler writes to. 97 * Constructs a {@code StreamHandler} object with the supplied output stream 101 * the output stream this handler writes to. 137 // Write a string to the output stream [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRMismatchedTokenException.m | 37 + (id) newException:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput 39 return [[ANTLRMismatchedTokenException alloc] initWithTokenType:expectedTokenType Stream:anInput]; 43 Stream:(id<ANTLRIntStream>)anInput 46 return [[ANTLRMismatchedTokenException alloc] initWithTokenType:expectedTokenType Stream:anInput Token:inserted]; 49 + (id) newExceptionChar:(unichar) expectedCharacter Stream:(id<ANTLRIntStream>)anInput 51 return [[ANTLRMismatchedTokenException alloc] initWithCharacter:expectedCharacter Stream:anInput]; 59 -(id) initWithTokenType:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput 69 Stream:(id<ANTLRIntStream>)anInput 79 - (id) initWithCharacter:(unichar) expectedCharacter Stream:(id<ANTLRIntStream>)anInput
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/token/ |
ANTLRCommonTokenTest.m | 53 ANTLRStringStream *stream = [[ANTLRStringStream newANTLRStringStream:@"this||is||a||double||piped||separated||csv"] retain]; 54 ANTLRCommonToken *token = [[ANTLRCommonToken newToken:stream Type:555 Channel:ANTLRTokenChannelDefault Start:4 Stop:5] retain]; 60 [stream release]; 65 ANTLRStringStream *stream = [[ANTLRStringStream newANTLRStringStream:@"this||is||a||double||piped||separated||csv"] retain]; 66 ANTLRCommonToken *token = [[ANTLRCommonToken newToken:stream Type:555 Channel:ANTLRTokenChannelDefault Start:4 Stop:5] retain]; 84 [stream release]; 90 ANTLRStringStream *stream = [[ANTLRStringStream newANTLRStringStream:@"this||is||a||double||piped||separated||csv"] retain]; 91 ANTLRCommonToken *token = [[ANTLRCommonToken newToken:stream Type:555 Channel:ANTLRTokenChannelDefault Start:4 Stop:5] retain]; 95 [stream release];
|
/external/chromium_org/content/test/plugin/ |
plugin_request_read_test.cc | 39 NPError PluginRequestReadTest::NewStream(NPMIMEType type, NPStream* stream, 47 NPError result = HostFunctions()->requestread(stream, 50 SetError("Failed request read from stream."); 53 return PluginTest::NewStream(type, stream, seekable, stream_type); 56 NPError PluginRequestReadTest::DestroyStream(NPStream *stream, NPError reason) { 60 return PluginTest::DestroyStream(stream, reason); 63 int32 PluginRequestReadTest::WriteReady(NPStream* stream) { 70 int32 PluginRequestReadTest::Write(NPStream* stream, int32 offset, int32 len, 81 // It is Ok for browser to write some data from start of the stream before
|
/external/chromium_org/media/audio/cras/ |
cras_input.h | 23 // Provides an input stream for audio capture based on CRAS, the ChromeOS Audio 56 // Handles notificaiton that there was an error with the playback stream. 66 // Deals with an error that occured in the stream. Called from StreamError(). 76 // The AudioManager indirectly holds on to stream objects, so we don't 77 // want circular references. Additionally, stream objects live on the audio 91 // PCM parameters for the stream. 94 // True if the stream has been started. 97 // ID of the playing stream. 100 // Direction of the stream.
|
/external/chromium_org/net/quic/ |
quic_stream_sequencer.h | 44 // ProcessData will be immediately called on the stream until all buffered 45 // data is processed or the stream fails to consume data. Any unconsumed 52 // Once data is buffered, it's up to the stream to read it when the stream 86 // Wait until we've seen 'offset' bytes, and then terminate the stream. 91 ReliableQuicStream* stream_; // The stream which owns this sequencer. 92 QuicStreamOffset num_bytes_consumed_; // The last data consumed by the stream 95 // The offset, if any, we got a stream termination for. When this many bytes 96 // have been processed, the stream will be half closed.
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFCatalog.h | 39 /** Inform the catalog of the object's position in the final stream. 43 * @param offset The byte offset in the output stream of this object. 49 * @param stream The writable output stream to send the output to. 51 void emitObjectNumber(SkWStream* stream, SkPDFObject* obj); 65 * @param stream The writable output stream to send the output to. 69 int32_t emitXrefTable(SkWStream* stream, bool firstPage); 89 void emitSubstituteResources(SkWStream* stream, bool firstPage);
|
/external/chromium_org/v8/src/mips/ |
lithium-mips.cc | 66 void LInstruction::PrintTo(StringStream* stream) { 67 stream->Add("%s ", this->Mnemonic()); 69 PrintOutputOperandTo(stream); 71 PrintDataTo(stream); 74 stream->Add(" "); 75 environment()->PrintTo(stream); 79 stream->Add(" "); 80 pointer_map()->PrintTo(stream); 85 void LInstruction::PrintDataTo(StringStream* stream) { 86 stream->Add("= ") [all...] |
/external/chromium_org/v8/src/x64/ |
lithium-x64.cc | 69 void LInstruction::PrintTo(StringStream* stream) { 70 stream->Add("%s ", this->Mnemonic()); 72 PrintOutputOperandTo(stream); 74 PrintDataTo(stream); 77 stream->Add(" "); 78 environment()->PrintTo(stream); 82 stream->Add(" "); 83 pointer_map()->PrintTo(stream); 88 void LInstruction::PrintDataTo(StringStream* stream) { 89 stream->Add("= ") [all...] |
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
LogTest.java | 126 PrintStream old = ShadowLog.stream; 128 ShadowLog.stream = new PrintStream(bos); 135 ShadowLog.stream = old; 141 PrintStream old = ShadowLog.stream; 142 ShadowLog.stream = null; 150 ShadowLog.stream = old; 155 PrintStream old = ShadowLog.stream; 156 ShadowLog.stream = new PrintStream(new ByteArrayOutputStream()); 163 ShadowLog.stream = old;
|
/external/skia/src/pdf/ |
SkPDFCatalog.h | 39 /** Inform the catalog of the object's position in the final stream. 43 * @param offset The byte offset in the output stream of this object. 49 * @param stream The writable output stream to send the output to. 51 void emitObjectNumber(SkWStream* stream, SkPDFObject* obj); 65 * @param stream The writable output stream to send the output to. 69 int32_t emitXrefTable(SkWStream* stream, bool firstPage); 89 void emitSubstituteResources(SkWStream* stream, bool firstPage);
|
/external/skia/src/utils/ |
SkFrontBufferedStream.cpp | 10 SkFrontBufferedStream* SkFrontBufferedStream::Create(SkStream* stream, size_t bufferSize) { 11 if (NULL == stream) { 14 return SkNEW_ARGS(SkFrontBufferedStream, (stream, bufferSize)); 17 SkFrontBufferedStream::SkFrontBufferedStream(SkStream* stream, size_t bufferSize) 18 : fStream(SkRef(stream)) 26 // Even if the underlying stream is at the end, this stream has been 112 // remaining in the stream) and provide it to the caller. 131 // Read directly from the stream.
|
/frameworks/av/media/libmedia/ |
IAudioFlingerClient.cpp | 49 uint32_t stream = *(const uint32_t *)param2; local 50 ALOGV("ioConfigChanged stream %d", stream); 51 data.writeInt32(stream); 79 uint32_t stream; local 81 stream = data.readInt32(); 82 param2 = &stream; 83 ALOGV("STREAM_CONFIG_CHANGED stream %d", stream);
|
/hardware/libhardware/modules/camera/ |
Camera.h | 24 #include "Stream.h" 58 // Reuse a stream already created by this device 59 Stream *reuseStream(camera3_stream_t *astream); 60 // Destroy all streams in a stream array, and the array itself 61 void destroyStreams(Stream **array, int count); 63 bool isValidStreamSet(Stream **array, int count); 64 // Calculate usage and max_bufs of each stream 65 void setupStreams(Stream **array, int count); 96 Stream **mStreams;
|
/hardware/qcom/audio/hal/ |
audio_hw.c | 81 .channels = HDMI_MULTI_DEFAULT_CHANNEL_COUNT, /* changed when the stream is opened */ 82 .rate = DEFAULT_OUTPUT_SAMPLING_RATE, /* changed when the stream is opened */ 469 usecase->stream.out->devices); 470 in_snd_device = platform_get_input_snd_device(adev->platform, usecase->stream.out->devices); 471 usecase->devices = usecase->stream.out->devices; 488 usecase->devices = usecase->stream.out->devices; 492 usecase->stream.out->devices); 493 if (usecase->stream.out == adev->primary_output && 500 usecase->devices = usecase->stream.in->device; 588 /* 1. Disable stream specific mixer controls * [all...] |
/libcore/luni/src/main/java/java/sql/ |
SQLInput.java | 27 * input stream which carries a series of values representing an instance of 34 * provide means to read values from an {@code SQLInput} stream. 39 * creates an instance of an {@code SQLInput} stream, filling the stream with 40 * the attributes of the UDT. The {@code SQLInput} stream is passed to the 49 * Returns the next attribute in the stream in the form of a {@code String}. 59 * Returns the next attribute in the stream in the form of a {@code boolean} 70 * Returns the next attribute in the stream in the form of a {@code byte}. 80 * Returns the next attribute in the stream in the form of a {@code short}. 90 * Returns the next attribute in the stream in the form of an {@code int} [all...] |
/libcore/luni/src/main/java/javax/crypto/ |
CipherOutputStream.java | 26 * This class wraps an output stream and a cipher so that {@code write} methods 28 * stream. 44 * the output stream to write data to. 60 * the output stream to write the data to. 67 * Writes the single byte to this cipher output stream. 80 * {@code off} to this cipher output stream. 102 * Flushes this cipher output stream. 113 * Close this cipher output stream. 117 * reset to its initial state. The underlying output stream is also closed.
|
/build/tools/ |
adbs | 36 stream = os.popen(cmd) 37 lines = stream.readlines() 46 stream = os.popen(cmd) 47 list[0] = stream.readline() 48 stream.close() 79 stream = os.popen(cmd) 80 lines = stream.readlines() 82 stream.close() 118 stream = os.popen(cmd) 119 str = stream.read( 199 stream = os.popen(adb_cmd) variable [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
DOMOutputImpl.java | 34 * output destination in a single object, which may include a URI, a byte stream
35 * (possibly with a specifiedencoding), a base URI, and/or a character stream.
36 * The exact definitions of a byte stream and a character stream are binding
75 * writable stream of bytes. If the application knows the character encoding
76 * of the byte stream, it should set the encoding attribute. Setting the
87 * writable stream of bytes. If the application knows the character encoding
88 * of the byte stream, it should set the encoding attribute. Setting the
100 * represents a writable stream to which 16-bit units can be output. The
101 * application must encode the stream using UTF-16 (defined in [Unicode] and [all...] |
/external/chromium_org/content/browser/renderer_host/media/ |
audio_input_renderer_host.h | 8 // Create stream sequence (AudioInputController = AIC): 13 // Close stream sequence: 91 // Creates an audio input stream with the specified format whose data is 93 // |session_id| is used to find out which device to be used for the stream. 101 // Record the audio input stream referenced by |stream_id|. 104 // Close the audio stream referenced by |stream_id|. 107 // Set the volume of the audio stream referenced by |stream_id|. 110 // Complete the process of creating an audio input stream. This will set up 118 // Handle error coming from audio stream. 127 // Closes the stream. The stream is then deleted in DeleteEntry() after i [all...] |
/external/chromium_org/net/http/ |
http_stream_base.h | 6 // HTTP-like stream that keeps the client agnostic of the actual underlying 39 // Initialize stream. Must be called before calling SendRequest(). 79 // Closes the stream. 80 // |not_reusable| indicates if the stream can be used for further requests. 81 // In the case of HTTP, where we re-use the byte-stream (e.g. the connection) 83 // underlying stream is never reused, it has no effect. 85 // into the stream implementation itself so that the caller 102 // A stream exists on top of a connection. If the connection has been used 104 // stream is done differently. This method returns true if the underlying 116 // because one has yet to be assigned to the stream, or because the underlyin [all...] |