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

1 2 3 4 5 67 8 91011>>

  /external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
ARDVideoCallView.m 167 - (void)didTripleTap:(UITapGestureRecognizer *)recognizer {
  /frameworks/base/docs/html/training/wearables/apps/
index.jd 87 system speech recognizer app to obtain free-form voice input.</dd>
  /packages/apps/Settings/src/com/android/settings/voice/
VoiceInputHelper.java 145 // Get the currently selected recognizer from the secure setting.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
Tool.java 736 System.err.println(" -trace generate a recognizer that traces rule entry/exit");
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Java.stg 51 /** The overall file structure of a recognizer; stores methods for rules
55 docComment, recognizer,
81 <recognizer>
248 appear to be defined in this recognizer. !>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 32 /** The overall file structure of a recognizer; stores methods for rules
36 docComment, recognizer,
54 <recognizer>
106 $self->dfa<dfa.decisionNumber>(<name>::DFA<dfa.decisionNumber>->new({ recognizer => $self }));
1002 name => 'recognizer',
1008 $self->recognizer($param_ref->{recognizer});
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
Scala.stg 42 /** The overall file structure of a recognizer; stores methods for rules
46 docComment, recognizer,
64 <recognizer>
232 appear to be defined in this recognizer. !>
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
BaseRecognizer.js 1 /** A generic recognizer that can handle recognizers generated from
11 * which to initialize this recognizer.
352 * recognizer tracks its own number. So parser and lexer each have
702 * a simple method to ask the recognizer to tell me what the current
713 * <p>The recognizer attempts to recover from single missing
788 * Get this recognizer's backtracking level.
    [all...]
RecognitionException.js 23 * Better to just say the recognizer had a problem and then let the parser
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseRecognizer.m 173 // reset the recognizer to the initial state. does not touch the token source!
434 * recognizer tracks its own number. So parser and lexer each have
782 * a simple method to ask the recognizer to tell me what the current
794 * The recognizer attempts to recover from single missing
884 return [self getRuleInvocationStack:[ANTLRRecognitionException newException] Recognizer:parserClassName];
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 81 /** The overall file structure of a recognizer; stores methods for rules
85 docComment, recognizer,
107 <recognizer>
163 recognizer,
1066 if ( recognizer.isBacktracking() ) {
1067 recognizer.setFailed();
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
exceptions.py 70 Better to just say the recognizer had a problem and then let the parser
323 """@brief The recognizer did not match anything for a (..)+ loop."""
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 1 //===-- PPCHazardRecognizers.cpp - PowerPC Hazard Recognizer Impls --------===//
237 // PowerPC 970 Hazard Recognizer
  /cts/tools/dasm/src/java_cup/
parse_action_table.java 23 * already have been entered, and the viable prefix recognizer should
  /external/antlr/antlr-3.4/gunit-maven-plugin/
pom.xml 152 The things we need to build the target language recognizer
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 3 /** A generic recognizer that can handle recognizers generated from
279 * recognizer tracks its own number. So parser and lexer each have
608 * a simple method to ask the recognizer to tell me what the current
617 * The recognizer attempts to recover from single missing
RecognitionException.as 60 * Better to just say the recognizer had a problem and then let the parser
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarParser.cs     [all...]
ProfileGrammarParser.cs     [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
BaseRecognizer.java 35 /** A generic recognizer that can handle recognizers generated from
300 * recognizer tracks its own number. So parser and lexer each have
641 * a simple method to ask the recognizer to tell me what the current
650 * The recognizer attempts to recover from single missing
RecognitionException.java 59 * Better to just say the recognizer had a problem and then let the parser
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedParser.m 52 * Start of recognizer
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/
Testlexer.m 52 * Start of recognizer
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangDumpDecl.m 26 * Start of recognizer
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteLexer.m 52 * Start of recognizer

Completed in 517 milliseconds

1 2 3 4 5 67 8 91011>>