Searched refs:Exec (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DOSUCommandID.java4 Exec, AddMO, UpdateNode, NoMOUpdate enum constant in enum:OSUCommandID
H A DOSUCommand.java24 sCommands.put("exec", OSUCommandID.Exec);
39 case Exec:
H A DOSUClient.java138 Log.d(TAG, "Exec: " + regResponse.getExecCommand() + ", for '" +
458 if (response.getOSUCommand() == OSUCommandID.Exec &&
/frameworks/compile/mclinker/include/mcld/
H A DLinkerConfig.h31 enum CodeGenType { Unknown, Object, DynObj, Exec, External, Binary }; enumerator in enum:mcld::LinkerConfig::CodeGenType
/frameworks/compile/mclinker/include/mcld/MC/
H A DInput.h37 Exec, enumerator in enum:mcld::Input::Type
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsELFDynamic.cpp79 if (LinkerConfig::Exec != m_pConfig.codeGenType())
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp149 if (LinkerConfig::Exec == m_pConfig->codeGenType()) {
266 case mcld::LinkerConfig::Exec:
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp54 LinkerConfig::Exec == m_Config.codeGenType() ||
175 if (LinkerConfig::Exec == m_Config.codeGenType())
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp122 bool is_exec = m_Config.codeGenType() == LinkerConfig::Exec;
233 case LinkerConfig::Exec:
500 LinkerConfig::Exec == pConfig.codeGenType()) {
542 LinkerConfig::Exec == pConfig.codeGenType()) {
H A DGarbageCollection.cpp229 if (LinkerConfig::Exec == m_Config.codeGenType() ||
H A DELFReader.cpp291 return Input::Exec;
785 return Input::Exec;
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.cpp40 LinkerConfig::Exec == pConfig.codeGenType() ||
/frameworks/native/cmds/installd/
H A Dotapreopt.cpp683 bool result = Exec(cmd, &error_msg);
748 bool result = Exec(cmd, &error_msg);
871 static bool Exec(const std::vector<std::string>& arg_vector, std::string* error_msg) { function in class:android::installd::OTAPreoptService
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp190 case LinkerConfig::Exec:
667 case LinkerConfig::Exec:
685 case LinkerConfig::Exec:
765 case LinkerConfig::Exec:
2642 LinkerConfig::Exec == config().codeGenType() ||
2661 LinkerConfig::Exec == config().codeGenType() ||
2732 (LinkerConfig::Exec == config().codeGenType() ||
2783 (LinkerConfig::Exec != config().codeGenType() &&
2874 case LinkerConfig::Exec:
/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp223 case mcld::LinkerConfig::Exec: {
497 config_.setCodeGenType(mcld::LinkerConfig::Exec);
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp659 (LinkerConfig::Exec == m_Config.codeGenType() ||

Completed in 1955 milliseconds