Home
last modified time | relevance | path

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

/art/dexdump/
Ddexdump.h40 struct Options { struct
58 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/test/generate-boot-image/
Dgenerate-boot-image.cc86 struct Options { struct
87 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;
/art/libarttools/
Dart_exec.cc77 struct Options { struct
78 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;
/art/artd/
Dartd.h57 struct Options { struct
60 bool is_pre_reboot = false;
/art/tools/dexfuzz/src/dexfuzz/
DOptions.java34 public class Options { class
38 private Options() { } in Options() method in Options
/art/profman/
Dprofile_assistant.h38 Options() in Options() function
/art/libartservice/service/java/com/android/server/art/
DArtFileManager.java299 public abstract static class Options { class in ArtFileManager