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

1 2 3 4 5 6 7 8 91011>>

  /external/snakeyaml/src/test/resources/issues/
issue139-1.yaml 5 production:
issue139-2.yaml 5 production:
issue139-3.yaml 5 production:
  /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...]
  /external/ceres-solver/data/libmv-ba-problems/
Readme.txt 1 Problem files are created from Tears of Steel production files.
  /external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/
README.chromium 7 dependent on any specific version of App Engine for production use.
  /external/vboot_reference/scripts/image_signing/sample-test-configs/
README 3 or necessarily current production data for Chrome OS. They serve to provide
  /external/webrtc/tools/
DEPS 1 # Tools has its own dependencies, separate from the production code.
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/async/
PausableExecutor.java 24 * Executor that can be used to easily synchronize testing and production code. Production code
32 * Method called from asynchronous production code to inform this executor that it has
34 * for use in a testing environment should cause the calling thread to block. In the production
40 * Method called from the test code to inform this executor that the state of the production
57 * production code.
  /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/harfbuzz_ng/src/
hb-gobject-enums.cc.tmpl 43 /*** BEGIN file-production ***/
45 /*** END file-production ***/
58 /*** BEGIN value-production ***/
60 /*** END value-production ***/
  /prebuilts/go/darwin-x86/test/fixedbugs/
gcc61253.go 8 // `RecvStmt = ExpressionList "=" RecvExpr` production.
  /prebuilts/go/linux-x86/test/fixedbugs/
gcc61253.go 8 // `RecvStmt = ExpressionList "=" RecvExpr` production.
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue139/
MergeValueTest.java 49 assertTrue(map.containsKey("production"));
50 assertEquals(map.get("common"), map.get("production"));
66 Map<String, Integer> production = (Map<String, Integer>) map.get("production"); local
68 assertEquals(new Integer(3), production.get("key"));
  /external/autotest/client/site_tests/login_GaiaLogin/
control 15 This test verifies that logging into production Gaia works correctly.
  /external/clang/test/Preprocessor/
expr_invalid_tok.c 13 // PR2284 - The constant-expr production does not including comma.
  /external/icu/icu4c/source/tools/toolutil/
filetools.h 17 * Not suitable for production use. Not supported.
flagparser.h 17 * Not suitable for production use. Not supported.
  /frameworks/base/docs/html/
app.yaml 9 # WARNING: NOT FOR USE IN PRODUCTION
  /external/slf4j/slf4j-ext/src/test/java/org/slf4j/cal10n_dummy/
Production.java 31 @BaseName("production")
33 public enum Production {
  /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>
  /external/chromium-trace/catapult/dashboard/dashboard/
load_from_prod.py 5 """Provides a web interface for loading graph data from the production server.
30 """Debugging handler to load data from the production instance."""
36 'This should not be run in production, only on dev server.']})
41 """Loads the requested data from the production server."""
45 'This should not be run in production, only on dev server.']})

Completed in 2616 milliseconds

1 2 3 4 5 6 7 8 91011>>