Home
last modified time | relevance | path

Searched defs:Options (Results 1 – 7 of 7) sorted by relevance

/art/dexdump/
Ddexdump.h40 struct Options { struct
57 extern struct Options gOptions; argument
/art/tools/dexanalyze/
Ddexanalyze.cc67 struct Options { struct in art::dexanalyze::DexAnalyze
68 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 …]
/art/libarttools/tools/
Dart_exec.cc78 struct Options { struct
79 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;
/art/dexlayout/
Ddex_ir_builder.h26 class Options; variable
/art/profman/
Dprofile_assistant.h38 Options() in Options() function
/art/tools/dexfuzz/src/dexfuzz/
DOptions.java34 public class Options { class
38 private Options() { } in Options() method in Options
/art/tools/dmtracedump/
Dtracedump.cc219 typedef struct Options { struct
228 } Options; typedef