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

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/darwin-x86/src/html/template/
content.go 15 // 1. The CSS3 stylesheet production, such as `p { color: purple }`.
16 // 2. The CSS3 rule production, such as `a[href=~"https:"].foo#bar`.
18 // 4. The CSS3 value production, such as `rgba(0, 0, 255, 127)`.
  /prebuilts/go/linux-x86/src/html/template/
content.go 15 // 1. The CSS3 stylesheet production, such as `p { color: purple }`.
16 // 2. The CSS3 rule production, such as `a[href=~"https:"].foo#bar`.
18 // 4. The CSS3 value production, such as `rgba(0, 0, 255, 127)`.
  /external/icu/icu4c/source/tools/toolutil/
xmlparser.cpp 60 // XML Declaration. XML Production #23.
66 // XML Comment production #15
72 // production [3]
75 // XML Doctype decl production #28
87 // XML PI production #16
102 // XML Element End production #42
106 // XML Element Empty production #44
357 // Consume "misc" [XML production 27] appearing before DocType
365 // Consume additional "misc" [XML production 27] appearing after the DocType
532 // Consume XML "Misc" [production #27
    [all...]
  /cts/tools/dasm/src/java_cup/
lalr_state.java 25 * would be reduced into a C, matching the first symbol in our production
34 * signifying that it is recognizing the RHS of some production. To do this
37 * production. This leaves the machine in the same state is was in when the
39 * transition based on the non-terminal on the LHS of the production. This
234 * production. This method operates by first building a start state
235 * from the start production (based on a single item with the dot at
266 * @param start_prod the start production of the grammar
271 public static lalr_state build_machine(production start_prod)
289 "Attempt to build viable prefix recognizer using a null production");
291 /* build item with dot at front of start production and EOF lookahead *
    [all...]
parse_action_row.java 76 reduction_count = new int[production.number()];
79 for (i = 0; i < production.number(); i++)
88 /* count the reduce in the proper production slot and keep the
  /cts/tools/dasm/src/java_cup/runtime/
lr_parser.java 9 * matching the right hand side of a production appear on the top of the
11 * the symbols corresponding to the right hand side of the production
13 * the left hand side of the production. <p>
24 * side of a production) off the stack. This leaves the parser in the state
28 * this goto state by pushing the left hand side symbol of the production
49 * <dd> Provides a reference to the production table (indicating the index of
51 * for each production in the grammar).
59 * <dd> Indicates the index of the starting production.
144 /** Table of production information (supplied by generated subclass).
145 * This table contains one entry per production and is indexed by
    [all...]
  /developers/samples/android/connectivity/network/BasicNetworking/
template-params.xml 68 in actual production code.
  /development/samples/Support7Demos/src/com/example/android/supportv7/graphics/
ImageLoader.java 28 * A very naive lazily implemented image loader. Do not use this in production code.
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
package.html 22 <p>In charge of run-time transformations and the production of result trees.</p>
  /external/autotest/client/site_tests/login_GaiaLogin/
login_GaiaLogin.py 14 """Sign into production gaia using Telemetry."""
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
setup.py 40 'Development Status :: 5 - Production/Stable',
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
server.py 242 production = BooleanProperty(verbose_name="Is This Server Production", default=False) variable in class: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/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/
setup.py 68 'Development Status :: 5 - Production/Stable',
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/
setup.py 10 Development Status :: 5 - Production/Stable
  /external/chromium-trace/catapult/third_party/html5lib-python/
setup.py 7 'Development Status :: 5 - Production/Stable',
  /external/chromium-trace/catapult/third_party/webapp2/
PKG-INFO 44 Classifier: Development Status :: 5 - Production/Stable
setup.py 59 'Development Status :: 5 - Production/Stable',
  /external/chromium-trace/catapult/third_party/webapp2/webapp2.egg-info/
PKG-INFO 44 Classifier: Development Status :: 5 - Production/Stable
  /external/dagger2/producers/src/main/java/dagger/producers/monitoring/internal/
MonitorCache.java 25 * A class that provides a {@link ProductionComponentMonitor} for use in production components.
  /external/google-breakpad/src/testing/gtest/test/
gtest_all_test.cc 47 #include "test/production.cc"
gtest_prod_test.cc 35 #include "test/production.h"
  /external/gtest/test/
gtest_all_test.cc 47 #include "test/production.cc"
gtest_prod_test.cc 35 #include "test/production.h"
  /external/guice/core/src/com/google/inject/spi/
Element.java 40 * configured. Used by Guice in the production of descriptive error messages.
  /external/jsilver/src/com/google/clearsilver/jsilver/
JSilverOptions.java 89 * 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

Completed in 2149 milliseconds

1 2 3 4 56 7 8 91011>>