Home
last modified time | relevance | path

Searched +defs:_ +defs:argv (Results 1 – 25 of 2208) sorted by relevance

12345678910>>...89

/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/lalrpop-0.17.2/src/
H A Dmain.rs139 let argv = || vec!["lalrpop", "--help"]; in test_usage_help() localVariable
140 let _: Args = Docopt::new(USAGE) in test_usage_help() localVariable
147 let argv = || vec!["lalrpop", "--version"]; in test_usage_version() localVariable
148 let _: Args = Docopt::new(USAGE) in test_usage_version() localVariable
155 let argv = || vec!["lalrpop", "file.lalrpop"]; in test_usage_single_input() localVariable
156 let _: Args = Docopt::new(USAGE) in test_usage_single_input() localVariable
163 let argv = || vec!["lalrpop", "file.lalrpop", "../file2.lalrpop"]; in test_usage_multiple_inputs() localVariable
164 let _: Args = Docopt::new(USAGE) in test_usage_multiple_inputs() localVariable
171 let argv = || vec!["lalrpop", "--out-dir", "abc", "file.lalrpop"]; in out_dir() localVariable
180 let argv = || vec!["lalrpop", "--features", "test,abc", "file.lalrpop"]; in features() localVariable
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/lalrpop-0.16.3/src/
H A Dmain.rs143 let argv = || vec!["lalrpop", "--help"]; in test_usage_help() localVariable
144 let _: Args = Docopt::new(USAGE) in test_usage_help() localVariable
151 let argv = || vec!["lalrpop", "--version"]; in test_usage_version() localVariable
152 let _: Args = Docopt::new(USAGE) in test_usage_version() localVariable
159 let argv = || vec!["lalrpop", "file.lalrpop"]; in test_usage_single_input() localVariable
160 let _: Args = Docopt::new(USAGE) in test_usage_single_input() localVariable
167 let argv = || vec!["lalrpop", "file.lalrpop", "../file2.lalrpop"]; in test_usage_multiple_inputs() localVariable
168 let _: Args = Docopt::new(USAGE) in test_usage_multiple_inputs() localVariable
175 let argv = || vec!["lalrpop", "--out-dir", "abc", "file.lalrpop"]; in out_dir() localVariable
184 let argv = || vec!["lalrpop", "--features", "test,abc", "file.lalrpop"]; in features() localVariable
[all …]
/dports/math/rumur/rumur-2021.09.29/tests/
H A Dlock-freedom.py22 argv = ['rumur', '--output', '/dev/stdout'] variable
24 model_c, _ = p.communicate(model.encode('utf-8', 'replace')) variable
31 argv = [CC, '-O3', '-std=c11', '-x', 'c', '-', '-S', '-o', '/dev/stdout'] \ variable
34 model_s, _ = p.communicate(model_c) variable
/dports/security/p11-kit/p11-kit-0.24.0/p11-kit/
H A Dp11-kit.c54 #define _(x) dgettext(PACKAGE_NAME, x) macro
56 #define _(x) (x) macro
81 char *argv[]) in p11_kit_trust()
103 char *argv[]) in p11_kit_external()
146 char *argv[]) in main()
/dports/cad/cascade-compiler/cascade-f4f7ae8bd1dd379790c0e58c286df90b8d1cdcde/test/benchmark/
H A Dbenchmark.cc41 int main(int argc, char** argv) { in main()
49 for(auto _ : state) { in BM_Array() local
56 for(auto _ : state) { in BM_Bitcoin() local
63 for(auto _ : state) { in BM_Mips32() local
70 for(auto _ : state) { in BM_Regex() local
77 for(auto _ : state) { in BM_Nw() local
/dports/math/reduce/Reduce-svn5758-src/vsl/
H A Dos-hooks.c58 #define _(x) _ ## x macro
60 #define _(x) x macro
75 int main(int argc, char *argv[]) in main()
103 void _(os_startup_hook)(int argc, char *argv[]) in _() function
108 void _(os_cleanup_hook)() in _() function
113 char *_(get_execfilepath)() in _() function
/dports/devel/benchmark/benchmark-1.6.0/test/
H A Drepetitions_test.cc10 for (auto _ : state) { in BM_ExplicitRepetitions() local
112 for (auto _ : state) { in BM_ImplicitRepetitions() local
214 int main(int argc, char* argv[]) { RunOutputTests(argc, argv); } in main()
H A Dinternal_threading_test.cc37 for (auto _ : state) { in BM_MainThread() local
79 for (auto _ : state) { in BM_WorkerThread() local
122 for (auto _ : state) { in BM_MainThreadAndWorkerThread() local
184 int main(int argc, char* argv[]) { RunOutputTests(argc, argv); } in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/utils/google-benchmark/test/
H A Drepetitions_test.cc10 for (auto _ : state) { in BM_ExplicitRepetitions() local
109 for (auto _ : state) { in BM_ImplicitRepetitions() local
208 int main(int argc, char* argv[]) { RunOutputTests(argc, argv); } in main()
H A Dinternal_threading_test.cc37 for (auto _ : state) { in BM_MainThread() local
79 for (auto _ : state) { in BM_WorkerThread() local
122 for (auto _ : state) { in BM_MainThreadAndWorkerThread() local
184 int main(int argc, char* argv[]) { RunOutputTests(argc, argv); } in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/utils/google-benchmark/test/
H A Drepetitions_test.cc10 for (auto _ : state) { in BM_ExplicitRepetitions() local
109 for (auto _ : state) { in BM_ImplicitRepetitions() local
208 int main(int argc, char* argv[]) { RunOutputTests(argc, argv); } in main()
H A Dinternal_threading_test.cc37 for (auto _ : state) { in BM_MainThread() local
79 for (auto _ : state) { in BM_WorkerThread() local
122 for (auto _ : state) { in BM_MainThreadAndWorkerThread() local
184 int main(int argc, char* argv[]) { RunOutputTests(argc, argv); } in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/utils/google-benchmark/test/
H A Drepetitions_test.cc10 for (auto _ : state) { in BM_ExplicitRepetitions() local
109 for (auto _ : state) { in BM_ImplicitRepetitions() local
208 int main(int argc, char* argv[]) { RunOutputTests(argc, argv); } in main()
H A Dinternal_threading_test.cc37 for (auto _ : state) { in BM_MainThread() local
79 for (auto _ : state) { in BM_WorkerThread() local
122 for (auto _ : state) { in BM_MainThreadAndWorkerThread() local
184 int main(int argc, char* argv[]) { RunOutputTests(argc, argv); } in main()
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/third-party/google-benchmark/test/
H A Drepetitions_test.cc10 for (auto _ : state) { in BM_ExplicitRepetitions() local
109 for (auto _ : state) { in BM_ImplicitRepetitions() local
208 int main(int argc, char* argv[]) { RunOutputTests(argc, argv); } in main()
H A Doutput_test.h37 std::shared_ptr<benchmark::Regex> regex;
79 // all the benchmark names. Matching benchmarks in BM_WorkerThread()
122 const std::string* Get(const char* entry_name) const { in BM_MainThreadAndWorkerThread()
184 << " (" << (((entry).getfn< var_type >(var_name) - (value)) \ in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/utils/google-benchmark/test/
H A Drepetitions_test.cc10 for (auto _ : state) { in BM_ExplicitRepetitions() local
109 for (auto _ : state) { in BM_ImplicitRepetitions() local
208 int main(int argc, char* argv[]) { RunOutputTests(argc, argv); } in main()
H A Dinternal_threading_test.cc37 for (auto _ : state) { in BM_MainThread() local
79 for (auto _ : state) { in BM_WorkerThread() local
122 for (auto _ : state) { in BM_MainThreadAndWorkerThread() local
184 int main(int argc, char* argv[]) { RunOutputTests(argc, argv); } in main()
/dports/math/stanmath/math-4.2.0/lib/benchmark_1.5.1/test/
H A Dinternal_threading_test.cc37 for (auto _ : state) { in BM_MainThread() local
79 for (auto _ : state) { in BM_WorkerThread() local
122 for (auto _ : state) { in BM_MainThreadAndWorkerThread() local
184 int main(int argc, char* argv[]) { RunOutputTests(argc, argv); } in main()
/dports/science/axom/axom-0.6.1/src/cmake/blt/thirdparty_builtin/benchmark-1.5.0/test/
H A Dinternal_threading_test.cc37 for (auto _ : state) { in BM_MainThread() local
79 for (auto _ : state) { in BM_WorkerThread() local
122 for (auto _ : state) { in BM_MainThreadAndWorkerThread() local
184 int main(int argc, char* argv[]) { RunOutputTests(argc, argv); } in main()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/blt/thirdparty_builtin/benchmark-1.5.0/test/
H A Dinternal_threading_test.cc37 for (auto _ : state) { in BM_MainThread() local
79 for (auto _ : state) { in BM_WorkerThread() local
122 for (auto _ : state) { in BM_MainThreadAndWorkerThread() local
184 int main(int argc, char* argv[]) { RunOutputTests(argc, argv); } in main()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/googlebenchmark/test/
H A Dinternal_threading_test.cc37 for (auto _ : state) { in BM_MainThread() local
79 for (auto _ : state) { in BM_WorkerThread() local
122 for (auto _ : state) { in BM_MainThreadAndWorkerThread() local
184 int main(int argc, char* argv[]) { RunOutputTests(argc, argv); } in main()
/dports/science/conduit/conduit-0.8.0/src/blt/thirdparty_builtin/benchmark-1.5.0/test/
H A Dinternal_threading_test.cc37 for (auto _ : state) { in BM_MainThread() local
79 for (auto _ : state) { in BM_WorkerThread() local
122 for (auto _ : state) { in BM_MainThreadAndWorkerThread() local
184 int main(int argc, char* argv[]) { RunOutputTests(argc, argv); } in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/benchmark/test/
H A Duser_counters_tabular_test.cc57 for (auto _ : state) { in BM_Counters_Tabular() local
101 for (auto _ : state) { in BM_CounterRates_Tabular() local
148 for (auto _ : state) { in BM_CounterSet0_Tabular() local
180 for (auto _ : state) { in BM_CounterSet1_Tabular() local
216 for (auto _ : state) { in BM_CounterSet2_Tabular() local
250 int main(int argc, char* argv[]) { RunOutputTests(argc, argv); } in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/utils/google-benchmark/test/
H A Duser_counters_tabular_test.cc59 for (auto _ : state) { in BM_Counters_Tabular() local
106 for (auto _ : state) { in BM_CounterRates_Tabular() local
157 for (auto _ : state) { in BM_CounterSet0_Tabular() local
192 for (auto _ : state) { in BM_CounterSet1_Tabular() local
231 for (auto _ : state) { in BM_CounterSet2_Tabular() local
268 int main(int argc, char* argv[]) { RunOutputTests(argc, argv); } in main()

12345678910>>...89