HomeSort by relevance Sort by last modified time
    Searched full:recognizer (Results 76 - 100 of 332) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Parser.pm 18 $self->SUPER::reset(); # reset all recognizer state variables
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ASTTreeParser.stg 44 <recognizer.ASTLabelType; null="ANTLRCommonTree"> *tree;
50 - (<recognizer.ASTLabelType; null="ANTLRCommonTree"> *)getTree;
51 - (void) setTree:(<recognizer.ASTLabelType; null="ANTLRCommonTree"> *)aTree;<\n>
81 @property (retain) <recognizer.ASTLabelType; null="ANTLRCommonTree"> *tree;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CharsetRecog_UTF8.java 11 * Charset recognizer for UTF-8
CharsetDetector.java 184 CharsetMatch m = rcinfo.recognizer.match(this);
286 allCharsetNames[i] = ALL_CS_RECOGNIZERS.get(i).recognizer.getName();
440 CharsetRecognizer recognizer; field in class:CharsetDetector.CSRecognizerInfo
443 CSRecognizerInfo(CharsetRecognizer recognizer, boolean isDefaultEnabled) {
444 this.recognizer = recognizer;
509 csnames.add(rcinfo.recognizer.getName());
536 if (csrinfo.recognizer.getName().equals(encoding)) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CharsetRecog_UTF8.java 10 * Charset recognizer for UTF-8
CharsetDetector.java 195 CharsetMatch m = rcinfo.recognizer.match(this);
303 allCharsetNames[i] = ALL_CS_RECOGNIZERS.get(i).recognizer.getName();
461 CharsetRecognizer recognizer; field in class:CharsetDetector.CSRecognizerInfo
464 CSRecognizerInfo(CharsetRecognizer recognizer, boolean isDefaultEnabled) {
465 this.recognizer = recognizer;
530 csnames.add(rcinfo.recognizer.getName());
557 if (csrinfo.recognizer.getName().equals(encoding)) {
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerService.java 257 // from an older platform version. If the current recognizer is not
258 // set or matches the preferred recognizer, then we want to upgrade
265 // recognizer so that we don't think we have anything set and will
280 // We'll apply this one. Clear the recognizer and re-apply the settings.
296 // If we already have at least a recognizer, then we probably want to
312 if (DEBUG) Slog.d(TAG, "Current interactor/recognizer okay, done!");
315 if (DEBUG) Slog.d(TAG, "Bad recognizer (" + recognizerInfo + ") or interactor ("
336 // No voice interactor, we'll just set up a simple recognizer.
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3cyclicdfa.c 193 antlr3dfaspecialStateTransition (void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_CYCLIC_DFA dfa, ANTLR3_INT32 s)
201 antlr3dfaspecialTransition (void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_CYCLIC_DFA dfa, ANTLR3_INT32 s)
antlr3exception.c 58 * An exception is 'thrown' by a recognizer when input is seen that is not predicted by
112 * in the base recognizer context structure.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RecognizerSharedState.cs 39 * The set of fields needed by an abstract recognizer to recognize input
86 /** <summary>Did the recognizer encounter a syntax error? Track how many.</summary> */
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
RecognizerSharedState.cs 40 * The set of fields needed by an abstract recognizer to recognize input
88 /** <summary>Did the recognizer encounter a syntax error? Track how many.</summary> */
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
RecognizerSharedState.java 31 /** The set of fields needed by an abstract recognizer to recognize input
65 /** Did the recognizer encounter a syntax error? Track how many. */
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
DFA.js 94 if (this.recognizer.state.backtracking>0) {
95 this.recognizer.state.failed=true;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 385 as it is creating the recognizer. The purpose of using an integer (instead of
395 conventions, defining types as named constants of the recognizer class resolves
398 +VARIABLE+. However, when a recognizer creates tokens, the name of the token's
399 type cannot be seen without using the data defined in the recognizer.
409 1. keep token type references clear and understandable in recognizer code
410 2. permit access to a token's type-name independently of recognizer objects
435 overwriting (which would mess up recognizer code fairly badly) and adds an
486 When a TokenScheme is included in a recognizer class, the class will now have
  /external/llvm/include/llvm/CodeGen/
ScheduleHazardRecognizer.h 29 /// MaxLookAhead=0 identifies a fake recognizer, allowing the client to
92 /// internal state of the hazard recognizer so that previously "Hazard"
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
types.py 160 If any recognizer in the list recognizes TYPE_OBJ, returns the name
161 given by the recognizer. Otherwise, this returns None."""
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
types.py 160 If any recognizer in the list recognizes TYPE_OBJ, returns the name
161 given by the recognizer. Otherwise, this returns None."""
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/
types.py 160 If any recognizer in the list recognizes TYPE_OBJ, returns the name
161 given by the recognizer. Otherwise, this returns None."""
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/
types.py 160 If any recognizer in the list recognizes TYPE_OBJ, returns the name
161 given by the recognizer. Otherwise, this returns None."""
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3debugeventlistener.h 3 * The definition of all debugging events that a recognizer can trigger.
93 /// by the recognizer, if this is a tree parser of some sort.
248 /** Indicates the recognizer is about to consume tokens to resynchronize
254 /** Indicates that the recognizer has finished consuming tokens in order
256 * before the recognizer comes out of errorRecovery mode (in which
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDebugEventListener.h 180 /** Indicates the recognizer is about to consume tokens to resynchronize
186 /** Indicates that the recognizer has finished consuming tokens in order
188 * before the recognizer comes out of errorRecovery mode (in which
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDebugEventListener.h 180 /** Indicates the recognizer is about to consume tokens to resynchronize
186 /** Indicates that the recognizer has finished consuming tokens in order
188 * before the recognizer comes out of errorRecovery mode (in which
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDebugEventListener.h 180 /** Indicates the recognizer is about to consume tokens to resynchronize
186 /** Indicates that the recognizer has finished consuming tokens in order
188 * before the recognizer comes out of errorRecovery mode (in which
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugEventListener.h 180 /** Indicates the recognizer is about to consume tokens to resynchronize
186 /** Indicates that the recognizer has finished consuming tokens in order
188 * before the recognizer comes out of errorRecovery mode (in which
  /frameworks/base/docs/html/training/wearables/apps/
voice.jd 256 built-in Speech Recognizer activity to obtain speech input from users. This is useful to obtain input
266 // Create an intent that can start the Speech Recognizer activity
275 // This callback is invoked when the Speech Recognizer returns.

Completed in 1409 milliseconds

1 2 34 5 6 7 8 91011>>