HomeSort by relevance Sort by last modified time
    Searched full:recognizer (Results 126 - 150 of 352) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.h 17 - initWithRecognizer:(ANTLRBaseRecognizer *)recognizer;
  /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/chromium_org/content/browser/speech/proto/
google_streaming_api.proto 48 // An estimate of the probability that the recognizer will not change its
  /external/srec/srec/AcousticModels/src/
AcousticModelsImpl.c 233 rc = ESR_SessionGetSize_t(L("SREC.Recognizer.osi_log_level"), &osi_log_level);
574 * When AcousticModels are associated with a Recognizer, they initialize their
575 * Pattern objects using that Recognizer.
578 * @param recognizer The recognizer
581 SR_Recognizer* recognizer)
594 if (recognizer == NULL)
599 recog = (SR_RecognizerImpl*) recognizer;
649 * When AcousticModels are deassociated with a Recognizer, they deinitialize their
  /external/srec/srec/include/
simapi.h 292 int stats_enabled; /* enable frame-by-frame recognizer stats */
756 * the recognizer. The imelda parameters and optionally
    [all...]
  /external/srec/doc/logs/srec/
out_SHIP_change_sample_rate2.txt 2 Create Recognizer:
74 Recognizer has been stopped
135 Recognizer has been stopped
196 Recognizer has been stopped
257 Recognizer has been stopped
318 Recognizer has been stopped
379 Recognizer has been stopped
440 Recognizer has been stopped
501 Recognizer has been stopped
562 Recognizer has been stoppe
    [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/chromium_org/content/browser/speech/
speech_recognition_manager_impl.h 133 scoped_refptr<SpeechRecognizer> recognizer; member in struct:content::SpeechRecognitionManagerImpl::Session
159 // Retrieves the state of the session, enquiring directly the recognizer.
  /external/srec/srec/Grammar/src/
SR_Grammar.c 133 ESR_ReturnCode SR_GrammarSetupRecognizer(SR_Grammar* self, struct SR_Recognizer_t* recognizer)
141 return self->setupRecognizer(self, recognizer);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/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-linux-androideabi-4.7/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
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 1 //===-- PPCHazardRecognizers.cpp - PowerPC Hazard Recognizer Impls --------===//
25 // PowerPC Scoreboard Hazard Recognizer
49 // PowerPC 970 Hazard Recognizer
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
Parser.as 43 super.reset(); // reset all recognizer state variables

Completed in 661 milliseconds

1 2 3 4 56 7 8 91011>>