/frameworks/native/cmds/installd/ |
D | dexopt.h | 94 bool delete_odex(const char* apk_path, const char* instruction_set, const char* output_path); 105 int dexopt(const char *apk_path, uid_t uid, const char *pkgName, const char *instruction_set, 112 const char *apk_path, const char *instruction_set); 115 const char *instruction_set); 118 const char *instruction_set); 120 bool move_ab(const char* apk_path, const char* instruction_set, const char* output_path);
|
D | installd.cpp | 55 const char *instruction_set) { in calculate_oat_file_path() argument 56 return calculate_oat_file_path_default(path, oat_dir, apk_path, instruction_set); in calculate_oat_file_path() 60 const char *instruction_set) { in calculate_odex_file_path() argument 61 return calculate_odex_file_path_default(path, apk_path, instruction_set); in calculate_odex_file_path() 64 bool create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) { in create_cache_path() argument 65 return create_cache_path_default(path, src, instruction_set); in create_cache_path()
|
D | installd_deps.h | 43 const char *instruction_set); 53 const char *instruction_set); 58 const char *instruction_set);
|
D | dexopt.cpp | 230 const char* instruction_set, const char* compiler_filter, in run_dex2oat() argument 236 if (strlen(instruction_set) >= MAX_INSTRUCTION_SET_LEN) { in run_dex2oat() 237 LOG(ERROR) << "Instruction set '" << instruction_set << "' longer than max length of " in run_dex2oat() 263 sprintf(dex2oat_isa_features_key, "dalvik.vm.isa.%s.features", instruction_set); in run_dex2oat() 269 sprintf(dex2oat_isa_variant_key, "dalvik.vm.isa.%s.variant", instruction_set); in run_dex2oat() 360 sprintf(instruction_set_arg, "--instruction-set=%s", instruction_set); in run_dex2oat() 1159 static bool create_oat_out_path(const char* apk_path, const char* instruction_set, in create_oat_out_path() argument 1171 if (!calculate_oat_file_path(out_oat_path, oat_dir, apk_path, instruction_set)) { in create_oat_out_path() 1175 if (!create_cache_path(out_oat_path, apk_path, instruction_set)) { in create_oat_out_path() 1406 const char* instruction_set, bool is_public, int uid, bool is_secondary_dex, in open_vdex_files_for_dex2oat() argument [all …]
|
D | otapreopt.cpp | 313 if (parameters_.instruction_set == nullptr) { in PrepareBootImage() 317 const char* isa = parameters_.instruction_set; in PrepareBootImage() 578 parameters_.instruction_set, in Dexopt() 776 const char *instruction_set) { in calculate_oat_file_path() argument 801 instruction_set, in calculate_oat_file_path() 814 const char *instruction_set) { in calculate_odex_file_path() argument 832 instruction_set, in calculate_odex_file_path() 845 const char *instruction_set) { in create_cache_path() argument 863 instruction_set, in create_cache_path()
|
D | otapreopt_parameters.h | 38 const char* instruction_set; variable
|
D | otapreopt_parameters.cpp | 175 instruction_set = param; in ReadArgumentsV1() 300 instruction_set = param; in ReadArgumentsPostV1()
|
D | InstalldNativeService.cpp | 1186 const char* instruction_set = instructionSet.c_str(); in rmdex() local 1192 if (!create_cache_path(dex_path, path, instruction_set)) { in rmdex() 1966 const char* instruction_set = instructionSet.c_str(); in dexopt() local 1976 int res = android::installd::dexopt(apk_path, uid, pkgname, instruction_set, dexoptNeeded, in dexopt() 1986 const char* instruction_set = instructionSet.c_str(); in markBootComplete() local 1993 instruction_set); in markBootComplete() 2321 const char* instruction_set = instructionSet.c_str(); in createOatDir() local 2333 snprintf(oat_instr_dir, PKG_PATH_MAX, "%s/%s", oat_dir, instruction_set); in createOatDir() 2392 const char* instruction_set = instructionSet.c_str(); in moveAb() local 2395 bool success = move_ab(apk_path, instruction_set, oat_dir); in moveAb() [all …]
|
/frameworks/native/cmds/installd/tests/ |
D | installd_service_test.cpp | 47 const char *instruction_set) { in calculate_oat_file_path() argument 48 return calculate_oat_file_path_default(path, oat_dir, apk_path, instruction_set); in calculate_oat_file_path() 52 const char *instruction_set) { in calculate_odex_file_path() argument 53 return calculate_odex_file_path_default(path, apk_path, instruction_set); in calculate_odex_file_path() 56 bool create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) { in create_cache_path() argument 57 return create_cache_path_default(path, src, instruction_set); in create_cache_path()
|
D | installd_cache_test.cpp | 53 const char *instruction_set ATTRIBUTE_UNUSED) { in calculate_oat_file_path() 59 const char *instruction_set ATTRIBUTE_UNUSED) { in calculate_odex_file_path() 65 const char *instruction_set ATTRIBUTE_UNUSED) { in create_cache_path()
|
D | installd_dexopt_test.cpp | 70 const char *instruction_set) { in calculate_oat_file_path() argument 71 return calculate_oat_file_path_default(path, oat_dir, apk_path, instruction_set); in calculate_oat_file_path() 75 const char *instruction_set) { in calculate_odex_file_path() argument 76 return calculate_odex_file_path_default(path, apk_path, instruction_set); in calculate_odex_file_path() 79 bool create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) { in create_cache_path() argument 80 return create_cache_path_default(path, src, instruction_set); in create_cache_path()
|
D | installd_otapreopt_test.cpp | 62 ASSERT_STREQ(params.instruction_set, args[i++]); in verifyPackageParameters()
|
/frameworks/av/media/libstagefright/codecs/common/ |
D | Android.bp | 12 instruction_set: "arm",
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/ |
D | Android.bp | 11 instruction_set: "arm",
|
/frameworks/base/core/jni/ |
D | AndroidRuntime.cpp | 878 constexpr const char* instruction_set = "arm"; in startVm() local 880 constexpr const char* instruction_set = "arm64"; in startVm() local 882 constexpr const char* instruction_set = "mips"; in startVm() local 884 constexpr const char* instruction_set = "mips64"; in startVm() local 886 constexpr const char* instruction_set = "x86"; in startVm() local 888 constexpr const char* instruction_set = "x86_64"; in startVm() local 890 constexpr const char* instruction_set = "unknown"; in startVm() local 897 sprintf(dex2oat_isa_variant_key, "dalvik.vm.isa.%s.variant", instruction_set); in startVm() 903 sprintf(dex2oat_isa_features_key, "dalvik.vm.isa.%s.features", instruction_set); in startVm()
|
/frameworks/native/opengl/libs/ |
D | Android.bp | 120 instruction_set: "arm", 177 instruction_set: "arm",
|
/frameworks/av/media/libstagefright/codecs/mp3dec/ |
D | Android.bp | 53 instruction_set: "arm",
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
D | Android.bp | 77 instruction_set: "arm",
|