HomeSort by relevance Sort by last modified time
    Searched defs:Grammar (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebCore/dom/
DocumentMarker.h 38 Grammar = 1 << 1,
77 : MarkerTypes(Spelling | Grammar | TextMatch | Replacement | CorrectionIndicator | RejectedCorrection | Autocorrected | SpellCheckingExemption)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
grammar.rb 42 class Grammar
202 sprintf( "grammar %s (%s)", @name, @path )
261 @source =~ /^\s*(lexer|parser|tree)?\s*grammar\s*(\S+)\s*;/ or
262 raise Grammar::FormatError[ source, path ]
266 end # class Grammar
268 class Grammar::InlineGrammar < Grammar
300 sprintf( 'inline grammar %s (%s:%s)', name, @host_file, @host_line )
312 end # class Grammar::InlineGrammar
314 class Grammar::CompilationFailure < StandardErro
    [all...]
  /frameworks/base/core/java/android/speech/srec/
Recognizer.java 38 * <li>Create a <code>Recognizer.Grammar</code>.
39 * <li>Setup the <code>Recognizer.Grammar</code>.
40 * <li>Reset the <code>Recognizer.Grammar</code> slots, if needed.
41 * <li>Fill the <code>Recognizer.Grammar</code> slots, if needed.
42 * <li>Compile the <code>Recognizer.Grammar</code>, if needed.
43 * <li>Save the filled <code>Recognizer.Grammar</code>, if needed.
60 * // create and load a Grammar
61 * Recognizer.Grammar grammar = recognizer.new Grammar(cdir + "/grammars/VoiceDialer.g2g")
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java 35 import org.antlr.grammar.v3.*;
47 /** Represents a grammar in memory. */
48 public class Grammar {
65 public static final int WILDCARD_TREE_LABEL = 6; // Used in tree grammar x=.
66 public static final int WILDCARD_TREE_LIST_LABEL = 7; // Used in tree grammar x+=.
121 "Parser" // if combined grammar, gen Parser and Lexer will be done later
125 * another tree parser. Maps delegate to set of delegator grammar types.
146 /** This is the buffer of *all* tokens found in the grammar file
155 public Grammar grammar; field in class:Grammar.Decision
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /external/jdiff/
xerces.jar 

Completed in 216 milliseconds