/frameworks/libs/binary_translation/backend/x86_64/ |
D | machine_ir_exec_test.cc | 97 void Exec() const { exec_.get<void()>()(); } in Exec() function in berberis::__anon786506190111::ExecTest 143 test.Exec(); in TEST() 168 test.Exec(); in TEST() 214 test.Exec(); in TEST() 255 test.Exec(); in TEST() 312 test.Exec(); in TEST() 446 test.Exec(); in TestRegAlloc() 521 test.Exec(); in TEST() 690 test_.Exec(); in TEST_F() 749 test.Exec(); in TEST() [all …]
|
/frameworks/native/cmds/installd/ |
D | otapreopt_chroot.cpp | 79 bool exec_result = Exec(apexd_cmd, &apexd_error_msg); in ActivateApexPackages() 89 bool exec_result = Exec(apexd_cmd, &apexd_error_msg); in DeactivateApexPackages() 305 bool exec_result = Exec(apexd_cmd, &apexd_error_msg); in otapreopt_chroot() 347 bool linkerconfig_exec_result = Exec(linkerconfig_cmd, &linkerconfig_error_msg); in otapreopt_chroot() 374 bool exec_result = Exec(cmd, &error_msg); in otapreopt_chroot()
|
D | otapreopt_utils.h | 34 bool Exec(const std::vector<std::string>& arg_vector, std::string* error_msg);
|
D | execv_helper.h | 34 virtual void Exec(int exit_code);
|
D | execv_helper.cpp | 47 void ExecVHelper::Exec(int exit_code) { in Exec() function in android::installd::ExecVHelper
|
D | otapreopt_utils.cpp | 33 bool Exec(const std::vector<std::string>& arg_vector, std::string* error_msg) { in Exec() function
|
D | run_dex2oat.h | 57 void Exec(int exit_code);
|
D | run_dex2oat.cpp | 328 void RunDex2Oat::Exec(int exit_code) { in Exec() function in android::installd::RunDex2Oat 329 execv_helper_->Exec(exit_code); in Exec()
|
D | dexopt.cpp | 655 using ExecVHelper::Exec; // To suppress -Wno-overloaded-virtual 656 void Exec() { in Exec() function in android::installd::RunProfman 657 ExecVHelper::Exec(DexoptReturnCodes::kProfmanExec); in Exec() 687 profman_merge.Exec(); in analyze_profiles() 829 profman_dump.Exec(); in dump_profiles() 1546 run_dexopt_analyzer.Exec(kSecondaryDexDexoptAnalyzerSkippedFailExec); in get_class_loader_context_dex_paths() 1729 run_dexopt_analyzer.Exec(kSecondaryDexDexoptAnalyzerSkippedFailExec); in process_secondary_dex_dexopt() 1992 runner.Exec(DexoptReturnCodes::kDex2oatExec); in dexopt() 2627 args.Exec(); in create_app_profile_snapshot() 2737 args.Exec(); in create_boot_image_profile_snapshot() [all …]
|
D | run_dex2oat_test.cpp | 137 virtual void Exec(int exit_code) override { in Exec() function in android::installd::RunDex2OatTest::FakeExecVHelper 265 runner.Exec(/*exit_code=*/ 0); in CallRunDex2Oat()
|
D | otapreopt.cpp | 255 if (!Exec({"/apex/com.android.sdkext/bin/derive_classpath", memfd_file}, &error_msg)) { in ReadEnvironment()
|
/frameworks/libs/binary_translation/heavy_optimizer/riscv64/ |
D | call_intrinsic_tests.cc | 88 void Exec() const { exec_.get<void()>()(); } in Exec() function in berberis::__anonec5a28200111::ExecTest 121 test.Exec(); in CallOneArgumentIntrinsicUseIntegral() 145 test.Exec(); in CallOneArgumentIntrinsicUseRegister()
|
/frameworks/compile/mclinker/include/mcld/ |
D | LinkerConfig.h | 31 enum CodeGenType { Unknown, Object, DynObj, Exec, External, Binary }; enumerator
|
/frameworks/compile/mclinker/lib/Core/ |
D | Linker.cpp | 149 if (LinkerConfig::Exec == m_pConfig->codeGenType()) { in normalize() 266 case mcld::LinkerConfig::Exec: in emit()
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86PLT.cpp | 54 LinkerConfig::Exec == m_Config.codeGenType() || in X86PLT() 175 if (LinkerConfig::Exec == m_Config.codeGenType()) in applyPLT1()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsELFDynamic.cpp | 79 if (LinkerConfig::Exec != m_pConfig.codeGenType()) in getBaseAddress()
|
/frameworks/compile/mclinker/include/mcld/MC/ |
D | Input.h | 37 Exec, enumerator
|
/frameworks/compile/mclinker/lib/LD/ |
D | ELFObjectWriter.cpp | 122 bool is_exec = m_Config.codeGenType() == LinkerConfig::Exec; in writeObject() 233 case LinkerConfig::Exec: in writeELFHeader() 500 LinkerConfig::Exec == pConfig.codeGenType()) { in emitRel() 542 LinkerConfig::Exec == pConfig.codeGenType()) { in emitRela()
|
D | GarbageCollection.cpp | 229 if (LinkerConfig::Exec == m_Config.codeGenType() || in getEntrySections()
|
D | ELFReader.cpp | 291 return Input::Exec; in fileType() 785 return Input::Exec; in fileType()
|
/frameworks/multidex/library/ |
D | build.gradle | 22 task makeVersionFile(type:Exec) {
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonPLT.cpp | 40 LinkerConfig::Exec == pConfig.codeGenType() || in HexagonPLT()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 190 case LinkerConfig::Exec: in initStdSections() 667 case LinkerConfig::Exec: in getOutputFormat() 685 case LinkerConfig::Exec: in getOutputFormat() 765 case LinkerConfig::Exec: in sizeNamePools() 2642 LinkerConfig::Exec == config().codeGenType() || in isDynamicSymbol() 2661 LinkerConfig::Exec == config().codeGenType() || in isDynamicSymbol() 2732 (LinkerConfig::Exec == config().codeGenType() || in symbolNeedsDynRel() 2783 (LinkerConfig::Exec != config().codeGenType() && in symbolFinalValueIsKnown() 2874 case LinkerConfig::Exec: in sortRelocation()
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Main.cpp | 223 case mcld::LinkerConfig::Exec: { in ConfigureOutputName() 497 config_.setCodeGenType(mcld::LinkerConfig::Exec); in TranslateArguments()
|
/frameworks/proto_logging/stats/enums/stats/dnsresolver/ |
D | dns_resolver.proto | 226 SYS_ENOEXEC = 8; // Exec format error
|