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

12 3 4 5 6 7 8 91011>>

  /external/dagger2/producers/src/main/java/dagger/producers/
Produced.java 26 * An interface that represents the result of a {@linkplain Producer production} of type {@code T},
27 * or an exception that was thrown during that production. For any type {@code T} that can be
29 * were thrown during the production of {@code T}.
48 * Returns the result of a production.
50 * @throws ExecutionException if the production threw an exception
  /cts/tools/dasm/etc/
java_cup.jar 
java_cup.jar.old 
java_cup-new.jar 
  /external/autotest/client/site_tests/policy_EditBookmarksEnabled/
README 11 the fake AutoTest DM Server for policy download, and production GAIA for user
25 the production, staging, or test environments.
28 prod - Production: DMServer and GAIA in production.
32 GAIA in production.
33 dm-fake - (default) AutoTest: Fake local DMServer, and GAIA in production.
59 Production Environment: mode=Single, case=NotSet, with expected policy value:
  /external/autotest/client/site_tests/policy_RestoreOnStartupURLs/
README 11 the local AutoTest fake DM Server to download policies, and production GAIA to
25 the production, staging, or test environments.
28 prod: production - DMServer and GAIA in production
32 GAIA in production
33 dm-fake (default): AutoTest - fake AutoTest DMServer and GAIA in production.
59 Production, mode=Single (1URL), with expected policy value:
  /external/chromium-trace/catapult/dashboard/docs/
getting-set-up.md 23 To load sample graph or alert data from production, navigate to
26 ## Deploying to production
40 WARNING: Some changes to production may not be easily reversible; for
cloud-debugger.md 4 can now be used to debug errors in production. This debugging
  /external/guice/core/test/com/google/inject/
EagerSingletonTest.java 33 Guice.createInjector(Stage.PRODUCTION, new AbstractModule() {
54 Injector injector = Guice.createInjector(Stage.PRODUCTION);
60 Injector parent = Guice.createInjector(Stage.PRODUCTION);
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/
ParserImpl.java 125 private final ArrayStack<Production> states;
127 private Production state;
138 states = new ArrayStack<Production>(100);
180 private class ParseStreamStart implements Production {
191 private class ParseImplicitDocumentStart implements Production {
205 Production p = new ParseDocumentStart();
211 private class ParseDocumentStart implements Production {
249 private class ParseDocumentEnd implements Production {
268 private class ParseDocumentContent implements Production {
277 Production p = new ParseBlockNode()
    [all...]
Production.java 26 interface Production {
  /cts/tools/dasm/src/java_cup/
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...]
  /external/autotest/client/site_tests/build_RootFilesystemSize/
control 7 PURPOSE = "Report the production size of the rootfs."
  /external/chromium-trace/catapult/dashboard/
README.md 8 - [Debugging in production](/dashboard/docs/cloud-debugger.md)
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/docs/
CLASSIFIERS 1 Development Status :: 5 - Production/Stable
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/docs/
CLASSIFIERS 1 Development Status :: 5 - Production/Stable
  /external/guice/extensions/persist/test/com/google/inject/persist/
EdslTest.java 17 Guice.createInjector(Stage.PRODUCTION, new AbstractModule() {
  /external/libchrome/crypto/
scoped_test_nss_chromeos_user.cc 18 // This opens a software DB in the given folder. In production code that is in
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/async/
PausableExecutorImpl.java 22 * {@link PausableExecutor} intended for use in production environments.
  /packages/providers/CallLogProvider/
Android.mk 13 # production builds.
  /system/core/libsync/
sw_sync.h 26 * production kernels
  /external/autotest/client/site_tests/firmware_LockedME/
control 20 production, we need to ensure that we do NOT allow CPU updates.
25 *always* fail on any pre-production image.
  /external/chromium-trace/catapult/dashboard/dashboard/templates/
load_from_prod.html 11 <title>Load Data From Production</title>
15 <h1>Load Data From Production</h1>
  /external/slf4j/slf4j-ext/src/test/java/org/slf4j/cal10n_dummy/
MyApplication.java 47 locLogger.info(Production.APPLICATION_STARTED);
52 locLogger.info(Production.APPLICATION_STOPPED);
  /external/slf4j/slf4j-site/src/site/pages/
localization.html 54 <code>Production</code>.</p>
61 @BaseName("production")
63 public enum Production {
110 locLogger.info(Production.APPLICATION_STARTED, "fooApp");
115 locLogger.info(Production.APPLICATION_STOPPED, "fooApp");
148 locLogger.info(Production.APPLICATION_STARTED, "fooApp");

Completed in 3970 milliseconds

12 3 4 5 6 7 8 91011>>