/external/chromium/base/debug/ |
leak_annotations.h | 17 // and should not be used in the production code.
|
/external/webkit/Source/WebKit/win/WebKit.vcproj/ |
WebKit.make | 4 BUILDSTYLE=Production
|
/cts/tools/dasm/etc/ |
java_cup-new.jar | |
/frameworks/compile/mclinker/include/mcld/MC/ |
InputFactory.h | 23 * \brief InputFactory controls the production and destruction of 43 // ----- production ----- //
|
/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/third_party/libjingle/overrides/ |
config.h | 108 /* Build as a production build */ 109 //#define PRODUCTION 1 111 /* Build as a production build */
|
/external/webkit/Source/JavaScriptCore/gyp/ |
JavaScriptCore.gyp | 7 'Production': { 56 'Production': { 215 'Production': {
|
/external/clang/tools/driver/ |
Makefile | 14 # We don't currently expect production Clang builds to be interested in 67 # Translate make variable to define when building a "production" clang.
|
/external/gtest/test/ |
gtest_prod_test.cc | 35 #include "test/production.h" 39 #include "test/production.cc"
|
/external/webkit/Source/JavaScriptCore/Configurations/ |
Version.xcconfig | 41 // The production build always uses the full version with a system version prefix. 45 // The production build always uses the major version with a system version prefix
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
11.2.2-6-n.js | 35 The production NewExpression : new NewExpression is evaluated as follows: 47 The production MemberExpression : new MemberExpression Arguments is evaluated as follows:
|
/external/webkit/Source/JavaScriptGlue/Configurations/ |
Version.xcconfig | 41 // The production build always uses the full version with a system version prefix. 45 // The production build always uses the major version with a system version prefix
|
/external/webkit/Source/WebCore/Configurations/ |
Version.xcconfig | 44 // The production build always uses the full version with a system version prefix. 48 // The production build always uses the major version with a system version prefix
|
/external/webkit/Source/WebKit/mac/Configurations/ |
Version.xcconfig | 44 // The production build always uses the full version with a system version prefix. 48 // The production build always uses the major version with a system version prefix
|
/external/webkit/Source/WebKit2/Configurations/ |
Version.xcconfig | 41 // The production build always uses the full version with a system version prefix. 45 // The production build always uses the major version with a system version prefix
|
/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...] |
/external/webkit/Source/JavaScriptGlue/JavaScriptGlue.xcodeproj/ |
project.pbxproj | 351 shellScript = "# Touch Info.plist to let Xcode know it needs to copy it into the built product\nif [[ \"${CONFIGURATION}\" != \"Production\" ]]; then\n touch \"$SRCROOT/Info.plist\";\nfi;\n"; 463 1422E88909DE3C2200749B87 /* Production */ = { 473 name = Production; 495 1422E8E009DE3EF500749B87 /* Production */ = { 500 name = Production; 520 14AC662E08CE7791006915A8 /* Production */ = { 525 name = Production; 543 DD66F3D408F73ED700C75FD7 /* Production */ = { 555 name = Production; 565 1422E88909DE3C2200749B87 /* Production */, [all...] |
/device/asus/grouper/dumpstate/ |
dumpstate.c | 25 dump_file("soc fuse production mode",
|
/external/chromium/chrome/browser/ui/cocoa/ |
objc_zombie.h | 17 // are sent to freed Objective-C objects in production builds.
|
/external/sepolicy/ |
cts.te | 3 # Do not enable in production policy.
|
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/ |
JavaScriptCoreGenerated.vcproj | 46 Name="Production|Win32"
|
/external/webkit/Source/WebCore/WebCore.vcproj/ |
WebCore.make | 4 BUILDSTYLE=Production
|