/external/icu4c/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...] |
/external/chromium_org/third_party/ply/ |
yacc.py | 287 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...] |
/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...] |
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/ |
blink_idl_parser.py | 105 # * The docstring is the production rule in BNF (grammar). 110 # It extracts the docstrings and uses them as the production rules, building 118 # (CST), where each node corresponds to a production rule in the grammar. 133 # * Ignore production 141 # * Eliminate singleton production 152 # * BuildProduction: actually builds an IDLNode, based on a production.
|
/device/lge/hammerhead/ |
bcmdhd.cal_4335 | 1 # Sample variables file for BCM94335 WLBGA ePA, eLNA board for production package
|
/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/bluetooth/bluedroid/hci/include/ |
bt_hci_bdroid.h | 73 /* Disable external parser for production */
|
/external/chromium/chrome/common/extensions/docs/server/ |
README | 34 that has access to the production app.
|
/external/chromium/testing/gtest/test/ |
gtest_all_test.cc | 47 #include "test/production.cc"
|
gtest_prod_test.cc | 35 #include "test/production.h"
|
/external/chromium_org/cc/test/ |
geometry_test_utils.h | 92 // Should be used in test code only, for convenience. Production code should use
|
/external/chromium_org/chrome/browser/chromeos/settings/ |
token_encryptor.h | 37 // implementation is used in production.
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
mtp_device_map_service.h | 18 // Lives on the IO thread in production.
|
/external/chromium_org/chrome/browser/printing/cloud_print/test/ |
cloud_print_policy_browsertest.cc | 71 // is not an issue for production where the process is launched as a service
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
download_shelf_view.mm | 27 // For nib instantiations in production.
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
README | 43 that has access to the production app.
|
instance_servlet.py | 37 # In production have offline=True so that we can catch cron errors. In
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
google_wallet.html | 155 You can set this field to either <code>prod</code> (production server that accepts real credit cards), or 174 <li><a href="https://developers.google.com/commerce/wallet/digital/docs/tutorial#7">Switch to the production server.</a> 176 Switch from the sandbox server to the production server and test your app using real credit cards. 204 The app has options to use either the production server or the sandbox server. When testing with the sandbox server,
|
/external/chromium_org/chrome/common/extensions/manifest_handlers/ |
externally_connectable.h | 85 // Public only for testing. Use FromValue in production.
|
/external/chromium_org/chrome/test/base/ |
chrome_process_util.h | 27 // the production base::ProcessMetrics gets updated to return
|
/external/chromium_org/media/audio/ |
mock_audio_manager.h | 19 // browser tests (Note: sharing a thread can cause deadlocks on production
|
/external/chromium_org/testing/gtest/test/ |
gtest_all_test.cc | 47 #include "test/production.cc"
|
gtest_prod_test.cc | 35 #include "test/production.h"
|