Home
last modified time | relevance | path

Searched refs:Exe (Results 1 – 25 of 1462) sorted by relevance

12345678910>>...59

/dports/devel/upp/upp/uppsrc/Skylark/
H A DWitz.h9 struct Exe { struct
11 virtual ~Exe() {} in ~Exe() argument
30 One<Exe> a;
34 static One<Exe> Create(One<Exe> a) { in Create()
35 One<Exe> rr; in Create()
42 One<Exe> a;
43 One<Exe> b;
47 static One<Exe> Create(One<Exe> a, One<Exe> b) { in Create()
48 One<Exe> rr; in Create()
208 One<Exe> Eq();
[all …]
H A DCompile.cpp53 One<Exe> r; in DoExeField()
67 One<Exe> r; in DoIndicies()
79 One<Exe> Compiler::Prim() in Prim()
81 One<Exe> result; in Prim()
209 One<Exe> Compiler::Mul() in Mul()
225 One<Exe> Compiler::Add() in Add()
254 One<Exe> Compiler::Rel() in Rel()
273 One<Exe> Compiler::Eq() in Eq()
302 One<Exe> Compiler::Or() in Or()
330 One<Exe> r; in Conditional()
[all …]
H A DOptimize.cpp7 void Compiler::Iterate(Vector< One<Exe> >& a, Callback1< One<Exe>& > op) in Iterate()
13 void Compiler::OptimizeConst(One<Exe>& exe) in OptimizeConst()
15 One<Exe> oxe; in OptimizeConst()
24 void Compiler::Iterate(One<Exe>& exe, Callback1< One<Exe>& > op) in Iterate()
74 void Compiler::CountNodes(One<Exe>& exe) in CountNodes()
80 int Compiler::GetNodeCount(One<Exe>& exe) in GetNodeCount()
87 void Compiler::Optimize(One<Exe>& exe) in Optimize()
101 One<Exe> oxe; in Optimize()
113 One<Exe> oxe; in Optimize()
124 Vector< One<Exe> >& m = e->item; in Optimize()
[all …]
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/test/
H A Dmedium_grp_test.cc44 rlmachine.Exe("wipe", 0, TestMachine::Arg(0, 128, 128, 128)); in TEST_F()
50 rlmachine.Exe("recFill", 0, TestMachine::Arg(0, 128, 128, 128)); in TEST_F()
62 rlmachine.Exe( in TEST_F()
69 rlmachine.Exe( in TEST_F()
76 rlmachine.Exe("recMono", 0, TestMachine::Arg(0)); in TEST_F()
81 rlmachine.Exe("recMono", 2, TestMachine::Arg(5, 6, 7, 8, 0)); in TEST_F()
95 rlmachine.Exe( in TEST_F()
103 rlmachine.Exe("recLight", 0, TestMachine::Arg(0, 128)); in TEST_F()
116 rlmachine.Exe("recInvert", 0, TestMachine::Arg(0)); in TEST_F()
121 rlmachine.Exe("recInvert", 2, TestMachine::Arg(5, 6, 7, 8, 0)); in TEST_F()
[all …]
H A Dmedium_eventloop_test.cc42 rlmachine.Exe("SetSkipMode", 0); in TEST_F()
44 rlmachine.Exe("SkipMode", 0); in TEST_F()
47 rlmachine.Exe("ClearSkipMode", 0); in TEST_F()
49 rlmachine.Exe("SkipMode", 0); in TEST_F()
/dports/lang/swi-pl/swipl-8.2.3/src/Tests/save/
H A Dtest_saved_states.pl127 me(Exe) :-
140 me(Exe) :-
173 run_state(Exe, Args, Result) :-
176 process_create(Exe, Args,
223 state_output(1, Exe),
226 run_state(Exe, [], Result)
228 remove_state(Exe)).
230 state_output(2, Exe),
235 remove_state(Exe)).
237 state_output(3, Exe),
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qmake/
H A Dtst_qmake.cpp147 QVERIFY( test_compiler.exists( workDir, "simple_app", Exe, "1.0.0" )); in simple_app()
162 QVERIFY( test_compiler.exists( buildDir, "simple_app", Exe, "1.0.0" )); in simple_app_shadowbuild()
313 QVERIFY( test_compiler.exists( workDir, "foo", Exe, "1.0.0" )); in include_dir()
319 QVERIFY( test_compiler.exists( buildDir, "foo", Exe, "1.0.0" )); in include_dir()
328 QVERIFY( test_compiler.exists( workDir, "foo", Exe, "1.0.0" )); in install_files()
338 QVERIFY( test_compiler.exists( buildDir, "foo", Exe, "1.0.0" )); in install_files()
352 QVERIFY( test_compiler.exists( workDir, "foo", Exe, "1.0.0" )); in install_depends()
406 QVERIFY( test_compiler.exists(workDir, "findMocs", Exe, "1.0.0" ) ); in findMocs()
408 QVERIFY( test_compiler.exists(workDir, "findMocs", Exe, "1.0.0" ) ); in findMocs()
420 QVERIFY( test_compiler.exists(workDir, "findDeps", Exe, "1.0.0" ) ); in findDeps()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/pulsar-1.0.0/src/
H A Dproducer.rs131 client: Pulsar<Exe>,
137 impl<Exe: Executor> MultiTopicProducer<Exe> {
210 impl<Exe: Executor> Producer<Exe> {
211 pub fn builder(pulsar: &Pulsar<Exe>) -> ProducerBuilder<Exe> { in builder() argument
338 impl<Exe: Executor> PartitionedProducer<Exe> {
347 client: Pulsar<Exe>,
361 impl<Exe: Executor> TopicProducer<Exe> {
715 pulsar: Pulsar<Exe>,
721 impl<Exe: Executor> ProducerBuilder<Exe> {
877 impl<'a, Exe: Executor> MessageBuilder<'a, (), Exe> {
[all …]
H A Dclient.rs127 pub struct Pulsar<Exe: Executor> {
128 pub(crate) manager: Arc<ConnectionManager<Exe>>,
129 service_discovery: Arc<ServiceDiscovery<Exe>>,
131 pub(crate) executor: Arc<Exe>,
134 impl<Exe: Executor> Pulsar<Exe> {
141 executor: Exe, in new() argument
160 pub fn builder<S: Into<String>>(url: S, executor: Exe) -> PulsarBuilder<Exe> { in builder() argument
284 pub struct PulsarBuilder<Exe: Executor> {
289 executor: Exe,
292 impl<Exe: Executor> PulsarBuilder<Exe> {
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-testsuite/PackageTests/ConfigureComponent/Exe/
H A Dsetup.cabal.out5 [__0] trying: Exe-0.1.0.0 (user goal)
6 [__1] unknown package: totally-impossible-dependency-to-fill (dependency of Exe)
7 [__1] fail (backjumping, conflict set: Exe, totally-impossible-dependency-to-fill)
8 … tree exhaustively, these were the goals I've had most trouble fulfilling: Exe (2), totally-imposs…
10 Configuring executable 'goodexe' for Exe-0.1.0.0..
12 Preprocessing executable 'goodexe' for Exe-0.1.0.0..
13 Building executable 'goodexe' for Exe-0.1.0.0..
18 Package contains no library to register: Exe-0.1.0.0...
H A Dsetup.out2 Configuring executable 'goodexe' for Exe-0.1.0.0..
4 Preprocessing executable 'goodexe' for Exe-0.1.0.0..
5 Building executable 'goodexe' for Exe-0.1.0.0..
10 Package contains no library to register: Exe-0.1.0.0...
/dports/audio/nas/nas-1.9.4/clients/audio/examples/
H A DImakefile38 AllTarget(Exe(playFile) Exe(playSimul) Exe(playFromBckt) Exe(loopBucket) \
39 Exe(bundle) Exe(recordBucket) Exe(plyBcktAsync) Exe(playRaw))
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_event/src/
H A Dcouch_event_os_listener.erl32 start_link(Exe) when is_list(Exe) ->
33 gen_server:start_link(?MODULE, Exe, []).
36 init(Exe) ->
39 couch_os_process:start_link(Exe, []).
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssl/test/
H A Dssl_to_openssl_SUITE.erl375 Exe = "openssl",
416 Exe = "openssl",
454 Exe = "openssl",
496 Exe = "openssl",
527 Exe = "openssl",
574 Exe = "openssl",
741 Exe = "openssl",
779 Exe = "openssl",
826 Exe = "openssl",
877 Exe = "openssl",
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/test/run-test/
H A Dtest_execution_resources.hpp80 enum class Type { Exe, Lib } type; enumerator
86 {NDB_MGMD, {NDB_MGMD, Resource::Type::Exe, true, {"", ""}}},
87 {NDBD, {NDBD, Resource::Type::Exe, true, {"", ""}}},
88 {NDBMTD, {NDBMTD, Resource::Type::Exe, false, {"", ""}}},
89 {MYSQLD, {MYSQLD, Resource::Type::Exe, false, {"", ""}}},
91 {MYSQL_INSTALL_DB, Resource::Type::Exe, false, {"", ""}}},
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/NinjaMultiConfig/
H A DPostBuild.cmake3 add_executable(Exe main.c) target
4 add_custom_command(TARGET Exe POST_BUILD COMMAND ${CMAKE_COMMAND} -E echo "Running post-build comma…
5 add_custom_command(TARGET Exe POST_BUILD COMMAND ${CMAKE_COMMAND} -E echo "Generating out.txt with …
6 add_custom_command(TARGET Exe POST_BUILD COMMAND ${CMAKE_COMMAND} -E echo "Generating $<CONFIG>.txt…
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/NinjaMultiConfig/
H A DPostBuild.cmake3 add_executable(Exe main.c) target
4 add_custom_command(TARGET Exe POST_BUILD COMMAND ${CMAKE_COMMAND} -E echo "Running post-build comma…
5 add_custom_command(TARGET Exe POST_BUILD COMMAND ${CMAKE_COMMAND} -E echo "Generating out.txt with …
6 add_custom_command(TARGET Exe POST_BUILD COMMAND ${CMAKE_COMMAND} -E echo "Generating $<CONFIG>.txt…
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/NinjaMultiConfig/
H A DPostBuild.cmake3 add_executable(Exe main.c) target
4 add_custom_command(TARGET Exe POST_BUILD COMMAND ${CMAKE_COMMAND} -E echo "Running post-build comma…
5 add_custom_command(TARGET Exe POST_BUILD COMMAND ${CMAKE_COMMAND} -E echo "Generating out.txt with …
6 add_custom_command(TARGET Exe POST_BUILD COMMAND ${CMAKE_COMMAND} -E echo "Generating $<CONFIG>.txt…
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-testsuite/PackageTests/ConfigureComponent/Exe/
H A Dsetup.cabal.out2 Configuring executable 'goodexe' for Exe-0.1.0.0..
4 Preprocessing executable 'goodexe' for Exe-0.1.0.0..
5 Building executable 'goodexe' for Exe-0.1.0.0..
10 Package contains no library to register: Exe-0.1.0.0...
H A Dsetup.out2 Configuring executable 'goodexe' for Exe-0.1.0.0..
4 Preprocessing executable 'goodexe' for Exe-0.1.0.0..
5 Building executable 'goodexe' for Exe-0.1.0.0..
10 Package contains no library to register: Exe-0.1.0.0...
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssl/test/
H A Dopenssl_session_ticket_SUITE.erl130 Exe = "openssl",
134 OpensslPort = ssl_test_lib:portable_open_port(Exe, Args),
191 Exe = "openssl",
197 OpenSslPort0 = ssl_test_lib:portable_open_port(Exe, Args0),
216 OpenSslPort1 = ssl_test_lib:portable_open_port(Exe, Args1),
246 Exe = "openssl",
254 OpensslPort = ssl_test_lib:portable_open_port(Exe, Args),
312 Exe = "openssl",
319 OpenSslPort0 = ssl_test_lib:portable_open_port(Exe, Args0),
369 Exe = "openssl",
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp161 static void dumpSymbolCategory(LinePrinter &Printer, const PDBSymbolExe &Exe, in dumpSymbolCategory() argument
163 if (auto Children = Exe.findAllChildren<SymbolT>()) { in dumpSymbolCategory()
193 void TypeDumper::start(const PDBSymbolExe &Exe) { in start() argument
195 dumpSymbolCategory<PDBSymbolTypeEnum>(Printer, Exe, *this, "Enums"); in start()
198 dumpSymbolCategory<PDBSymbolTypeFunctionSig>(Printer, Exe, *this, in start()
202 dumpSymbolCategory<PDBSymbolTypeTypedef>(Printer, Exe, *this, "Typedefs"); in start()
205 dumpSymbolCategory<PDBSymbolTypeArray>(Printer, Exe, *this, "Arrays"); in start()
208 dumpSymbolCategory<PDBSymbolTypePointer>(Printer, Exe, *this, "Pointers"); in start()
211 dumpSymbolCategory<PDBSymbolTypeVTableShape>(Printer, Exe, *this, in start()
215 if (auto Classes = Exe.findAllChildren<PDBSymbolTypeUDT>()) { in start()
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp161 static void dumpSymbolCategory(LinePrinter &Printer, const PDBSymbolExe &Exe, in dumpSymbolCategory() argument
163 if (auto Children = Exe.findAllChildren<SymbolT>()) { in dumpSymbolCategory()
193 void TypeDumper::start(const PDBSymbolExe &Exe) { in start() argument
195 dumpSymbolCategory<PDBSymbolTypeEnum>(Printer, Exe, *this, "Enums"); in start()
198 dumpSymbolCategory<PDBSymbolTypeFunctionSig>(Printer, Exe, *this, in start()
202 dumpSymbolCategory<PDBSymbolTypeTypedef>(Printer, Exe, *this, "Typedefs"); in start()
205 dumpSymbolCategory<PDBSymbolTypeArray>(Printer, Exe, *this, "Arrays"); in start()
208 dumpSymbolCategory<PDBSymbolTypePointer>(Printer, Exe, *this, "Pointers"); in start()
211 dumpSymbolCategory<PDBSymbolTypeVTableShape>(Printer, Exe, *this, in start()
215 if (auto Classes = Exe.findAllChildren<PDBSymbolTypeUDT>()) { in start()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp161 static void dumpSymbolCategory(LinePrinter &Printer, const PDBSymbolExe &Exe, in dumpSymbolCategory() argument
163 if (auto Children = Exe.findAllChildren<SymbolT>()) { in dumpSymbolCategory()
193 void TypeDumper::start(const PDBSymbolExe &Exe) { in start() argument
195 dumpSymbolCategory<PDBSymbolTypeEnum>(Printer, Exe, *this, "Enums"); in start()
198 dumpSymbolCategory<PDBSymbolTypeFunctionSig>(Printer, Exe, *this, in start()
202 dumpSymbolCategory<PDBSymbolTypeTypedef>(Printer, Exe, *this, "Typedefs"); in start()
205 dumpSymbolCategory<PDBSymbolTypeArray>(Printer, Exe, *this, "Arrays"); in start()
208 dumpSymbolCategory<PDBSymbolTypePointer>(Printer, Exe, *this, "Pointers"); in start()
211 dumpSymbolCategory<PDBSymbolTypeVTableShape>(Printer, Exe, *this, in start()
215 if (auto Classes = Exe.findAllChildren<PDBSymbolTypeUDT>()) { in start()
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp161 static void dumpSymbolCategory(LinePrinter &Printer, const PDBSymbolExe &Exe, in dumpSymbolCategory() argument
163 if (auto Children = Exe.findAllChildren<SymbolT>()) { in dumpSymbolCategory()
193 void TypeDumper::start(const PDBSymbolExe &Exe) { in start() argument
195 dumpSymbolCategory<PDBSymbolTypeEnum>(Printer, Exe, *this, "Enums"); in start()
198 dumpSymbolCategory<PDBSymbolTypeFunctionSig>(Printer, Exe, *this, in start()
202 dumpSymbolCategory<PDBSymbolTypeTypedef>(Printer, Exe, *this, "Typedefs"); in start()
205 dumpSymbolCategory<PDBSymbolTypeArray>(Printer, Exe, *this, "Arrays"); in start()
208 dumpSymbolCategory<PDBSymbolTypePointer>(Printer, Exe, *this, "Pointers"); in start()
211 dumpSymbolCategory<PDBSymbolTypeVTableShape>(Printer, Exe, *this, in start()
215 if (auto Classes = Exe.findAllChildren<PDBSymbolTypeUDT>()) { in start()

12345678910>>...59