Searched refs:compile (Results 51 - 75 of 177) sorted by relevance

12345678

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DShowlex.pm63 sub compile { subroutine
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Dxref.t21 our $compilesub = B::Xref::compile("-o$file");
22 ok( ref $compilesub eq 'CODE', "compile() returns a coderef ($compilesub)" );
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A D00setup_dummy.t66 'Big-Dummy/t/compile.t' => <<'END',
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dfields.pm173 fields - compile-time class fields
215 The C<fields> pragma enables compile-time verified class fields.
220 at compile-time for it to be fully useful, as is done by this pragma.
227 turned into an array access at compile time.
H A Dautouse.pm130 from compile time to runtime. This can
142 prototypes) is moved from compile time to runtime. In particular, if
H A Dconstant.pm165 value at compile time, and may then optimize the expression further.
172 compile time. Thus, it's probably not correct to put a constant
192 compile time.
208 compile time.
266 Magical values and references can be made into constants at compile
/opensolaris-onvv-gate/usr/src/lib/libast/common/comp/
H A Dregexp.h60 #define compile(a,b,c,d) _re_read(&_re_info,a,b,c,d) macro
/opensolaris-onvv-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DExpression.java200 private static final Pattern pattern = Pattern.compile(
393 private static final Pattern pattern = Pattern.compile(
546 private static final Pattern pattern = Pattern.compile(
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlcc.PL99 # die "$0: Do you want me to compile this or not?\n";
235 _die("$0: $Input did not compile:\n@$error_r\n");
308 _die("$0: $Input did not compile, which can't happen:\n@error\n");
325 my $compile = ExtUtils::Embed::ccopts." -c -Fo$obj $cfile ";
327 $compile .= " -I".$_ for split /\s+/, opt(I);
332 vprint 3, "running $Config{cc} $compile";
333 system("$Config{cc} $compile");
388 _die("$0: $Input did not compile:\n@error\n");
525 exit(); # should die eventually. However, needed so that a 'make compile'
526 # can compile al
[all...]
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestDrop.java158 consumer.compile(PROGRAM);
H A DTestMultiAggPrinta.java133 consumer.compile(file);
H A DTestStateMachine.java33 * methods before and after open(), compile(), enable(), go(), stop(),
71 // compile
73 consumer.compile("syscall:::entry");
74 exit(1, "compile before open");
79 exit(1, "compile before open");
176 System.out.println("before compile");
193 exit(1, "enable before compile");
198 exit(1, "enable before compile");
317 // compile
319 consumer.compile("syscal
[all...]
/opensolaris-onvv-gate/usr/src/lib/libast/amd64/include/ast/
H A Dregexp.h69 #define compile(a,b,c,d) _re_read(&_re_info,a,b,c,d) macro
/opensolaris-onvv-gate/usr/src/lib/libast/i386/include/ast/
H A Dregexp.h69 #define compile(a,b,c,d) _re_read(&_re_info,a,b,c,d) macro
/opensolaris-onvv-gate/usr/src/lib/libast/sparc/include/ast/
H A Dregexp.h69 #define compile(a,b,c,d) _re_read(&_re_info,a,b,c,d) macro
/opensolaris-onvv-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dregexp.h69 #define compile(a,b,c,d) _re_read(&_re_info,a,b,c,d) macro
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/tic/
H A Dticmain.c105 compile();
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postdmd/
H A DREADME35 117 in postdmd.c) before you compile the program.
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postmd/
H A DREADME52 175 in postmd.c) before you compile the program.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DO.pm45 my $compilesub = &{"B::${backend}::compile"}(@options);
111 C<B::Backend> module and calls the C<compile> function in that
113 a sub reference which we'll call CALLBACK. Next, the "compile-only"
124 It should define a function called C<compile>. When the user types
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/pod/
H A Dperlgcc.pod54 to compile a module, C<perlgcc Makefile.PL> should be used instead.
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld.4.x/
H A DMakefile.4.x39 # compile each object.
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/des/
H A DFILES05 INSTALL - How to make things compile.
/opensolaris-onvv-gate/usr/src/lib/libadm/common/
H A Dmapfile-vers198 compile { TYPE = FUNCTION; FILTER = libgen.so.1 };
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DContentState.cxx39 compiledModel->compile(dtd.nElementTypeIndex(), ambiguities,

Completed in 224 milliseconds

12345678