Home
last modified time | relevance | path

Searched refs:compiler (Results 1 – 25 of 179) sorted by relevance

12345678

/trunk/main/ooxml/source/framework/JavaPartManager/.settings/
H A Dorg.eclipse.jdt.core.prefs2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
5 org.eclipse.jdt.core.compiler.compliance=1.7
6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
7 org.eclipse.jdt.core.compiler.debug.localVariable=generate
8 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
9 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
10 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
11 org.eclipse.jdt.core.compiler.source=1.7
/trunk/main/ooxml/source/framework/JavaOOXMLParser/.settings/
H A Dorg.eclipse.jdt.core.prefs2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
5 org.eclipse.jdt.core.compiler.compliance=1.7
6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
7 org.eclipse.jdt.core.compiler.debug.localVariable=generate
8 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
9 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
10 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
11 org.eclipse.jdt.core.compiler.source=1.7
/trunk/main/ooxml/source/framework/SchemaParser/.settings/
H A Dorg.eclipse.jdt.core.prefs2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
5 org.eclipse.jdt.core.compiler.compliance=1.7
6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
7 org.eclipse.jdt.core.compiler.debug.localVariable=generate
8 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
9 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
10 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
11 org.eclipse.jdt.core.compiler.source=1.7
/trunk/main/ooxml/source/framework/OOXMLViewer/.settings/
H A Dorg.eclipse.jdt.core.prefs2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
5 org.eclipse.jdt.core.compiler.compliance=1.7
6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
7 org.eclipse.jdt.core.compiler.debug.localVariable=generate
8 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
9 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
10 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
11 org.eclipse.jdt.core.compiler.source=1.7
/trunk/main/solenv/bin/modules/installer/
H A Dparameter.pm128 elsif ($param eq "-c") { $installer::globals::compiler = shift(@ARGV); }
277 if ( $installer::globals::compiler =~ /wnt(msc|gcc)[ix]/ )
282 if ( $installer::globals::compiler =~ /unxso[lg][siux]/ )
293 if( $installer::globals::compiler =~ /unxmac/ )
303 if ( $installer::globals::compiler =~ /unxfbsd/ )
314 …if ( $installer::globals::compiler =~ /unxso[lg]s/ ) { $installer::globals::issolarissparcbuild = …
316 …if ( $installer::globals::compiler =~ /unxso[lg]i/ ) { $installer::globals::issolarisx86build = 1;…
326 if ( $installer::globals::compiler =~ /unxlngi/ )
330 if ( $installer::globals::compiler =~ /unxlngppc/ )
334 if ( $installer::globals::compiler =~ /unxlngx/ )
[all …]
H A Ddownload.pm584 $platformname = $installer::globals::compiler;
598 if(( $installer::globals::compiler =~ /^unxlngi/ )
599 || ( $installer::globals::compiler =~ /^unxmac.i/ )
605 elsif(( $installer::globals::compiler =~ /^unxlngx/ )
606 || ( $installer::globals::compiler =~ /^unxmaccx/ ))
610 elsif ( $installer::globals::compiler =~ /^unxmaccr/ )
618 elsif(( $installer::globals::compiler =~ /^unxmacxp/ )
619 || ( $installer::globals::compiler =~ /^unxlngppc/ ))
845 elsif ( $installer::globals::compiler =~ /unxmac.i/ ) { $os = "macosi"; }
846 elsif ( $installer::globals::compiler =~ /unxmac.x/ ) { $os = "macosx"; }
[all …]
H A Denvironment.pm42 …'SOLARVERSION'} . $installer::globals::separator . $installer::globals::compiler . $installer::glo…
52 $variables{'os'} = $installer::globals::compiler;
108 $installer::globals::compiler = $environment->{'OUTPATH'};
H A Dziplist.pm203 elsif ($search eq $installer::globals::compiler )
237 $compilerstring = $installer::globals::compiler . ".pro";
241 $compilerstring = $installer::globals::compiler;
H A Dcontrol.pm445 my $destdir = $shipdrive . $installer::globals::separator . $installer::globals::compiler .
491 … $directory = $installer::globals::product . "_" . $installer::globals::compiler . "_" . $installe…
H A Depmfile.pm2502 if ( $installer::globals::compiler =~ /unxlngi/) { $target = "i586"; }
2503 elsif ( $installer::globals::compiler =~ /unxlng/) {$target = (POSIX::uname())[4]; }
2726 if ( $installer::globals::compiler =~ /unxlngi/) {
2729 elsif ( $installer::globals::compiler =~ /unxlng/) {
2880 …e = $sopackpath . $installer::globals::separator . $installer::globals::compiler . $installer::glo…
H A Dworker.pm2275 elsif(( $installer::globals::compiler =~ /^unxmac.i/ ))
2279 elsif ( $installer::globals::compiler =~ /^unxmaccx/ )
2283 elsif ( $installer::globals::compiler =~ /^unxmaccr/ )
2287 elsif ( $installer::globals::compiler =~ /^unxmacxp/ )
2294 $platformname = $installer::globals::compiler;
/trunk/main/libxmlsec/
H A Dxmlsec1-configure.patch91 # left behind by Apple's compiler. We do this before executing the actions.
186 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
187 -$as_echo_n "checking for C compiler default output file name... " >&6; }
188 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
189 +$as_echo_n "checking whether the C compiler works... " >&6; }
209 as_fn_error "C compiler cannot create executables
215 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
216 +$as_echo_n "checking for C compiler default output file name... " >&6; }
221 -# Check that the compiler produces executables we can run. If not, either
222 -# the compiler is broken, or we cross compile.
[all …]
H A Dxmlsec1-mingw32.patch108 dnl do not add -L/usr/lib because compiler does it anyway
120 + dnl do not add -L/usr/lib because compiler does it anyway
145 + dnl do not add -L/usr/lib because compiler does it anyway
162 dnl do not add -L/usr/lib because compiler does it anyway
/trunk/main/solenv/bin/modules/packager/
H A Dwork.pm38 my $compiler = $ENV{'OUTPATH'};
40 if ( $ENV{'PROEXT'} ) { $compiler = $compiler . $ENV{'PROEXT'}; }
42 $packager::globals::compiler = $compiler;
103 if ( packager::existence::exists_in_array($packager::globals::compiler, $compilers) )
H A Dglobals.pm35 $compiler = "";
/trunk/main/saxon/
H A Dsaxon-9.0.0.7-bj.patch98 + <!-- location of the C# compiler -->
99 + <property name="csharp.compiler" value="c:/Windows/Microsoft.NET/Framework/v1.1.4322/cs…
147 + <property name="build.compiler.source" value="1.8"/>
148 + <property name="build.compiler.target" value="1.8"/>
149 + <property name="build.s9api.compiler.source" value="1.8"/>
150 + <property name="build.s9api.compiler.target" value="1.8"/>
388 + optimize="${build.optimize}" srcdir="${temp-src-j.dir}" source="${build.compiler.sourc…
389 + target="${build.compiler.target}">
416 + optimize="${build.optimize}" srcdir="${temp-src-j.dir}" source="${build.compiler.sourc…
417 + target="${build.compiler.target}">
[all …]
/trunk/main/solenv/doc/gbuild/solenv/gbuild/
H A Dgbuild.mk74 /// compiler specific optimization flags
76 /// default c compilation compiler flags
78 /// compiler specific defines
82 /// default c++ compilation compiler flags
86 /// default objective c++ compilation compiler flags
/trunk/main/sc/inc/
H A Dglobstr.hrc148 #define STR_NO_VALUE 118 /* moved to compiler.src, keep define! */
175 #define STR_NV_STR 140 /* moved to compiler.src, keep define! */
351 #define STR_NOREF_STR 278 /* moved to compiler.src, keep define! */
395 #define STR_NO_NAME_REF 309 /* moved to compiler.src, keep define! */
540 #define STR_DIV_ZERO 412 /* moved to compiler.src, keep define! */
542 #define STR_NUM_ERROR 414 /* moved to compiler.src, keep define! */
543 #define STR_NULL_ERROR 415 /* moved to compiler.src, keep define! */
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DFormulaHelper.java41 private static FormulaCompiler compiler; field in FormulaHelper
49 compiler = new FormulaCompiler();
78 Vector rpnTokens = compiler.infix2RPN(parseTokens); in convertCalcToPXL()
101 Vector infixTokens = compiler.RPN2Infix(parseTokens); in convertPXLToCalc()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DBuildParcelAction.java34 import org.openide.compiler.Compiler;
35 import org.openide.compiler.CompilerJob;
36 import org.openide.compiler.CompilerTask;
/trunk/main/
H A Dconfigure.ac231 takes much longer. (enables -g compiler flag)
254 (enables -g compiler flag and dmake debug=true)
265 [ --enable-cl-standard For Microsoft C/C++ compiler users, use non-optimizing
266 standard compiler. ( This just disables optimization
268 using the cheaper standard compiler. )
693 for the Microsoft C/C++ compiler.
694 Note that this is not the location of the compiler
697 Usage: --with-cl-home=<absolute path to Microsoft C/C++ compiler home>
700 [ --with-mspdb-path For Microsoft C/C++ compiler users, please supply the
706 [ --with-midl-path For Microsoft C/C++ .NET compiler users, please supply
[all …]
/trunk/main/formula/
H A DPackage_inc.mk30 $(eval $(call gb_Package_add_file,formula_inc,inc/formula/compiler.hrc,formula/compiler.hrc))
/trunk/main/solenv/bin/
H A Dmsg_filter25 # by the compiler - sub 30/11/1999
29 # will not be seen in the compiler output
/trunk/main/offapi/com/sun/star/sheet/
H A DXFormulaOpCodeMapper.idl41 /** gives access to spreadsheet compiler token interns.
72 operators, separators and other symbols the formula compiler
/trunk/main/odk/
H A Dsetsdkenv_windows.template53 REM Directory of the C++ compiler.
152 REM Set environment for C++ compiler tools, if necessary.

12345678