Searched refs:compile (Results 26 - 50 of 114) sorted by relevance

12345

/barrelfish-master/lib/openssl-1.0.0d/test/
H A Dmaketests.com19 $! Specify DEBUG or NODEBUG P1 to compile with or without debugger
22 $! Specify which compiler at P2 to try to compile under.
/barrelfish-master/tools/harness/tests/
H A Dmdbbench.py127 resultline = re.compile("\[core \d+\]\[(\d+)\] (\w+)=(\d+)")
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dmixtus.pl116 p(X) :- compile(X). % To prevent ptags and others to see the .sd file
H A Dt_all.pl167 set_flag(variable_names, off), % prepare for compile
170 ( call(CompileGoal)@M -> % compile the test
H A Dpeval.pl126 compile(temp).
137 close(decs_file), compile(temp).
H A Dsicstus.pl288 compile(File, Module).
290 compile(File, M).
H A Dutil.pl248 compile(File, Module) % recompile if changed
H A Dcprolog.pl126 compile/1. By default all compiled procedures are static.
380 compile(File)@Module.
383 compile(File)@Module.
H A Dtest_util.pl275 or 'compile'.
278 When 'compile' is chosen, every test goal gets compiled into an auxiliary
279 predicate (with all compile-time transformations applied), which in turn
387 do_test(compile, Test, M) ?-
612 % The following hack is to make this file compile even when we
/barrelfish-master/lib/openssl-1.0.0d/crypto/threads/
H A Dnetware.bat44 rem compile
/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DOutOfProcessEclipse.java389 public void compile(File f) throws EclipseException, IOException method in class:OutOfProcessEclipse
391 eclipseConnection.compile(f);
H A DEclipseMultitaskConnectionImpl.java116 public void compile(File f) throws EclipseException, IOException { method in class:EclipseMultitaskConnectionImpl
117 rpc(new CompoundTermImpl("compile" , getPath(f)));
/barrelfish-master/doc/018-Practical-guide/
H A DPracticalGuide.tex62 Information on how to compile Barrelfish for other platforms, in
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumserrors.tex179 \biprefni{compile/1,2}{../bips/kernel/compiler/compile-1.html}%
180 \indextt{compile/1}\indextt{compile/2}
181 - (file name, code size, compile time)
184 ('string', code size, compile time) with a string stream
187 (file name, code size, compile time) with a stream associated to a file
H A Dumsdynamic.tex67 prints a warning but it continues to compile the rest of the file.
84 \notation{compile(\pattern{Somefile})}
H A Dumsmodules.tex428 Note that the modules do not have to be known at compile time, i.e., it
437 compile-time optimizations.
628 must know that a predicate is a tool in order to properly compile
644 \bipref{compile/1}{../bips/kernel/compiler/compile-1.html}, etc.
H A Dumsmemory.tex100 \biptxtref{compile}{compile/1}{../bips/kernel/compiler/compile-1.html}-predicates,
/barrelfish-master/lib/tommath/
H A Dmakefile.shared6 CC = libtool --mode=compile --tag=CC gcc
/barrelfish-master/tools/fof/
H A DIntroduction.tex29 done: being able to compile the meta-language to C is just one
/barrelfish-master/lib/openssl-1.0.0d/crypto/des/
H A Ddes-lib.com28 $! Specify either DEBUG or NODEBUG as P2 to compile with or without
31 $! Specify which compiler at P3 to try to compile under.
/barrelfish-master/usr/eclipseclp/lib_tcl/
H A Dmapcolour.tcl78 # select a new map data file and get ECLiPSe side to compile the file
190 tk_messageBox -type ok -icon error -message "Unable to compile $mapfile as map data..."
242 ec_rpc [list compile mapcolour] (())
/barrelfish-master/tools/harness/
H A Dharness.py21 TERM_FILTER = re.compile("\[\d\d?m")
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dprogramanalysis.tex152 predicate which calls the goal a number of times, and compile and
260 coverage) can be used in place of the normal \verb+compile/1+
261 predicate to compile a file with coverage counters.
/barrelfish-master/tools/tracing/
H A Danalyze_traces.py256 splitter = re.compile(r'[\ ]')
/barrelfish-master/doc/004-virtual_memory/
H A DVirtualMemory.tex104 The size of a virtual address space is architecture dependent and established at compile time.
164 Architecture of one type cannot compile pmaps for another architecture.

Completed in 108 milliseconds

12345