HomeSort by relevance Sort by last modified time
    Searched full:production (Results 1 - 25 of 562) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/gyp/
common.gypi 4 'Production': {},
8 'default_configuration': 'Production',
  /cts/tools/dasm/src/java_cup/
action_production.java 4 /** A specialized version of a production used when we split an existing
5 * production in order to remove an embedded action. Here we keep a bit
11 public class action_production extends production {
14 * @param base the production we are being factored out of.
15 * @param lhs_sym the LHS symbol for this production.
16 * @param rhs_parts array of production parts for the RHS.
18 * @param action_str the trailing reduce action for this production.
21 production base,
34 /** The production we were taken out of. */
35 protected production _base_production
    [all...]
lr_item_core.java 4 /** The "core" of an LR item. This includes a production and the position
5 * of a marker (the "dot") within the production. Typically item cores
6 * are written using a production with an embedded "dot" to indicate their
11 * the given production, and has succeeded in matching everything before the
30 * @param prod production this item uses.
33 public lr_item_core(production prod, int pos) throws internal_error
40 "Attempt to create an lr_item_core with a null production");
65 * @param prod production this item uses.
67 public lr_item_core(production prod) throws internal_error
76 /** The production for the item. *
    [all...]
reduce_action.java 5 * The action simply stores the production that it reduces with and
18 * @param prod the production this action reduces with.
20 public reduce_action(production prod ) throws internal_error
25 "Attempt to create a reduce_action with a null production");
34 /** The production we reduce with. */
35 protected production _reduce_with;
37 /** The production we reduce with. */
38 public production reduce_with() {return _reduce_with;}
71 /* use the hash code of the production we are reducing with */
  /external/webkit/Source/JavaScriptCore/gyp/
update-info-plist.sh 2 if [[ "${CONFIGURATION}" != "Production" ]]; then
  /external/webkit/Source/WebCore/gyp/
update-info-plist.sh 2 if [[ "${CONFIGURATION}" != "Production" ]]; then
  /frameworks/base/docs/html/
app.yaml 9 # during development or non-production doc build
10 # - a handler for use on a production gae
24 # out before pushing to a production server)
28 # PRODUCTION GAE HANDLER
  /external/webkit/WebKitLibraries/win/tools/vsprops/
production.vsprops 5 Name="production"
24 Name="PRODUCTION"
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
JavaScriptCoreGeneratedCommon.vsprops 10 BuildCommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c

set CONFIGURATIONBUILDDIR=$(WebKitOutputDir)\$(ConfigurationName)
set PRODUCTION=$(PRODUCTION)
nmake /nologo -f JavaScriptCoreGenerated.make"
11 ReBuildCommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c

set CONFIGURATIONBUILDDIR=$(WebKitOutputDir)\$(ConfigurationName)
set PRODUCTION=$(PRODUCTION)
nmake /nologo -f JavaScriptCoreGenerated.make clean
nmake -f JavaScriptCoreGenerated.make"
12 CleanCommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c

set CONFIGURATIONBUILDDIR=$(WebKitOutputDir)\$(ConfigurationName)
set PRODUCTION=$(PRODUCTION)
nmake /nologo -f JavaScriptCoreGenerated.make clean"
JavaScriptCoreGeneratedProduction.vsprops 10 $(WebKitVSPropsRedirectionDir)..\..\..\..\WebKitLibraries\win\tools\vsprops\production.vsprops;
  /cts/tests/tests/view/src/android/view/cts/
ViewDebugTest.java 30 // debugging should be disabled on production devices
35 // debugging should be disabled on production devices
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/jsc/
jscProduction.vsprops 9 $(WebKitVSPropsRedirectionDir)..\..\..\..\WebKitLibraries\win\tools\vsprops\production.vsprops;
jscReleasePGO.vsprops 9 $(WebKitVSPropsRedirectionDir)..\..\..\..\WebKitLibraries\win\tools\vsprops\production.vsprops;
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/
TestNetscapePluginProduction.vsprops 9 $(WebKitVSPropsRedirectionDir)..\..\..\..\WebKitLibraries\win\tools\vsprops\production.vsprops;
  /external/webkit/Tools/DumpRenderTree/win/
ImageDiffProduction.vsprops 9 $(WebKitVSPropsRedirectionDir)..\..\..\WebKitLibraries\win\tools\vsprops\production.vsprops;
  /external/webkit/Tools/FindSafari/
FindSafariProduction.vsprops 9 $(WebKitVSPropsRedirectionDir)..\..\WebKitLibraries\win\tools\vsprops\production.vsprops;
FindSafariReleasePGO.vsprops 9 $(WebKitVSPropsRedirectionDir)..\..\WebKitLibraries\win\tools\vsprops\production.vsprops;
  /external/webkit/Tools/MiniBrowser/Configurations/
MiniBrowserProduction.vsprops 9 $(WebKitVSPropsRedirectionDir)..\..\..\WebKitLibraries\win\tools\vsprops\production.vsprops;
  /external/webkit/Tools/WebKitAPITest/
WebKitAPITestProduction.vsprops 9 $(WebKitVSPropsRedirectionDir)..\..\WebKitLibraries\win\tools\vsprops\production.vsprops;
  /external/webkit/Tools/WebKitLauncherWin/
WebKitLauncherWinProduction.vsprops 9 $(WebKitVSPropsRedirectionDir)..\..\WebKitLibraries\win\tools\vsprops\production.vsprops;
  /external/webkit/Tools/WinLauncher/
WinLauncherProduction.vsprops 9 $(WebKitVSPropsRedirectionDir)..\..\WebKitLibraries\win\tools\vsprops\production.vsprops;
  /external/webkit/Tools/record-memory-win/
record-memory-winProduction.vsprops 9 $(WebKitVSPropsRedirectionDir)..\..\WebKitLibraries\win\tools\vsprops\production.vsprops;
  /external/clang/test/Preprocessor/
expr_invalid_tok.c 13 // PR2284 - The constant-expr production does not including comma.
  /external/icu4c/tools/toolutil/
filetools.h 17 * Not suitable for production use. Not supported.
flagparser.h 17 * Not suitable for production use. Not supported.

Completed in 419 milliseconds

1 2 3 4 5 6 7 8 91011>>