Home
last modified time | relevance | path

Searched refs:extra_args (Results 1 – 3 of 3) sorted by relevance

/system/testing/gtest_extras/tests/
DSystemTests.cpp78 void RunTest(const std::string& test_name, std::vector<const char*> extra_args = {});
80 std::vector<const char*> extra_args = {});
82 int expected_exitcode, std::vector<const char*> extra_args = {});
84 int expected_exitcode, std::vector<const char*> extra_args = {});
214 void SystemTests::RunTest(const std::string& test_name, std::vector<const char*> extra_args) { in RunTest() argument
217 for (const auto& arg : extra_args) { in RunTest()
235 std::vector<const char*> extra_args) { in RunTestCaptureFooter() argument
236 ASSERT_NO_FATAL_FAILURE(RunTest(test_name, extra_args)); in RunTestCaptureFooter()
253 int expected_exitcode, std::vector<const char*> extra_args) { in Verify() argument
254 ASSERT_NO_FATAL_FAILURE(RunTest(test_name, extra_args)); in Verify()
[all …]
/system/extras/simpleperf/
Dcmd_report_sample_test.cpp48 const std::vector<std::string>& extra_args = {}) { in GetProtobufReport() argument
53 args.insert(args.end(), extra_args.begin(), extra_args.end());
/system/extras/tests/bootloader/
Dbootloadertest.py224 sys.argv[1:] = args.extra_args