Home
last modified time | relevance | path

Searched refs:GetOptions (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/tools/aidl/
H A Doptions_unittest.cpp193 unique_ptr<Options> options = GetOptions(argv); in TEST()
214 unique_ptr<Options> options = GetOptions(argv); in TEST()
355 auto options = GetOptions(args); in TEST()
365 auto options = GetOptions(args); in TEST()
376 auto options = GetOptions(args); in TEST()
386 auto options = GetOptions(args); in TEST()
397 auto options = GetOptions(args); in TEST()
407 auto options = GetOptions(args); in TEST()
419 auto options = GetOptions(args); in TEST()
431 auto options = GetOptions(args); in TEST()
[all …]
/aosp12/art/tools/hiddenapi/
H A Dfind_api_violations.pl72 GetOptions("lightgrey!" => \$lightgrey,
/aosp12/art/dexlayout/
H A Dcompact_dex_writer.cc34 return dex_layout_->GetOptions().compact_dex_level_; in GetCompactDexLevel()
87 const bool kMeasureAndTestOutput = dex_layout_->GetOptions().verify_output_; in WriteDebugInfoOffsetTable()
511 if (dex_layout_->GetOptions().update_checksum_) { in Write()
H A Ddexlayout.h131 const Options& GetOptions() const { in GetOptions() function
H A Ddexlayout.cc1895 GetOptions())); in ProcessDexFile()
1972 GetOptions())); in ProcessDexFile()
1976 GetOptions())); in ProcessDexFile()
H A Ddex_writer.cc951 if (dex_layout_->GetOptions().update_checksum_) { in Write()
968 if (dex_layout->GetOptions().compact_dex_level_ != CompactDexLevel::kCompactDexLevelNone) { in Output()