Searched refs:argc (Results 1 – 4 of 4) sorted by relevance
/tools/security/sanitizer-status/ |
D | sanitizer-status.cpp | 165 int have_option(const char* option, const char** argv, const int argc) { in have_option() argument 166 for (int i = 1; i < argc; i++) in have_option() 172 int main(int argc, const char** argv) { in main() argument 176 if (argc <= 1) in main() 179 if (test_everything || have_option("asan", argv, argc)) { in main() 198 if (test_everything || have_option("hwasan", argv, argc)) { in main() 217 if (test_everything || have_option("msan", argv, argc)) { in main() 228 if (test_everything || have_option("kasan", argv, argc)) { in main() 239 if (test_everything || have_option("kcov", argv, argc)) { in main() 250 if (test_everything || have_option("ubsan", argv, argc)) { in main() [all …]
|
/tools/test/graphicsbenchmark/functional_tests/native/ |
D | main.cpp | 32 int main(int argc, char **argv) { in main() argument 34 testing::InitGoogleTest(&argc, argv); in main() 42 int c = getopt_long(argc, argv, "", long_options, nullptr); in main()
|
/tools/dexter/dexter/ |
D | main.cc | 19 int main(int argc, char* argv[]) { in main() argument 20 Dexter dexter(argc, argv); in main()
|
D | dexter.h | 32 Dexter(int argc, char* argv[]) : argc_(argc), argv_(argv) {} in Dexter() argument
|