Searched refs:compile (Results 1 - 25 of 114) sorted by relevance

12345

/barrelfish-master/lib/openssl-1.0.0d/crypto/threads/
H A Dpthreads-vms.com1 $! To compile mttest on VMS.
/barrelfish-master/usr/eclipseclp/Opium/
H A Dopium_light.pl82 compile(F).
176 :- compile('/homes/js10/public/Opium/opium.sd', opium).
179 :- compile('error.op', opium_kernel),
180 compile('scenario_handler.op', opium_kernel),
181 compile('make.op', opium_kernel),
182 compile('parameter.op', opium_kernel),
183 compile('scenario.op', opium_kernel),
184 compile('translate.op', opium_kernel),
185 compile('types.op', opium_kernel),
186 compile('interfac
[all...]
H A Dopiumtop.pl70 * compile Opium loadfile
76 compile(F).
H A Dloadopium.pl66 compile(F).
136 -> /* libraries required to compile the pce files */
141 compile(pce_new, kegi),
H A Dopium.pl71 % compile(File, opium).
256 % opium_init_file, % compile ".opiumrc"
286 compile('.opiumrc', opium).
293 compile(F, opium).
/barrelfish-master/tools/harness/tests/
H A Ddistops.py46 error_re = re.compile(error_regex)
H A Dblk_tests.py243 self.regex = re.compile(self.REGEX)
317 self.regex = re.compile(self.REGEX)
H A Ddistopsbench.py13 OPERATIONHEADER = re.compile("^# Benchmarking ([A-Z 0-9]+): nodes=(\d+).*$")
14 DATAHEADER = re.compile("^# node (\d+): tsc_per_us = (\d+); numcopies = (\d+).*")
15 DATALINE = re.compile("^\d+$")
/barrelfish-master/tools/
H A Darranet_qemu-cc-wrapper67 # We solely compile when -c is given
69 mode=compile
71 mode=compile++
89 compile)
H A Dcreate_mdb_dot.py6 kaddr_cap_regex = re.compile(r"^(0x[0-9a-f]+){(.*)}$")
8 re.compile(r"^left=(?P<leftval>0x[0-9a-f]+),right=(?P<rightval>0x[0-9a-f]+),end=(?P<end>0x[0-9a-f]+),end_root=(?P<end_root>\d+),level=(?P<level>\d+),address=(?P<address>0x[0-9a-f]+),size=(?P<size>0x[0-9a-f]+),type=(?P<type>\d+),remote_rels=(?P<rcopies>\d)(?P<rancs>\d)(?P<rdescs>\d),extra=(?P<extra>.*)$")
H A Darranet_e10k-cc-wrapper64 # We solely compile when -c is given
66 mode=compile
84 compile)
/barrelfish-master/usr/eclipseclp/JavaInterface/tests/
H A DQueueExample1.java72 eclipse.compile(eclipseProgram);
H A DQueueExample2.java67 eclipse.compile(eclipseProgram);
/barrelfish-master/lib/tzcode/zic/
H A Dprivate.h121 you may need to compile with "-DHAVE_STDINT_H".
/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DEclipseConnection.java148 * Direct ECLiPSe to compile a named object file.
153 * to compile the file.
159 public void compile(File f) throws EclipseException, IOException; method in interface:EclipseConnection
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumscompiler.tex49 predicate. In practice it is best to compile modules as a whole, since
70 \item[\biptxtref{compile(\pattern{Source})}{compile/1}{../bips/kernel/compiler/compile-1.html}]
75 \item[\biptxtref{compile(\pattern{Source},~\pattern{Options})}{compile/2}{../bips/kernel/compiler/compile-2.html}]
83 \bipref{compile/1}{../bips/kernel/compiler/compile-1.html}
98 This predicate is used to compile
[all...]
H A Dumsusing.tex100 Save your program as a plain text file, and you can then compile the
114 Select the file you wish to compile, and click on the \button{Open} button.
115 This will compile the file and any others it depends on.
266 You can select files to edit them, or compile them individually, as well as
401 or to compile a program from a file.
415 \bipref{compile/1}{../bips/kernel/compiler/compile-1.html} predicate are used
416 to compile {\eclipse} source from a file.
420 compile(myfile).
432 The short-hand notation may also be used to compile severa
[all...]
/barrelfish-master/lib/tzcode/stdtime/
H A Dprivate.h163 you may need to compile with "-DHAVE_STDINT_H".
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dgoedel.pl80 compile(DF)
102 compile(X).
H A Dbsi.pl86 % consult and reconsult are not exactly like compile
93 compile(X,M).
96 compile(X,M).
H A Dmake.pl86 compile(File, Module),
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dumsusing.tex107 Save your program as a plain text file, and you can then compile the
135 \index{compile}
138 to compile, and click on the \button{Open} button. This will compile
233 Allows the user to select a file to compile into {\eclipse}.
345 files to edit them, or compile them individually, as well as adding
409 \section{How do I make things happen at compile time?}
417 at compile time.
419 In particular, a file can contain a directive to the system to compile
421 still only requiring a single simple command to compile the
[all...]
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dssl-lib.com21 $! LIBRARY To just compile the [.xxx.EXE.SSL]LIBSSL.OLB Library.
22 $! SSL_TASK To just compile the [.xxx.EXE.SSL]SSL_TASK.EXE
24 $! Specify DEBUG or NODEBUG as P2 to compile with or without debugger
27 $! Specify which compiler at P3 to try to compile under.
/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A Dcrypto-lib.com21 $! LIBRARY To just compile the [.xxx.EXE.CRYPTO]LIBCRYPTO.OLB Library.
22 $! APPS To just compile the [.xxx.EXE.CRYPTO]*.EXE
25 $! Specify DEBUG or NODEBUG as P2 to compile with or without debugger
28 $! Specify which compiler at P3 to try to compile under.
46 $! P6, if defined, sets a choice of crypto methods to compile.
1349 $! Check if the user wanted to compile just a subset of all the encryption
/barrelfish-master/usr/eclipseclp/ecrc_solvers/grace/
H A Dgrace.pl184 :- compile(matrices).
185 :- compile(label).
186 :- compile(expr).
187 :- compile(tkint).
188 :- compile(toolbox).
189 %:- compile(prop).
190 :- compile(options).

Completed in 85 milliseconds

12345