Searched refs:extra_args (Results 1 – 4 of 4) sorted by relevance
/system/testing/gtest_extras/tests/ |
D | SystemTests.cpp | 78 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/ |
D | cmd_report_sample_test.cpp | 47 const std::vector<std::string>& extra_args = {}) { in GetProtobufReport() argument 52 args.insert(args.end(), extra_args.begin(), extra_args.end());
|
/system/tools/mkbootimg/ |
D | mkbootimg.py | 454 ramdisk_args, extra_args = parser.parse_known_args(vendor_ramdisk_args) 456 unknown_args.extend(extra_args) 553 args, extra_args = parser.parse_known_args() 555 extra_args = parse_vendor_ramdisk_args(args, extra_args) 556 if len(extra_args) > 0:
|
/system/extras/tests/bootloader/ |
D | bootloadertest.py | 224 sys.argv[1:] = args.extra_args
|