HomeSort by relevance Sort by last modified time
    Searched refs:recognizers (Results 1 - 23 of 23) sorted by null

  /external/antlr/antlr-3.4/runtime/Python/antlr3/
__init__.py 4 This module contains all support classes, which are needed to use recognizers
18 @section recognizers Recognizers
20 These recognizers are baseclasses for the code which is generated by ANTLR3.
150 from recognizers import *
tree.py 44 from antlr3.recognizers import BaseRecognizer, RuleReturnScope
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
csdetect.cpp 75 CharsetRecognizer **recognizers; local
133 recognizers = NEW_ARRAY(CharsetRecognizer *, rCount);
135 if (recognizers == NULL) {
140 recognizers[r] = tempArray[r];
142 if (recognizers[r] == NULL) {
153 fCSRecognizers = recognizers;
158 if (fCSRecognizers != recognizers) {
160 delete recognizers[r];
161 recognizers[r] = NULL;
164 DELETE_ARRAY(recognizers);
    [all...]
  /external/icu4c/i18n/
csdetect.cpp 75 CharsetRecognizer **recognizers; local
121 recognizers = NEW_ARRAY(CharsetRecognizer *, rCount);
123 if (recognizers == NULL) {
128 recognizers[r] = tempArray[r];
130 if (recognizers[r] == NULL) {
141 fCSRecognizers = recognizers;
146 if (fCSRecognizers != recognizers) {
148 delete recognizers[r];
149 recognizers[r] = NULL;
152 DELETE_ARRAY(recognizers);
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/
mkdoxy.sh 10 for f in __init__ exceptions constants dfa tokens streams recognizers; do
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
types.py 135 # Helper function for computing the list of type recognizers.
145 "Return a list of the enabled type recognizers for the current context."
158 def apply_type_recognizers(recognizers, type_obj):
159 """Apply the given list of type recognizers to the type TYPE_OBJ.
162 for r in recognizers:
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
types.py 135 # Helper function for computing the list of type recognizers.
145 "Return a list of the enabled type recognizers for the current context."
158 def apply_type_recognizers(recognizers, type_obj):
159 """Apply the given list of type recognizers to the type TYPE_OBJ.
162 for r in recognizers:
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 38 Ruby-targeted recognizers generated by ANTLR. The entire library is segmented
45 code. Some components are only used within specific types of recognizers and
54 antlr3/recognizers.rb::
55 contains the base classes for ANTLR-generated recognizers, and thus, is one of
59 decisions recognizers must make in code generated by ANTLR
61 defines the stream classes used by ANTLR recognizers to walk sequentially
70 recognizers. loaded by default
209 require 'antlr3/recognizers'
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
TokenSource.pm 32 toss you all the way out of the recognizers. If you want to continue
BaseRecognizer.pm 614 A generic recognizer that can handle recognizers generated from
  /packages/apps/Settings/src/com/android/settings/
VoiceInputOutputSettings.java 121 // But first set up the available recognizers map with just the one recognizer.
133 // Multiple recognizers available, so show the full list of choices.
151 private void populateRecognizerPreference(List<ResolveInfo> recognizers) {
152 int size = recognizers.size();
160 // Iterate through all the available recognizers and load up their info to show
164 ResolveInfo resolveInfo = recognizers.get(i);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 50 used by:: all recognizers
316 used by:: all recognizers
341 used by:: all recognizers
364 used by:: all recognizers
381 used by:: all recognizers
420 used by:: all recognizers
463 used by:: all recognizers
streams.rb 43 recognizers, and then discusses the specific <tt>ANTLR3::Stream</tt> module.
47 ANTLR recognizers need a way to walk through input data in a serialized IO-style
50 to implement backtracking and various error recovery techniques, recognizers
55 designed to be used by recognizers for a specific recognition task. Most of the
80 to recognizers in a sequential fashion. However, the stream object serializes
128 be used to restore the stream to an earlier state. This is used by recognizers
144 classes used by ANTLR recognizers.
281 recognizers, such as parsers and tree parsers for navigating through the
    [all...]
tree.rb 65 ANTLR generates three basic types of recognizers:
92 Like all ANTLR recognizers, tree parsers contained a shared state structure and
467 customized node class, and recognizers will be able to build, rewrite, and parse
    [all...]
debug.rb 100 ANTLR3::RecognizerSharedState, but adds additional fields used for recognizers
626 # Upon syntax error, recognizers bracket the error with an error node
recognizers.rb 59 your grammar) can function; multiple recognizers can share a common state.
178 As the base class of all ANTLR-generated recognizers, Recognizer provides
356 # all recognizers are initialized with a shared state object.
    [all...]
token.rb 489 Token. Thus, when recognizers need to manufacture tokens, instead of using the
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
event-hub.rb 9 debug event listners. As debug-mode recognizers are able to send event
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 3 /** A generic recognizer that can handle recognizers generated from
  /external/chromium_org/third_party/polymer/
polymer.min.js     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 284 /// toss you all the way out of the recognizers. If you want to continue
685 /// A generic recognizer that can handle recognizers generated from
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 894 milliseconds