/external/tremolo/ |
NOTICE | 2 Copyright (C) 2010, Robin Watts for Pinknoise Productions Ltd 16 Productions Ltd nor the names of its contributors may be used to
|
/external/tremolo/Tremolo/ |
config_types.h | 3 * Copyright (C) 2010, Robin Watts for Pinknoise Productions Ltd 17 * Productions Ltd nor the names of its contributors may be used to
|
codebook.h | 3 * Copyright (C) 2010, Robin Watts for Pinknoise Productions Ltd 17 * Productions Ltd nor the names of its contributors may be used to
|
mdct.h | 3 * Copyright (C) 2010, Robin Watts for Pinknoise Productions Ltd 17 * Productions Ltd nor the names of its contributors may be used to
|
os.h | 5 * Copyright (C) 2010, Robin Watts for Pinknoise Productions Ltd 19 * Productions Ltd nor the names of its contributors may be used to
|
floor1ARM.s | 4 @ Copyright (C) 2010, Robin Watts for Pinknoise Productions Ltd 18 @ Productions Ltd nor the names of its contributors may be used to
|
floor1LARM.s | 4 @ Copyright (C) 2010, Robin Watts for Pinknoise Productions Ltd 18 @ Productions Ltd nor the names of its contributors may be used to
|
ivorbiscodec.h | 3 * Copyright (C) 2010, Robin Watts for Pinknoise Productions Ltd 17 * Productions Ltd nor the names of its contributors may be used to
|
lsp_lookup.h | 3 * Copyright (C) 2010, Robin Watts for Pinknoise Productions Ltd 17 * Productions Ltd nor the names of its contributors may be used to
|
os_types.h | 3 * Copyright (C) 2010, Robin Watts for Pinknoise Productions Ltd 17 * Productions Ltd nor the names of its contributors may be used to
|
codec_internal.h | 3 * Copyright (C) 2010, Robin Watts for Pinknoise Productions Ltd 17 * Productions Ltd nor the names of its contributors may be used to
|
ivorbisfile.h | 3 * Copyright (C) 2010, Robin Watts for Pinknoise Productions Ltd 17 * Productions Ltd nor the names of its contributors may be used to
|
misc.h | 3 * Copyright (C) 2010, Robin Watts for Pinknoise Productions Ltd 17 * Productions Ltd nor the names of its contributors may be used to
|
ogg.h | 3 * Copyright (C) 2010, Robin Watts for Pinknoise Productions Ltd 17 * Productions Ltd nor the names of its contributors may be used to
|
floor_lookup.c | 3 * Copyright (C) 2010, Robin Watts for Pinknoise Productions Ltd 17 * Productions Ltd nor the names of its contributors may be used to
|
mapping0.c | 3 * Copyright (C) 2010, Robin Watts for Pinknoise Productions Ltd 17 * Productions Ltd nor the names of its contributors may be used to
|
/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...] |
Main.java | 19 * <li> Check for unused terminals, non-terminals, and productions. 40 * <dd> don't warn about useless productions, etc. 121 /** Timing data -- when did we end checking for non-reduced productions */ 228 " -nowarn don't warn about useless productions, etc.\n" + 420 * sets of terminal, non-terminals, and productions which can be accessed 447 /** Check for unused symbols. Unreduced productions get checked when 519 * <li> Computing first sets of non-terminals and productions. 522 * <li> Checking for unreduced productions. 561 /* check and warn for non-reduced productions */ 563 System.err.println(" Checking for non-reduced productions...") [all...] |
symbol.java | 67 /** Count of how many times the symbol appears in productions. */ 70 /** Count of how many times the symbol appears in productions. */
|
parse_action_table.java | 22 /** Simple constructor. All terminals, non-terminals, and productions must 56 /** Check the table to ensure that all productions have been reduced.
|
production.java | 13 * I addition to construction and manipulation operations, productions provide 41 * embedded actions by factoring them out with new action productions. 48 * then it is factored into two productions:<pre> 120 /* put us in the global collection of productions */ 143 /** Table of all productions. Elements are stored using their index as 148 /** Access to all productions. */ 153 /** Total number of productions. */ 662 * terminals and productions.
|
/external/bison/src/ |
reduce.c | 25 nonterminals, and productions. David S. Bakin. */ 95 set of all productions which have a RHS all in N. */ 110 productions. A set is kept of all productions for which all the 111 nonterminals in the RHS are in useful. Only productions not in 113 saved to be used when finding useful productions: only 114 productions in this set will appear in the final grammar. */ 142 /* Find out which productions are reachable and which symbols are 143 used. Starting with an empty set of productions and a set of 145 productions until the set of productions remains unchanged for a [all...] |
main.c | 87 /* Find useless nonterminals and productions and reduce the grammar. */
|
nullable.c | 67 /* RITEM contains all the rules, including useless productions.
|
/external/svox/pico/lib/ |
picokpr.h | 126 /* knowledge base access routines for productions in ProdArr */
|