HomeSort by relevance Sort by last modified time
    Searched refs:productions (Results 1 - 25 of 36) sorted by null

1 2

  /cts/tools/dasm/src/java_cup/
non_terminal.java 149 /* do one last pass over the productions to finalize all of them */
183 for (p = nt.productions(); p.hasMoreElements(); )
205 /** Table of all productions with this non terminal on the LHS. */
208 /** Access to productions with this non terminal on the LHS. */
209 public Enumeration productions() {return _productions.elements();}; method in class:non_terminal
213 /** Total number of productions with this non terminal on the LHS. */
218 /** Add a production to our set of productions. */
221 /* catch improper productions */
261 /* look and see if any of the productions now look nullable */
262 for (Enumeration e = productions(); e.hasMoreElements();
    [all...]
lalr_item_set.java 236 * productions before it is called.
272 for (p = nt.productions(); p.hasMoreElements(); )
  /external/v8/src/parsing/
expression-classifier.h 115 V8_INLINE bool is_valid(unsigned productions) const {
116 return (invalid_productions_ & productions) == 0;
294 void Accumulate(ExpressionClassifier* inner, unsigned productions,
312 unsigned errors = non_arrow_inner_invalid_productions & productions &
317 if (productions & ArrowFormalParametersProduction &&
parser-base.h 2786 unsigned productions = ExpressionClassifier::AllProductions & local
    [all...]
  /prebuilts/go/darwin-x86/src/go/parser/
interface.go 59 Trace // print a trace of parsed productions
parser.go 560 // Common productions
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
content.go 17 // 3. CSS3 declaration productions, such as `color: red; margin: 2px`.
  /prebuilts/go/linux-x86/src/go/parser/
interface.go 59 Trace // print a trace of parsed productions
parser.go 560 // Common productions
    [all...]
  /prebuilts/go/linux-x86/src/html/template/
content.go 17 // 3. CSS3 declaration productions, such as `color: red; margin: 2px`.
  /external/selinux/python/sepolgen/src/sepolgen/
yacc.py 169 self.productions = None # List of productions
192 prod = self.productions # Local reference to production list
483 global Productions, Prodnames, Prodmap, Terminals
487 Productions = [None] # A list of all of the productions. The first
492 # productions of that nonterminal.
495 # productions.
511 # productions with the "dot" like E -> E . PLUS E
587 # Precompute list of productions immediately followin
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
yacc.py 169 self.productions = None # List of productions
192 prod = self.productions # Local reference to production list
483 global Productions, Prodnames, Prodmap, Terminals
487 Productions = [None] # A list of all of the productions. The first
492 # productions of that nonterminal.
495 # productions.
511 # productions with the "dot" like E -> E . PLUS E
587 # Precompute list of productions immediately followin
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/libmojo/third_party/ply/
yacc.py 241 self.productions = lrtab.lr_productions
287 prod = self.productions # Local reference to production list (to avoid lookup on self.)
602 prod = self.productions # Local reference to production list (to avoid lookup on self.)
    [all...]
  /external/ply/ply/ply/
yacc.py 287 self.productions = lrtab.lr_productions
354 prod = self.productions # Local reference to production list (to avoid lookup on self.)
701 prod = self.productions # Local reference to production list (to avoid lookup on self.)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
parser.go 175 // Parse methods are annotated with matching Go productions as appropriate.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
parser.go 175 // Parse methods are annotated with matching Go productions as appropriate.
    [all...]
  /prebuilts/go/darwin-x86/src/go/printer/testdata/
parser.go 27 Trace // print a trace of parsed productions
413 // Common productions
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/testdata/
parser.go 27 Trace // print a trace of parsed productions
413 // Common productions
    [all...]
  /prebuilts/go/darwin-x86/src/go/ast/
ast.go 24 // of the respective productions.
  /prebuilts/go/linux-x86/src/go/ast/
ast.go 24 // of the respective productions.
  /prebuilts/tools/common/m2/repository/net/java/dev/javacc/javacc/5.0/
javacc-5.0.jar 
  /prebuilts/sdk/tools/
jack-jar-tools.jar 

Completed in 1840 milliseconds

1 2