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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/courgette/
adjustment_method.h 18 // Returns the adjustment method used in production.
  /system/core/include/sync/
sw_sync.h 28 * production kernels
  /cts/tools/dasm/etc/
java_cup-new.jar 
  /external/bison/tests/
named-refs.at 255 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: the
    [all...]
  /cts/tools/dasm/src/java_cup/
parse_action_table.java 57 * Issue a warning message (to System.err) for each production that
64 production prod;
75 /* tell production that we used it */
81 /* now go across every production and make sure we hit it */
82 for (Enumeration p = production.all(); p.hasMoreElements(); )
84 prod = (production)p.nextElement();
95 System.err.println("*** Production \"" +
lalr_item.java 6 * a production, a "dot" at a position within that production, and
13 * indicates that the parser is in the middle of parsing the production <pre>
17 * of either a, b, or c once the complete RHS of this production has been
38 * @param prod the production for the item.
39 * @param pos the position of the "dot" within the production.
42 public lalr_item(production prod, int pos, terminal_set look)
54 * @param prod the production for the item.
57 public lalr_item(production prod, terminal_set look) throws internal_error
65 * @param prod the production for the item
    [all...]
non_terminal.java 124 production prod;
150 for (e=production.all(); e.hasMoreElements(); )
152 prod = (production)e.nextElement();
168 production prod;
182 /* consider every production of that non terminal */
185 prod = (production)p.nextElement();
187 /* get the updated first of that production */
218 /** Add a production to our set of productions. */
219 public void add_production(production prod) throws internal_error
224 "Attempt to add invalid production to non terminal production table")
    [all...]
parser.cup 53 build up parts of the current production while it is being parsed.
71 /** helper routine to clone a new production part adding a given label */
119 /** table of declared symbols -- contains production parts indexed by name */
128 /** left hand side non terminal of the current production */
174 type_id, term_name_list, non_term_name_list, production, prod_part_list,
399 /* build a special start production */
404 new production(non_terminal.START_nt, rhs_parts, rhs_pos);
415 production_list ::= production_list production | production;
419 production ::
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/
README 39 To emit docs suitable for pushing to production use::
43 Note that "production use" (and the staging target) are closely tied to the
45 Google. Links to related documents here can be google.com specific. Production
51 When building in production mode you can specify the name of the subfolder in
63 To view the HTML locally, build the docs with production mode turned off, and
  /external/chromium/third_party/libjingle/overrides/
config.h 108 /* Build as a production build */
109 //#define PRODUCTION 1
111 /* Build as a production build */
  /external/chromium_org/google_apis/drive/
drive_api_url_generator.h 15 // servers for production, and a local server for testing.
23 // The base URL for communicating with the production drive api server.
26 // The base URL for the file download server for production.
  /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
CallbackHelper.java 17 * // Let us assume that this interface is defined by some piece of production code and is used
19 * // production code runs on the main thread test code runs on a separate test thread.
27 * // This is the inner class you'd write in your test case to later inject into the production
31 * // when called by production code.
72 * // Create the TestDelegate to inject into production code.
74 * // Create the production class instance that is being tested and inject the test delegate.
  /external/gtest/test/
gtest_prod_test.cc 35 #include "test/production.h"
39 #include "test/production.cc"
  /external/chromium_org/third_party/libxml/src/include/libxml/
parserInternals.h 67 * Macro to check the following production in the XML spec:
78 * Macro to check the following production in the XML spec:
98 * Macro to check the following production in the XML spec:
116 * Macro to check the following production in the XML spec:
126 * Macro to check the following production in the XML spec:
144 * Macro to check the following production in the XML spec:
162 * Macro to check the following production in the XML spec:
183 * Macro to check the following production in the XML spec:
194 * Macro to check the following production in the XML spec:
233 * Macro to check the following production in the XML spec
    [all...]
  /external/libxml2/include/libxml/
parserInternals.h 67 * Macro to check the following production in the XML spec:
78 * Macro to check the following production in the XML spec:
98 * Macro to check the following production in the XML spec:
116 * Macro to check the following production in the XML spec:
126 * Macro to check the following production in the XML spec:
144 * Macro to check the following production in the XML spec:
162 * Macro to check the following production in the XML spec:
183 * Macro to check the following production in the XML spec:
194 * Macro to check the following production in the XML spec:
233 * Macro to check the following production in the XML spec
    [all...]
  /device/asus/grouper/dumpstate/
dumpstate.c 25 dump_file("soc fuse production mode",
  /external/ceres-solver/docs/source/
acknowledgements.rst 16 Ceres. He bravely took on the task of porting production code to an
  /external/chromium/chrome/browser/ui/cocoa/
objc_zombie.h 17 // are sent to freed Objective-C objects in production builds.
  /external/chromium_org/chrome/browser/extensions/api/dns/
host_resolver_wrapper.h 13 // Used for testing. In production code, this class does nothing interesting.
  /external/chromium_org/chrome/browser/ui/ash/
caps_lock_delegate_chromeos.cc 20 // SystemKeyEventListener should be instantiated when we're running production
  /external/chromium_org/chrome/common/mac/
objc_zombie.h 16 // are sent to freed Objective-C objects in production builds.
  /external/chromium_org/content/public/android/java/src/org/chromium/content/app/
ContentApplication.java 50 * For emulated process environment only. On a production device, the application process is
  /external/chromium_org/net/test/
net_test_suite.h 45 // the production NetworkChangeNotifier.
  /external/chromium_org/sync/internal_api/public/
internal_components_factory_impl.h 5 // An InternalComponentsFactory implementation designed for real production /
  /external/chromium_org/third_party/freetype2/
README.chromium 34 into test binaries! This should never be linked into chrome or any production

Completed in 1712 milliseconds

12 3 4 5 6 7 8 91011>>