Searched defs:Options (Results 1 – 8 of 8) sorted by relevance
40 struct Options { struct58 extern struct Options gOptions; argument
67 struct Options { struct in art::dexanalyze::DexAnalyze68 int Parse(int argc, char** argv) { in Parse()119 VerboseLevel verbose_level_ = VerboseLevel::kNormal;120 bool verify_checksum_ = true;121 bool run_dex_file_verifier_ = true;122 bool dump_per_input_dex_ = false;123 bool exp_count_indices_ = false;124 bool exp_code_metrics_ = false;125 bool exp_analyze_strings_ = false;126 bool exp_debug_info_ = false;[all …]
86 struct Options { struct87 std::string output_dir = "";90 std::string compiler_filter = "verify";91 bool use_profile = true;92 std::string dex2oat_bin = "";93 std::string android_root = "";94 std::string profile_file = "";95 std::string instruction_set = "";96 bool core_only = false;97 std::vector<std::string> dex2oat_options;
77 struct Options { struct78 int command_pos = -1;79 std::vector<std::string> task_profiles;80 std::optional<int> priority = std::nullopt;81 bool drop_capabilities = false;82 std::unordered_set<int> keep_fds{fileno(stdin), fileno(stdout), fileno(stderr)};83 std::unordered_map<std::string, std::string> envs;84 std::string chroot;85 std::string process_name_suffix;
57 struct Options { struct60 bool is_pre_reboot = false;
34 public class Options { class38 private Options() { } in Options() method in Options
38 Options() in Options() function
299 public abstract static class Options { class in ArtFileManager