Home
last modified time | relevance | path

Searched refs:compile_objects (Results 1 – 25 of 145) sorted by relevance

123456

/dports/www/firefox/firefox-99.0/third_party/rust/build-parallel/src/
H A Dlib.rs27 pub fn compile_objects<T, R, E, F>(f: &F, objs: &[T]) -> Result<Vec<R>, Error<E>> in compile_objects() function
177 compile_objects::<Object, (), (), _>( in it_works()
192 let err = compile_objects::<Object, (), (), _>( in test_build_error()
211 let err = compile_objects::<Object, (), (), _>( in test_build_panic()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/build-parallel/src/
H A Dlib.rs27 pub fn compile_objects<T, R, E, F>(f: &F, objs: &[T]) -> Result<Vec<R>, Error<E>> in compile_objects() function
177 compile_objects::<Object, (), (), _>( in it_works()
192 let err = compile_objects::<Object, (), (), _>( in test_build_error()
211 let err = compile_objects::<Object, (), (), _>( in test_build_panic()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/build-parallel/src/
H A Dlib.rs27 pub fn compile_objects<T, R, E, F>(f: &F, objs: &[T]) -> Result<Vec<R>, Error<E>> in compile_objects() function
177 compile_objects::<Object, (), (), _>( in it_works()
192 let err = compile_objects::<Object, (), (), _>( in test_build_error()
211 let err = compile_objects::<Object, (), (), _>( in test_build_panic()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/build-parallel/src/
H A Dlib.rs27 pub fn compile_objects<T, R, E, F>(f: &F, objs: &[T]) -> Result<Vec<R>, Error<E>> in compile_objects() function
177 compile_objects::<Object, (), (), _>( in it_works()
192 let err = compile_objects::<Object, (), (), _>( in test_build_error()
211 let err = compile_objects::<Object, (), (), _>( in test_build_panic()
/dports/lang/yap/yap-6.2.2/packages/http/
H A Djson_convert.pl156 phrase(compile_objects(Spec), Clauses).
158 compile_objects(A) -->
162 compile_objects((A,B)) --> !,
163 compile_objects(A),
164 compile_objects(B).
165 compile_objects(Term) -->
/dports/lang/swi-pl/swipl-8.2.3/packages/http/
H A Djson_convert.pl184 phrase(compile_objects(Spec), Clauses).
186 compile_objects(A) -->
191 compile_objects((A,B)) -->
193 compile_objects(A),
194 compile_objects(B).
195 compile_objects(Term) -->
/dports/games/frogatto/frogatto-1.3.1/
H A DMakefile79 ./game --utility=compile_objects
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/nasm-rs-0.2.2/src/
H A Dlib.rs227 let objects = self.compile_objects()?; in compile()
237 pub fn compile_objects(&mut self) -> Result<Vec<PathBuf>, String> { in compile_objects() method
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/nasm-rs-0.2.2/src/
H A Dlib.rs227 let objects = self.compile_objects()?; in compile()
237 pub fn compile_objects(&mut self) -> Result<Vec<PathBuf>, String> { in compile_objects() method
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/nasm-rs-0.2.3/src/
H A Dlib.rs227 let objects = self.compile_objects()?; in compile()
237 pub fn compile_objects(&mut self) -> Result<Vec<PathBuf>, String> { in compile_objects() method
/dports/www/firefox-legacy/firefox-52.8.0esr/third_party/rust/gcc/src/
H A Dlib.rs344 self.compile_objects(&src_dst); in compile()
360 fn compile_objects(&self, objs: &[(PathBuf, PathBuf)]) { in compile_objects() method
377 fn compile_objects(&self, objs: &[(PathBuf, PathBuf)]) { in compile_objects() method
/dports/devel/py-numba/numba-0.51.2/numba/pycc/
H A Dplatform.py123 def compile_objects(self, sources, output_dir, member in Toolchain
H A Dcc.py187 objects = self._toolchain.compile_objects(sources, build_dir,
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/mozjpeg-sys-1.0.1/src/
H A Dbuild.rs323 n.compile_objects().expect("NASM build failed") in build_nasm()
/dports/multimedia/librav1e/rav1e-0.5.1/
H A Dbuild.rs134 let obj = nasm.compile_objects().expect( in build_nasm_files()
/dports/multimedia/rav1e/rav1e-0.5.1/
H A Dbuild.rs134 let obj = nasm.compile_objects().expect( in build_nasm_files()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/
H A Dbuild.rs136 let outputs = build_parallel::compile_objects(&|shader: &ShaderOptimizationInput| { in write_optimized_shaders()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/
H A Dbuild.rs154 let outputs = build_parallel::compile_objects(&|shader: &ShaderOptimizationInput| { in write_optimized_shaders()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/
H A Dbuild.rs154 let outputs = build_parallel::compile_objects(&|shader: &ShaderOptimizationInput| { in write_optimized_shaders()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/
H A Dbuild.rs154 let outputs = build_parallel::compile_objects(&|shader: &ShaderOptimizationInput| { in write_optimized_shaders()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/gcc-0.3.55/src/
H A Dlib.rs738 self.compile_objects(&src_dst)?; in try_compile()
790 fn compile_objects(&self, objs: &[(PathBuf, PathBuf)]) -> Result<(), Error> { in compile_objects() method
817 fn compile_objects(&self, objs: &[(PathBuf, PathBuf)]) -> Result<(), Error> { in compile_objects() method
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/gcc/src/
H A Dlib.rs736 self.compile_objects(&src_dst)?; in try_compile()
788 fn compile_objects(&self, objs: &[(PathBuf, PathBuf)]) -> Result<(), Error> { in compile_objects() method
815 fn compile_objects(&self, objs: &[(PathBuf, PathBuf)]) -> Result<(), Error> { in compile_objects() method
/dports/audio/lewton/lewton-0.10.2/cargo-crates/gcc-0.3.55/src/
H A Dlib.rs738 self.compile_objects(&src_dst)?; in try_compile()
790 fn compile_objects(&self, objs: &[(PathBuf, PathBuf)]) -> Result<(), Error> { in compile_objects() method
817 fn compile_objects(&self, objs: &[(PathBuf, PathBuf)]) -> Result<(), Error> { in compile_objects() method
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/gcc-0.3.55/src/
H A Dlib.rs738 self.compile_objects(&src_dst)?; in try_compile()
790 fn compile_objects(&self, objs: &[(PathBuf, PathBuf)]) -> Result<(), Error> { in compile_objects() method
817 fn compile_objects(&self, objs: &[(PathBuf, PathBuf)]) -> Result<(), Error> { in compile_objects() method
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/gcc-0.3.55/src/
H A Dlib.rs738 self.compile_objects(&src_dst)?; in try_compile()
790 fn compile_objects(&self, objs: &[(PathBuf, PathBuf)]) -> Result<(), Error> { in compile_objects() method
817 fn compile_objects(&self, objs: &[(PathBuf, PathBuf)]) -> Result<(), Error> { in compile_objects() method

123456