/external/freetype/include/freetype/ |
ftlzw.h | 5 /* LZW-compressed stream support. */ 56 * Open a new stream to parse LZW-compressed font files. This is 61 * stream :: The target embedding stream. 63 * source :: The source stream. 69 * The source stream must be opened _before_ calling this function. 71 * Calling the internal function `FT_Stream_Close' on the new stream will 72 * *not* call `FT_Stream_Close' on the source stream. None of the stream 75 * The stream implementation is very basic and resets the decompressio [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
toplevel.ml | 9 let rec main_loop the_fpm the_execution_engine stream = 10 match Stream.peek stream with 15 Stream.junk stream; 16 main_loop the_fpm the_execution_engine stream 22 let e = Parser.parse_definition stream in 26 let e = Parser.parse_extern stream in 31 let e = Parser.parse_toplevel stream in 43 with Stream.Error s | Codegen.Error s - [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
toplevel.ml | 9 let rec main_loop the_fpm the_execution_engine stream = 10 match Stream.peek stream with 15 Stream.junk stream; 16 main_loop the_fpm the_execution_engine stream 22 let e = Parser.parse_definition stream in 26 let e = Parser.parse_extern stream in 31 let e = Parser.parse_toplevel stream in 43 with Stream.Error s | Codegen.Error s - [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
toplevel.ml | 9 let rec main_loop the_fpm the_execution_engine stream = 10 match Stream.peek stream with 15 Stream.junk stream; 16 main_loop the_fpm the_execution_engine stream 22 let e = Parser.parse_definition stream in 26 let e = Parser.parse_extern stream in 31 let e = Parser.parse_toplevel stream in 43 with Stream.Error s | Codegen.Error s - [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
toplevel.ml | 9 let rec main_loop the_fpm the_execution_engine stream = 10 match Stream.peek stream with 15 Stream.junk stream; 16 main_loop the_fpm the_execution_engine stream 22 let e = Parser.parse_definition stream in 26 let e = Parser.parse_extern stream in 31 let e = Parser.parse_toplevel stream in 43 with Stream.Error s | Codegen.Error s - [all...] |
/external/proguard/src/proguard/io/ |
DataEntryWriter.java | 44 * Returns an output stream for writing data. The caller must not close 45 * the output stream; closing the output stream is the responsibility of 47 * @param dataEntry the data entry for which the output stream is to be created. 48 * @return the output stream. The stream may be <code>null</code> to indicate 55 * Returns an output stream for writing data. The caller must not close 56 * the output stream; closing the output stream is the responsibility of 58 * @param dataEntry the data entry for which the output stream is to be created [all...] |
/libcore/luni/src/main/native/ |
ZipUtilities.cpp | 24 NativeZipStream* stream) { 27 } else if (stream != NULL && stream->stream.msg != NULL) { 28 jniThrowException(env, exceptionClassName, stream->stream.msg); 36 stream.opaque = Z_NULL; 37 stream.zalloc = Z_NULL; 38 stream.zfree = Z_NULL; 55 err = inflateSetDictionary(&stream, dictionary, len) [all...] |
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3rewritestreams.h | 60 /// TODO: add mechanism to detect/puke on modification after reading from stream 82 /// The element or stream description; usually has name of the token or 88 /// Pointer to the tree adaptor in use for this stream 92 /// Once a node / subtree has been used in a stream, it must be dup'ed 99 // Pointer to the recognizer shared state to which this stream belongs 105 /// Reset the condition of this stream so that it appears we have 108 void (*reset) (struct ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct * stream); 110 /// Add a new pANTLR3_BASE_TREE to this stream 112 void (*add) (struct ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct * stream, void *el, void (ANTLR3_CDECL *freePtr)(void *)); 114 /// Return the next element in the stream. If out of elements, thro [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
test-trees.rb | 22 stream = new_stream(t) 25 found = nodes_only_string(stream) 30 found = stream.inspect 65 stream = new_stream(t) 68 found = nodes_only_string(stream) 72 found = stream.inspect 88 stream = CommonTreeNodeStream.new(root) 91 found = nodes_only_string(stream) 95 found = stream.inspect 106 stream = CommonTreeNodeStream.new( root [all...] |
/external/chromium_org/courgette/ |
streams.h | 12 // layout A1 A2 B1 B2 by writing 'A's to one stream and 'B's to another. 31 // Maximum number of streams in a stream set. 35 // operations. The stream does not own the memory. 42 // the last use of the stream. 51 // the last use of the stream. 56 // the last use of the stream. 64 // Returns number of bytes remaining to be read from stream. 67 // Returns initial length of stream before any data consumed by reading. 73 // Copies bytes from stream to memory at |destination|. Returns 'false' if 77 // Reads a varint formatted unsigned integer from stream. Returns 'false' i 184 SourceStream* stream(size_t id) { return id < count_ ? &streams_[id] : NULL; } function in class:courgette::SourceStreamSet 214 SinkStream* stream(size_t id) { return id < count_ ? &streams_[id] : NULL; } function in class:courgette::SinkStreamSet [all...] |
/external/chromium_org/third_party/zlib/contrib/minizip/ |
iowin32.c | 29 uLong ZCALLBACK win32_read_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size)); 30 uLong ZCALLBACK win32_write_file_func OF((voidpf opaque, voidpf stream, const void* buf, uLong size)); 31 ZPOS64_T ZCALLBACK win32_tell64_file_func OF((voidpf opaque, voidpf stream)); 32 long ZCALLBACK win32_seek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin)); 33 int ZCALLBACK win32_close_file_func OF((voidpf opaque, voidpf stream)); 34 int ZCALLBACK win32_error_file_func OF((voidpf opaque, voidpf stream)); 148 uLong ZCALLBACK win32_read_file_func (voidpf opaque, voidpf stream, void* buf,uLong size) 152 if (stream!=NULL) 153 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; 162 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
stream_unittest.cc | 29 #include "talk/base/stream.h" 92 void SeekTest(StreamInterface* stream, const unsigned char value) { 97 EXPECT_EQ(stream->Read(buffer, kBufSize, &bytes, NULL), SR_SUCCESS); 100 EXPECT_TRUE(stream->GetPosition(&bytes)); 103 EXPECT_TRUE(stream->SetPosition(7)); 105 EXPECT_EQ(stream->Read(buffer, kBufSize, &bytes, NULL), SR_SUCCESS); 108 EXPECT_TRUE(stream->GetPosition(&bytes)); 114 // Verify behavior of original stream 117 // Verify behavior of adapted stream (all values offset by 20) 130 StreamInterface* stream = test local 151 StreamInterface* stream = segment; local 185 StreamInterface* stream = &buf; local [all...] |
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/packet/ |
Bytestream.java | 61 * differentiate between stream negotiations.
100 * Adds a potential stream host that the remote user can connect to to receive the file.
102 * @param JID The JID of the stream host.
103 * @param address The internet address of the stream host.
104 * @return The added stream host.
111 * Adds a potential stream host that the remote user can connect to to receive the file.
113 * @param JID The JID of the stream host.
114 * @param address The internet address of the stream host.
116 * @return The added stream host.
127 * Adds a potential stream host that the remote user can transfer the file through. [all...] |
/external/chromium_org/content/common/media/ |
audio_messages.h | 34 // Tell the renderer process that an audio stream has been created. 41 int /* stream id */, 47 int /* stream id */, 53 // Tell the renderer process that an audio input stream has been created. 58 int /* stream id */, 65 int /* stream id */, 82 int /* stream id */, 87 int /* stream id */, 91 int /* stream id */, 96 // Request that is sent to the browser for creating an audio output stream [all...] |
/external/chromium_org/third_party/WebKit/Source/core/platform/mediastream/ |
MediaStreamCenter.cpp | 69 void MediaStreamCenter::didSetMediaStreamTrackEnabled(MediaStreamDescriptor* stream, MediaStreamComponent* component) 73 m_private->didEnableMediaStreamTrack(stream, component); 75 m_private->didDisableMediaStreamTrack(stream, component); 79 bool MediaStreamCenter::didAddMediaStreamTrack(MediaStreamDescriptor* stream, MediaStreamComponent* component) 81 return m_private && m_private->didAddMediaStreamTrack(stream, component); 84 bool MediaStreamCenter::didRemoveMediaStreamTrack(MediaStreamDescriptor* stream, MediaStreamComponent* component) 86 return m_private && m_private->didRemoveMediaStreamTrack(stream, component); 89 void MediaStreamCenter::didStopLocalMediaStream(MediaStreamDescriptor* stream) 92 m_private->didStopLocalMediaStream(stream); 93 for (unsigned i = 0; i < stream->numberOfAudioComponents(); i++ 110 MediaStreamDescriptor* stream = webStream; local [all...] |
/external/javassist/src/main/javassist/bytecode/analysis/ |
FramePrinter.java | 38 private final PrintStream stream; field in class:FramePrinter 43 public FramePrinter(PrintStream stream) { 44 this.stream = stream; 50 public static void print(CtClass clazz, PrintStream stream) { 51 (new FramePrinter(stream)).print(clazz); 78 stream.println("\n" + getMethodString(method)); 103 stream.println(pos + ": " + InstructionPrinter.instructionString(iterator, pos, pool)); 108 stream.println("--DEAD CODE--"); 120 stream.print("stack [") [all...] |
/libcore/luni/src/main/java/java/io/ |
ObjectInput.java | 38 * Closes this stream. Implementations of this method should free any 39 * resources used by the stream. 42 * if an I/O error occurs while closing the input stream. 47 * Reads a single byte from this stream and returns it as an integer in the 48 * range from 0 to 255. Returns -1 if the end of this stream has been 51 * @return the byte read or -1 if the end of this stream has been reached. 53 * if this stream is closed or another I/O error occurs. 58 * Reads bytes from this stream into the byte array {@code buffer}. Blocks 60 * or -1 if the end of this stream has been reached. 63 * if this stream is closed or another I/O error occurs [all...] |
/external/chromium/base/ |
string16_unittest.cc | 16 // Basic stream test. 18 std::ostringstream stream; local 19 stream << "Empty '" << string16() << "' standard '" 22 stream.str().c_str()); 44 std::ostringstream stream; local 45 stream << initial_surrogate << "," << final_surrogate << "," 49 stream.str().c_str());
|
/external/chromium_org/base/strings/ |
string16_unittest.cc | 17 // Basic stream test. 19 std::ostringstream stream; local 20 stream << "Empty '" << string16() << "' standard '" 23 stream.str().c_str()); 45 std::ostringstream stream; local 46 stream << initial_surrogate << "," << final_surrogate << "," 50 stream.str().c_str());
|
/external/chromium_org/content/browser/streams/ |
stream_url_request_job.h | 15 class Stream; 17 // A request job that handles reading stream URLs. 24 scoped_refptr<Stream> stream); 27 virtual void OnDataAvailable(Stream* stream) OVERRIDE; 51 scoped_refptr<content::Stream> stream_;
|
/external/chromium_org/content/test/plugin/ |
plugin_execute_stream_javascript.cc | 19 NPError ExecuteStreamJavaScript::NewStream(NPMIMEType type, NPStream* stream, 24 int32 ExecuteStreamJavaScript::WriteReady(NPStream *stream) { 28 int32 ExecuteStreamJavaScript::Write(NPStream *stream, int32 offset, int32 len, 30 if (stream == NULL) { 31 SetError("Write got null stream"); 35 SetError("Write got bogus stream chunk size"); 60 NPError ExecuteStreamJavaScript::DestroyStream(NPStream *stream,
|
/external/chromium_org/third_party/skia/src/utils/mac/ |
SkStream_mac.cpp | 39 CGDataProviderRef SkCreateDataProviderFromStream(SkStream* stream) { 40 stream->ref(); // unref will be called when the provider is deleted 42 const void* addr = stream->getMemoryBase(); 44 // special-case when the stream is just a block of ram 45 return CGDataProviderCreateWithData(stream, addr, stream->getLength(), 56 return CGDataProviderCreateSequential(stream, &rec);
|
/external/skia/src/utils/mac/ |
SkStream_mac.cpp | 39 CGDataProviderRef SkCreateDataProviderFromStream(SkStream* stream) { 40 stream->ref(); // unref will be called when the provider is deleted 42 const void* addr = stream->getMemoryBase(); 44 // special-case when the stream is just a block of ram 45 return CGDataProviderCreateWithData(stream, addr, stream->getLength(), 56 return CGDataProviderCreateSequential(stream, &rec);
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3tokenstream.c | 64 // INT STREAM API 82 static void antlr3TokenStreamFree (pANTLR3_TOKEN_STREAM stream); 83 static void antlr3CTSFree (pANTLR3_COMMON_TOKEN_STREAM stream); 95 pANTLR3_TOKEN_STREAM stream; local 99 stream = (pANTLR3_TOKEN_STREAM) ANTLR3_MALLOC(sizeof(ANTLR3_TOKEN_STREAM)); 101 if (stream == NULL) 108 stream->free = antlr3TokenStreamFree; 111 return stream; 115 antlr3TokenStreamFree(pANTLR3_TOKEN_STREAM stream) 117 ANTLR3_FREE(stream); 208 pANTLR3_COMMON_TOKEN_STREAM stream; local 237 pANTLR3_COMMON_TOKEN_STREAM stream; local 256 pANTLR3_COMMON_TOKEN_STREAM stream; local [all...] |
antlr3intstream.c | 2 /// Implementation of superclass elements of an ANTLR3 int stream. 38 static void freeStream (pANTLR3_INT_STREAM stream); 43 pANTLR3_INT_STREAM stream; local 47 stream = (pANTLR3_INT_STREAM) ANTLR3_CALLOC(1, sizeof(ANTLR3_INT_STREAM)); 49 if (stream == NULL) 54 stream->free = freeStream; 56 return stream; 60 freeStream (pANTLR3_INT_STREAM stream) 62 ANTLR3_FREE(stream);
|