Searched defs:Options (Results 1 – 6 of 6) sorted by relevance
40 struct Options { struct56 extern struct Options gOptions; argument
66 struct Options { struct in art::dexanalyze::DexAnalyze67 int Parse(int argc, char** argv) { in Parse()118 VerboseLevel verbose_level_ = VerboseLevel::kNormal;119 bool verify_checksum_ = true;120 bool run_dex_file_verifier_ = true;121 bool dump_per_input_dex_ = false;122 bool exp_count_indices_ = false;123 bool exp_code_metrics_ = false;124 bool exp_analyze_strings_ = false;125 bool exp_debug_info_ = false;[all …]
26 class Options; variable
47 Options() in Options() function
34 public class Options { class38 private Options() { } in Options() method in Options
219 typedef struct Options { struct228 } Options; argument