HomeSort by relevance Sort by last modified time
    Searched full:production (Results 1 - 25 of 711) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tools/dasm/src/java_cup/
action_production.java 4 /** A specialized version of a production used when we split an existing
5 * production in order to remove an embedded action. Here we keep a bit
11 public class action_production extends production {
14 * @param base the production we are being factored out of.
15 * @param lhs_sym the LHS symbol for this production.
16 * @param rhs_parts array of production parts for the RHS.
18 * @param action_str the trailing reduce action for this production.
21 production base,
34 /** The production we were taken out of. */
35 protected production _base_production
    [all...]
lr_item_core.java 4 /** The "core" of an LR item. This includes a production and the position
5 * of a marker (the "dot") within the production. Typically item cores
6 * are written using a production with an embedded "dot" to indicate their
11 * the given production, and has succeeded in matching everything before the
30 * @param prod production this item uses.
33 public lr_item_core(production prod, int pos) throws internal_error
40 "Attempt to create an lr_item_core with a null production");
65 * @param prod production this item uses.
67 public lr_item_core(production prod) throws internal_error
76 /** The production for the item. *
    [all...]
reduce_action.java 5 * The action simply stores the production that it reduces with and
18 * @param prod the production this action reduces with.
20 public reduce_action(production prod ) throws internal_error
25 "Attempt to create a reduce_action with a null production");
34 /** The production we reduce with. */
35 protected production _reduce_with;
37 /** The production we reduce with. */
38 public production reduce_with() {return _reduce_with;}
71 /* use the hash code of the production we are reducing with */
production.java 7 /** This class represents a production in the grammar. It contains
9 * transformations are done on the RHS of the production, it may shrink.
15 * computing the nullability of the production (i.e., can it derive the empty
18 * string derived from the production, see check_first_set()).
27 public class production { class
36 * manipulations in the process of creating a production object.
42 * Finally it assigns a unique index to the production.<p>
45 * non terminals. For example if the production was originally: <pre>
56 public production( method in class:production
77 "Attempt to construct a production with a null LHS")
130 public production( method in class:production
    [all...]
emit.java 29 * <dt> production table
31 * each production.
36 * <dd> when a reduce on a given production is taken, the parse stack is
38 * production. This reveals a prior state, which we transition out
39 * of under the LHS non terminal symbol for the production (as if we
65 emit_production_table - emit declaration and init for the production table
87 start_production - the start production for the grammar.
155 /** The start production of the grammar. */
156 public static production start_production = null;
201 /** Time to produce the production table. *
    [all...]
  /docs/source.android.com/src/
app.yaml 9 # during development or non-production doc build
10 # - a handler for use on a production gae
24 # out before pushing to a production server)
28 # PRODUCTION GAE HANDLER
  /frameworks/base/docs/html/
app.yaml 9 # during development or non-production doc build
10 # - a handler for use on a production gae
24 # out before pushing to a production server)
28 # PRODUCTION GAE HANDLER
  /external/chromium_org/tools/grit/grit/extern/
BogoFP.py 6 """Bogus fingerprint implementation, do not use for production,
18 """Generate a fingerprint not intended for production from str (it
19 reduces the precision of the production fingerprint by one bit).
  /external/ceres-solver/data/libmv-ba-problems/
Readme.txt 1 Problem files are created from Tears of Steel production files.
  /cts/tests/tests/view/src/android/view/cts/
ViewDebugTest.java 30 // debugging should be disabled on production devices
35 // debugging should be disabled on production devices
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-gobject-enums.cc.tmpl 43 /*** BEGIN file-production ***/
45 /*** END file-production ***/
58 /*** BEGIN value-production ***/
60 /*** END value-production ***/
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdfseg.asm 1 ;; program to test inter-segment production and linkage of RDF objects
  /external/harfbuzz_ng/src/
hb-gobject-enums.cc.tmpl 43 /*** BEGIN file-production ***/
45 /*** END file-production ***/
59 /*** BEGIN value-production ***/
61 /*** END value-production ***/
  /external/chromium_org/components/webdata/
DEPS 10 # than production code.
  /external/chromium_org/third_party/icu/source/tools/toolutil/
filetools.h 17 * Not suitable for production use. Not supported.
flagparser.h 17 * Not suitable for production use. Not supported.
  /external/clang/test/Preprocessor/
expr_invalid_tok.c 13 // PR2284 - The constant-expr production does not including comma.
  /external/icu4c/tools/toolutil/
filetools.h 17 * Not suitable for production use. Not supported.
flagparser.h 17 * Not suitable for production use. Not supported.
  /packages/providers/ContactsProvider/
Android.mk 19 # production builds.
26 # production builds.
  /external/apache-http/src/org/apache/commons/codec/
package.html 43 <td>Production</td>
54 <td>Production</td>
72 <td>Production</td>
79 <td>Production</td>
93 <td>Production</td>
  /cts/tools/dasm/etc/
java_cup.jar 
java_cup.jar.old 
  /external/chromium/base/debug/
leak_annotations.h 17 // and should not be used in the production code.
  /external/chromium_org/chrome/test/base/
testing_pref_service_syncable.h 29 // This is provided as a convenience; on a production PrefService

Completed in 932 milliseconds

1 2 3 4 5 6 7 8 91011>>