Home
last modified time | relevance | path

Searched full:production (Results 1 – 25 of 527) 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/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/libmojo/third_party/ply/
Dyacc.py287 … prod = self.productions # Local reference to production list (to avoid lookup on self.)
288 pslice = YaccProduction(None) # Production object passed to grammar rules
321 pslice.stack = symstack # Put in the production
377 # reduce a symbol on the stack, emit a production
382 # Get production function
384 sym.type = pname # Production name
602 … prod = self.productions # Local reference to production list (to avoid lookup on self.)
603 pslice = YaccProduction(None) # Production object passed to grammar rules
632 pslice.stack = symstack # Put in the production
674 # reduce a symbol on the stack, emit a production
[all …]
/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/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/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/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>
DProduces.java26 * Annotates methods of a producer module to create a production binding. If the method returns
28 * future provides; otherwise, the return type is bound to the returned value. The production
/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/v8/src/
Djson-parser.h73 // A JSON string (production JSONString) is subset of valid JavaScript string
97 // A JSON number (production JSONNumber) is a subset of the valid JavaScript
105 // Parse a single JSON value from input (grammar production JSONValue).
110 // Parse a JSON object literal (grammar production JSONObject).
122 // Parses a JSON array literal (grammar production JSONArray). An array
/external/selinux/python/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/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/icu/icu4c/source/tools/toolutil/
Dxmlparser.cpp62 // XML Declaration. XML Production #23. in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
68 // XML Comment production #15 in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
74 // production [3] in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
77 // XML Doctype decl production #28 in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
89 // XML PI production #16 in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
104 // XML Element End production #42 in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
108 // XML Element Empty production #44 in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
359 // Consume "misc" [XML production 27] appearing before DocType in parse()
367 // Consume additional "misc" [XML production 27] appearing after the DocType in parse()
534 // Consume XML "Misc" [production #27]
/external/syslinux/gpxe/src/arch/i386/include/
Dbochs.h10 * never be included in production code.
32 #warning "bochs.h should not be included into production code"
/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/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()
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/cal10n_dummy/
DProduction.java31 @BaseName("production")
33 public enum Production { enum
DMyApplication.java47 locLogger.info(Production.APPLICATION_STARTED); in applicationStart()
52 locLogger.info(Production.APPLICATION_STOPPED); in applicationStop()
/external/autotest/client/site_tests/firmware_LockedME/
Dcontrol20 production, we need to ensure that we do NOT allow CPU updates.
25 *always* fail on any pre-production image.
/external/jsilver/src/com/google/clearsilver/jsilver/
DJSilverOptions.java89 * switched on for production but left off for production (so you can update templates without
127 * template preprocessing (like translation support) and never in production servers where the
391 * It is recommended to only enable this flag during testing or debugging and not for production
/external/libxml2/test/valid/dtds/
Dxmlspec.dtd579 from a wfc element in a production. -->
586 from a vc element in a production. -->
597 from a constraint element in a production. -->
655 The production must have an ID so that cross-references
679 Each well formedness tagline in a production must link to the
688 Each validity tagline in a production must link to the vcnote
702 Each constraint tagline in a production must link to the
712 <!-- bnf: Un-marked-up production -->
885 The nonterminal must link to the production that defines
900 div, "n" for numbered item, "[n]" for production, or
[all …]

12345678910>>...22