/aosp12/art/dex2oat/ |
H A D | dex2oat_image_test.cc | 91 std::vector<std::string> local_extra_args = extra_args; in CompileImageAndGetSizes() 332 std::vector<std::string> extra_args; in TEST_F() local 340 extra_args.clear(); in TEST_F() 344 extra_args.push_back("--boot-image=" + base_location); in TEST_F() 349 extra_args.clear(); in TEST_F() 354 extra_args.push_back("--boot-image=" + base_location); in TEST_F() 359 CHECK(StartsWith(extra_args.back(), "--boot-image=")); in TEST_F() 400 extra_args.clear(); in TEST_F() 404 extra_args.push_back("--boot-image=" + base_location); in TEST_F() 405 extra_args.push_back("--single-image"); in TEST_F() [all …]
|
H A D | dex2oat_vdex_test.cc | 65 args.insert(args.end(), extra_args.begin(), extra_args.end()); 195 std::vector<std::string> extra_args; in TEST_F() local 196 extra_args.push_back("--dm-file=" + dm_file); in TEST_F() 232 std::vector<std::string> extra_args; in TEST_F() local 233 extra_args.push_back("--dm-file=" + dm_file); in TEST_F() 242 extra_args)); in TEST_F() 257 std::vector<std::string> extra_args; in TEST_F() local 258 extra_args.push_back("--dm-file=" + dm_file); in TEST_F() 266 extra_args)) << output_; in TEST_F() 285 std::vector<std::string> extra_args; in TEST_F() local [all …]
|
H A D | dex2oat_test.cc | 98 args.insert(args.end(), extra_args.begin(), extra_args.end()); 118 extra_args, 132 const std::vector<std::string>& extra_args, in GenerateOdexForTest() argument 140 CHECK(std::any_of(extra_args.begin(), in GenerateOdexForTest() 141 extra_args.end(), in GenerateOdexForTest() 143 CHECK(std::any_of(extra_args.begin(), in GenerateOdexForTest() 144 extra_args.end(), in GenerateOdexForTest() 233 std::vector<std::string> copy(extra_args); 938 std::vector<std::string> extra_args; in RunTest() local 1922 std::vector<std::string> extra_args{ in TEST_F() local [all …]
|
/aosp12/art/runtime/ |
H A D | dexopt_test.cc | 83 std::vector<std::string> extra_args { in GenerateAlternateImage() local 91 bool ok = CompileBootImage(extra_args, filename_prefix, dex_files, dex_locations, &error_msg); in GenerateAlternateImage() 102 const std::vector<std::string>& extra_args) { in GenerateOatForTest() argument 149 args.insert(args.end(), extra_args.begin(), extra_args.end()); in GenerateOatForTest() 189 const std::vector<std::string>& extra_args) { in GenerateOdexForTest() argument 195 extra_args); in GenerateOdexForTest()
|
H A D | dexopt_test.h | 48 const std::vector<std::string>& extra_args = {}); 55 const std::vector<std::string>& extra_args = {});
|
H A D | common_runtime_test.h | 119 bool CompileBootImage(const std::vector<std::string>& extra_args, 126 bool CompileBootImage(const std::vector<std::string>& extra_args, 132 extra_args, image_file_name_prefix, dex_files, dex_files, error_msg, use_fd_prefix);
|
H A D | common_runtime_test.cc | 429 bool CommonRuntimeTestImpl::CompileBootImage(const std::vector<std::string>& extra_args, in CompileBootImage() argument 485 argv.insert(argv.end(), extra_args.begin(), extra_args.end()); in CompileBootImage()
|
/aosp12/bionic/benchmarks/tests/ |
H A D | interface_test.cpp | 41 void RunTest(int expected_exitcode, std::vector<const char*> extra_args = {}); 43 std::vector<const char*> extra_args = {}, bool sanitize = true); 105 … int expected_exitcode, std::vector<const char*> extra_args, bool sanitize) { in Verify() argument 106 RunTest(expected_exitcode, extra_args); in Verify() 116 void SystemTests::RunTest(int expected_exitcode, std::vector<const char*> extra_args) { in RunTest() argument 118 for (const auto& arg : extra_args) { in RunTest()
|
/aosp12/art/profman/ |
H A D | profile_assistant_test.cc | 181 argv_str.insert(argv_str.end(), extra_args.begin(), extra_args.end()); in ProcessProfiles() 230 std::vector<std::string>& extra_args, in RunProfman() argument 237 argv_str.insert(argv_str.end(), extra_args.begin(), extra_args.end()); in RunProfman() 256 std::vector<std::string> extra_args; in DumpClassesAndMethods() local 257 extra_args.push_back("--dump-classes-and-methods"); in DumpClassesAndMethods() 263 std::vector<std::string> extra_args; in DumpOnly() local 264 extra_args.push_back("--dump-only"); in DumpOnly() 669 extra_args)); in TEST_F() 681 extra_args)); in TEST_F() 703 extra_args)); in TEST_F() [all …]
|
/aosp12/art/tools/ |
H A D | buildbot-build.sh | 81 extra_args="SOONG_ALLOW_MISSING_DEPENDENCIES=true" 85 extra_args="$extra_args TARGET_BUILD_UNBUNDLED=true" 97 make_command="build/soong/soong_ui.bash --make-mode $j_arg $extra_args $showcommands $common_target… 131 ANDROID_QUIET_BUILD=true build/soong/soong_ui.bash --make-mode $extra_args installclean
|
/aosp12/system/testing/gtest_extras/tests/ |
H A 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 = {}); 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() 263 std::vector<const char*> extra_args) { in VerifySortedOutput() argument [all …]
|
/aosp12/frameworks/native/libs/binder/ndk/scripts/ |
H A D | gen_parcel_helper.py | 240 extra_args = "" 241 if nca: extra_args = ", AParcel_stdVectorGetter<" + cpp + ">" 242 …= " if (!vec) return AParcel_write" + pretty + "Array(parcel, nullptr, -1" + extra_args + ");\n"
|
/aosp12/build/make/tools/releasetools/ |
H A D | sign_target_files_apks | 1006 extra_args = OPTIONS.avb_extra_args.get(partition) 1007 if extra_args: 1009 partition, extra_args)) 1014 misc_info[args_key] = (misc_info.get(args_key, '') + ' ' + extra_args) 1065 extra_args = OPTIONS.gki_signing_extra_args 1066 if extra_args: 1067 print('Setting GKI signing args: "%s"' % (extra_args)) 1068 misc_info["gki_signing_signature_args"] = extra_args 1300 partition, extra_args = a.split("=", 1) 1301 OPTIONS.avb_extra_args[partition] = extra_args
|
H A D | sign_target_files_apks.py | 1006 extra_args = OPTIONS.avb_extra_args.get(partition) 1007 if extra_args: 1009 partition, extra_args)) 1014 misc_info[args_key] = (misc_info.get(args_key, '') + ' ' + extra_args) 1065 extra_args = OPTIONS.gki_signing_extra_args 1066 if extra_args: 1067 print('Setting GKI signing args: "%s"' % (extra_args)) 1068 misc_info["gki_signing_signature_args"] = extra_args 1300 partition, extra_args = a.split("=", 1) 1301 OPTIONS.avb_extra_args[partition] = extra_args
|
H A D | test_common.py | 471 def _test_ZipWriteStr(self, zinfo_or_arcname, contents, extra_args=None): argument 472 extra_args = dict(extra_args or {}) 481 expected_compress_type = extra_args.get("compress_type", 487 expected_mode = extra_args.get("perms", 0o644) 494 expected_mode = extra_args.get("perms", zinfo_perms) 496 common.ZipWriteStr(zip_file, zinfo_or_arcname, contents, **extra_args) 505 def _test_ZipWriteStr_large_file(self, large, small, extra_args=None): argument 506 extra_args = dict(extra_args or {}) 533 expected_compress_type = extra_args.get("compress_type", 537 common.ZipWrite(zip_file, test_file_name, **extra_args) [all …]
|
H A D | merge_target_files.py | 1012 def files_from_path(target_path, extra_args=None): argument 1014 find_command = ['find', target_path] + (extra_args or [])
|
H A D | add_img_to_target_files | 367 extra_args = OPTIONS.info_dict.get( 374 key_path, algorithm, extra_args)
|
/aosp12/art/tools/jfuzz/ |
H A D | run_jfuzz_test.py | 180 def __init__(self, dexer, debug_info, extra_args=None): argument 190 if extra_args is not None: 191 self._art_cmd += extra_args 255 def __init__(self, dexer, debug_info, device, extra_args=None): argument 267 if extra_args is not None: 268 self._dalvik_cmd += extra_args
|
/aosp12/system/extras/simpleperf/ |
H A 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());
|
/aosp12/system/tools/mkbootimg/ |
H A 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:
|
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/ |
H A D | test.py | 161 extra_args = extra_args_str.split() 163 args = base_args + extra_args + rs_files
|
/aosp12/frameworks/compile/slang/tests/ |
H A D | slang_test.py | 178 extra_args = extra_args_str.split() 180 args = base_args + extra_args + rs_files
|
/aosp12/art/runtime/gc/space/ |
H A D | image_space_test.cc | 83 std::vector<std::string> extra_args = { in TEST_F() local 93 bool success = CompileBootImage(extra_args, image_dir + '/' + prefix, dex_files, &error_msg); in TEST_F()
|
/aosp12/art/tools/hiddenapi/ |
H A D | hiddenapi_test.cc | 46 const std::vector<std::string>& extra_args, in RunHiddenapiEncode() argument 70 argv_str.insert(argv_str.end(), extra_args.begin(), extra_args.end()); in RunHiddenapiEncode()
|
/aosp12/system/extras/tests/bootloader/ |
H A D | bootloadertest.py | 224 sys.argv[1:] = args.extra_args
|