Searched defs:Options (Results 1 – 7 of 7) sorted by relevance
40 struct Options { struct57 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 …]
78 struct Options { struct79 int command_pos = -1;80 std::vector<std::string> task_profiles;81 std::optional<int> priority = std::nullopt;82 bool drop_capabilities = false;83 std::unordered_set<int> keep_fds{fileno(stdin), fileno(stdout), fileno(stderr)};84 std::unordered_map<std::string, std::string> envs;
26 class Options; variable
38 Options() in Options() function
34 public class Options { class38 private Options() { } in Options() method in Options
219 typedef struct Options { struct228 } Options; typedef