/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3tokenstream.h | 2 * Defines the interface for an ANTLR3 common token stream. Custom token streams should create 59 /** Pointer to a function that returns the next token in the stream. 96 /** Definition of the ANTLR3 common token stream interface. 102 /** Pointer to the token source for this stream 116 /// Debugger interface, is this is a debugging token stream 120 /// Indicates the initial stream state for dbgConsume() 133 * needed for profiling and debugging and token stream rewriting. 135 * sense for you. Naturally you can't use the rewrite stream feature. 141 /** Where is this stream pulling tokens from? This is not the name, but 143 * The Token Source interface contains a pointer to the input stream and a pointe [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
logging.h | 38 // LOG(sev) logs the given stream at severity "sev", which must be a 143 std::ostream& stream() { return print_stream_; } function in class:talk_base::LogMessage 169 // Stream: Any non-blocking stream interface. LogMessage takes ownership of 170 // the stream. Multiple streams may be specified by using AddLogToStream. 172 // will discard any previously set streams and install the specified stream. 173 // GetLogToStream gets the severity for the specified stream, of if none 174 // is specified, the minimum stream severity. 175 // RemoveLogToStream removes the specified stream, without destroying it. 176 static void LogToStream(StreamInterface* stream, int min_sev) [all...] |
/external/llvm/docs/tutorial/ |
OCamlLangImpl5.rst | 78 | "def" -> [< 'Token.Def; stream >] 79 | "extern" -> [< 'Token.Extern; stream >] 80 | "if" -> [< 'Token.If; stream >] 81 | "then" -> [< 'Token.Then; stream >] 82 | "else" -> [< 'Token.Else; stream >] 83 | "for" -> [< 'Token.For; stream >] 84 | "in" -> [< 'Token.In; stream >] 85 | id -> [< 'Token.Ident id; stream >] 429 | "def" -> [< 'Token.Def; stream >] 430 | "extern" -> [< 'Token.Extern; stream >] [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
ostream | 79 * their own stream buffer. 151 * will be turned on in the stream's error state without causing an 161 * These functions use the stream's current locale (specifically, the 236 * If @a sb is NULL, the stream will set failbit in its error state. 241 * - the input stream reaches end-of-file, 267 * will be turned on in the stream's error state. If badbit is on in 268 * the stream's exceptions mask, the exception will be rethrown 300 * Characters are copied from @a s and inserted into the stream until 305 * will be set in the stream's error state) 315 * @brief Synchronizing the stream buffer [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
ostream | 79 * their own stream buffer. 151 * will be turned on in the stream's error state without causing an 161 * These functions use the stream's current locale (specifically, the 236 * If @a sb is NULL, the stream will set failbit in its error state. 241 * - the input stream reaches end-of-file, 267 * will be turned on in the stream's error state. If badbit is on in 268 * the stream's exceptions mask, the exception will be rethrown 300 * Characters are copied from @a s and inserted into the stream until 305 * will be set in the stream's error state) 315 * @brief Synchronizing the stream buffer [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
ostream | 79 * their own stream buffer. 151 * will be turned on in the stream's error state without causing an 161 * These functions use the stream's current locale (specifically, the 236 * If @a sb is NULL, the stream will set failbit in its error state. 241 * - the input stream reaches end-of-file, 267 * will be turned on in the stream's error state. If badbit is on in 268 * the stream's exceptions mask, the exception will be rethrown 300 * Characters are copied from @a s and inserted into the stream until 305 * will be set in the stream's error state) 315 * @brief Synchronizing the stream buffer [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
ostream | 79 * their own stream buffer. 151 * will be turned on in the stream's error state without causing an 161 * These functions use the stream's current locale (specifically, the 236 * If @a sb is NULL, the stream will set failbit in its error state. 241 * - the input stream reaches end-of-file, 267 * will be turned on in the stream's error state. If badbit is on in 268 * the stream's exceptions mask, the exception will be rethrown 300 * Characters are copied from @a s and inserted into the stream until 305 * will be set in the stream's error state) 315 * @brief Synchronizing the stream buffer [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
ostream | 79 * their own stream buffer. 151 * will be turned on in the stream's error state without causing an 161 * These functions use the stream's current locale (specifically, the 236 * If @a sb is NULL, the stream will set failbit in its error state. 241 * - the input stream reaches end-of-file, 267 * will be turned on in the stream's error state. If badbit is on in 268 * the stream's exceptions mask, the exception will be rethrown 300 * Characters are copied from @a s and inserted into the stream until 305 * will be set in the stream's error state) 315 * @brief Synchronizing the stream buffer [all...] |
/frameworks/compile/slang/BitWriter_3_2/ |
BitcodeWriter.cpp | 149 unsigned AbbrevToUse, BitstreamWriter &Stream) { 160 Stream.EmitRecord(Code, Vals, AbbrevToUse); 165 BitstreamWriter &Stream) { 169 Stream.EnterSubblock(bitc::PARAMATTR_BLOCK_ID, 3); 180 Stream.EmitRecord(bitc::PARAMATTR_CODE_ENTRY_OLD, Record); 184 Stream.ExitBlock(); 189 BitstreamWriter &Stream) { 192 Stream.EnterSubblock(bitc::TYPE_BLOCK_ID_NEW, 4 /*count from # abbrevs */); 202 unsigned PtrAbbrev = Stream.EmitAbbrev(Abbv); 211 unsigned FunctionAbbrev = Stream.EmitAbbrev(Abbv) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
stdio.h | 145 extern struct _IO_FILE *stdin; /* Standard input stream. */ 146 extern struct _IO_FILE *stdout; /* Standard output stream. */ 147 extern struct _IO_FILE *stderr; /* Standard error output stream. */ 210 /* Close STREAM. 215 /* Flush STREAM, or all streams if STREAM is NULL. 245 /* Open a file and create a new stream for it. 251 /* Open a file, replacing an existing stream with it. 282 /* Create a new stream that refers to an existing system file descriptor. */ 287 /* Create a new stream that refers to the given magic cookie [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
stdio.h | 145 extern struct _IO_FILE *stdin; /* Standard input stream. */ 146 extern struct _IO_FILE *stdout; /* Standard output stream. */ 147 extern struct _IO_FILE *stderr; /* Standard error output stream. */ 210 /* Close STREAM. 215 /* Flush STREAM, or all streams if STREAM is NULL. 245 /* Open a file and create a new stream for it. 251 /* Open a file, replacing an existing stream with it. 282 /* Create a new stream that refers to an existing system file descriptor. */ 287 /* Create a new stream that refers to the given magic cookie [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
stdio.h | 145 extern struct _IO_FILE *stdin; /* Standard input stream. */ 146 extern struct _IO_FILE *stdout; /* Standard output stream. */ 147 extern struct _IO_FILE *stderr; /* Standard error output stream. */ 210 /* Close STREAM. 215 /* Flush STREAM, or all streams if STREAM is NULL. 245 /* Open a file and create a new stream for it. 251 /* Open a file, replacing an existing stream with it. 282 /* Create a new stream that refers to an existing system file descriptor. */ 287 /* Create a new stream that refers to the given magic cookie [all...] |
/external/llvm/tools/llvm-bcanalyzer/ |
llvm-bcanalyzer.cpp | 74 /// CurStreamType - If we can sniff the flavor of this stream, we can produce 324 static bool ParseBlock(BitstreamCursor &Stream, unsigned BlockID, 327 uint64_t BlockBitStart = Stream.GetCurrentBitNo(); 334 // BLOCKINFO is a special part of the stream. 337 if (Stream.ReadBlockInfoBlock()) 339 uint64_t BlockBitEnd = Stream.GetCurrentBitNo(); 345 if (Stream.EnterSubBlock(BlockID, &NumWords)) 351 if ((BlockName = GetBlockName(BlockID, *Stream.getBitStreamReader()))) 360 << " BlockCodeSize=" << Stream.getAbbrevIDWidth() << ">\n"; 367 if (Stream.AtEndOfStream() [all...] |
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioPolicyManagerBase.h | 89 virtual audio_io_handle_t getOutput(AudioSystem::stream_type stream, 97 AudioSystem::stream_type stream, 100 AudioSystem::stream_type stream, 115 virtual void initStreamVolume(AudioSystem::stream_type stream, 118 virtual status_t setStreamVolumeIndex(AudioSystem::stream_type stream, 121 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream, 125 // return the strategy corresponding to a given stream type 126 virtual uint32_t getStrategyForStream(AudioSystem::stream_type stream); 128 // return the enabled output devices for the given stream type 129 virtual audio_devices_t getDevicesForStream(AudioSystem::stream_type stream); [all...] |
/dalvik/vm/compiler/codegen/x86/ |
CodegenInterface.cpp | 266 stream = instAddr; 274 stream = instAddr; 284 stream = instAddr; 475 //can't use stream here since it is used by the compilation thread 620 int rem = (uint)stream % 4; 643 cUnit->method->name, blockId, offset, stream - streamMethodStart); 646 offset, stream - streamMethodStart, stream); 665 cUnit->method->name, blockId, offset, stream - streamMethodStart); 668 offset, stream - streamMethodStart, stream) [all...] |
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
CodedOutputStream.java | 134 /** Write a {@code double} field, including tag, to the stream. */ 141 /** Write a {@code float} field, including tag, to the stream. */ 148 /** Write a {@code uint64} field, including tag, to the stream. */ 155 /** Write an {@code int64} field, including tag, to the stream. */ 162 /** Write an {@code int32} field, including tag, to the stream. */ 169 /** Write a {@code fixed64} field, including tag, to the stream. */ 176 /** Write a {@code fixed32} field, including tag, to the stream. */ 183 /** Write a {@code bool} field, including tag, to the stream. */ 190 /** Write a {@code string} field, including tag, to the stream. */ 197 /** Write a {@code group} field, including tag, to the stream. * [all...] |
/external/protobuf/java/src/main/java/com/google/protobuf/micro/ |
CodedOutputStreamMicro.java | 119 /** Write a {@code double} field, including tag, to the stream. */ 126 /** Write a {@code float} field, including tag, to the stream. */ 133 /** Write a {@code uint64} field, including tag, to the stream. */ 140 /** Write an {@code int64} field, including tag, to the stream. */ 147 /** Write an {@code int32} field, including tag, to the stream. */ 154 /** Write a {@code fixed64} field, including tag, to the stream. */ 161 /** Write a {@code fixed32} field, including tag, to the stream. */ 168 /** Write a {@code bool} field, including tag, to the stream. */ 175 /** Write a {@code string} field, including tag, to the stream. */ 182 /** Write a {@code group} field, including tag, to the stream. * [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
CommonTreeNodeStream.as | 34 /** 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. We avoid making a ne [all...] |
/external/chromium/third_party/libjingle/overrides/talk/base/ |
logging.h | 38 // LOG(sev) logs the given stream at severity "sev", which must be a 145 std::ostream& stream() { return print_stream_; } function in class:talk_base::LogMessage 165 // Stream: Any non-blocking stream interface. LogMessage takes ownership of 166 // the stream. Multiple streams may be specified by using AddLogToStream. 168 // will discard any previously set streams and install the specified stream. 169 // GetLogToStream gets the severity for the specified stream, of if none 170 // is specified, the minimum stream severity. 171 // RemoveLogToStream removes the specified stream, without destroying it. 172 static void LogToStream(StreamInterface* stream, int min_sev) [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
logging.h | 38 // LOG(sev) logs the given stream at severity "sev", which must be a 142 std::ostream& stream() { return print_stream_; } function in class:talk_base::LogMessage 162 // Stream: Any non-blocking stream interface. LogMessage takes ownership of 163 // the stream. Multiple streams may be specified by using AddLogToStream. 165 // will discard any previously set streams and install the specified stream. 166 // GetLogToStream gets the severity for the specified stream, of if none 167 // is specified, the minimum stream severity. 168 // RemoveLogToStream removes the specified stream, without destroying it. 169 static void LogToStream(StreamInterface* stream, int min_sev) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/ |
conductor.cc | 144 // Called when a remote stream is added 145 void Conductor::OnAddStream(webrtc::MediaStreamInterface* stream) { 146 LOG(INFO) << __FUNCTION__ << " " << stream->label(); 148 stream->AddRef(); 150 stream); 153 void Conductor::OnRemoveStream(webrtc::MediaStreamInterface* stream) { 154 LOG(INFO) << __FUNCTION__ << " " << stream->label(); 155 stream->AddRef(); 157 stream); 370 talk_base::scoped_refptr<webrtc::MediaStreamInterface> stream local 447 webrtc::MediaStreamInterface* stream = local 462 webrtc::MediaStreamInterface* stream = local [all...] |
/external/llvm/include/llvm/Support/ |
YAMLParser.h | 20 // The most important class here is Stream. This represents a YAML stream with 25 // yaml::Stream stream(input, sm); 27 // for (yaml::document_iterator di = stream.begin(), de = stream.end(); 63 /// @brief Dump all the tokens in this stream to OS. 75 /// @brief This class represents a YAML stream potentially containing multiple 77 class Stream { 80 Stream(StringRef Input, SourceMgr &) 483 Stream &stream; member in class:llvm::yaml::Document [all...] |
/external/lzma/CPP/7zip/UI/Common/ |
OpenArchive.cpp | 109 IInStream *stream,
136 if (!stream)
150 RINOK(stream->Seek(0, STREAM_SEEK_SET, NULL));
152 RINOK(ReadStream(stream, byteBuffer, &processedSize));
219 RINOK(stream->Seek(0, STREAM_SEEK_SET, NULL));
221 RINOK(ReadStream(stream, buffer, &processedSize));
263 if (stream)
265 RINOK(stream->Seek(0, STREAM_SEEK_SET, NULL));
288 if (stream)
289 result = archive->Open(stream, &kMaxCheckStartPosition, callback); [all...] |
/external/zlib/src/contrib/ada/ |
test.adb | 82 -- Copying data from one stream to another. It is for test stream 119 Compare_Streams (Stream (Left_File).all, Stream (Right_File).all); 341 -- Test stream interface. 343 -- Compress to the back stream. 351 (Stream => File_Z, 354 (Stream (File_Back)), 361 (Source => Stream (File_In).all, 364 -- Flushing internal buffers to the back stream [all...] |
/system/core/adb/ |
protocol.txt | 43 message stream will result in state getting out of sync. 98 The OPEN message informs the recipient that the sender has a stream 112 * "local-stream:<identifier>" 120 The READY message informs the recipient that the sender's stream 122 connected to the recipient's stream identified by remote-id. 127 stream on the recipient's side is ignored. The stream may have been 132 not change on later READY messages sent to the same stream. 138 The WRITE message sends data to the recipient's stream identified by 142 stream on the recipient's side is ignored. The stream may have bee [all...] |