Home
last modified time | relevance | path

Searched refs:opts (Results 1 – 4 of 4) sorted by relevance

/art/test/671-npe-field-opts/
DAndroid.bp3 name: "art-run-test-671-npe-field-opts",
/art/adbconnection/
Dadbconnection.cc820 bool ContainsArgument(const std::string& opts, const char* arg) { in ContainsArgument() argument
821 return opts.find(arg) != std::string::npos; in ContainsArgument()
824 bool ValidateJdwpOptions(const std::string& opts) { in ValidateJdwpOptions() argument
829 if (ContainsArgument(opts, "server=n")) { in ValidateJdwpOptions()
835 if (ContainsArgument(opts, "suspend=y")) { in ValidateJdwpOptions()
843 const std::string& opts = art::Runtime::Current()->GetJdwpOptions(); in MakeAgentArg() local
844 DCHECK(ValidateJdwpOptions(opts)); in MakeAgentArg()
846 return agent_name_ + "=" + opts + (opts.empty() ? "" : ",") + in MakeAgentArg()
850 (ContainsArgument(opts, "server=y") ? "" : "server=y,") + in MakeAgentArg()
853 (ContainsArgument(opts, "suspend=n") ? "" : "suspend=n,") + in MakeAgentArg()
/art/compiler/
Dcfi_test.h63 auto* opts = new DisassemblerOptions(false, in GenerateExpected() local
70 std::unique_ptr<Disassembler> disasm(Disassembler::Create(isa, opts)); in GenerateExpected()
/art/
DTEST_MAPPING1092 "name": "art-run-test-671-npe-field-opts"