Searched refs:stream (Results 351 - 375 of 923) sorted by relevance

<<11121314151617181920>>

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
H A DTreeRewriteLexer.m96 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
181 ANTLRNoViableAltException *nvae = [ANTLRNoViableAltException newException:2 state:0 stream:input];
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DOutputStreamTesterTest.java97 private ByteArrayOutputStream stream; field in class:OutputStreamTesterTest.ByteArrayOutputStreamSinkTester
104 stream = new ByteArrayOutputStream(size);
105 return stream;
109 return stream.toByteArray();
/external/chromium/net/http/
H A Dhttp_response_body_drainer.h30 explicit HttpResponseBodyDrainer(HttpStream* stream);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpbase.h42 // HttpParser - Parses an HTTP stream provided via Process and end_of_input, and
104 // stream, and then call send() or recv() to initiate sending or receiving one
106 // moving data from the HTTP stream to the HttpData object and vice versa.
107 // However, it can also operate in stream mode, in which case the user of the
108 // stream interface drives I/O via calls to Read().
120 bool attach(StreamInterface* stream);
121 StreamInterface* stream() { return http_stream_; } function in class:talk_base::HttpBase
134 // Obtaining this stream puts HttpBase into stream mode until the stream
[all...]
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Drtpdump.h36 #include "talk/base/stream.h"
89 explicit RtpDumpReader(talk_base::StreamInterface* stream) argument
90 : stream_(stream),
116 // RtpDumpLoopReader reads RTP dump packets from the input stream and rewinds
117 // the stream when it ends. RtpDumpLoopReader maintains the elapsed time, the
123 explicit RtpDumpLoopReader(talk_base::StreamInterface* stream);
128 // count, timestamps, and sequence number, of the input stream.
147 // How many RTP packets and how many payload frames in the input stream. RTP
153 // the previous dump packets in the input stream.
166 explicit RtpDumpWriter(talk_base::StreamInterface* stream);
[all...]
/external/elfutils/lib/
H A Dmd5.h99 extern int md5_stream (FILE *stream, void *resblock);
/external/freetype/src/cff/
H A Dcffload.h64 FT_Stream stream,
/external/guava/guava/src/com/google/common/collect/
H A DImmutableAsList.java61 private void readObject(ObjectInputStream stream) argument
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoy.ml22 let stream = Lexer.lex (Stream.of_channel stdin) in
47 Toplevel.main_loop the_fpm the_execution_engine stream;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoy.ml22 let stream = Lexer.lex (Stream.of_channel stdin) in
47 Toplevel.main_loop the_fpm the_execution_engine stream;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoy.ml22 let stream = Lexer.lex (Stream.of_channel stdin) in
47 Toplevel.main_loop the_fpm the_execution_engine stream;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoy.ml23 let stream = Lexer.lex (Stream.of_channel stdin) in
51 Toplevel.main_loop the_fpm the_execution_engine stream;
/external/qemu/distrib/sdl-1.2.15/src/audio/baudio/
H A DSDL_beaudio.cc24 /* Allow access to the audio stream on BeOS */
97 static void FillSound(void *device, void *stream, size_t len, argument
103 SDL_memset(stream, audio->spec.silence, len);
116 SDL_memcpy(stream,audio->convert.buf,audio->convert.len_cvt);
120 (Uint8 *)stream, len);
207 /* Subscribe to the audio stream (creates a new thread) */
/external/qemu/distrib/sdl-1.2.15/src/audio/nds/
H A DSDL_ndsaudio.c48 //void SoundMixCallback(void *stream,u32 size)
76 // //memcpy((Sint16 *)stream,buffer, size);
85 // s32 *stream32 = (s32 *)stream;
88 // // ((s8*)stream)[i]=(buffer[i]^0x80);
94 // //((short*)stream)[i] =(short)buffer[i] << 8; // sound 8bit ---> buffer 16bit
96 // //((Sint16*)stream)[i] = 0xff00 | buffer[i];
97 // ((Sint16*)stream)[i] = (buffer[i] - 128) << 8;
100 // // ((Sint16*)stream)[i] = buffer[i];
103 // //register short *pDest =stream;
112 // //memcpy((Sint16 *)stream,buffe
116 SoundMixCallback(void *stream,u32 len) argument
[all...]
/external/skia/include/pdf/
H A DSkPDFPage.h59 /** Output the page content to the passed stream.
60 * @param stream The writable output stream to send the content to.
63 void emitPage(SkWStream* stream, SkPDFCatalog* catalog);
95 // Once the content is finalized, put it into a stream for output.
/external/skia/samplecode/
H A DSamplePicture.cpp36 SkStream* stream = new SkFILEStream("/skimages/sesame_street_ensemble-hp.jpg"); local
37 SkAutoUnref aur(stream);
40 if (SkImageDecoder::DecodeStream(stream, &bm, SkBitmap::kNo_Config,
42 SkPixelRef* pr = new SkImageRef_GlobalPool(stream, bm.config(), 1);
/external/skia/src/ports/
H A DSkImageRef_ashmem.h34 virtual bool onDecode(SkImageDecoder* codec, SkStream* stream,
/external/v8/src/
H A Dcodegen.cc126 StringInputBuffer stream(String::cast(script->source()));
127 stream.Seek(function->start_position());
128 // fun->end_position() points to the last character in the stream. We
133 if (stream.has_more()) PrintF("%c", stream.GetNext());
/external/webkit/Source/WebKit/mac/Plugins/
H A Dnpapi.mm63 NPError NPN_RequestRead(NPStream* stream, NPByteRange* rangeList)
102 NPError NPN_NewStream(NPP instance, NPMIMEType type, const char* target, NPStream** stream)
104 return [pluginViewForInstance(instance) newStream:type target:target stream:stream];
107 int32_t NPN_Write(NPP instance, NPStream* stream, int32_t len, void* buffer)
109 return [pluginViewForInstance(instance) write:stream len:len buffer:buffer];
112 NPError NPN_DestroyStream(NPP instance, NPStream* stream, NPReason reason)
114 return [pluginViewForInstance(instance) destroyStream:stream reason:reason];
/external/chromium/chrome/common/
H A Dmetrics_helpers.cc439 bz_stream stream = {0}; local
445 int result = BZ2_bzCompressInit(&stream,
455 stream.next_in = const_cast<char*>(input.data());
456 stream.avail_in = static_cast<int>(input.size());
461 stream.next_out = &((*output)[stream.total_out_lo32]);
462 stream.avail_out = static_cast<int>(output->size()) - stream.total_out_lo32;
463 result = BZ2_bzCompress(&stream, BZ_FINISH);
467 result = BZ2_bzCompressEnd(&stream);
[all...]
/external/skia/tests/
H A DPDFPrimitivesTest.cpp40 static bool stream_equals(const SkDynamicMemoryWStream& stream, size_t offset, argument
42 SkAutoDataUnref data(stream.copyToData());
102 SkRefPtr<SkPDFStream> stream = new SkPDFStream(streamData.get()); local
103 stream->unref(); // SkRefPtr and new both took a reference.
105 reporter, stream.get(),
106 "<</Length 12\n>> stream\nTest\nFoo\tBar\nendstream");
107 stream->insert("Attribute", new SkPDFInt(42))->unref();
108 SimpleCheckObjectOutput(reporter, stream.get(),
109 "<</Length 12\n/Attribute 42\n>> stream\n"
119 SkRefPtr<SkPDFStream> stream local
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DCommonTreeNodeStream.as34 /** A buffered stream of tree nodes. Nodes can be from a tree of ANY kind.
36 * This node stream sucks all nodes out of the tree specified in
38 * the tree using an array of Object pointers. The stream necessarily
41 * This stream knows how to mark/release for backtracking.
43 * This stream is most suitable for tree interpreters that need to
61 /** The complete mapping from stream index to tree node.
75 /** IF this tree (root) was created from a token stream, track it. */
109 /** Reuse an existing node stream's buffer of nodes. Do not point at a
110 * node stream that can change. Must have static node list. start/stop
111 * are indexes into the parent.nodes stream
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangLexer.m194 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
261 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
314 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
466 ANTLRNoViableAltException *nvae = [ANTLRNoViableAltException newException:3 state:0 stream:input];
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt025lexerRulePropertyRef.py12 stream = antlr3.StringStream('foobar _Ab98 \n A12sdf')
13 lexer = self.getLexer(stream)
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestDFAMatching.java98 ANTLRStringStream stream = new ANTLRStringStream(input);
99 assertEquals(dfa.predict(stream), expected);

Completed in 7189 milliseconds

<<11121314151617181920>>