/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/ |
D | OSUCommand.java | 24 sCommands.put("exec", OSUCommandID.Exec); 39 case Exec: in OSUCommand()
|
D | OSUCommandID.java | 4 Exec, AddMO, UpdateNode, NoMOUpdate enumConstant
|
D | OSUClient.java | 458 if (response.getOSUCommand() == OSUCommandID.Exec && in checkResponse()
|
/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/data-binding/ |
D | build.gradle | 65 def buildExtensionsTask = project.tasks.create "buildExtensionsTask", Exec 74 def prepareExtensionPrebuilds = project.tasks.create "prepareExtensionPrebuilds", Exec 85 def testTask = project.tasks.create "runTestsOf${it.getName().capitalize()}", Exec
|
/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/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonPLT.cpp | 40 LinkerConfig::Exec == pConfig.codeGenType() || in HexagonPLT()
|
/frameworks/native/cmds/installd/ |
D | otapreopt.cpp | 683 bool result = Exec(cmd, &error_msg); in PatchoatBootImage() 748 bool result = Exec(cmd, &error_msg); in Dex2oatBootImage() 871 static bool Exec(const std::vector<std::string>& arg_vector, std::string* error_msg) { in Exec() function in android::installd::OTAPreoptService
|
/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/compile/mclinker/lib/Object/ |
D | ObjectLinker.cpp | 659 (LinkerConfig::Exec == m_Config.codeGenType() || in prelayout()
|