Searched defs:Options (Results 1 – 8 of 8) sorted by relevance
40 struct Options { struct58 extern struct Options gOptions; argument
88 struct Options { struct89 std::string output_dir = "";92 std::string compiler_filter = "verify";93 bool use_profile = true;94 std::string dex2oat_bin = "";95 std::string android_root = "";96 std::string profile_file = "";97 std::string instruction_set = "";98 bool core_only = false;99 bool android_root_for_location = false;[all …]
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 …]
79 struct Options { struct80 int command_pos = -1;81 std::vector<std::string> task_profiles;82 std::optional<int> priority = std::nullopt;83 bool drop_capabilities = false;84 std::unordered_set<int> keep_fds{fileno(stdin), fileno(stdout), fileno(stderr)};85 std::unordered_map<std::string, std::string> envs;86 std::string chroot;87 std::string process_name_suffix;
70 struct Options { struct73 bool is_pre_reboot = false;
34 public class Options { class38 private Options() { } in Options() method in Options
38 Options() in Options() function
270 public abstract static class Options { class in ArtFileManager