/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
streams.rb | 40 = ANTLR3 Streams 42 This documentation first covers the general concept of streams as used by ANTLR 138 However, unlike <tt>IO#seek</tt>, ANTLR streams currently always use absolute 228 immitation of the Java interface for text-based streams, which are primarily 274 Java interface for token-based streams, which are used by many different 277 == Token Streams 279 Token streams wrap a sequence of token objects produced by some token source, 282 sequence of tokens. Unlike simple character-based streams, such as StringStream, 283 token-based streams have an additional level of complexity because they must 360 characters, but currently this library does not provide any streams to handl [all...] |
recognizers.rb | 979 # if you're using the standard streams, ANTLR3::StringStream and [all...] |
token.rb | 52 originated. Token streams will also provide an index value for the token, which
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar | |
org.eclipse.osgi_3.6.1.R36x_v20100806.jar | |
org.eclipse.osgi_3.6.2.R36x_v20101103.jar | |
org.apache.jasper_5.5.17.v201004212143.jar | |
/external/webkit/Source/WebCore/plugins/ |
PluginView.cpp | 352 HashSet<RefPtr<PluginStream> > streams = m_streams; local 353 HashSet<RefPtr<PluginStream> >::iterator end = streams.end(); 354 for (HashSet<RefPtr<PluginStream> >::iterator it = streams.begin(); it != end; ++it) { [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/ |
antlr3.rb | 60 antlr3/streams.rb:: 185 autoload :TokenRewriteStream, 'antlr3/streams/rewrite' 192 autoload :InteractiveStringStream, 'antlr3/streams/interactive' 211 require 'antlr3/streams'
|
/external/v8/ |
Android.v8common.mk | 79 src/scanner-character-streams.cc \
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/ |
rewrite.rb | 57 Rewrite streams implement lazy rewriting by storing the parameters of
|
/external/icu4c/ |
configure | [all...] |
configure.orig | [all...] |
/external/webkit/Source/WebKit/mac/Plugins/ |
WebNetscapePluginView.mm | [all...] |
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
streams.py | 53 @brief Base interface for streams of integer values. 81 not pure input indexes. Same for tree node streams. 146 For char streams, seeking forward must update the stream state such 164 Only makes sense for streams that buffer everything up probably, but 198 For infinite streams, you don't need this; primarily I'm providing 200 use this on streams that don't support it. 317 # character streams for use in lexers 599 # Token streams 1036 machine instruction streams (programs) operating on a single input tape. :) 1063 You can also have multiple "instruction streams" and get multipl [all...] |
tree.py | 45 from antlr3.streams import IntStream [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
pcm.h | 428 struct snd_pcm_str streams[2]; member in struct:snd_pcm [all...] |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.pas | 84 /// not pure input indexes. Same for tree node streams. */ 152 /// For char streams, seeking forward must update the stream state such 170 /// Only makes sense for streams that buffer everything up probably, 207 /// actions don't use this on streams that don't support it). 208 /// For infinite streams, you don't need this. 217 /// streams, we are able to [re-]set the line. 223 /// line (0..N-1). To support rewinding character streams, we are [all...] |
Antlr.Runtime.Tree.pas | [all...] |
/external/blktrace/btt/doc/ |
btt.tex | 80 errors in the trace streams saved, it is best to recapture the data 92 containing parallel trace streams -- one file per CPU per 636 and will produce a file containing streams of IOs (separated by blank [all...] |
/external/blktrace/doc/ |
blktrace.tex | 434 The \emph{blkparse} utility will attempt to combine streams of events 442 of blktrace, and blkparse is combining event streams and dumping [all...] |
/external/opencv/cxcore/src/ |
cxpersistence.cpp | [all...] |
/frameworks/base/media/java/android/media/ |
AudioService.java | 212 /** @hide Maximum volume index values for audio streams */ 229 * Some streams alias to different streams according to device category (phone or tablet) or 307 // Streams currently muted by ringer mode 456 // state on streams affected by ringer mode. 549 VolumeStreamState[] streams = mStreamStates = new VolumeStreamState[numStreamTypes]; local 552 streams[i] = new VolumeStreamState(System.VOLUME_SETTINGS[mStreamVolumeAlias[i]], i); 722 // use stream type alias here so that streams with same alias have the same behavior, [all...] |
/prebuilts/tools/common/eclipse/ |
org.eclipse.osgi_3.6.2.R36x_v20110210.jar | |
/external/antlr/antlr-3.4/lib/ |
antlr-3.4-complete.jar | |