Home
last modified time | relevance | path

Searched full:production (Results 1 – 25 of 540) sorted by relevance

12345678910>>...22

/external/bison/tests/
Dnamed-refs.at255 test.y:50.3-68: symbol not found in production: lo9
262 test.y:55.3-47: symbol not found in production: r12
264 test.y:56.3-46: symbol not found in production: expo
357 test.y:23.11-24.62: symbol not found in production: cond1
359 test.y:25.11-26.60: symbol not found in production: stmt
362 test.y:27.11-28.59: symbol not found in production: stmt
368 test.y:31.11-32.63: symbol not found in production: stmt
372 test.y:33.11-34.69: symbol not found in production: stmt
376 test.y:35.11-36.71: symbol not found in production: stmt.list
380 test.y:37.11-38.60: symbol not found in production: then
[all …]
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/
DParserImpl.java125 private final ArrayStack<Production> states;
127 private Production state;
138 states = new ArrayStack<Production>(100); in ParserImpl()
180 private class ParseStreamStart implements Production {
191 private class ParseImplicitDocumentStart implements Production {
205 Production p = new ParseDocumentStart(); in produce()
211 private class ParseDocumentStart implements Production {
249 private class ParseDocumentEnd implements Production {
268 private class ParseDocumentContent implements Production {
277 Production p = new ParseBlockNode(); in produce()
[all …]
/external/autotest/client/site_tests/policy_RestoreOnStartupURLs/
DREADME11 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/autotest/client/site_tests/policy_EditBookmarksEnabled/
DREADME11 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/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
Dprod.py15 """Additional help about using gsutil for production tasks."""
23 If you use gsutil in large production tasks (such as uploading or
26 how to script large production tasks around gsutil's resumable transfer
50 To script large production data transfer tasks around this mechanism,
137 """Additional help about using gsutil for production tasks."""
143 'production', 'resumable', 'resumable upload', 'resumable transfer',
146 help_one_line_summary='Scripting Production Transfers',
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue139/
DMergeValueTest.java49 assertTrue(map.containsKey("production")); in check()
50 assertEquals(map.get("common"), map.get("production")); in check()
66 Map<String, Integer> production = (Map<String, Integer>) map.get("production"); in testMergeUnlessAlreadyExists() local
68 assertEquals(new Integer(3), production.get("key")); in testMergeUnlessAlreadyExists()
/external/libxml2/include/libxml/
DparserInternals.h100 * Macro to check the following production in the XML spec:
111 * Macro to check the following production in the XML spec:
131 * Macro to check the following production in the XML spec:
149 * Macro to check the following production in the XML spec:
159 * Macro to check the following production in the XML spec:
177 * Macro to check the following production in the XML spec:
195 * Macro to check the following production in the XML spec:
216 * Macro to check the following production in the XML spec:
227 * Macro to check the following production in the XML spec:
266 * Macro to check the following production in the XML spec:
[all …]
/external/slf4j/slf4j-site/src/site/pages/
Dlocalization.html54 <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");
/external/apache-http/src/org/apache/commons/codec/
Dpackage.html43 <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/
Dload_from_prod.py5 """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.']})
/external/dagger2/producers/src/main/java/dagger/producers/
DProduced.java26 * 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
DProductionComponent.java43 * component method. Component methods must represent {@linkplain Producer production}.
45 * Production methods have no arguments and return either a {@link ListenableFuture} or
48 * are all valid production method declarations: <pre><code>
/external/autotest/scheduler/
Dscheduler_lib.py156 """Check the scheduler option's production settings.
161 production settings.
165 if (not scheduler_options.production and
167 raise SchedulerError('Scheduler is not running in production mode, you '
170 ' --production if you want to skip this check.' %
/external/harfbuzz_ng/src/
Dhb-gobject-enums.cc.tmpl43 /*** BEGIN file-production ***/
45 /*** END file-production ***/
58 /*** BEGIN value-production ***/
60 /*** END value-production ***/
/external/selinux/sepolgen/src/sepolgen/
Dyacc.py192 prod = self.productions # Local reference to production list
193 pslice = YaccProduction(None) # Production object passed to grammar rules
216 pslice.stack = symstack # Put in the production
269 # reduce a symbol on the stack, emit a production
274 # Get production function
276 sym.type = pname # Production name
527 # class Production:
529 # This class stores the raw information about a single production or grammar rule.
532 # name - Name of the production (nonterminal)
533 # prod - A list of symbols making up its production
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/
Drun_pylint.py6 subprocesses. The first lints the production/library code
63 # Create fresh config for test, which must extend production.
90 """Checks if the file contains production code.
93 :returns: Boolean indicating production status.
165 contains all production files, the next all test/demo files and
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
Dserver.py242 production = BooleanProperty(verbose_name="Is This Server Production", default=False) variable in Server
283 may be useful for debugging purposes when you want to debug with a production config
491 if self.production:
492 raise ValueError("Can't delete a production server")
497 if self.production:
498 raise ValueError("Can't delete a production server")
503 if self.production:
504 raise ValueError("Can't delete a production server")
/external/guice/core/test/com/google/inject/
DEagerSingletonTest.java33 Guice.createInjector(Stage.PRODUCTION, new AbstractModule() { in testJustInTimeEagerSingletons()
54 Injector injector = Guice.createInjector(Stage.PRODUCTION); in testJustInTimeSingletonsAreNotEager()
60 Injector parent = Guice.createInjector(Stage.PRODUCTION); in testChildEagerSingletons()
/external/chromium-trace/catapult/dashboard/docs/
Dgetting-set-up.md23 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
/external/icu/icu4c/source/tools/toolutil/
Dxmlparser.cpp60 // XML Declaration. XML Production #23. in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
66 // XML Comment production #15 in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
72 // production [3] in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
75 // XML Doctype decl production #28 in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
87 // XML PI production #16 in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
102 // XML Element End production #42 in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
106 // XML Element Empty production #44 in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
357 // Consume "misc" [XML production 27] appearing before DocType in parse()
365 // Consume additional "misc" [XML production 27] appearing after the DocType in parse()
532 // Consume XML "Misc" [production #27]
/external/v8/src/wasm/
Dast-decoder.cc44 // A production represents an incomplete decoded tree in the LR decoder.
45 struct Production { struct
81 int stack_depth; // production stack depth.
178 ZoneVector<Production> stack_;
259 Production p = {tree, 0}; in Shift()
273 Production* p = &stack_.back(); in Reduce()
360 blocks_.back().stack_depth = -1; // no production for inner block. in DecodeFunctionBody()
647 void Reduce(Production* p) { in Reduce()
1032 void ReduceBreakToExprBlock(Production* p, Block* block) { in ReduceBreakToExprBlock()
1037 // Merge the value into the production for the block. in ReduceBreakToExprBlock()
[all …]
/external/bison/src/
Dreduce.c61 | Another way to do this would be with a set for each production and |
71 /* A production is useful if all of the nonterminals in its appear in useful_production()
100 production with that nonterminal as its LHS for which all the in useless_nonterminals()
143 iteration. For each production which has a LHS in the set of in inaccessable_symbols()
144 reachable symbols, add the production to the set of reachable in inaccessable_symbols()
146 production to the set of reachable symbols. in inaccessable_symbols()
/external/dbus/
DREADME.win11 production quality and this test suite runs mostly. There are some
68 - How far is WinDBus from being usable for production ?
71 production quality and this test suite runs mostly. There are some
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DContributionBinding.java149 // Production kinds
158 * A production method on a production component's
160 * {@link ListenableFuture}. Methods on production component dependencies that don't return a
DProductionBinding.java52 return Binding.Type.PRODUCTION; in bindingType()
76 /** If this production requires a monitor, this will be the corresponding request. */
90 throw new AssertionError("Unknown production type: " + productionType()); in contributionType()

12345678910>>...22